MyBB Community Forums

Full Version: Forum examples and how do I do them?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Example 1
Example 2

Now if you look at these websites (Yes i know the forum software is not Mybb) they all maintain no template change when jumping to other pages, how can I make the template for my forum look exactly like my front page in Joomla?
Having the templates in the database has some advantages, but...
how can I make the template for my forum look exactly like my front page in Joomla?
...that is not very easy.

Starting with the header, "extract" your html and CSS from the Joomla header, and place it into the header template and edit the stylesheet @admin/index.php?module=style/themes.

// If there is an easier way, someone please say so.