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)

Club3G 01-15-2006 08:48 PM

One small issue has me puzzled.

The mouseovers are working on forumdisplay, but if I go into a category view, the mouseout doesn't work anymore.

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

In viewing my code it appears that the mouseout call is there, and the CSS tag is defined, but mouseout kills the background.

Any ideas appreciated. :)

Edits: It's not the ID tag, and viewing my source looks like it should work just fine.

:confused:

RYoBiOS 01-16-2006 07:22 PM

and in new post in vBadvanced,in home page,is it possible?
How? :)

Club3G 01-16-2006 07:31 PM

I believe it should be, I'm going to try it this evening/tomorrow and if successful I'll post it up.

mbader71 01-30-2006 07:17 AM

cool

installed

Mike-D 01-30-2006 09:36 PM

Quote:

Originally Posted by RYoBiOS
Is it possible even in thread pages?

Quote:

Originally Posted by Club3G
Yeah, just make the same changes to I believe, threadbit.
Done my way (see a few posts up) with a CSS variable for the rollover:

Replace:

Code:

<td class="alt1" id="td_title_$thread[realthreadid]" title="$thread[preview]">
With:

Code:

<td class="alt1" id="td_title_$thread[realthreadid]" title="$thread[preview]" onmouseover="this.className='forumrollover';" onmouseout="this.className='alt1';">

Thank you very much, Life Wire. I installed your nice hack and it works ;)

Attn To 'Club3G'
You know what? It works. But there seems a slight problem...

Problem When I'm in my threads I can't click to view what's inside the threads. That means I can see the MouseOver effect. And when I click within the MouseOver area I get an invalid link of my threads. Do you know what's wrong ?

Here's mine...
PHP Code:

<td class="alt1" id="td_title_$thread[realthreadid]title="$thread[preview]style="cursor:pointer;"onmouseover="this.className='forumrollover';" onmouseout="this.className='alt1';"onclick="window.location.href='forumdisplay.php?$session[sessionurl]f=$forum[forumid]';"

Anyways thank you for your time and your help ;) ! -Mike

Logikos 01-31-2006 12:36 AM

v1.2 Released. If you want to add the same effect to your threadlist area. Please redownload instructions :)

Mike-D 01-31-2006 10:01 AM

Quote:

Originally Posted by Live Wire
v1.2 Released. If you want to add the same effect to your threadlist area. Please redownload instructions :)

Hi Ken ;)
thank you soooo much for your great update. I installed it right now and it works great. Now it works much better and my previous problem about the MouseOver in threads has been solved ;)
Greetings from Cologne. -Mike

THANK YOU VERY MUCH, KEN !!!
You da man ;)

Logikos 01-31-2006 10:41 AM

Thanks Mike, glad it worked for you :)

Borgs8472 01-31-2006 10:51 AM

v2 O RLY?

Doc Great 01-31-2006 11:02 AM

Still not valid CSS! cursor:hand ==> cursor:pointer

Really great would be a hover-effect for

Code:

<td class="smallfont"><a href="$vboptions[bburl]/showthread.php?t=$thread[threadid]" title="$thread[preview]"><if condition="$show['gotonewpost']"><strong>$thread[title]</strong><else />$thread[title]</if></a><br /><div class="smallfont"><span style="cursor:pointer" onclick="window.open('$vboptions[bburl]/member.php?$session[sessionurl]u=$thread[postuserid]')">$thread[postusername]</span>
</div>
</td>



All times are GMT. The time now is 01:01 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.01313 seconds
  • Memory Usage 1,745KB
  • 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
  • (3)bbcode_code_printable
  • (1)bbcode_php_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (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