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)

Kran 09-24-2005 12:17 AM

Installed. Works perfectly (at least in my case) thanks!

matt2cacnio 09-24-2005 01:49 AM

Quote:

Originally Posted by loonytune15
did you make the appropriate changes in the bo20 skin's templates?

yes i did. Im pretty sure i did it on the bo20's than the default skin.

Kran 09-25-2005 10:18 PM

Quote:

Originally Posted by Ramsesx
Very sweet, thank you. But with the new Opera 8.50 it's looking a little bit funny (screenshot) :D

I just checked it in Opera as well and it doesn't work, anyone have a fix?

Kihon Kata 09-26-2005 02:10 AM

clickerzzz :ermm:

revlimiter 09-27-2005 11:35 PM

the rollovers work slow in IE but great in Firefox --- anyone else run into this problem?
(also, no hand cursor in Firefox)

Cheers,

Xplorer4x4 09-29-2005 02:28 PM

Quote:

Originally Posted by matt2cacnio
yes i did. Im pretty sure i did it on the bo20's than the default skin.

I believe the problem is because your alt1 and alt 2 are the same.

Try this method: https://vborg.vbsupport.ru/showpost....5&postcount=31

Snake 10-03-2005 03:28 PM

Wow lovely.

dsotmoon 10-03-2005 09:51 PM

works great, thanks

phonexpo 10-04-2005 04:49 PM

Installed, thank you... ;)

hamedatl 10-04-2005 07:57 PM

This seems to work for the list of forums, but if you go in a forum and try to hover over different threads, it doesn't work. Do you know what template needs to be edited for that? Thanks.

Edited: Oh, boy, I forgot to read the whole thread and I found the code there. Sorry.

By the way, this works great on Safari too, for anyone who cares.

karrerax 10-05-2005 04:56 AM

Installed. Great MOD!
Thanks :nervous:

Quillz 10-08-2005 05:38 PM

Just installed it. Works great. I was wondering, though... Is it possible to not make the entire cell linked? I want only the text to remain linked, as it was before I installed this modification...

TygerTyger 10-11-2005 10:33 PM

Quote:

Originally Posted by Quillz
Just installed it. Works great. I was wondering, though... Is it possible to not make the entire cell linked? I want only the text to remain linked, as it was before I installed this modification...

Just remove the entire onclick statement, and style="cursor:hand;" statement from the replacement code.

Robbed 10-15-2005 12:05 PM

Anyone know why in Firefox when you hover on a category the hand icon doesn't show up.

Thanks.

TygerTyger 10-15-2005 12:09 PM

It won't show up if you followed my instructions as above to prevent the entire cell being a hyperlink. You can force the hand icon even if it's not a hyperlink by leaving in style="cursor:hand;" although your users might find it confusing.

Robbed 10-15-2005 12:30 PM

It works in IE but not firefox, but i guess i can remove the cursor hand code so it's the same as the threads.

Kovash 10-15-2005 01:25 PM

Quote:

Originally Posted by Xplorer4x4
If this was clarfied before I missed it as well, but i needed a way to change the color of the mouse over. For example I have the Power blue skin instaled as my default. The mouseover did not show up because Alt1 and Alt2 were the same.

I went through and changed Alt 2(in red)
PHP Code:

onmouseover="this.className='alt2Active'" 

to .legend in my case. To try a diffrent color, in your CSS options each table has a name in the bottom left corner of it. Just try those various classes in place of Alt2 untill you fidn oen that works. :)

Small thing to add to this for people who don't want to usurp a whole Style slot.

If you check in your style options down at 'Additional CSS Definitions' you can add a code into the second box, like this;

PHP Code:

.forumrollover 

     
background#6E81A0; 
     
color#000000; 


Then change the template code to match as you suggested, but using the 'forumrollover' instead of one of the default ones. This way, if you ever use the default one you would have used otherwise, you don't have to have them both the same... if you get my meaning... somehow I don't think I was to coherent :s

But yeah, I use it, works great, and because of ^that^ method, I don't have to have alternating colours across my forum, yay!

*clicks install

ViViD 10-20-2005 01:42 AM

Hello ,
I Installed it on my forums but there is a small but noticable delay in changing when I move mouse over the cell. Has anyone know what is the problem ? also the problem is not related to it's background image or it's border I added to it's CSS class .

