Quote:
Originally Posted by PKGDubber
two questions i am hoping you can help me with:
1. I thought this would be easy enough but turns out i was wrong! Where would I be able to change the catagory strip height?
2. I put in some different catagory icons and it through off the alignment, is there something I can do to fix?
thanks! :up:
|
2. adjust the size in forumhome_forumbit_level1_nopost
Code:
<if condition="$childforumbits">
<tbody id="collapseobj_forumbit_$forumid" style="{$collapseobj_forumid}">
<tr align="center">
<td class="thead" width="55"></td>
<td class="thead" align="$stylevar[left]">$vbphrase[forum]</td>
<td class="thead" width="30%">$vbphrase[last_post]</td>
<td class="thead" width="50">$vbphrase[threads]</td>
<td class="thead" width="50">$vbphrase[posts]</td>
<if condition="$vboptions[showmoderatorcolumn]">
<td class="thead">$vbphrase[moderator]</td>
</if>
</tr>
$childforumbits
</if>