View Full Version : Forum preview text
jakubsnm21
12-12-2012, 08:26 PM
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.
WorldCraft
12-15-2012, 01:09 AM
Go to your threadbit template
Find <div class="threadinfo" title="{vb:raw thread.preview}">
Remove title="{vb:raw thread.preview}"
Find <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 <div id="thread_description"><i>{vb:raw thread.preview}</i></div>
So it will look like this:
<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
https://vborg.vbsupport.ru/external/2012/12/18.png
To fix, go to your additional.css template and add the following .threadbit .threadstats{
padding: 14px 0
}
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.