2 Q's about editing template

Hoxxy

New Member
Q1:
I want to edit my frontpage (please see attachment samle1.JPG) but don't now how to do it nor which templates to edit can ne1 help?

Q2:
How can I seperate the forums and which templates do I edit?
(please see attachment samle2.JPG)
 
that's maybe a better idea :) send me the whole style and share it with others is your own choose... i will do the templates and will not share it if you don't want to.
 
Q1:
I want to edit my frontpage (please see attachment samle1.JPG) but don't now how to do it nor which templates to edit can ne1 help?

Open your forumhome_forumbit_level1_nopost template.

Find:
HTML:
</tbody>
<if condition="$childforumbits">

Add underneath:
HTML:
<tr align="center">
      <td class="thead">&nbsp;</td>
      <td class="thead" width="100%" align="$stylevar[align=left]">$vbphrase[forum]</td>
      <td class="thead" width="175">$vbphrase[last_post]</td>
      <td class="thead">$vbphrase[threads]</td>
      <td class="thead">$vbphrase[posts]</td>
      <if condition="$vboptions['showmoderatorcolumn']">
      <td class="thead">$vbphrase[moderator]</td>
      </if>
</tr>

And save. Then open your FORUMHOME template, find and delete:
HTML:
<tr align="center">
      <td class="thead">&nbsp;</td>
      <td class="thead" width="100%" align="$stylevar[align=left]">$vbphrase[forum]</td>
      <td class="thead" width="175">$vbphrase[last_post]</td>
      <td class="thead">$vbphrase[threads]</td>
      <td class="thead">$vbphrase[posts]</td>
      <if condition="$vboptions['showmoderatorcolumn']">
      <td class="thead">$vbphrase[moderator]</td>
      </if>
</tr>

Q2:
How can I seperate the forums and which templates do I edit?
(please see attachment samle2.JPG)

In the forumhome_forumbit_level1_nopost template, find:
HTML:
<tbody>

Add Above:
HTML:
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
 <br>

DO STEP ONE BEFORE ATTEMPTING TO DO STEP 2!
 
Back
Top