Adal
Forum Replies Created
-
I want to integrate the registration into the first site like it is on facebook.
I´m talking about the register.php file in the default theme from buddypress.
Perhaps you´ve got another idea how I can realize to get the registration formular onto the main page like in facebook.com?
Thanks for your answer. I´ve copied the code into the config file. But it does not work.
It puts me out a blank screen. when I copy the register.php from the registration ordner into the bp default folder, it shows me the regular startpage but not the registration fourmular.What do I have to do?
$REDIRECT_TO_URL = site_url() . ‘/registration/register’; -ist this an option?
Hallo NipponMonkey very great work,
but how i can use the register.php? in the REDIRECT_TO_URL = site_url()Forum: Fixing WordPress
In reply to: How can I get the register.php into the main or index.phpi am copy <?php locate_template( array( ‘registration/register.php’ ), true ) ?> in the index.php but nothing happens. can i copy the code from register.php to index.php?