Quote:
Originally Posted by Simon Lloyd
You would need to edit all the forumhome templates to remove what you dont want, create another style and experiment 
|
I have and no joy I know the gist of what i need to to do probably some if conditional with the forum id but no idea how and where to begin
edit:
I assume the code I would need to add would be something like this
Code:
<if condition="$forum[forumid] != X">
<tr align="center">
<td class="thead"> </td>
<td class="thead" width="100%" align="$stylevar[left]">$vbphrase[forum]</td>
<td class="thead" width="175">$vbphrase[last_post]</td>
</if>
</tr>
</if>
But I'm unsure where to add it and after what..