Quote:
Originally Posted by Dismounted
Similar threads are actually loaded AFTER posts are fetched. So you will need to load them before the posts are fetched, and add the variable to the template. I believe I've actually said this somewhere before, so anyone that searched would have already found it  .
|
Sorry for the bump, but how could we do that?
I've tried the following:
PHP Code:
<if condition="$post['postcount'] % $vboptions['maxposts'] == 1">
$similarthreads
</if>
The similar threads box disappears. If I simply leave it to $similarthreads and move it before "post content", it appears above the post content table. All this was done in showthread template.