Helpful Information
 
 
Category: vBulletin 3.6 Template Modifications
Forum Display Enhancements - Thread Preview only on Thread Title Hover

Thread Preview only on Thread Title Hover

What does this do?
Normally the Thread Preview will show if you hover anywhere in the cell containing the Thread Title. This will make it so you have to hover on the Thread Title itself to see the Thread Preview.

Instructions:
Find in your Threadbit template:
id="thread_title_$thread[realthreadid]"Add before:
title="$thread[preview]"Find in Threadbit template:
<td class="alt1" id="td_threadtitle_$thread[realthreadid]" title="$thread[preview]">Replace with:
<td class="alt1" id="td_threadtitle_$thread[realthreadid]">Notes:
A few people have had some trouble understanding what exactly this modification does. In light of this, I've attached a screenshots which (hopefully) explains a little better.

this looks interesting, can you post screen shots for every one to see an example before they install this mod.

thank you.

-Alex

Screen shots pls. i Hope this is what i think it is :)

If not, I was thinking if u hover on the thread, it will give u preview 2 or first 3 thumbs if it has thumbnail pics :)

i thought this was like hover the mouse over tittle and it will show u a small box with a privew of the thread so u don't have to go into the thread to see how it looks, anyways its not

but i now know wut it is, installed *still useful*

would be nice to see some screen shots...or a board using this mod

I'll post some up now, I assumed it was fairly self-explanatory.

:D oh thats cool, I just added it to my edition... thank you...

Thanks for the hack! I'll install it right away... :)

Awsome... Was looking for this....

hello, it is possible to insert an image threadbit after the title and only it is this that display the previous text?

Can't find that string in vbulletin 4.2, anyone helps pls?

Hi, to use in vB 4.2.x

--in threadbit template find:

<div class="rating{vb:raw thread.rating}<vb:if condition="$thread['sticky']"> sticky<vb:else /> nonsticky</vb:if>">
<div class="threadinfo" title="{vb:raw thread.preview}">

--^^^ remove bolded item so you have:

<div class="rating{vb:raw thread.rating}<vb:if condition="$thread['sticky']"> sticky<vb:else /> nonsticky</vb:if>">
<div class="threadinfo">

--find next:

<a class="title<vb:if condition="$show['gotonewpost']"> threadtitle_unread</vb:if>" href="{vb:link thread, {vb:raw thread}, {vb:raw pageinfo}, 'threadid', 'threadtitle'}" id="thread_title_{vb:raw thread.realthreadid}">{vb:raw thread.threadtitle}</a>

--replace with (additional edit in bold):

<a class="title<vb:if condition="$show['gotonewpost']"> threadtitle_unread</vb:if>" href="{vb:link thread, {vb:raw thread}, {vb:raw pageinfo}, 'threadid', 'threadtitle'}" title="{vb:raw thread.preview}" id="thread_title_{vb:raw thread.realthreadid}">{vb:raw thread.threadtitle}</a>

That's it.










privacy (GDPR)