The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
![]()
Could someone send me in the right direction here please? Thanks in advance, JPT.
|
#2
|
|||
|
|||
![]()
What are you referring to when you say "thread preview", can you be more specific?
|
#3
|
||||
|
||||
![]()
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.
|
#4
|
|||
|
|||
![]()
AdminCP > vBulletin Options > vBulletin Options > Forum Display Options (forumdisplay) > Length of Thread Preview Text
|
#5
|
||||
|
||||
![]()
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).
|
#6
|
||||
|
||||
![]()
I got it now, thanks alot, JPT
|
#7
|
|||
|
|||
![]()
Are you using a customised skin?
|
#8
|
|||
|
|||
![]()
Does this function not work if you do because mine doesn't work still do I need to add something to the code?
|
#9
|
|||
|
|||
![]() Quote:
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: Code:
<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> |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|