View Full Version : Looking to enable thread preview.
Guy Betten
11-28-2007, 01:31 PM
Could someone send me in the right direction here please? Thanks in advance, JPT.
Opserty
11-28-2007, 01:41 PM
What are you referring to when you say "thread preview", can you be more specific?
Guy Betten
11-28-2007, 01:46 PM
Sorry for the confusion, I am talking about the option that allows you to see the first part of a thread by "mousing over" the title.
Opserty
11-28-2007, 01:49 PM
AdminCP > vBulletin Options > vBulletin Options > Forum Display Options (forumdisplay) > Length of Thread Preview Text
Lynne
11-28-2007, 01:51 PM
Admin CP > vBulletin Options > Forum Display Options (forumdisplay) and set Length of Thread Preview Display to a positive number (if it's set to 0 then it is disabled).
Guy Betten
11-28-2007, 01:55 PM
I got it now, thanks alot, JPT
Opserty
11-28-2007, 01:56 PM
Are you using a customised skin?
NuKKleZ
03-28-2008, 09:18 PM
Are you using a customised skin?
Does this function not work if you do because mine doesn't work still do I need to add something to the code?
Opserty
03-28-2008, 09:28 PM
Does this function not work if you do because mine doesn't work still do I need to add something to the code?
Firstly, is it enabled in your vBulletin Options? (Refer to Lynne's Post)
If it is then check your threadbit template. AdminCP > Styles & Templates > Style Manager > (From Right pane) Edit Templates > ThreadBit Templates > threadbit
Look for something like the following, it will be near the beginning somewhere, yours may differ slightly due to customisation:
<if condition="$show['threadicons']">
<td class="alt2"><if condition="$show['threadicon']"><img src="$thread[threadiconpath]" alt="$thread[threadicontitle]" border="0" /><else /> </if></td>
</if>
<td class="alt1" id="td_threadtitle_$thread[realthreadid]" title="$thread[preview]">
$thread[title_editable]
<div>
Make sure you have the bit in green, else edit it in if you don't have it.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.