![]() |
Cobo - Subforum Hidden (hides specific subforums from forum)
1 Attachment(s)
Description
This modification is used to hide specific subforums from listing on your forum (forumhome) while leaving others displaying. In practice, on your boards you have a couple sections with a lot of subforums like the news and announcements area or community help area and it's starting to clutter your forum. But you do not want to hide all the subforums using the forum listing display options, all you need to do is enter the IDs of the subforums you wish not to display and it will hide them from the forum. So when you click on the category or sub category, they will appear as normal child categories, not as sub forums listing under the category. *refer to screenshot below if unclear* Requirements - Forum display listing options to be enabled (e.x. 2, 1, 1). Install/Upgrade 1. Download and import the product (overwrite if upgrading). 2. Navigate to the following path: Admin Control Panel -> Styles & Templates -> Style Manager -> Your Style -> Forum Home Templates 3. Open up both forumhome_subforumbit_nopost and forumhome_subforumbit_post and add the following if condition (in green) surrounding all the code within it. Code:
<if condition="in_array($forumid, $subforum_hidden) == false"> (refer to the appendix to view my files if unclear) 4. Edit the Cobo - Subforum Hidden options in the vBulletin options area of the administrative control panel and enjoy! Appendix forumhome_subforumbit_nopost Code:
<if condition="in_array($forumid, $subforum_hidden) == false"> forumhome_subforumbit_post Code:
<if condition="in_array($forumid, $subforum_hidden) == false"> Revision Log 1.0.0 - Initial release. |
Can't see any screenshot.
|
Quote:
The reason it was created is because I found countless posts picked up by Google asking how to hide specific sub forums, this is the ultimate solution to that problem for 3.8.x. |
I would strongly suggest going forward you include installation instructions in a text file and include it in a zip file so when a user downloads they have all the instructions in one place.
|
Quote:
|
good job ! Installed
|
You ripped my forum category names lol.
|
I am considering releasing a more up-to-date version of this. I've done some tweaking to this modification. None the less, enjoy.
|
I am now developing a newer version of this modification with a few improvements. I will post the upgrade shortly. For all those that marked it as installed I appreciate the support.
|
This is just what I need, when do you expect to release the update?
|
All times are GMT. The time now is 06:42 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|