Page 1 of 1

Response Text Change

PostPosted: December 28th, 2011, 8:58 pm
by einstein101
Where in the code can I change the response that someone gets after a successful registration?

<div id="s2member-pro-authnet-registration-form-response-div" class="s2member-pro-authnet-form-div s2member-pro-authnet-registration-form-div s2member-pro-authnet-form-response-div s2member-pro-authnet-registration-form-response-div">

%%response%% <<<<< This is what places the text I need to edit. What file is the text for this in?


</div>

Thanks so much!!! You guys have been great.

Re: Response Text Change

PostPosted: December 29th, 2011, 2:31 pm
by Raam Dev
Hi einstein101,

That response cannot currently be modified through the configuration panel, however if you really need to change it, you can modify the core s2Member files. Keep in mind that these changes will be lost whenever you upgrade s2Member.

The string you're looking for is most likely in s2member/includes/classes/ in one of the files that start with paypal-return-in[...].php. You can simply open each of those files and search for part of the message you want to change. That should help you locate where in the code that message is configured.

Re: Response Text Change

PostPosted: December 29th, 2011, 6:26 pm
by einstein101
Fantastic!! Thanks so much -- Can't believe how much you've helped me with this program.

Re: Response Text Change

PostPosted: December 30th, 2011, 3:46 pm
by Raam Dev
You're most welcome! Glad I could help. :)