Quote:
Originally posted by MHR
I did this on my board and it works perfectly
ForumHome_Forumbit_Level1_post template
Replace this
Code:
<td><a href="forumdisplay.php
with this
Code:
<td onMouseOver="this.style.backgroundColor='#DFDFDF';" onMouseOut="this.style.backgroundColor='#F1F1F1';"><a href="forumdisplay.php
The same goes to Forumhome_forumbit_level2_post template too.
and in forumdisplaybit template
replace this
Code:
<td bgcolor="#F1F1F1" align="left" width="70%"><normalfont>$thread[gotonew]
with this
Code:
<td bgcolor="#F1F1F1" onMouseOver="this.style.backgroundColor='#DFDFDF';" onMouseOut="this.style.backgroundColor='#F1F1F1';" align="left" width="70%"><normalfont>$thread[gotonew]
You might wanna apply it to some other template like announcement and etc.
|
yeah i finally figured that out about 2-3 hours ago