Jump to content

Recommended Posts

Posted (edited)

I want to disable a breadcrumb on forums index and in users profile. How can i do this? Maybe i need to write some hook?

Breadcrumb:

image.thumb.png.b0face9f9d50425e7a97c1fa3571d352.png

Edited by Mac1
Posted

A simple theme hook should do the job. For forum index only use...

{{if request.app == 'forums' && request.module == 'forums' && request.id == 0}}

For profiles try...

{{if request.app == 'core' && request.module == 'members'}}

with .ipsBreadcrumb.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...