Quote:
Originally Posted by SBlueman
The way I have my site setup I need the category links to work. What do I need to add to make them work?
http://gridironfans.com/forums/index.php?styleid=3
Also...can I disable posting new threads in a particular forum? There are some forums I have that require people to add post icons, topic tags and thread prefixes to their posts.
|
try replacing the current forumhome_forumbit_level1_nopost template with the following:
(No need to do this in version 2.0.7)
Code:
<div class="titlebg"><a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]">$forum[title]</a></div>
<if condition="$childforumbits">
$childforumbits
</if>
As for disabling the threads - have you done this in your standard skin?