Quote:
Originally Posted by PsiNyde
one more thing [works very well btw], the forum description remains in mine unless i specifically delete it [it's not being replaced]. here's how to fix it [do this in both the level1 and level2 templates]:
find:
Code:
<if condition="$show['forumdescription']"><div class="smallfont">$forum[description]</div></if>
replace with:
Code:
<if condition="!$forum['forumswf']"><div class="smallfont">$forum[description]</div></if>
|
I just left that up to the user. I felt I'd give them the option to have a description as well and if they didn't want one they could just remove the description text by editing the forum. Personal prefference I guess lol. Anyone using it in action? I'd like to see the results on other boards