Quote:
Originally Posted by XnaMe
Hello! I want to make some little change to my forum ... and i want to How To Remove The "Threads" And "Posts" Columns From The Forum Listing. I see a guide here when tell how to do that, but i get some problems! When i search for
i found it only in other skins, but in this no!!!
Can anyone tell me how to do that with this skin?
Thanks!
Edited:
I have to ask another thing!
In showthread i want to change the color of the links because are some ... like normal test! how to? Thanks again!
|
forumhome templates>forumhome_level1_nopost template find and remove red codes;
Code:
<td class="thead" width="3%"> </td>
<td class="thead" width="50%" align="$stylevar[left]">$vbphrase[forum]</td>
<td class="thead" width="25%" align="$stylevar[left]">$vbphrase[last_post]</td>
<td class="thead" width="5%">$vbphrase[threads]</td>
<td class="thead" width="5%">$vbphrase[posts]</td>
<if condition="$vboptions[showmoderatorcolumn]">
<td class="thead" width="10%">$vbphrase[moderator]</td>
open forumhome_level2_post template find and remove red codes;
Code:
<td class="alt2" width="175" nowrap="nowrap">$forum[lastpostinfo]</td>
<td class="alt1" width="65">$forum[threadcount]</td>
<td class="alt2" width="65">$forum[replycount]</td>
<if condition="$vboptions['showmoderatorcolumn']">
<td class="alt1" width="120"><div class="smallfont">$forum[moderators] </div></td>