MyBB Community Forums

Full Version: [solved][Dynamic Header and Footer] Doesn't work when i load the forum page 1st time
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello everyone!  This is my first post in myBB and i'd like to just say that myBB has been a godsend compared to phpBB.

Anyways.
Mod in question: http://community.mybb.com/mods.php?action=view&pid=435
Heres some background.  I load my pages dynamicly via php inclusion.  So i have a index.php file at my root that is setup to load all my pages via my menu bar.  It looks something like this:

http://example.com/index.php?page=Forum

Forum is a .htaccess rewrite, also in root folder.
RewriteRule ^Forum/?$ /index.php?page=forum [L]
And finally, forum (in my index.php it adds the .php extension) aka forum.php, is actually a copy of the index.php in my forum folder (which is where myBB is installed).

So the main issue at hand is when i visit http://mywebsite.com/Forum my menu+header is not displayed.  But once you click on any of the links in the forum, it is.

Let me know if you need anymore info.
Thanks!
-Jon

Whoops forgot my actual site address.  Here it is

Okay, this is very strange.  Maybe a cache issue??  But i'm also using incognito to view my page.... i dunno.

Now it is displaying but it has extra images in it.... i'm lost for words.  My site just hates me i guess.