Quote:
Originally Posted by bwize
I updated and accidently reverted some of the style.. now i can't get rid of this
The forum info bit. It looks tacky, any ideas on how to remove it?
|
Check your forumhome_level1_nopost template, andif it looks like this:
Code:
<table border="0" cellspacing="0" cellpadding="0" width="100%" align="center">
<tr>
<td><img src="$stylevar[imgdir_misc]/catleft.gif" border="0" alt="" /></td>
<td class="tcat" valign="middle" width="100%">
<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>
<a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]"><strong>$forum[title]</strong></a> <if condition="$show['forumdescription']">: $forum[description]</if>
<if condition="$show['subforums']"><div class="smallfont"><strong>$vbphrase[subforums]</strong>: $forum[subforums]</div></if>
</td>
<td><img src="$stylevar[imgdir_misc]/catright.gif" border="0" alt="" /></td>
</tr>
<tr>
<td colspan="3">
<table border="0" cellspacing="0" cellpadding="0" width="100%" align="center">
<tr class="subbg">
<td width="64"> </td>
<td align="$stylevar[left]"><span class="subbgtext">$vbphrase[forum]</span></td>
<td width="200" align="center"><span class="subbgtext">$vbphrase[last_post]</span></td>
<if condition="$vboptions['showmoderatorcolumn']">
<td width="120"><span class="subbgtext">$vbphrase[moderator]</span></td>
</if>
</tr>
</table>
</td>
</tr>
</table>
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<if condition="$childforumbits">
<tbody id="collapseobj_forumbit_$forumid" style="{$collapseobj_forumid}">
$childforumbits
</tbody>
</if>
</table>
<div style="padding:0px 0px 16px 0px;"></div>
If it doesn't look like this (shows as a default template) then use this code.
Quote:
Originally Posted by Chimpie
A member pointed out to me this morning that the font color drop down box is empty. Is anyone else's version empty or is it just mine?
|
Chimpie, I think it's just you. Works fine on both my demo forum and my test forum locally.