![]() |
I attempted to have the same effect in the forumdisplay utilizing the following code that I assembled from this thread creator's code and a previous poster. I am running into a problem though where I cannot force the hand to show in the forum display.
Edited in the threadbit template PHP Code:
|
Beautiful!
|
Works like a charm on 3.5.3, thanks
|
I like it a lot! *Install*
Craig |
Working, but it's changing my forum font to 9 pixels instead of 10, and causing my cells to shift:
http://www.sevenstring.org/chris/rolloverissue.jpg How do I get around this? Thanks! [high]* Club3G clicks install[/high] |
Fixed. I had to do the following, for anyone encountering a similar problem:
Add this to the main CSS. If your style isn't using verdana in that cell, substitute which font you're looking for. Code:
/* ***** Forum Rollover Coloring ***** */ Then where this is present: Code:
onmouseover="this.className='alt2Active' Code:
onmouseover="this.className='forumrollover' - Chris |
Is it possible even in thread pages?
|
Quote:
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]"> Code:
<td class="alt1" id="td_title_$thread[realthreadid]" title="$thread[preview]" onmouseover="this.className='forumrollover';" onmouseout="this.className='alt1';"> |
wow i actually did it, but is there any way i can change the color of it?? i have a light theme, and the color that it makes is bothering my eyes.
thanks |
Quote:
In the main CSS for your style, add this to the bottom of the "Additional CSS Definitions" block down the bottom. Code:
/* ***** Forum Rollover Coloring ***** */ Change the #555555 to whichever color you want to change to. Then in the template edits, change: Code:
onmouseover="this.className='alt2Active';" Code:
onmouseover="this.className='forumrollover';" |
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 |
Quote:
Can you post the whole code snippet? :) |
no its not changing. :ermm: which code did u want?? the one from the templates or the one from the main css?
|
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';"> http://www.sevenstring.org/forum/index.php Edit the forumhome_forumbit_level1_post template: Code:
<!-- Rollover Mod --> Code:
<!-- Rollover Mod --> |
Quote:
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? Code:
onmouseout="this.className='alt1Active';" |
im lost, u want me to put those codes in?
is "threadbit edit:" the main css code? |
Sorry, I'll clarify for ya. :) Editin' my post now.
|
Quote:
forumhome_forumbit_level1_post forumhome_forumbit_level2_post You just need to add in: Code:
onmouseout="this.className='alt1Active';" Code:
onmouseover="this.className='forumrollover';" |
|
do u think its too dark??
|
Quote:
|
Quote:
In the main CSS, change the #CCCCCC to #000000, that'll keep it black and will show up a lot better. |
its beautiful! thanks again :*
|
Quote:
|
i think so too:). im new so i have to find skins. and this is one of 3 girlie ones ive found. LOL
hey can i ask u something? im tryiing to do the welcome panal install, and i dont know how to create a template. any idea?? :ermm: |
Quote:
Style Manager -> dropdown box for the style -> Add new Template Feel free to PM me if you get stuck, so we don't derail Live Wire's hack thread. :devious: |
i dunno how to thank u enough!! ;)
|
hmm, ok now its saying invalid file specified when i upload the xml file :devious:
any ideas?? |
Quote:
Check here: https://vborg.vbsupport.ru/showthrea...802#post873802 (Just so we get the discussion in the thread for the welcome panel) |
Thank Club3G,now it's OK
|
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: |
and in new post in vBadvanced,in home page,is it possible?
How? :) |
I believe it should be, I'm going to try it this evening/tomorrow and if successful I'll post it up.
|
cool
installed |
Quote:
Quote:
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:
|
v1.2 Released. If you want to add the same effect to your threadlist area. Please redownload instructions :)
|
Quote:
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 ;) |
Thanks Mike, glad it worked for you :)
|
v2 O RLY?
|
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> |
All times are GMT. The time now is 12: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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|