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.

Cristián Lávaque


My Latest Replies (From Various Topics)

Viewing 25 replies - 6,351 through 6,375 (of 7,376 total)
Author Replies
Author Replies
Posted: Friday May 4th, 2012 at 4:51 am #12559

Kinga, the thing is that that’s what the PayPal API requires, as Jason explained in that thread.

He also suggests to change the label for the field into some other description that makes more sense for your customers. http://www.s2member.com/forums/topic/removing-fields-from-the-pro-forms/#post-11938

I hope that helps.

Posted: Friday May 4th, 2012 at 4:35 am #12557

Thanks for the suggestion, Kinga. I’ll notify the Lead Developer about your request. :)

Posted: Friday May 4th, 2012 at 4:31 am #12556

Hi Elizabeth.

Could you post the shortcode you’re using for the Google buttons?

Also, could you post the log entries for these transactions were the user had a problem? x’ing out any private info (e.g. email address, last name). Look in all the log files for the related entries, including the PayPal ones, please. [hilite path]Dashboard -› s2Member® -› Google® Checkout Options -› Account Details -› Logging[/hilite]

Thanks!

Posted: Friday May 4th, 2012 at 4:25 am #12555

Epix, do you mean the confirmation email s2Member sends after signup? Go to your Options page for the gateway you’re using and look for the Confirmation Email panel. If you’re using PayPal, then it’d be under: [hilite path]Dashboard -› s2Member® -› PayPal® Options -› Signup Confirmation Email[/hilite]

Posted: Friday May 4th, 2012 at 4:17 am #12554

I added your vote. :)

Posted: Thursday May 3rd, 2012 at 11:54 pm #12537

You have periods in the function’s name. http://www.php.net/manual/en/functions.user-defined.php

A valid function name starts with a letter or underscore, followed by any number of letters, numbers, or underscores.

Is this something you customized in the file? The function has your domain name and I don’t think s2Member does that.

If you can’t fix it, could you upload a fresh copy of the file to your server to overwrite it?

Posted: Thursday May 3rd, 2012 at 11:37 pm #12536

Kinga, we know many have found good developers over at jobs.wordpress.net, but there are other freelance sites like oDesk or eLance that you can try. I hope that helps. :)

Posted: Thursday May 3rd, 2012 at 11:33 pm #12535

You can also filter your users list by their level, then select them all and change their role to the new one. [hilite path]WP Admin -> Users -> All[/hilite]

Posted: Thursday May 3rd, 2012 at 11:32 pm #12534

Hi Jim.

B) Like you said, this will be much easier to achieve with the next generation of s2Member. Right now s2Member doesn’t monitor the number of views of content to limit access. In the current s2Member this is only available for the download restriction, and it’s not item specific, all downloads are cummulative for the count towards the Level’s limit.

C) To show comments or not, you’d need to use a PHP conditional in the template that shows the comments. [hilite path]Dashboard -› s2Member® -› API / Scripting -› Advanced PHP Conditionals[/hilite]

To not show the latter part of a post, the simplest way right now would be using shortcode conditionals in the post, which can check more than the login status, they can check the access the user has too. [hilite path]Dashboard -› s2Member® -› API / Scripting -› Simple/Shortcode Conditionals[/hilite]

A user of s2Member contributed a plugin that adds a button to your editor to insert some of these shortcodes faster, which may be helpful to your guest authors. http://wordpress.org/extend/plugins/s2member-buttons/

If you want to automate the restriction based on char count or similar, you’ll have to customize the template for the posts so you add the PHP there.

I hope that helps. :)

Posted: Thursday May 3rd, 2012 at 7:31 pm #12527

Yes, as far as I know. After all, BuddyPress uses WordPress’ users tables, which are the ones s2Member populates on user import. So BuddyPress should show the same data WP has, I don’t know why they’d be different. I’ll email Jason about this.

Posted: Thursday May 3rd, 2012 at 5:59 pm #12524

I don’t know. I know that s2Member doesn’t mess with that at all, so it has to be something else.

I’m looking at your screenshot again and I think I have an idea of what may be the reason:

The BuddyPress’ members list may just be showing those that activated their accounts, while the WP Admin users list shows the whole thing. If I remember correctly, BuddyPress has an account activation step, or something like that.

Posted: Thursday May 3rd, 2012 at 3:51 pm #12515

In PayPal there’s the rrt attribute that lets you set the number of recurring payments, but Auth.Net doesn’t have that.

I’ll email Jason asking him how it could be done.

Posted: Thursday May 3rd, 2012 at 3:43 pm #12513

No, not the pro-forms yet. We’re working on this to make it possible.

Posted: Thursday May 3rd, 2012 at 3:41 pm #12512

Yeah. :)

Posted: Thursday May 3rd, 2012 at 3:37 pm #12511

Hmm… I still see the caching one there. In your site go to this address: [hilite mono]/wp-admin/plugins.php?plugin_status=dropins[/hilite]

To remove it you’ll have to do it via FTP. Look in the [hilite mono]/wp-content/plugins/[/hilite] directory for the file [hilite mono]advanced-cache.php[/hilite].

Posted: Thursday May 3rd, 2012 at 3:33 pm #12509

Actually it’d be [hilite mono]$_POST['voucher'][/hilite] in the code, or [hilite mono]method="get"[/hilite] in the form. I make that mistake sometimes. :)

Posted: Thursday May 3rd, 2012 at 2:52 pm #12504

Thanks!

I looked at your plugins and there’s a drop-in one for caching. Could you try deactivating/removing it and refreshing your users list? From your description of the problem, it looks like a caching issue that some users have reported in the past.

Posted: Thursday May 3rd, 2012 at 2:15 pm #12499

Yeah, the WP admin login, please. I’d like to take a look there, if that’s ok with you, of course.

Posted: Thursday May 3rd, 2012 at 1:58 pm #12496

I see… Could you send the login info via the Contact Form to take a look? s2Member® » Private Contact Form

Posted: Thursday May 3rd, 2012 at 1:14 pm #12487

Cool. Glad I could help. :)

Posted: Thursday May 3rd, 2012 at 4:27 am #12439

Not the shortcode, but the PHP conditionals would work. [hilite path]Dashboard -› s2Member® -› API / Scripting -› Advanced PHP Conditionals[/hilite]

Posted: Thursday May 3rd, 2012 at 4:24 am #12437

You could try editing the post’s template to add the link at the bottom.

Posted: Thursday May 3rd, 2012 at 3:58 am #12435

Do you mean having s2Member working in the child blogs? Yes, you can. Keep in mind that each s2Member will work within the scope of the blog its active in, it doesn’t work cross-blog even if they’re in the same multisite network.

Posted: Thursday May 3rd, 2012 at 3:49 am #12433

Do you mean a link for the user to log out of his account?

Posted: Thursday May 3rd, 2012 at 3:45 am #12432

You can google FTP tutorials. http://google.com/search?q=ftp+tutorial&tbm=vid

You can get the FTP login info from your web hosting company.

I hope that helps. :)

Viewing 25 replies - 6,351 through 6,375 (of 7,376 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.