gavpedz Posted April 24, 2017 Share Posted April 24, 2017 I am wondering if there is a way to setup a forum category, have some forums under it BUT not show it in the main forum index and instead link to this category from the main menu. Link to comment Share on other sites More sharing options...
clearvision Posted April 24, 2017 Share Posted April 24, 2017 If you don't care that it exists in the browser source html you can use custom css to make it not show: body[data-pagemodule="forums"][data-pagecontroller="index"] [data-categoryid="11"] {display:none}; Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.