Log in

View Full Version : Highlight with onMouseOver


latinO
03-07-2002, 02:14 PM
Hi,

I have the highlight effect on my forum index... I would like it to work on the thread index as well.

Can anyone help me with that?!?

Thanks,

latinO

Admin
03-07-2002, 03:40 PM
Where's the original hack?

TECK
03-07-2002, 07:40 PM
ya latinO.. man.. i was looking for a long time for this hack to.. can you pm me and give me the link? thanks alot. :)

latinO
03-07-2002, 09:31 PM
I got it over here;

http://www.vbulletin.com/forum/showthread.php?threadid=38735&highlight=index

But I would like it to take effect over the threads index as well!

latinO

latinO
03-18-2002, 06:50 PM
Can ayone help me out please?!?

latinO

Psychdrone
03-18-2002, 09:57 PM
yes that would be cool guys!

FWC
03-19-2002, 01:14 AM
That's the forumdisplay_forumbit_level1_post template. Just use the same code you used for the forum list and it should work.

latinO
03-19-2002, 02:09 PM
Thanks FWC!

I'll give it a try!

latinO

latinO
03-19-2002, 03:38 PM
Nope, that doesn't work. Any other solution for it?

latinO

Birdie501
03-19-2002, 03:56 PM
Hi,

try this in forum_displaybit:


<td bgcolor="#13486D" align="left" width="70%"
onMouseOver="this.style.backgroundColor='#1C5780';
this.style.cursor='hand';"
onMouseOut="this.style.backgroundColor='#13486D';"
onClick="window.location.href='showthread.php?s=$session[sessionhash]&threadid=$thread[threadid]'">


Birdie501 :)

latinO
03-19-2002, 04:08 PM
Which template are you refering to? I tried it in the forumdisplay_forumbit_level1_post template but it did not work

Birdie501
03-19-2002, 04:39 PM
Hi,

you have to put this in forumdisplaybit!

Birdie501

latinO
03-19-2002, 05:11 PM
Okay... I tried it... It almost works... The highlight effect works but if I click a thread I get a message it is a invalid link and the thread won't be showed.

I will try to fix it tomorrow, if I can't I will post here again.

Thanks for your help!

latinO

Psychdrone
03-19-2002, 08:06 PM
It is not working for me, Who ever gets this to work, could the please post ezactly what they did

Thanks!

Birdie501
03-19-2002, 11:08 PM
Hey psychdrone,

what is the problem. It is all described in the original hack thread which ou can see above. It is only a copy and paste job!?

Birdie501

latinO
03-20-2002, 09:31 AM
I got it working!

Many thanks!

latinO