Dj Sagi
01-10-2009, 10:00 PM
it is good for all version
3.X
now
screenshot:
http://www.myg.co.il/uploads/phphAVbHW.gif
it is replace the CS mod.
you must 60X60 category image!
how you do this:
ADMINCP> STYLES> EDIT TEMPLATES>FORUMHOME
search:
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<thead>
<tr align="center">
<td class="thead"> </td>
<td class="thead" width="100%" align="$stylevar[left]">$vbphrase[forum]</td>
<td class="thead">$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>
</thead>
$forumbits
replace with:
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<table width="100%" align="center" cellspacing="4" cellpadding="10"><tr><td valign="top" width="100%" id="lastposttbl" align="center"><b>
<table width="100%" cellspacing="0" cellpadding="0" border="0" valign="top">
<tr>
<td width="80%">
<table width="100%" cellspacing="0" cellpadding="0" border="0" valign="top">
<tr valign="top">
$forumbits
</tr>
</table>
</td>
</tr></table></td></tr></table>
after open forumhome_forumbit_level1_nopost
REPLACE ALL WITH:
<table cellpadding="0" height="150" cellspacing="0" border="0" width="100%">
<tr cellpadding="0" height="150" cellspacing="0" border="0" width="100%">
<td height="150" background="images/cate/bg.gif" cellpadding="0" cellspacing="0" border="0" width="100%">
<table height="33" valign="top" cellpadding="0" cellspacing="0" border="0" width="100%">
<tr valign="middle" height="33" width="100%">
<td valign="middle" width="20"><table valign="middle" width="20"><tr valign="middle" width="20"><td valign="middle" width="20"></td></tr></table></td>
<td valign="middle" height="33" width="100%">
<center>
<b><a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]">
<strong><font style="font-size:15px" face="arial" color="#FFFFFF">$forum[title]</font></strong></a>
</font></b>
</center>
</td>
</tr></table>
<table cellpadding="0" align="right" valign="top" height="115" cellspacing="0" border="0" width="10%">
<tr height="5" align="center" width="100%" valign="top"></tr>
<tr height="110" align="center" width="100%" valign="top">
<td height="110" align="center" width="100%" valign="top">
<img src="images/cate/$forumid.gif">
</td>
</tr></table>
<table height="115" align="center" cellpadding="0" cellspacing="0" border="0" width="90%" valign="top">
<tr height="110" cellpadding="0" align="center" cellspacing="0" border="0" width="77%" valign="top">
<td width="42" valign="middle"><table valign="middle" width="42"><tr valign="middle" width="42"><td valign="middle" width="42"></td></tr></table></td>
$childforumbits
<td width="42" valign="middle"><table valign="middle" width="42"><tr valign="middle" width="42"><td valign="middle" width="42"></td></tr></table></td>
<td cellpadding="0" valign="top" height="115" align="left" cellspacing="0" border="0" width="10%">
<table cellpadding="0" valign="top" height="115" align="center" cellspacing="0" border="0" width="10%">
<tr height="5" align="center" width="100%" valign="top"></tr>
<tr height="110" align="center" width="100%" valign="top">
<td height="110" align="center" width="100%" valign="top">
<img src="images/cate/$forumid.gif">
</td>
</tr></table></td>
<td width="13" valign="middle"><table valign="middle" width="13"><tr valign="middle" width="13"><td valign="middle" width="13"></td></tr></table></td>
</tr>
</table>
</td>
</tr>
</table>
after open forumhome_forumbit_level2_post:
REPLACE ALL WITH:
<td align="center" height="110">
<table align="center">
<tr align="center">
<td valign="middle" align="center"><a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]"><img align="center" src="$stylevar[imgdir_statusicon]/forum_$forum[statusicon].gif" alt="" border="0" /></a></td>
</tr>
<tr>
<td align="center">
<div align="center">
<a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]">
<font style="font-size:12px" face="arial" color="#FFFFFF"><b>$forum[title]
</b></font></a>
</div>
</td></tr>
</table></td>
after this Download and Upload this files
to dic: imagesdir(name of images dir)>cate(create dir with name "cate"> and upload the bg.gif
if you want aother color you have the PSD file' you can edit the file and change color and rename him to "bg.gif".
enjoy credit to my friend that created this mod!!! "MaorBari" :)
3.X
now
screenshot:
http://www.myg.co.il/uploads/phphAVbHW.gif
it is replace the CS mod.
you must 60X60 category image!
how you do this:
ADMINCP> STYLES> EDIT TEMPLATES>FORUMHOME
search:
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<thead>
<tr align="center">
<td class="thead"> </td>
<td class="thead" width="100%" align="$stylevar[left]">$vbphrase[forum]</td>
<td class="thead">$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>
</thead>
$forumbits
replace with:
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<table width="100%" align="center" cellspacing="4" cellpadding="10"><tr><td valign="top" width="100%" id="lastposttbl" align="center"><b>
<table width="100%" cellspacing="0" cellpadding="0" border="0" valign="top">
<tr>
<td width="80%">
<table width="100%" cellspacing="0" cellpadding="0" border="0" valign="top">
<tr valign="top">
$forumbits
</tr>
</table>
</td>
</tr></table></td></tr></table>
after open forumhome_forumbit_level1_nopost
REPLACE ALL WITH:
<table cellpadding="0" height="150" cellspacing="0" border="0" width="100%">
<tr cellpadding="0" height="150" cellspacing="0" border="0" width="100%">
<td height="150" background="images/cate/bg.gif" cellpadding="0" cellspacing="0" border="0" width="100%">
<table height="33" valign="top" cellpadding="0" cellspacing="0" border="0" width="100%">
<tr valign="middle" height="33" width="100%">
<td valign="middle" width="20"><table valign="middle" width="20"><tr valign="middle" width="20"><td valign="middle" width="20"></td></tr></table></td>
<td valign="middle" height="33" width="100%">
<center>
<b><a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]">
<strong><font style="font-size:15px" face="arial" color="#FFFFFF">$forum[title]</font></strong></a>
</font></b>
</center>
</td>
</tr></table>
<table cellpadding="0" align="right" valign="top" height="115" cellspacing="0" border="0" width="10%">
<tr height="5" align="center" width="100%" valign="top"></tr>
<tr height="110" align="center" width="100%" valign="top">
<td height="110" align="center" width="100%" valign="top">
<img src="images/cate/$forumid.gif">
</td>
</tr></table>
<table height="115" align="center" cellpadding="0" cellspacing="0" border="0" width="90%" valign="top">
<tr height="110" cellpadding="0" align="center" cellspacing="0" border="0" width="77%" valign="top">
<td width="42" valign="middle"><table valign="middle" width="42"><tr valign="middle" width="42"><td valign="middle" width="42"></td></tr></table></td>
$childforumbits
<td width="42" valign="middle"><table valign="middle" width="42"><tr valign="middle" width="42"><td valign="middle" width="42"></td></tr></table></td>
<td cellpadding="0" valign="top" height="115" align="left" cellspacing="0" border="0" width="10%">
<table cellpadding="0" valign="top" height="115" align="center" cellspacing="0" border="0" width="10%">
<tr height="5" align="center" width="100%" valign="top"></tr>
<tr height="110" align="center" width="100%" valign="top">
<td height="110" align="center" width="100%" valign="top">
<img src="images/cate/$forumid.gif">
</td>
</tr></table></td>
<td width="13" valign="middle"><table valign="middle" width="13"><tr valign="middle" width="13"><td valign="middle" width="13"></td></tr></table></td>
</tr>
</table>
</td>
</tr>
</table>
after open forumhome_forumbit_level2_post:
REPLACE ALL WITH:
<td align="center" height="110">
<table align="center">
<tr align="center">
<td valign="middle" align="center"><a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]"><img align="center" src="$stylevar[imgdir_statusicon]/forum_$forum[statusicon].gif" alt="" border="0" /></a></td>
</tr>
<tr>
<td align="center">
<div align="center">
<a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]">
<font style="font-size:12px" face="arial" color="#FFFFFF"><b>$forum[title]
</b></font></a>
</div>
</td></tr>
</table></td>
after this Download and Upload this files
to dic: imagesdir(name of images dir)>cate(create dir with name "cate"> and upload the bg.gif
if you want aother color you have the PSD file' you can edit the file and change color and rename him to "bg.gif".
enjoy credit to my friend that created this mod!!! "MaorBari" :)