Quote:
Originally Posted by playboy
Is there a way to make the description appear below the thread title? 
|
It depends on how you edit your template. Instead of
HTML Code:
<if condition="$thread['threaddesc']"><span class="smallfont">- $thread[threaddesc]</span></if>
You can use
HTML Code:
<if condition="$thread['threaddesc']"><div class="smallfont">- $thread[threaddesc]</div></if>
But then your'll need to find an area for the Thread Starter as the way above it will make it look like this:
Thread Title Will Be Here
Thread description will be here
Thread Starter
And you might not want 2 rows like that. If not just let me know how you want it and i'll tell you what you can do.