vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   Forum Home Enhancements - Forumhome Mouseover Effect (https://vborg.vbsupport.ru/showthread.php?t=92600)

QueenBee 01-15-2006 04:59 AM

ok it worked, but is it supposed to stay colored?? when u mouse over them it stays that color. is that right???

thanks 4 your help:D

Club3G 01-15-2006 05:01 AM

Quote:

Originally Posted by QueenBee
ok it worked, but is it supposed to stay colored?? when u mouse over them it stays that color. is that right???

thanks 4 your help:D

When you move the mouse off of it, it's not changing back? When the mouse is over the forum, it should change to the new color, but when you move it off, it should go back to the default look.

Can you post the whole code snippet? :)

QueenBee 01-15-2006 05:05 AM

no its not changing. :ermm: which code did u want?? the one from the templates or the one from the main css?

Club3G 01-15-2006 05:05 AM

If it helps, QueenBee, here are my templates. I took out the cursor change.

This is in my threadbit template to make the thread view rollover, as seen here:

http://www.sevenstring.org/forum/forumdisplay.php?f=23

Code:

<td class="alt1" id="td_title_$thread[realthreadid]" title="$thread[preview]" onmouseover="this.className='forumrollover';" onmouseout="this.className='alt1';">
For the forumhome rollovers, as seen here:

http://www.sevenstring.org/forum/index.php

Edit the forumhome_forumbit_level1_post template:
Code:

<!-- Rollover Mod -->
        <td class="alt1Active" colspan="2" align="$stylevar[left]" id="f$forum[forumid]" onmouseover="this.className='forumrollover';" onmouseout="this.className='alt1active';">
<!-- /Rollover -->

And the forumhome_forumbit_level2_post template.
Code:

<!-- Rollover Mod -->
  <td class="alt1Active" align="$stylevar[left]" id="f$forum[forumid]" onmouseover="this.className='forumrollover';" onmouseout="this.className='alt1Active';">
<!-- /Rollover -->


Club3G 01-15-2006 05:08 AM

Quote:

Originally Posted by QueenBee
no its not changing. :ermm: which code did u want?? the one from the templates or the one from the main css?

Aah, you're missing a bit o' code, I'm looking at your website right now. :)

Your source is:

Code:

<td class="alt1Active" colspan="2" align="left" id="f14" style="cursor:hand;" onmouseover="this.className='forumrollover';"onclick="window.location.href='forumdisplay.php?
You need to add this:

Code:

onmouseout="this.className='alt1Active';"
Mouseout is when your mouse isn't over it anymore. ;)

QueenBee 01-15-2006 05:08 AM

im lost, u want me to put those codes in?

is "threadbit edit:" the main css code?

Club3G 01-15-2006 05:09 AM

Sorry, I'll clarify for ya. :) Editin' my post now.

Club3G 01-15-2006 05:13 AM

Quote:

Originally Posted by QueenBee
im lost, u want me to put those codes in?


is "threadbit edit:" the main css code?

Awrighty, edited. Your main CSS code is fine, the problem you have right now is in these two templates:

forumhome_forumbit_level1_post
forumhome_forumbit_level2_post

You just need to add in:

Code:

onmouseout="this.className='alt1Active';"
Right after this:

Code:

onmouseover="this.className='forumrollover';"
Make sure there's a space between the quotation marks and the next letter. :)

QueenBee 01-15-2006 05:17 AM

you r fabulous!!




[IMG]http://i25.photobucket.com/albums/c7...Y-BlueBox1.gif[/IMG]

QueenBee 01-15-2006 05:18 AM

do u think its too dark??


All times are GMT. The time now is 03:29 AM.

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.02212 seconds
  • Memory Usage 1,740KB
  • 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
  • (7)bbcode_code_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)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