Forums

Join
bbPress Support ForumsInstallationWordPress Registration and Login via bbPress

Info

WordPress Registration and Login via bbPress

  1. 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

  2. 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

  3. 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.

  4. yes hardcoding html would be your best bet

  5. @ 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

  6. 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

  7. You must log in to post.