The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Link on row instead of only text?
Hi guys! Firstly thanks for all the answers you guys have been posting, really helped me out a lot over the past month since I purchased VBulletin!
Ok, currently when I go to open a thread I have to click the text of the thread name to open said link. The same thing applies when I want to go to a forum or sub forum. What I would like is that instead of having to focus on pointing your cursor on the text link, I'd rather as soon as you mouse over the thread/forum/subforum title row the link appears clickable. For example: http://eu.battle.net/wow/en/forum/872818/ You don't have to click on the thread titles for the link to open, you can click anywhere in the background of it too! I'd also like the row to change colour once moused over to easily identify what you are pointing at. Sorry if I explained that poorly (probably why I couldn't find an answer in the first place :P) Thanks for reading! ---------------------------------------------------------------------------------------------------------------------- For those who want to know how to change the colour of your thread/forum rows on hover then add this code in the Edit Templates -> CSS Templates -> additional.css Code:
.forumrow:hover, .threadbit > div:hover { background: #FF000 !important; } To those who experienced the problem of the replies/views column not highlighting here is the fix! Navigate to the 'threadbits' template Find: Code:
<ul class="threadstats td alt" title="<vb:if condition="$thread['dot_count'] > 0">{vb:rawphrase have_x_posts_in_thread_last_y, {vb:raw thread.dot_count}, {vb:raw thread.dot_lastpost}}</vb:if>"> Replace With: Code:
<ul class="threadstats td {vb:raw thread.statusstring}" title="<vb:if condition="$thread['dot_count'] > 0">{vb:rawphrase have_x_posts_in_thread_last_y, {vb:raw thread.dot_count}, {vb:raw thread.dot_lastpost}}</vb:if>"> This will now highlight the entire row, including the replies/views column! |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|