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.

Epix Media


My Latest Replies (From Various Topics)

Viewing 23 replies - 101 through 123 (of 123 total)
Author Replies
Author Replies
Posted: Wednesday Apr 18th, 2012 at 7:05 am #11098
Epix Media
Username: epixmedia

Hi Terri, I would think a developer could achieve your required layout in a hour or so using CSS to float each of your custom fields either left of right…

I can see you’ve partially managed to do that, and by adding in the rest of the custom fields and floating those left, clearing the other left floated items (username & password etc) and applying a width you should get your layout…

Hope that helps!

Posted: Tuesday Apr 17th, 2012 at 8:07 am #10990
Epix Media
Username: epixmedia

So there isn’t even a get-around/hack I can put in place to get this to work then???

Posted: Monday Apr 16th, 2012 at 8:46 am #10885
Epix Media
Username: epixmedia

Just read this in another thread whilst looking for information on something else “s2Member does not calculate and store the termination date for the members. That information is up to the payment gateway (e.g., if the payment fails several times after 1 month, the payment gateway notifies s2Member that the account should be terminated/demoted).”

Is this still the case? If so it means I can’t set up a workaround for the notifications as I thought…

Posted: Monday Apr 16th, 2012 at 8:44 am #10884
Epix Media
Username: epixmedia

For now I will just write some code to check for upcoming EOT’s that sends emails to the applicable members and ask the clients host to set up a cron job to run it daily!

Thanks all!

Posted: Monday Apr 16th, 2012 at 8:41 am #10883
Epix Media
Username: epixmedia

Thanks Jason :)

Posted: Tuesday Apr 10th, 2012 at 8:06 am #10451
Epix Media
Username: epixmedia

Hi Raam, the JS validation is working – they must be getting around it by switching off JS! Is there anyway I can add PHP validation for my custom fields without intefering with s2 updates?

They seem to be getting a handful of spam submissions a week (must be bothering to fill in the captcha though!?) and the clients going to get tired of them pretty quick!

Cheers

Posted: Sunday Apr 1st, 2012 at 3:02 pm #9710
Epix Media
Username: epixmedia

Thanks Eduan, I really should read things properly! There’s section on using custom fields underneath that section in the general options…

Cheers :)

Posted: Sunday Apr 1st, 2012 at 9:30 am #9696
Epix Media
Username: epixmedia

Hi Eduan, I don’t have any spam filters apart from outlooks default and there is nothing in my spam folder. My emails are set up with through our host 1and1…

Cheers

Posted: Sunday Apr 1st, 2012 at 9:23 am #9695
Epix Media
Username: epixmedia

Hi Eduan, yes I have lots of custom fields, is it possible add these in to the administrative new user notification email?

Thanks

Posted: Thursday Mar 29th, 2012 at 1:17 pm #9474
Epix Media
Username: epixmedia

Wonderful, thanks Eduan!

Still not getting email alerts from the forum :( hence my random batches of posts!

Posted: Wednesday Mar 28th, 2012 at 12:37 pm #9348
Epix Media
Username: epixmedia

Hi Eduan, I’ve installed it and it gives you an extra button next to the usual upload/insert image button when editing a post or page! Pretty cool!

Thanks!

Posted: Wednesday Mar 28th, 2012 at 11:57 am #9344
Epix Media
Username: epixmedia

Wonderful! Eduan – does that plugin allow you to choose whether your uploading to the regular uploads folder OR the s2member secure folder?

Thanks :)

Posted: Tuesday Mar 27th, 2012 at 5:15 am #9187
Epix Media
Username: epixmedia

I looked for a solution to this a couple of months ago and decided to stick with gravatar. The client would still like uploadable profile pictures if s2member offers it as a feature though.

After researching the plug-ins available, I wasn’t able to find one that would work well with s2Member and that had good ratings/reviews.

I’m sure if someone else has found something though since they’ll post :)

