This tutorial will teach you how to add latest post in sidebar in Focus Responsive Theme(it will work in other theme as well). We are using the latest posts in sidebar plugin by SvePu which you can download below :-
Latest_Posts_on_Sidebar_1.1.zip (Size: 7.19 KB / Downloads: 85)
It uses the plugin by SvePu
https://community.mybb.com/thread-162649...pid1195131
Follow these steps below to add recent post in sidebar in Focus Responsive theme :-
That's it!
NOTE: If you are getting double sidebar, then replace this
with
Hope this tutorial helps you to add recent thread/post in sidebar in Focus MyBB theme or in any theme.
Regards
WallBB
Latest_Posts_on_Sidebar_1.1.zip (Size: 7.19 KB / Downloads: 85)
It uses the plugin by SvePu
https://community.mybb.com/thread-162649...pid1195131
Follow these steps below to add recent post in sidebar in Focus Responsive theme :-
- Go To Admin CP > Templates And Styles > Templates > Select Focus Theme Templates
- Go to Index Templates > index
- Replace the below
With thisCode:<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"><tr><td class="thead"><strong><i class="fa fa-comments"></i> Recent Posts</strong></td></tr><tr><td class="trow1">Please use any recent posts plugin to show recent threads.</td></tr></table>
Code:{$sidebar}
That's it!
NOTE: If you are getting double sidebar, then replace this
Code:
<div style="float:{$left};width: 80%;">{$forums}</div>
<div style="float:{$right};width:19%;">{$sidebar}</div>
Code:
{$forums}
Hope this tutorial helps you to add recent thread/post in sidebar in Focus MyBB theme or in any theme.
Regards
WallBB