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?
Hi Brandon,
Yes, Please move “blogin” folder to your theme. Then replace the content of login.php with that of page.phpThat should make it work.
Currently, single the plugin is not able to see this template, is using theme compat.
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)
The page does have the loop built in
//begin code//
<?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?>
//end code//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?
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.
You must be logged in to reply to this topic.