MyBB Support

How to add a sidebar that shows latest threads?

Submitted by Maximum, , Thread ID: 3002

Thread Closed
18-04-2015, 09:14 PM
#1
As the title says ; How to add a sidebar that shows latest threads?

Thanks to whoever helps!

RE: How to add a sidebar that shows latest threads?

#2
http://community.mybb.com/thread-159857.html

Use CSS to make it into a sidebar, not that hard.

RE: How to add a sidebar that shows latest threads?

OP
#3
18-04-2015, 09:19 PM
Kewl Wrote:
http://community.mybb.com/thread-159857.html

Use CSS to make it into a sidebar, not that hard.

Not what I am looking for, I am looking for the direct code to add.

RE: How to add a sidebar that shows latest threads?

#4
18-04-2015, 09:24 PM
Maximum Wrote:
18-04-2015, 09:19 PM
Kewl Wrote:
http://community.mybb.com/thread-159857.html

Use CSS to make it into a sidebar, not that hard.

Not what I am looking for, I am looking for the direct code to add.

Ehm, what? sorry, but you confuse me. Tongue

RE: How to add a sidebar that shows latest threads?

#5
18-04-2015, 09:33 PM
Kewl Wrote:
18-04-2015, 09:24 PM
Maximum Wrote:
18-04-2015, 09:19 PM
Kewl Wrote:
http://community.mybb.com/thread-159857.html

Use CSS to make it into a sidebar, not that hard.

Not what I am looking for, I am looking for the direct code to add.

Ehm, what? sorry, but you confuse me. Tongue

He wants to make one from HTML. Adding it to the templates. No plugins etc.
Please read the award requirements here before applying for them.
Rules and Regulations | Support Section | How to use Hide Tags
Don't message me to join a group, simply request to join one here.

RE: How to add a sidebar that shows latest threads?

This post was last modified: 18-04-2015, 09:39 PM by EMO
#6
Im sure from this you can do the rest...

<div class="side" style="float: right; width: 20%">{$recentposts}</div>
I'm tired of trying to be normal
I'm always over-thinking
I'm driving myself crazy
So what if I'm fucking crazy?

RE: How to add a sidebar that shows latest threads?

#7
18-04-2015, 09:39 PM
EMO Wrote:
Im sure from this you can do the rest...

<div class="side" style="float: right; width: 20%">{$recentposts}</div>

That's the plugin I sent him. He has to get the plugin first of all, to make that variable work.

Users browsing this thread: