Viewing 2 replies - 1 through 2 (of 2 total)
  • As regards problem 1. This fooled me for a short while as I started to use the built in WordPress registration system at the same time as using the Register Plus plugin.

    The words ‘Register For This Site’ are generated by WordPress not the Register Plus plugin.

    So line 379 of wp-login.php (version 2.6.1) reads:

    login_header(__('Registration Form'), '<p class="message register">' . __('Register For This Site') . '</p>', $errors);

    I changed this to:

    login_header(__('Registration Form'), '<p class="message register">' . __('Welcome to the One Force Team website. You need to register in order to access this site. If you are already registered, <a href="https://oneforceteam.com/wp-login.php">login here</a>') . '</p>', $errors);

    This works nicely for me over here

    Nice and easy…hmmm…now for that cup of tea!

    Ben

    Christina Hills

    (@shoppingcartqueencom)

    ok. I did the editing straight to the wp-login.php file, but there really should be a easier way to do this.

    Yes, this was easy enough, but having this as an option to register plus would be a BIG plus!

    ?? Christina

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Register Plus] How to change “Register For This Site” and a bug’ is closed to new replies.