Quote:
Originally posted by Afterburner
you have do mofify e.g.
Forum Display Templates
--> forumdisplay_forumbit_level1_post
to:
PHP Code:
<tr align="center">
<td bgcolor="#F1F1F1" align="left" valign="top" colspan="2">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td valign="top"><img src="images/$forum[onoff].gif" border="0" alt=""></td>
<td><img src="images/clear.gif" width="9" height="1" alt=""></td>
<td><a href="forumdisplay.php?s=$session[sessionhash]&forumid=$forum[forumid]"><normalfont><b>$forum[title]</b></normalfont></a><br>
<smallfont>$forum[description]</smallfont></td>
</tr>
</table>
</td>
<td bgcolor="#DFDFDF"><normalfont>$forum[replycount]</normalfont></td>
<td bgcolor="#F1F1F1"><normalfont>$forum[threadcount]</normalfont></td>
<td bgcolor="#DFDFDF"><smallfont>$forum[lastpostinfo]</smallfont></td>
<td bgcolor="#F1F1F1"><smallfont>$forum[moderators]</smallfont></td>
</tr>
that means the table looks like:
PHP Code:
<td bgcolor="#F1F1F1" align="left" onMouseover="this.style.backgroundColor='#AEDEFF'" onMouseout="this.style.backgroundColor='#EEEEEE'"><ilayer width="100%"><layer width="100%" onMouseover="this.bgColor='#AEDEFF'" onMouseout="this.bgColor='#EEEEEE'"><a href="forumdisplay.php?s=&forumid=4"><font face="verdana, arial, helvetica" size="2" ><b>FreeTV,MoreTV, Pubs, PCTV</b></font></a>
<br><font face="verdana,arial,helvetica" size="1" >Hier k?nnt ihr alles posten was mit FreeTV, MoreTV, Pubs und PCTV zu tun hat</font></layer></ilayer></td>
If the HTML Site of your board is generated
the important code
in the <td> tag you have to insert:
PHP Code:
onMouseover="this.style.backgroundColor='#AEDEFF'" onMouseout="this.style.backgroundColor='#EEEEEE'">
below the <td> tag this:
PHP Code:
<ilayer width="100%"><layer width="100%" onMouseover="this.bgColor='#AEDEFF'" onMouseout="this.bgColor='#EEEEEE'">
infront of the </td> tag insert this code:
PHP Code:
</layer></ilayer>
thats all
replace:
#AEDEFF
#EEEEEE
with your own color
I hope I don?t forgot anything
|
forgive me but i dont understand this
because i would also loike to have this if you dont mind