Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
gavpedz Posted August 26, 2019 Posted August 26, 2019 I have added a button to my forum that i want to display site wide but don't want it to show on forum sections. So i want it to show on index and individual topics but not in forum sections. Is there a condition i can use to hide it on forum sections only?
newbie LAC Posted August 26, 2019 Posted August 26, 2019 Forum view page request.app = 'forums', request.module = 'forums', request.controller = 'forums' Use condition {{if request.app == 'forums' and request.module == 'forums' and request.controller == 'forums'}} Forum view page {{else}} Other pages {{endif}}
Recommended Posts
Archived
This topic is now archived and is closed to further replies.