[ask] show forum that I want in index.php
RateU Offline
Administrator
*******
Posts: 2,350
Joined: Mar 2010
Post: #2
RE: [ask] show forum that I want in index.php
The easiest ways are (I think):

If you use XThreads, you can hide it via the forum settings.

If you use the Template Conditionals or PHP in Templates / Complex Templates, you can wrap the entire forumbit_depth1_cat template with this kind of code:

Code:
<if in_array($forum['fid'], array(x,y)) then>
The entire forumbit_depth1_cat template codes here
</if>


Replace X and Y with the category ID you want to display on index.


09-03-2011 04:34 AM
Find all posts by this user Quote this message in a reply

« Next Oldest | Next Newest »

Messages In This Thread
RE: [ask] show forum that I want in index.php - RateU - 09-03-2011 04:34 AM

 Standard Tools
Forum Jump: