WallBB Forums

Full Version: How to add latest post in sidebar in Focus Responsive theme
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
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 :-

[attachment=5]
[attachment=4]
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 :-

  1. Go To Admin CP > Templates And Styles > Templates > Select Focus Theme Templates
  2. Go to Index Templates > index
  3. Replace the below
    Code:
    <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>
    With this
    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>
with

Code:
{$forums}

Hope this tutorial helps you to add recent thread/post in sidebar in Focus MyBB theme or in any theme.

Regards
WallBB
Hello WallBB

I have already followed all the steps and it came out perfect but I would like it to also show the avatars of the users in the last topics, how do I do it?
(12-10-2017, 09:24 PM)duende. Wrote: [ -> ]Hello WallBB

I have already followed all the steps and it came out perfect but I would like it to also show the avatars of the users in the last topics, how do I do it?
This will need a different plugin, I will modify the plugin and new tutorial soon Smile
(10-25-2017, 03:31 PM)WallBB Wrote: [ -> ]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 :-



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 :-

  1. Go To Admin CP > Templates And Styles > Templates > Select Focus Theme Templates
  2. Go to Index Templates > index
  3. Replace the below
    <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>
  4. With this
    {$sidebar}

That's it!

Hope this tutorial helps you to add recent thread/post in sidebar in Focus MyBB theme or in any theme.

Regards
WallBB

hello... after updating my version... it happen to be like this with this latest post plugin...
how to fix?..?

https://pictr.com/images/2017/12/14/2beb...ed94d8.png

**Edit**
Nevermind sir,i just reinstall again the whole theme.. Im not sur about this plugin sir but when im update to the latest it give me 2 coloumn and make my form a mess..
When i reinstall back again and use the download link and did not update the whole thing was perfect again...
(12-14-2017, 10:27 AM)NewNewbie Wrote: [ -> ]
(10-25-2017, 03:31 PM)WallBB Wrote: [ -> ]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 :-



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 :-

  1. Go To Admin CP > Templates And Styles > Templates > Select Focus Theme Templates
  2. Go to Index Templates > index
  3. Replace the below
    <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>
  4. With this
    {$sidebar}

That's it!

Hope this tutorial helps you to add recent thread/post in sidebar in Focus MyBB theme or in any theme.

Regards
WallBB

hello... after updating my version... it happen to be like this with this latest post plugin...
how to fix?..?

https://pictr.com/images/2017/12/14/2beb...ed94d8.png

**Edit**
Nevermind sir,i just reinstall again the whole theme.. Im not sur about this plugin sir but when im update to the latest it give me 2 coloumn and make my form a mess..
When i reinstall back again and use the download link and did not update the whole thing was perfect again...

Glad to hear this, I am sure that this plugin should work fine. I will check this again at my local area Smile
(12-16-2017, 04:25 AM)WallBB Wrote: [ -> ]
(12-14-2017, 10:27 AM)NewNewbie Wrote: [ -> ]
(10-25-2017, 03:31 PM)WallBB Wrote: [ -> ]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 :-



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 :-

  1. Go To Admin CP > Templates And Styles > Templates > Select Focus Theme Templates
  2. Go to Index Templates > index
  3. Replace the below
    <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>
  4. With this
    {$sidebar}

That's it!

Hope this tutorial helps you to add recent thread/post in sidebar in Focus MyBB theme or in any theme.

Regards
WallBB

hello... after updating my version... it happen to be like this with this latest post plugin...
how to fix?..?

https://pictr.com/images/2017/12/14/2beb...ed94d8.png

**Edit**
Nevermind sir,i just reinstall again the whole theme.. Im not sur about this plugin sir but when im update to the latest it give me 2 coloumn and make my form a mess..
When i reinstall back again and use the download link and did not update the whole thing was perfect again...

Glad to hear this, I am sure that this plugin should work fine. I will check this again at my local area Smile

I have the same problem as NewNewbie. The plugin gives me a double column. Even tried a newer plugin with the same results.

https://community.mybb.com/mods.php?action=view&pid=291
(12-24-2017, 05:04 AM)Hyperspace Wrote: [ -> ]
(12-16-2017, 04:25 AM)WallBB Wrote: [ -> ]
(12-14-2017, 10:27 AM)NewNewbie Wrote: [ -> ]
(10-25-2017, 03:31 PM)WallBB Wrote: [ -> ]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 :-



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 :-

  1. Go To Admin CP > Templates And Styles > Templates > Select Focus Theme Templates
  2. Go to Index Templates > index
  3. Replace the below
    <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>
  4. With this
    {$sidebar}

That's it!

Hope this tutorial helps you to add recent thread/post in sidebar in Focus MyBB theme or in any theme.

Regards
WallBB

hello... after updating my version... it happen to be like this with this latest post plugin...
how to fix?..?

