latest stable versions: v150827 (changelog)

Old Forums (READ-ONLY): The community now lives at WP Sharks™. If you have an s2Member® Pro question, please use our new Support System.

I do not want an EOT creating

Home Forums Community Forum I do not want an EOT creating

This topic contains 5 replies, has 2 voices. Last updated by  Mike (Volunteer Moderator) 3 years, 5 months ago.

Topic Author Topic
Posted: Saturday Jul 27th, 2013 at 1:49 pm #54239
Nick
Username: cleeveracing

I want all my subscribers to be set up with no EOT in their profile…. can you tell me how to do this please

List Of Topic Replies

Viewing 5 replies - 1 through 5 (of 5 total)
Author Replies
Author Replies
Posted: Sunday Jul 28th, 2013 at 2:25 am #54267
Moderator

Are all of them being entered manually?
Can’t you just [EDIT] each user and empty the EOT Time field under the s2Member Options for each user?

Posted: Sunday Jul 28th, 2013 at 8:06 am #54289
Nick
Username: cleeveracing

Hi Mike,

No they are all created via paypal proform…. I could do it manually but we are talking hundreds of members.

Nick

Posted: Sunday Jul 28th, 2013 at 8:24 am #54292
Moderator

Well your best bet then would be a simple PHP script.

<?php
foreach(get_users('role=s2member_level1') as $user)
	delete_user_option($user->ID, 's2member_auto_eot_time');
?>

If you install the ezPHP plugin, that will make it possible for you to run this in a WP page.
See: Knowledge Base » ezPHP Plugin for WordPress®

See also: http://codex.wordpress.org/Function_Reference/get_users
See also: Knowledge Base » Changing Roles/Capabilities via PHP

Posted: Saturday Aug 3rd, 2013 at 5:47 am #54826
Nick
Username: cleeveracing

Hi,

My original post (scrapping S2) seems to have been removed whilst it was still live… do you know where it has gone?

Posted: Saturday Aug 3rd, 2013 at 4:08 pm #54841
Moderator

I believe you’re referring to this thread. Please see:
http://www.s2member.com/forums/topic/thinking-of-scrapping-s2/

There is a list of all your threads here.
http://www.s2member.com/forums/users/cleeveracing/

Viewing 5 replies - 1 through 5 (of 5 total)

This topic is closed to new replies. Topics with no replies for 2 weeks are closed automatically.

Old Forums (READ-ONLY): The community now lives at WP Sharks™. If you have an s2Member® Pro question, please use our new Support System.

Contacting s2Member: Please use our Support Center for bug reports, pre-sale questions & technical assistance.