I have a code that grabs information from threads for a box on my portal, but it Can't grab prefixes which would be pretty important.
Could sombdy edit this code for me so it will include thread prefixes:
Code:
<a href="$vboptions[bburl]/news.php?id=$thread[threadid]" $thread[prefix_plain_html] 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 />
Look in attachments what it's for.