Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
Mac1 Posted September 16, 2020 Posted September 16, 2020 (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: Edited September 16, 2020 by Mac1
WP V0RT3X Posted September 16, 2020 Posted September 16, 2020 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. Mac1 1
Recommended Posts