Click to See Complete Forum and Search --> : Phpbb


GreyFaerie
09-07-2003, 07:47 PM
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 http://www.pinkpt.com/forum/

PeOfEo
09-07-2003, 08:24 PM
<td bgcolor="#yourbgcolor" onMouseOver=this.style.backgroundColor="#your hylight color" onMouseOut=this.style.backgroundColor="#yourbgcolor" onclick="window.location.href='theforumid'">

GreyFaerie
09-07-2003, 09:16 PM
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?

PeOfEo
09-07-2003, 09:44 PM
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='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.

GreyFaerie
09-07-2003, 09:58 PM
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

thanks for your help!