Jump to content

Featured Replies

Posted

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

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

  • No registered users viewing this page.