Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
[Solved] Change "Apply for membership" text to "Register" on homepage?
When a new user comes to the site, I want the "Apply for membership" text to read "Register" or "Sign up", to make it feel like a more immediate and simpler process. What file do I need to edit to make this change? Please provide the full path for the file. Thanks
Tagged:
0
Comments
<?php if (!defined('APPLICATION')) exit(); $Definition['Apply for Membership'] = "Sign Up";
Thanks @crmarks
Thank you very much for this tip. It helped.
Hi, does it work similarly for other locales?
Yup.
Search first
Check out the Documentation! We are always looking for new content and pull requests.
Click on insightful, awesome, and funny reactions to thank community volunteers for their valuable posts.
@rjadot
here's the precedence of the definitions type files
http://vanillaforums.org/discussion/comment/191468/#Comment_191468
I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.
Thanks
I bookmarked