Phpbb

windows

Guest
I got the PHPBB forum for my site. I went to another site that also uses this forum, but they have an add on where when your mouse hovers over the forum topics it highlights them. Does anyone know how i can do this? I went to phpbb.com and i cant find it anywhere. the site where i saw this feature is <!-- m --><a class="postlink" href="http://www.pinkpt.com/forum/">http://www.pinkpt.com/forum/</a><!-- m --><!--content--><td bgcolor="#yourbgcolor" onMouseOver=this.style.backgroundColor="#your hylight color" onMouseOut=this.style.backgroundColor="#yourbgcolor" onclick="window.location.href='http://www.webdeveloper.com/forum/archive/index.php/theforumid'"><!--content-->im not sure... my server is Plesk and I know it supports Php (obviously) but im not sure about the rest. Isnt there a way i can do it with php?<!--content-->To make it light up all you have to do is incert that. Thats html. Just add that onmouseover junk to the data grid column and it will look like that for your ouput so in the data grid column just put onMouseOver=this.style.backgroundColor="#your hylight color" onMouseOut=this.style.backgroundColor="#yourbgcolor" onclick="window.location.href='http://www.webdeveloper.com/forum/archive/index.php/theforumid'" I dont use php or phpbb but it should be something like that, and the server will out put it like I posted before.<!--content-->alright i got it... now i cant figure out where to put it. i mean i do... i pulled up the forum page, viewed the html and copied it into dreamweaver and tested it out. but when i went into my files the index page is in php format... i dunno ill figure it out hopefully. if it was html id know exactly where to put it<br />
<br />
thanks for your help!<!--content-->
 
Back
Top