The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Forum preview text
In my forum I've noticed when I hover over one of the threads the element displays a preview of the first thread in that forum. How could I possibly make this preview text actually show up on the page (example below) while removing the mouse over element at the same time?
This is the forum thread title Started by Me, 12-11-2012 05:05 PM I want the preview text in the mouse over element to show up here... Thanks guys and gals in advance. |
#2
|
|||
|
|||
Go to your threadbit template
Find HTML Code:
<div class="threadinfo" title="{vb:raw thread.preview}">
Remove HTML Code:
title="{vb:raw thread.preview}" Find HTML Code:
<img src="{vb:stylevar imgdir_misc}/subscribed.png" alt="{vb:rawphrase you_are_subscribed_to_this_thread}" /> </vb:if> </div> </div> </div> </div> </div> </div> After the fourth </div> from the right add HTML Code:
<div id="thread_description"><i>{vb:raw thread.preview}</i></div> So it will look like this: HTML Code:
<img src="{vb:stylevar imgdir_misc}/subscribed.png" alt="{vb:rawphrase you_are_subscribed_to_this_thread}" /> </vb:if> </div> </div> </div> </div> <div id="thread_description"><i>{vb:raw thread.preview}</i></div> </div> </div> Your gradient here will probably not reach the bottom To fix, go to your additional.css template and add the following HTML Code:
.threadbit .threadstats{ padding: 14px 0 } |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|