MyBB Community Forums

Full Version: {$threadlist} doesn't work on index template
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,

I am trying to make a recent threads bar in the sidebar. However {$threadlist} doesn't seem to work.

I add this code under {$header} 

		{$latestthreads}
	<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td class="thead"><strong>{$lang->latest_threads}</strong></td>
</tr>
{$threadlist}
</table>
<br />

But this didn't work, only this shows up. 

[Image: feUx8A5.png]

Can someone help me with this?
see the manual method suggested here

or you can use topstats plugin and add required variables to your sidebar on the index page