vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   Highlight with onMouseOver (https://vborg.vbsupport.ru/showthread.php?t=35823)

latinO 03-07-2002 02:14 PM

Highlight with onMouseOver
 
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/showt...ighlight=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:

Code:

<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 :)


All times are GMT. The time now is 01:01 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01139 seconds
  • Memory Usage 1,727KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete