PDA

View Full Version : Forum display on forum homepage


yamahapaul
03-04-2012, 06:37 AM
Is there a way to remove all the lines, post and thread information from the forum homepage (shown here where I've crudely scrubbed it out) on VB 3.8.5 so that the end result looks the same as vb.coms link to here forum??

Simon Lloyd
03-04-2012, 07:58 AM
You would need to edit all the forumhome templates to remove what you dont want, create another style and experiment :)

yamahapaul
03-06-2012, 07:19 AM
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

<if condition="$forum[forumid] != X">
<tr align="center">
<td class="thead">&nbsp;</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..