Quote:
Originally Posted by Reece^B
On another note, when you have the columnised forums how did you remove the last post, threads, posts bit @ the top?
Could people share their template? I've spent got knows how long trying to make this look good, but it's not happening lol.
Also, anyone got that image prefix in the forum manager to work?
|
I have removed it from the columns but kept it in the normal forums, this is what i have where the code from the hack goes in level one no post:
Code:
<if condition="$childforumbits">
<tbody id="collapseobj_forumbit_$forumid" style="{$collapseobj_forumid}">
<if condition="$forum['subforumcolumns'] > 1">
<tr>
<style="border: none; width: 100%;">
$childforumbits
</td>
</tr>
<else />
<tr align="center">
<td class="thead" width="30"> </td>
<td class="thead" align="$stylevar[left]">$vbphrase[forum]</td>
<td class="thead" width="125">$vbphrase[last_post]</td>
<td class="thead" width="55">$vbphrase[threads]</td>
<td class="thead" width="55">$vbphrase[posts]</td>
<if condition="$vboptions[showmoderatorcolumn]">
<td class="thead" width="100">$vbphrase[moderator]</td>
</if>
</tr>
$childforumbits
</if>
</tbody>
</if>
I am going to look at the prefixes asap for glamrock and will post in here if i get it sorted.