Quote:
Originally Posted by Lynne
Add either $thread[prefix_plain_html] or $thread[prefix_rich] where you want it to show before the thread title. If you want it to be bolded like the title, put it inside the <strong> tag with the title. If not, put it right before the <strong> tag.
|
It works on every single template but not in the links template :/
Is there any way I can work my way behind this?
Or maybe I was just dumb (again) and need professional help, could you add it in the code right before the thread name?
Code:
<a href="$vboptions[bburl]/news.php?id=$thread[threadid]" title="$thread[title]"><strong>$thread[title]</strong></a><br />
$dateposted<br />
Posted by <strong><a href="$vboptions[bburl]/member.php?u=$thread[postuserid]">$thread[postusername]</a></strong><br />
<font size="2" face="Times" color="#383838">
$message
</font>
<br /><br />