Posted: Tuesday Mar 27th, 2012 at 5:09 am #9185
Epix Media
Username: epixmedia

Thanks Raam, Client got their wires crossed regarding PayPal charges and are sticking with s2Member/PayPal! Phew!

Posted: Thursday Mar 22nd, 2012 at 5:40 am #8816
Epix Media
Username: epixmedia

Just a thought actually, I suppose SagePay won’t support re-occurring payments as they are a just payment authoriser for card payments? Can anyone confirm that?

Cheers :)

Posted: Thursday Mar 22nd, 2012 at 5:26 am #8815
Epix Media
Username: epixmedia

Ok, the client definitely wants to use SagePay, so unless you guys can quote me for integrating SagePay by the end of April…??? …I’ll need to try and find another membership system with the flexibility of s2Member which is a shame and a big pain!

I know you won’t want to help me find a competitors solution, but I’m now slightly stuck… so if anyone knows of a membership solution with multiple level subscription options that will support this payment provider please please point me in their direction!!!!

Posted: Wednesday Mar 21st, 2012 at 11:27 am #8748
Epix Media
Username: epixmedia

nope :(

Posted: Wednesday Mar 21st, 2012 at 7:27 am #8716
Epix Media
Username: epixmedia

Hi all, no I didn’t the alerts for this, hence my late response!

I was using my info@ address but I’ve changed it to my personal email to see if it makes a difference.

I’m using my company email that’s set up through 1and1.

Cheers!

Posted: Tuesday Mar 20th, 2012 at 4:05 am #8585
Epix Media
Username: epixmedia

I’ve found a solution, as I am only using 1 s2member level I can put an if around it:

function user_role_update( $user_id, $new_role ) {
    if ($new_role == 's2member_level1') {
        $site_url = get_bloginfo('wpurl');
        $user_info = get_userdata( $user_id );
        $to = $user_info->user_email;
        $subject = "Role changed: ".$site_url."";
        $message = "Hello ".$user_info->display_name .", Thanks for registering! Your account has now been approved on ".$site_url.". We look forward to seeing you at our next meeting.";
        wp_mail($to, $subject, $message);
    }
}
add_action( 'set_user_role', 'user_role_update', 10, 2);
  • This reply was modified 4 years, 9 months ago by  Raam Dev. Reason: Added code tags to improve formatting
Posted: Tuesday Mar 20th, 2012 at 3:56 am #8584
Epix Media
Username: epixmedia

Hi Raam, I still want the user to get an email when they sign up, but I then want them to get a “account approved” email when I upgrade there role from “subscriber” to “s2member level 1″…

Is there no way of doing this?

Cheers,

Zoe

Posted: Friday Mar 16th, 2012 at 7:14 am #8352
Epix Media
Username: epixmedia

Yes, I think I get it now! I’ll let you know if I get stuck when I come to implement it!

Thank you :)

Zoe

Posted: Thursday Mar 15th, 2012 at 3:22 pm #8279
Epix Media
Username: epixmedia

hmm.. I’m slightly confused… so how would I go about letting someone choose any combination of options and only giving them access to those selected? Would I need to set up a form for each eventuality?

Thanks :)

Zoe

Posted: Sunday Feb 26th, 2012 at 11:46 am #6456
Epix Media
Username: epixmedia

Hi, I added this function to my functions.php file within my theme, when the user role is updated via “Users” in the admin it sends that user an email:

//custom functions added by Epix Media
function user_role_update( $user_id, $new_role ) {
        $site_url = get_bloginfo('wpurl');
        $user_info = get_userdata( $user_id );
        $to = $user_info->user_email;
        $subject = "Account Approval: ".$site_url."";
        $message = "Hello " .$user_info->display_name . ", Your account has now been approved on ".$site_url;
        wp_mail($to, $subject, $message);
}
add_action( 'set_user_role', 'user_role_update', 10, 2);
Viewing 23 replies - 101 through 123 (of 123 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.