• Howdy! Welcome to our community of more than 130.000 members devoted to web hosting. This is a great place to get special offers from web hosts and post your own requests or ads. To start posting sign up here. Cheers! /Peo, FreeWebSpace.net
managed wordpress hosting

er...hover code for phpBB?

Mattikal

New Member
Well, my forums are phpBB, but I've noticed on some phpBB boards, you can just hover over the forum / topic etc. and then click anywhere in that area to go there, without having to click on the actual text...

What would be the code and where would I insert it in the phpBB files?
 
locate where the correct TR tag for the topic then put

Code:
<tr onMouseOver="window.location='http://yahoo.com'">

of course change the URL to phpBB variable. I'm not familiar with phpBB but that is how it is done.
 
seems to be too much of a hassle to do it that way (especially when posts get deleted etc. anyway...)

There must be a specific phpBB way though mustn't there?
 
Back
Top