Quote:
Originally Posted by Aclikyano
ughh i dont have this:
<td class="tcat" colspan="<if condition="$vboptions[showmoderatorcolumn]">6<else />5</if>">
on this new skin im workin on
any idea where to put the code to have my icons show?
|
Its on line 9 "forumhome_forumbit_level1_nopost"
PHP Code:
<if condition="!$show['collapsable_forums']">
<tbody>
</if>
<tr>
<if condition="$forum[forumiconimg]"><td class="tcat">
<img src="$vboptions[forumiconimg_url]/$forum[forumiconimg]" alt="" border="0" />
</td>
</if>
<td class="tcat" colspan="<if condition="$vboptions[showmoderatorcolumn]">6<else />5</if>">
<if condition="$childforumbits">
<a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('forumbit_$forumid')">
<img id="collapseimg_forumbit_$forumid" src="$stylevar[imgdir_button]/collapse_tcat{$collapseimg_forumid}.gif" alt="" border="0" />
</a>
</if>
<a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]">$forum[title]</a>
<if condition="$show['forumdescription']"><div class="smallfont">$forum[description]</div>
</if>
<if condition="$show['subforums']">
<div class="smallfont"><strong>$vbphrase[subforums]</strong>: $forum[subforums]</div>
</if>
</td>
</tr>
<if condition="!$show['collapsable_forums']">
</tbody>
</if>
<if condition="$childforumbits">
<if condition="!$show['collapsable_forums']">
<tbody id="collapseobj_forumbit_$forumid" style="{$collapseobj_forumid}">
</if>
$childforumbits
<if condition="!$show['collapsable_forums']">
</tbody>
</if>
</if>