Skip to:
Content
Pages
Categories
Search
Top
Bottom

WordPress Registration and Login via bbPress

Viewing 5 replies - 1 through 5 (of 5 total)

  • pagal
    Participant

    @pagal

    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


    kevinjohngallagher
    Member

    @kevinjohngallagher

    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


    pagal
    Participant

    @pagal

    @ 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


    pagal
    Participant

    @pagal

    Topic has been resolved…

    credit goes to kevinjohngallagher…

    for more info visit

    https://bbpress.org/forums/topic/using-login_form-from-bbpress-on-a-wordpress-site

Viewing 5 replies - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.
Skip to toolbar