vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Requests/Questions (Unpaid) (https://vborg.vbsupport.ru/forumdisplay.php?f=112)
-   -   thread rollover colour change thingy-ma-jig (https://vborg.vbsupport.ru/showthread.php?t=60045)

idwf 01-11-2004 07:45 AM

thread rollover colour change thingy-ma-jig
 
hey. I know this was made for VB2, but can anyone make it for VB3? I want that rollover, colour change for the threads and forums. Any ideas? Thanks

-Magik

obiwan8472 01-11-2004 02:45 PM

I'm looking for this aswell... the mouseover effect.

MindTrix 01-11-2004 02:50 PM

If you want it that bad use this script

http://www.dynamicdrive.com/dynamici...lighttable.htm

;)

idwf 01-11-2004 03:38 PM

Quote:

Originally Posted by MindTrix
If you want it that bad use this script

http://www.dynamicdrive.com/dynamici...lighttable.htm

;)

can you tell us how to use this in VB?

MindTrix 01-11-2004 03:44 PM

Ok let me test on my board quickly see if i can get it too work.

Zachery 01-11-2004 03:51 PM

Quote:

Originally Posted by MindTrix
Ok let me test on my board quickly see if i can get it too work.

it should be some simple mouseover code

MindTrix 01-11-2004 03:53 PM

any idea what one then :p

MindTrix 01-11-2004 04:00 PM

Ok dont tell me, i think ima get this one myself :)

idwf 01-11-2004 05:52 PM

Quote:

Originally Posted by MindTrix
Ok dont tell me, i think ima get this one myself :)

i'll keep checking for updates then! Thanks a lot guys :)

The Keeper 01-11-2004 05:54 PM

It's included as standard in vB3. You just need to uncomment the line in the CSS settings.

idwf 01-11-2004 05:56 PM

Quote:

Originally Posted by The Keeper
It's included as standard in vB3. You just need to uncomment the line in the CSS settings.

......instructions?.....quide? anything?

idwf 01-12-2004 05:44 AM

bump=e=bump

BillaBongUSA 01-12-2004 06:20 AM

Yeah, I just checked on what The Keeper said, and it is included by default. At the very bottom of the Main CSS page of whatever style you're using, there's the extra CSS attributes box that says this:

Code:

/* ***** active table cells (IE only) ***** */
 /* .alt1Active, .alt2Active { behavior: url(clientscript/activecell.htc); } */

Just uncomment the active table code so that it looks like this:

Code:

/* ***** active table cells (IE only) ***** */
 .alt1Active, .alt2Active { behavior: url(clientscript/activecell.htc); }

And then you've got rollover table cells. Like magic.

MindTrix 01-12-2004 04:23 PM

;) lol enough said huh :)

idwf 01-13-2004 06:21 AM

Quote:

Originally Posted by MindTrix
;) lol enough said huh :)

na. this doint work aswell tbh.

Also, if you look at my forums, both my colours are the same, so its not efective atall.

What i really want it just that one rollover to work, with a colour i change in the code.

http://www.indeathwefall.co.uk/forums <<< you'll see what i mean.

-any more ideas? (THANKS for the replies so far!)

BillaBongUSA 01-13-2004 07:02 AM

Oh, well if both of your colours all the same, it's gonna be a little more difficult...

Seems like you'd just need to create your own CSS variable and include it in place of alt1Active or alt2Active, but I think it might be more complex than that. I don't know, I have to get some sleep right now, but I'll look at this tomorrow.

idwf 01-13-2004 05:17 PM

Quote:

Originally Posted by BillaBongUSA
Oh, well if both of your colours all the same, it's gonna be a little more difficult...

Seems like you'd just need to create your own CSS variable and include it in place of alt1Active or alt2Active, but I think it might be more complex than that. I don't know, I have to get some sleep right now, but I'll look at this tomorrow.

lol. yeah...i just want a script where i put in the #hex number, and it becomes a rollover.

:P sorry to be a pain in the ass

Zachery 01-13-2004 06:51 PM

Quote:

Originally Posted by idwf
lol. yeah...i just want a script where i put in the #hex number, and it becomes a rollover.

:P sorry to be a pain in the ass

this si also just a template mod and really shouldnt be discussed here

idwf 01-13-2004 07:15 PM

Quote:

Originally Posted by Faranth
this si also just a template mod and really shouldnt be discussed here

shall i take it to VBT?

MindTrix 01-13-2004 07:31 PM

well its not really that either if all you supposedly have too do is uncomment the code inside the CSS settings :)

You can try at vbulletintemplates.com if you wish

idwf 01-13-2004 08:32 PM

Quote:

Originally Posted by MindTrix
well its not really that either if all you supposedly have too do is uncomment the code inside the CSS settings :)

You can try at vbulletintemplates.com if you wish

nah....VBT, all my posts are ignored lol....no. i dont mean that bad,

but...i just thought it'dd be better here, as i thought it would be more a hack that template.

creedmaniac 01-22-2006 02:28 PM

i've been looking for this as well, i found this that does it for sticky threads...but i don't know how to change it to all threads...

https://vborg.vbsupport.ru/showthrea...hread+rollover

couldn't this just be modified a bit?

ok...for the above post i just made...i figured out how to change it to work for all stickies and reagular threads

the part where you have to edit the template...just replace the code in the mod with this

Code:

<!-- Rollover Color -->
<if condition="$thread['sticky'] == 0 or 1">
        <td class="stickybg" id="td_title_$thread[realthreadid]" title="$thread[preview]" onmouseover="this.className='stickyover';" onmouseout="this.className='stickybg';">
<else />
<td class="alt1" id="td_title_$thread[realthreadid]" title="$thread[preview]">
</if>
<!-- /Rollover Color -->



All times are GMT. The time now is 01:46 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.01719 seconds
  • Memory Usage 1,761KB
  • 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
  • (9)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (22)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete