gavpedz Posted August 26, 2019 Share 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? Link to comment Share on other sites More sharing options...
newbie LAC Posted August 26, 2019 Share 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}} Link to comment Share on other sites More sharing options...
gavpedz Posted August 26, 2019 Author Share Posted August 26, 2019 Brilliant thank you! Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.