I don't need a sidebar. The theme already has a sidebar, i just need the code for displaying the latest threads. Look at this theme :
http://mods.mybb.com/view/cms-bb
Look on the right side, there is already a sidebar installed.
http://mods.mybb.com/uploads/previews/24...S%20BB.png
Now i want to display the latest threads in the sidebar. I tried to use {$latestthreads}, but it doesn't work. I don't see a change after i inserted the variable. Look here, the header template (just a part of it)
http://mods.mybb.com/view/cms-bb
Look on the right side, there is already a sidebar installed.
http://mods.mybb.com/uploads/previews/24...S%20BB.png
Now i want to display the latest threads in the sidebar. I tried to use {$latestthreads}, but it doesn't work. I don't see a change after i inserted the variable. Look here, the header template (just a part of it)
<div id="container">
<br />
<div id="sidebar">
{$welcomeblock}
{$latestthreads}
</div>
<div id="content">
{$pm_notice}
{$bannedwarning}
{$bbclosedwarning}
{$unreadreports}
{$pending_joinrequests}