MyBB Community Forums

Full Version: Duplicate Footer
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi

I have a website and forum which are linked together, I achieved this by creating a theme which exactly matched my wordpress website however I have one issue...the footer. The footer on my wordpress website has information which is update automatically by changes I make on the website such as new posts and events and I keep the forum footer updated by simply copy and pasting the footer html coding manually every time I make a change.

I would really love if someone could help me here by letting me know how to make the footer on my MyBB forum update when the footer on my wordpress website does, my understanding of html and css is just above average but no-where near professional so any help would be great.

My forum can be found at: http://www.theltforum.co.uk you can view the site footer at http://www.theltforum.co.uk/about

Thanks
Kyle
Anyone able to help me achieve this?
I suppose you could serve the footer by way of it's own php page that would sit on the same server as your main site.

Not used it, however {${include('footer.php')}} might help - whereby you'd update the footer file and then serve it to both mybb and wordpress.

Or, maybe this will work - https://mods.mybb.com/view/dynamic-header-and-footer - no idea if it'll work with 1.8, but you'd need to change the compatibility version in the php file.