- This topic has 1 reply, 2 voices, and was last updated 11 years, 9 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Support site for Tips and Tricks HQ premium products
by
Tips and Tricks HQ Support Portal › Forums › WP eMember › WP eMember Tweaks › Remove text from the eMember module
Tagged: join us, log in, private content
Hi there! I’d like to alter “Please Login to view this Content. (Not a member? Join Today!)” so that it only reads, “Please Login to view this Content.” This is the text you see when you try to access a protected page while not logged in.
I’ve found the wording in the Language file, but I cannot find where to edit this text. I’ve searched for the array’s linked to the language text (EMEMBER_JOIN_US) through all the files and cannot find it. Thanks !
This post should help you change any text string of a tips and tricks plugin:
Or if you want to delete the second part of the message entirely you will have to delete it from the code which can found in the eMember_auth_utils.php.
Just look for the line which looks like:
$url_text .= '('.EMEMBER_NON_MEMBER.' <a href="'.$join_url.'">'.EMEMBER_JOIN.'</a>)';