4- on http://www.macfora.com the frontpage of the forum has the boards listed, with a onmouseover highlight. The code which needs to be added, is what I know already.
onMouseOver="this.style.backgroundColor='#EFF2F5'; this.style.cursor='hand';" onMouseOut="this.style.backgroundColor='#ffffff';"
this needs to be in the <td .. > tag.
A moderator on vbulletin.com mentioned that this needs to be added in the template at forum ... on a 'bit' thing. But so far i haven't been able to find $forumbits
I got in touch with the smoothie the landlord of macfora and he mailed me back the following:
In order to change it: Alter > forumhome_forumbit_level2_post
And so I did ..
I looked that up in the ACP and opened the forumhome_forumbit_level2_post template and looked at it. I found:
Code:
<td bgcolor="{firstaltcolor}" align="left">
and replaced it with:
Code:
<td bgcolor="{firstaltcolor}" align="left"
onMouseOver="this.style.backgroundColor='{secondaltcolor}';
this.style.cursor='hand';"
onMouseOut="this.style.backgroundColor='{firstaltcolor}';"
onClick="window.location.href='forumdisplay.php?s=$session[sessionhash]&forumid=$forum[forumid]'">
and saved the template.
You can see the result @
http://www.creations.nl/
Fnx smoothie & tubedogg for their help !
[thread on vBulletin.com] >
here
[smootchie's site] >
here
One down, five to go..