Quote:
Originally Posted by FReeSTER
Wow the thread preview content is HOT... lol Can someone do a mod or add it to this one as is part of the show avatar in thread listing? lol
 :up:
|
I never knew that and though it is a feature of vBulletin the text is hidden for some reason in vB4. See the CSS class .threaddesc and if you edit the CSS of .threaddesc to display the content it should work.
For vB3 you can add
Code:
<div class="smallfont">$thread[preview]</div>
after the </if> for
Code:
<if condition="$show['unsubscribe']">
I hope the instructions are clear enough.