Results 1 to 1 of 1

Thread: HELP! Need to change the default /register/?redirect_to=etc

  1. #1
    Thread Starter
    Forum Member margas's Avatar
    Join Date
    Oct 2012
    Location
    Australia
    Posts
    40
    Thanks
    1
    Thanked 2 Times in 2 Posts

    HELP! Need to change the default /register/?redirect_to=etc

    Hi all,
    I guessing this will be an easy one for somebody that's familiar with PHP.

    I'm looking to change the default 'Register' page to 'Sign-up' - so I could add more functionality than the standard register page. Everything is working great but now when I go to claim a listing and need to make an account it defaults back to
    Code:
    etc.com/register/?redirect_to=
    when ideally it would be
    Code:
    etc.com/sign-up/?redirect_to=
    .

    Currently, in my claim-listing.php I have this...
    PHP Code:
    <p><?php _e' 'APP_TD ); ?><?php echo html_linkAPP_Login::get_url''va_get_listing_purchase_url$listing->ID ) ), __'Login'APP_TD ) );            if ( get_option'users_can_register' ) ) {                _e''APP_TD );                echo html_linkadd_query_arg'redirect_to'urlencodeva_get_listing_claim_url$listing->ID ) ), appthemes_get_registration_url() ), __'Register'APP_TD ) );            } ?>
    <?php _e
    ' 'APP_TD ); ?></p>
    Any help would be greatly appreciated.

    Thanks,
    Daniel

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [SOLVED] Login and Register pages using default wordpress login page
    By freeopia in forum Report ClassiPress Bugs
    Replies: 21
    Last Post: May 19th, 2013, 11:38 AM
  2. Change url from wp-login.php?action=register
    By bartvriend in forum ClassiPress General Discussion
    Replies: 1
    Last Post: May 15th, 2013, 06:59 AM
  3. Server change, does not Register Users
    By giuseppe in forum Report ClassiPress Bugs
    Replies: 11
    Last Post: July 21st, 2012, 04:21 PM
  4. wp-login.php?redirect_to=%2Fsubdir%2Fadd-new
    By dealio in forum Help Using ClassiPress
    Replies: 3
    Last Post: February 29th, 2012, 09:42 AM
  5. Change Register page message
    By lausha in forum Report ClassiPress Bugs
    Replies: 2
    Last Post: August 3rd, 2011, 03:06 PM