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.

About: Patryk Wezowski

Sorry, I've not written a description yet. I'll get to it soon!


My Latest Replies (From Various Topics)

Viewing 7 replies - 1 through 7 (of 7 total)
Author Replies
Author Replies
Posted: Saturday Mar 9th, 2013 at 1:10 pm #44165

Managed to put some script pieces i;ve found together. Heres my solution maybe it’ll help someone in the future:

foreach (get_users () as $user)
                  {
                      $user = new WP_User ($user->ID);
				$user_capabilities = get_user_field(s2member_access_ccaps,$user->ID);
                      if ($user_capabilities[0]=="review" && get_user_field(s2member_auto_eot_time,$user->ID)=="")
                          {
              
                              # set eot
					$expire_on = strtotime("+1 year", s2member_registration_time ($user->ID));
					update_user_option ($user->ID, "s2member_auto_eot_time", $expire_on);
					echo $user->ID." ## ".$user_capabilities[0]." ## ".strtotime("+1 year", s2member_registration_time ($user->ID))."<br/>";

                          }
                  }
 exit ();

It basicly sets a EOT of users with ccaps “review” (only if EOT is empty) to a date 1 year after their registration date.

Posted: Friday Mar 8th, 2013 at 5:53 am #44049

Still tryin to make it work – any thoughts ?
To me it seemd like an easy script but if its to complicated and time consuming to figure out at least showing me the right directions woud be great.

Posted: Friday Feb 1st, 2013 at 5:00 am #40239

bump

Posted: Thursday Jan 31st, 2013 at 7:11 am #40101

I woud really aprecieate step by step sollution to fix language displayed after proform.
Topic u linked has a lot of difrent scipts and i’m simply lost to what am i actually supposed to do with it.

Posted: Wednesday Nov 21st, 2012 at 8:03 am #32232

I thought this might help someone :
List of plugins :
Ajax Event Calendar
All in One SEO Pack
Select Contact Form 7 Contact Form 7
Contact Form 7 – Dynamic Text Extension
JW Player Plugin for WordPress JW Player Plugin for WordPress
Members
Pretty Link Lite
Really Simple CAPTCHA
Select s2Member s2Member
Simple:Press
Social Media Widget
WP Hide Dashboard

I’ve beed trying to fix this problem myself – with no effect

Posted: Thursday Sep 20th, 2012 at 9:12 am #25941

Thanks for reply – i’ll just change if(isset($_GET[’email’])) { part to this key thingy you suggest.

Posted: Thursday Sep 20th, 2012 at 9:10 am #25940

Thanks for reply – i’ll contact my hosting for this one.

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

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.