MyBB Community Forums

Full Version: How to Add recent Threads to MYBB Sidebar Without Plugin !
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I want to add latest threads in index page sidebar, In portal page of my mybb forum Latest threads are appearing by default.
I coped the same code and added to index sidebar section. but it didnt worked.


Here is the code :

<tr>
<td class="{$altbg}">
<strong><a href="{$mybb->settings['bburl']}/{$thread['threadlink']}">{$thread['subject']}</a></strong>
<span class="smalltext"><br />
{$lang->forum} <a href="{$thread['forumlink']}">{$thread['forumname']}</a><br />
<a href="{$thread['lastpostlink']}">{$lang->latest_threads_lastpost}</a> {$lastposterlink}<br />
{$lastpostdate}<br />
<strong>&raquo; </strong>{$lang->latest_threads_replies} {$thread['replies']}<br />
<strong>&raquo; </strong>{$lang->latest_threads_views} {$thread['views']}
</span>
</td>
</tr>

Pls Help Me to add Threads Which are appearing In Portal page, to my index page !

My Portal Page is Showing Recent Threads :
[Image: oQw4RVO.png]

i want same to Display In Homepage also without plugin !
you can try this method