Prevent Free User Signup



This tutorial will transform your website into a true paid subscription site. This tutorial works great with the WS Subscription module. Well, this tutorial will show you just how to do that.We will basically redirect visitors to the subscription page.

Files to edit:
modules/Your_Account/index.php

If you would like us to make the changes for you, please contact us by using this button.

Steps :
1. Open modules/Your_Account/index.php and find the following function:

Within that function, find the globals and directly on them add the following codes.

Done!

2. Next we find the following function and do the same as above.

3. Once again we find the following function and add the codes as in the first step.

Save and upload!

Your final step is now change the text that says "Register for free!" to "Subscribe Now!". You will need to edit modules/Your_Account/language/lang-english.php and do a search for text that reference to "Register for free". You will also need to change "New User Registration" to "Subscribe Now". This will also need to be done in your blocks or other modules that refer to new user signup.

If you would like us to make the changes for you, please contact us by using this button.