View Full Version : 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/dynamicindex11/highlighttable.htm
;)
If you want it that bad use this script
http://www.dynamicdrive.com/dynamicindex11/highlighttable.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
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 :)
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.
It's included as standard in vB3. You just need to uncomment the line in the CSS settings.
......instructions?.....quide? anything?
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:
/* ***** active table cells (IE only) ***** */
/* .alt1Active, .alt2Active { behavior: url(clientscript/activecell.htc); } */
Just uncomment the active table code so that it looks like this:
/* ***** 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 :)
;) 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.
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
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
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
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/showthread.php?t=105597&highlight=thread+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
<!-- 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 -->
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.