Lovely looking skin, thanks for sharing.
Any chance you have a thanks button for this skin & how about including the fonts for the psd?
Quote:
Originally Posted by malag
Nice! Thank you!
but... how to remove 'Moderator' column from forumhome?
|
edit
forumhome_forumbit_level1_nopost
find:
Code:
<td class="thead" nowrap="nowrap">$vbphrase[moderator]</td>
</tr>
replace with:
Code:
<if condition="$vboptions[showmoderatorcolumn]">
<td class="thead" nowrap="nowrap">$vbphrase[moderator]</td>
</tr></if>