Page 1 of 1
Wordpress integration?
Posted: Tue Jan 29, 2008 1:29 pm
by zugu
Is there anyway to integrate MBoard into Wordpress?
Thanks.
Posted: Tue Jan 29, 2008 5:23 pm
by Klemen
I never used Wordpress, maybe someone else has an idea?
Either way you could install MBoard in your server and just link to it from Wordpress.
Posted: Wed Jan 30, 2008 3:25 pm
by zugu
Is it possible to include the main PHP file of MBoard in another PHP file? I would do it myself, but I don't really know how.
I wish to have the following layout:
<Wordpress header></Wordpress header>
<Wordpress sidebar></Wordpress sidebar>
<mboard></mboard>
<Wordpress footer></Wordpress footer>
It's just like embedding an iframe, only it's in PHP and there are no actual frames or iframes and the whole page is dinamically generated.
Any suggestions on how to achieve that? Is mboard.php "embeddable" in another PHP file?
My knowledge of PHP is limited, sorry for asking such a stupid question.