Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted September 16, 20204 yr 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: Edited September 16, 20204 yr by Mac1
September 16, 20204 yr 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.