https://pictr.com/images/2017/12/14/2beb...ed94d8.png

**Edit**
Nevermind sir,i just reinstall again the whole theme.. Im not sur about this plugin sir but when im update to the latest it give me 2 coloumn and make my form a mess..
When i reinstall back again and use the download link and did not update the whole thing was perfect again...

Glad to hear this, I am sure that this plugin should work fine. I will check this again at my local area Smile

I have the same problem as NewNewbie. The plugin gives me a double column. Even tried a newer plugin with the same results.

https://community.mybb.com/mods.php?action=view&pid=291

Don't use other plugins.
Also please use the plugin added as attachment in first post, it will work fine Smile
(12-24-2017, 06:37 AM)WallBB Wrote: [ -> ]
(12-24-2017, 05:04 AM)Hyperspace Wrote: [ -> ]
(12-16-2017, 04:25 AM)WallBB Wrote: [ -> ]
(12-14-2017, 10:27 AM)NewNewbie Wrote: [ -> ]
(10-25-2017, 03:31 PM)WallBB Wrote: [ -> ]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 :-



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 :-

  1. Go To Admin CP > Templates And Styles > Templates > Select Focus Theme Templates
  2. Go to Index Templates > index
  3. Replace the below
    <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>
  4. With this
    {$sidebar}

That's it!

Hope this tutorial helps you to add recent thread/post in sidebar in Focus MyBB theme or in any theme.

Regards
WallBB

hello... after updating my version... it happen to be like this with this latest post plugin...
how to fix?..?

https://pictr.com/images/2017/12/14/2beb...ed94d8.png

**Edit**
Nevermind sir,i just reinstall again the whole theme.. Im not sur about this plugin sir but when im update to the latest it give me 2 coloumn and make my form a mess..
When i reinstall back again and use the download link and did not update the whole thing was perfect again...

Glad to hear this, I am sure that this plugin should work fine. I will check this again at my local area Smile

I have the same problem as NewNewbie. The plugin gives me a double column. Even tried a newer plugin with the same results.

https://community.mybb.com/mods.php?action=view&pid=291

Don't use other plugins.
Also please use the plugin added as attachment in first post, it will work fine Smile

Tried it a few more times and still can't get it right.
(12-24-2017, 06:35 PM)Hyperspace Wrote: [ -> ]
(12-24-2017, 06:37 AM)WallBB Wrote: [ -> ]
(12-24-2017, 05:04 AM)Hyperspace Wrote: [ -> ]
(12-16-2017, 04:25 AM)WallBB Wrote: [ -> ]
(12-14-2017, 10:27 AM)NewNewbie Wrote: [ -> ]hello... after updating my version... it happen to be like this with this latest post plugin...
how to fix?..?

https://pictr.com/images/2017/12/14/2beb...ed94d8.png

**Edit**
Nevermind sir,i just reinstall again the whole theme.. Im not sur about this plugin sir but when im update to the latest it give me 2 coloumn and make my form a mess..
When i reinstall back again and use the download link and did not update the whole thing was perfect again...

Glad to hear this, I am sure that this plugin should work fine. I will check this again at my local area Smile

I have the same problem as NewNewbie. The plugin gives me a double column. Even tried a newer plugin with the same results.

https://community.mybb.com/mods.php?action=view&pid=291

Don't use other plugins.
Also please use the plugin added as attachment in first post, it will work fine Smile

Tried it a few more times and still can't get it right.

Hi Hyperspace,
You didn't add {$sidebar} in your template and because of that it was not showing latest post.
I added that variable and it is showing now Wink

Also you have not uploaded focus images folder inside FTP.

Regards
WallBB
(12-25-2017, 06:15 AM)WallBB Wrote: [ -> ]
(12-24-2017, 06:35 PM)Hyperspace Wrote: [ -> ]
(12-24-2017, 06:37 AM)WallBB Wrote: [ -> ]
(12-24-2017, 05:04 AM)Hyperspace Wrote: [ -> ]
(12-16-2017, 04:25 AM)WallBB Wrote: [ -> ]Glad to hear this, I am sure that this plugin should work fine. I will check this again at my local area Smile

I have the same problem as NewNewbie. The plugin gives me a double column. Even tried a newer plugin with the same results.

https://community.mybb.com/mods.php?action=view&pid=291

Don't use other plugins.
Also please use the plugin added as attachment in first post, it will work fine Smile

Tried it a few more times and still can't get it right.

Hi Hyperspace,
You didn't add {$sidebar} in your template and because of that it was not showing latest post.
I added that variable and it is showing now Wink

Also you have not uploaded focus images folder inside FTP.

Regards
WallBB

Thanks for fixing it. I added {$sidebar} when I tried it but removed it after it didn't work right. It looks like my error was not uploading the Focus images.
Pages: 1 2