The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#21
|
||||
|
||||
Quote:
but...i just thought it'dd be better here, as i thought it would be more a hack that template. |
#22
|
|||
|
|||
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 --> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|