Hide a particular forum

wat do you mean by that?

If you want to hide forum from specific usergroup - you can do it in ACP

If you want completely hide it - you can set display order = 0
 
I know what your talking about.
I want them to select that option to hide a particular forum, something more like hide/show forum. Let me know if your still not getting what I'm talking about.
 
oh that,

usually every skin has this option, if your skin doesnot have it you can do as following

in FORUMHOME

find

Code:
<if condition="$show['loggedinusers']">
<!-- logged-in users -->
<tbody>
	<tr>
		<td class="thead" colspan="2">

add below

Code:
<a style="float:$stylevar[align=right]" href="#top" onclick="return toggle_collapse('forumhome_activeusers')"><img id="collapseimg_forumhome_activeusers" src="$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_forumhome_activeusers].gif" alt="" border="0" /></a>

not sure if it works for your skin, but it works on mine
 
Back
Top