I’ve tried to load bbpress into wp config via
if ( !defined(‘BBDB_NAME’) )
require_once(ABSPATH.’bbpress/bb-load.php’);
then I call <?php login_form(); ?> into wp template where i want to show it…
it works fine.. but there is a problem…
when i open my wp-admin … all colors and buttons has gone..just wp structure still there..
look at this screenshot
http://img687.imageshack.us/img687/7772/wpadmin.jpg
when I remove this code
if ( !defined(‘BBDB_NAME’) )
require_once(ABSPATH.’bbpress/bb-load.php’);
then admin works fine… but i need this code to show bbpress login/registration into wp..
please guide me where I am wrong…
Thanks
Why don’t you just hardcode the HTML and point it towards the form handler that you want to process it?
Dynamically getting wordpress and bbPress to play nice together via deep integration can be a bit of a pain especially if you try and make one do the work of the other.
yes hardcoding html would be your best bet
@ kevinjohngallagher and ashfame thanks for your interest..
but I don’t know how to hardcoding html..
can you please explain … thnks
p.s I’ve also integrate both wp and bbpress