The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Highlight Thread with over mouse
How to highlight thread with over mouse like on this forum:
http://tech6.com/f51-vbulletin/ Thank you D |
#2
|
|||
|
|||
If you mean "mouse over" preview of a thread.
admincp --> vbulletin options --> Forum Display Options (forumdisplay) --> Length of Thread Preview Text This setting allows you to specify how many characters of the first post in a thread to display in the 'title' tag of the thread title on the forumdisplay page. Set this value to 0 to disable thread previews. |
#3
|
|||
|
|||
No.
Try to go on this page in my first post and with mouse over threads. You will see they are changing color. |
#4
|
|||
|
|||
Anyone?
|
#5
|
|||
|
|||
That's just a CSS trick, if you look in your CSS definitions you should be able to add (or if it's already there) change link:hover to another colour.
Example: link:hover {color: #FFFFFF; background-color:000000; text-decoration: none} You change the text colour to white (color) and the background to black when someone hovers over it. At least I believe that would be the easiest and quickest way of doing it. |
#6
|
|||
|
|||
actually it is:
HTML Code:
.alt1Active:hover { background-color: #FFFFF1; } .alt2Active:hover { background-color: pink; } there was an old javascript acting on hovering effect, but was incompatible with the new browsers, so it was abandonned. using CSS like shown in the code here is good. |
#7
|
|||
|
|||
Ok, but where I should add this?
|
#8
|
|||
|
|||
AdminCP >> Styles & Templates >> Style Manager >> Main CSS of the style you want to edit
put that code in the last block you see on that page, named Advanced Users:... put it in the bottom field, to avoid breaking anything... change the colors, btw, these are crap. |
#9
|
|||
|
|||
Thank you
This is great! |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|