----- Question 1 ---------------
How do I get the "Sub-Forums:..." to show below the descriptions. I tried using:
<if condition="$show['subforums']"><div class="smallfont" style="margin-top:$stylevar[cellpadding]px"><strong>$vbphrase[subforums]</strong>: $forum[subforums]</div></if>
as was used in the forumhome_forumbit_level1_post template, but it doesn't work. Nothing appears where the subforums should be.
----- Question 2 ---------------
How can I get the same affect on the forumdisplay.php page for the subforums listed at the top? I've tried just about every variable I could think of an I can't figure out where to find the different variables used in $forumbits that generates they layout for the subforums on that page.
|