Legacy Custom NavTabs per forum

Status
Not open for further replies.

1quicksi

Customer
I would like to see the ability to add custom NavBar Tabs on a per forum basis. This would then allow say one forum to have links that another forum would not. So some sort of forum selection as well as show global would be the ticket :)
 
Upvote 0
This suggestion has been closed. Votes are no longer accepted.
Off the top of my head I don't see how that's possible, but I will look into it for a future version.
 
I am guessing that a simple conditional would suffice in being able to disallow something from appearing within a forum. This seems to work in every place I have tries so far...

Code:
<vb:if condition="!in_array($GLOBALS[forumid], array(1,2,3,4,5))">
Some code here
</vb:if>
 
Status
Not open for further replies.

Similar threads

Back
Top