Info
- 6 posts
- 3 voices
- Started 2 years ago by Pagal
- Latest reply from Pagal
- This topic is not resolved
WordPress Registration and Login via bbPress
-
- Posted 2 years ago #
I want to disable wordpress own registration method.. I want to use wordpress registration/login via my forums...
like http://www.weddingbee.com/ registration ( on top)
I want to call bbpress login form <?php login_form(); ?> to my wordpress blog.
then users can register/login from this form...
how can i achieve this..many thanks
Pagal -
- Posted 2 years ago #
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 codeif ( !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
-
- Posted 2 years ago #
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.
-
- Posted 2 years ago #
yes hardcoding html would be your best bet
-
- Posted 2 years ago #
@ kevinjohngallagher and ashfame thanks for your interest..
but I don't know how to hardcoding html..
can you please explain ... thnksp.s I've also integrate both wp and bbpress
-
- Posted 2 years ago #
Topic has been resolved...
credit goes to kevinjohngallagher...
for more info visit
http://bbpress.org/forums/topic/using-login_form-from-bbpress-on-a-wordpress-site -
You must log in to post.