MyBB Community Forums

Full Version: external menu in mybb
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,
I have a cms, modx in my case but it is not so important, and I want to modding mybb for be in my cms.

For the graphics I make a theme, that theme is exactly my web site,
but my cms have a menu and I don't want to insert it statically.

I make a web page that expose only a menu.

the with the url: http://www.somesite.com/somepage.php
I find on internet a way using the follow code:

<script>$("#testLoad").load("http://www.somesite.com/somepage.php");    
<div id="testLoad"></div>

I don't like so much. There is an other way for integrate better the page?

bye
Saul