MyBB Community Forums

Full Version: Add a template into another template/index
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I created a new template that I want to add into index.php NEXT to forumbit.

[Image: btGVs9Q.png]

I checked the actual file, and the templates and I'm lost. -_-

I see {$forums} but don't know how to make one for the new template. Do I need to make it's own php file, etc, or?

Any help would be great.

I basically want to add this panel there.
[Image: M1KtRFW.png]
is it for custom forum icons - if so, your method may not work. see this
You can do this 3 ways:
- 2 floated divs, 1 of them containing {$forums} and floated right, 2nd containing <template templatename> (need Template Conditionals plugin and created template with this name) and floated left - best way if that's only thing you want there imo.
- get a sidebar plugin like Advanced Sideboxes http://community.mybb.com/thread-131633.html and put your code in custom box.
- table without border and with 2 td's, 1 of them containing {$forums}, 2nd containing <template templatename>
(2013-05-07, 10:34 AM).m. Wrote: [ -> ]is it for custom forum icons - if so, your method may not work. see this

No, this is like a toplinks panel but on the left side.

http://community.mybb.com/thread-138366.html

Coding that up now.