
Announcement
Collapse
No announcement yet.
A little problem in "forumdisplay"....?
Collapse
X
-
It looks like you applied this template mod but you didn't apply the first change to all 4 forumhome_forumbit_* templates:
Originally posted by Jake BunceSee the attached picture to see what this does.
Edit these 4 templates:
Admin CP -> Styles & Templates -> Style Manager -> « » -> Forum Home Templates -> forumhome_forumbit_*
Replace this code:
Code:<if condition="$show['subforums']"><div class="smallfont"><strong>$vbphrase[subforums]</strong>: $forum[subforums]</div></if>
Code:<if condition="$show['subforums']"> <if condition="$GLOBALS[subrow] = false"></if> <table width="100%" cellpadding="1" cellspacing="0" border="0"> <tr> <td width="50%" align="left" colspan="2"><div class="smallfont" style="margin-top:$stylevar[cellpadding]px"><strong>$vbphrase[subforums]</strong>:</div></td> </tr> <tr> $forum[subforums] </tr> </table> </if>
widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
Comment