MyBB Community Forums

Full Version: How to have heading/footer just like this MyBB forum?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Yea normal MyBB forum don't have the html's <head> but this website has. I want to know how to add it? Add it directly in index.php?
(2014-01-11, 11:59 AM)JeremyCheong Wrote: [ -> ]Yea normal MyBB forum don't have the html's <head> but this website has. I want to know how to add it? Add it directly in index.php?
<head> should be in the headerinclude template if I remember correctly.

On another note, <head> is not a heading, per se. It's for placing JS that is requested at page load, as well as CSS inclusions, title, and meta tags
Yes i know html. so where is the "headerinclude template"?
(2014-01-12, 03:34 AM)JeremyCheong Wrote: [ -> ]Yes i know html. so where is the "headerinclude template"?

ACP > Templates and Style > Templates > Ungrouped Templates > headerinclude

By the way, I only assumed you were confused because of your thread title. Wanted to make sure you knew -- so many people don't. Smile