BuddyDev

Search

Buddypress branded login formatting

Tagged: ,

  • Participant
    Level: Initiated
    Posts: 11
    Brandon Reeves on #2389

    1.) Done
    2.) Done
    3.) we are using the default login page currently. No blogin folder exists in the template folder.

    When we point the buddypress config are the new page using the shortcodes, the same login form shows up that was in use (the standard login form)

    Should be go ahead an move the blogin folder into our theme folder and replace the content of login.php with page.php?

  • Keymaster
    (BuddyDev Team)
    Posts: 24211
    Brajesh Singh on #2390

    Hi Brandon,
    Yes, Please move “blogin” folder to your theme. Then replace the content of login.php with that of page.php

    That should make it work.

    Currently, single the plugin is not able to see this template, is using theme compat.

  • Participant
    Level: Initiated
    Posts: 11
    Brandon Reeves on #2391

    We went ahead and copied the content from page.php to login.php and moved the blogin folder into our theme directory.

    Result: Same login form is being shown as before (not the one using shortcodes)

  • Participant
    Level: Initiated
    Posts: 11
    Brandon Reeves on #2392

    The page does have the loop built in

    //begin code//
    <?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?>
    //end code//

  • Keymaster
    (BuddyDev Team)
    Posts: 24211
    Brajesh Singh on #2393

    Does you theme now have “blogin/login.php”

    I mean in your theme, you have the “blogin” folder and there in he “blogin” folder you have the login.php, which you have replaced with the page.php content?

  • Participant
    Level: Initiated
    Posts: 11
    Brandon Reeves on #2394

    See the following for the new page:

    https://www.infoseclist.com/login/

    no form shown

  • Keymaster
    (BuddyDev Team)
    Posts: 24211
    Brajesh Singh on #2395

    Hi,
    Thank you.
    That is fine, At least we are reaching somewhere. Please keep it as it is for now. Can you please send me your login.php by mail on brajesh@buddydev.com?

    I just need to check a few things and I can update accordingly.

  • Participant
    Level: Initiated
    Posts: 11
    Brandon Reeves on #2396

    Should be in your inbox

You must be logged in to reply to this topic.

This topic is: not resolved