( the delay only appears in IE 6.0 but not Opera or FFox ) ...

[edited URL]

Any help appreciated

ProperMethodz 10-24-2005 03:53 PM

Where do you adjust the alternating colors? I can't seem to make it work. :(

J?Y. 10-27-2005 05:52 PM

Excellent, Thanks

ggiersdorf 11-02-2005 06:01 PM

Quote:

Originally Posted by Kovash
Small thing to add to this for people who don't want to usurp a whole Style slot.

If you check in your style options down at 'Additional CSS Definitions' you can add a code into the second box, like this;

PHP Code:

.forumrollover 

     
background#6E81A0; 
     
color#000000; 


Then change the template code to match as you suggested, but using the 'forumrollover' instead of one of the default ones. This way, if you ever use the default one you would have used otherwise, you don't have to have them both the same... if you get my meaning... somehow I don't think I was to coherent :s

But yeah, I use it, works great, and because of ^that^ method, I don't have to have alternating colours across my forum, yay!

*clicks install

I did this and it works nicely, but I notice when I rollover forums they tend to move out of position like they move up and left like 2 pixels is there a way to make the Text stay fixed and just have to color rollover?!

HumourForum.com 11-03-2005 06:49 AM

Appears to conflict with the "Forum Image Border" hack.

ggiersdorf 11-04-2005 01:34 PM

Anyone have an answer for my question two post's above? Its quite annoying..

Doc Great 11-11-2005 10:53 AM

For correct CSS you have to replace style="cursor:hand;" with style="cursor: pointer;"

Ramsesx 11-11-2005 12:27 PM

Hm, if I change this, it's the same, the hand is showing.

TygerTyger 11-11-2005 12:29 PM

It's just to make it compliant across various browsers. Cursor:hand is proprietary.

Ramsesx 11-11-2005 12:46 PM

Ok, understand, thank you.

admin0 11-11-2005 05:18 PM

Does this cause the CPU a bit more ? like feeling a bit slow ..?

Snake 11-12-2005 04:01 PM

Is it possible to remove the clickable part of the mouseover effect? I don't like it.

Macclaren 12-08-2005 10:20 AM

all I want to know is how do I change the color on the roll over so when I put the mouse over it it'll show cause my forum is a black one (the background) itworked on the other one but not on the main forum page!! thank you for your help (newbie), sorry!!!

Warrior 12-16-2005 07:13 AM

Perfect - and took no more than 2 minutes to do :nervous:

YOimYO 12-29-2005 07:21 PM

Quote:

Originally Posted by Aftermath
Is it possible to remove the clickable part of the mouseover effect? I don't like it.

yeah i had to remove the clickable part to make it work with subforum dropdown menus ;)

to do that just delete this part of the code

PHP Code:

onclick="window.location.href='forumdisplay.php?$session[sessionurl]f=$forum[forumid]';" 


Snake 12-31-2005 01:30 PM

Bingo!

Lpspider 12-31-2005 03:25 PM

Quote:

Originally Posted by YOimYO
yeah i had to remove the clickable part to make it work with subforum dropdown menus ;)

to do that just delete this part of the code

PHP Code:

onclick="window.location.href='forumdisplay.php?$session[sessionurl]f=$forum[forumid]';" 



Doesn't seem to work for me. :/

hotwheels 01-02-2006 07:41 PM

schweet........Clicks *install*

Snake 01-03-2006 11:52 AM

Well it does for me. Recheck your edits again.

craiovaforum 01-03-2006 06:11 PM

Quote:

Originally Posted by Ramsesx
Very sweet, thank you. But with the new Opera 8.50 it's looking a little bit funny (screenshot) :D

im having the same problem too. my guess is its an opera bug it has nothing to do with the code.
p.s. it only looks funny for the smaller cells. for the taller ones (the ones that have bigger description) it looks ok. weird

Logikos 01-03-2006 06:13 PM

Could possiable be a opera bug, but I don't use opera and have no idea how I could make a work around for it. Sorry guys.

sinan318 01-03-2006 09:13 PM

cool... installlllled

swa 01-06-2006 02:32 AM

thanks for great hack!


All times are GMT. The time now is 03:41 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.01433 seconds
  • Memory Usage 1,818KB
  • 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
  • (5)bbcode_php_printable
  • (9)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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