Scamorz |
06-02-2008 03:32 PM |
Ok thank you very much, it works well, but so the forumhome template is very long because i must put this code for each category, and i have 12 category in main tab1:
Code:
<tr>
<td class="tcat" colspan="<if condition="$vboptions['showmoderatorcolumn']">6<else />5</if>"><a style="float:right" href="#top" onclick="return toggle_collapse('forumbit_99')"><img id="collapseimg_forumbit_99" src="gfx_vB36revisited/buttons/collapse_tcat.gif" alt="" border="0" /></a><a href="forumdisplay.php?f=2">Category Name</a></td>
</tr>
<tbody id="collapseobj_forumbit_99" style="">
<tr align="center">
<td class="thead"> </td>
<td class="thead" width="100%" align="$stylevar[left]">$vbphrase[forum]</td>
<td class="thead" width="200" nowrap="nowrap">$vbphrase[last_post]
<div><img src="$stylevar[imgdir_misc]/_lastpostspacer.gif" alt="" /></div></td>
<td class="thead" nowrap="nowrap">$vbphrase[threads]
<div><img src="$stylevar[imgdir_misc]/_last-p-t_spacer.gif" alt="" /></div></td>
<td class="thead" nowrap="nowrap">$vbphrase[posts]
<div><img src="$stylevar[imgdir_misc]/_last-p-t_spacer.gif" alt="" /></div></td>
<if condition="$vboptions['showmoderatorcolumn']">
<td class="thead">$vbphrase[moderator]</td>
</if>
</tr>
Then i must translate these categories (or less) in tab2 and in tab3. It's very long!
How i can do that? :P:P:P
|