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,776 through 6,800 (of 7,376 total)
Author Replies
Author Replies
Posted: Saturday Mar 31st, 2012 at 2:48 am #9640

That’s a cool tip, Cassel. :)

Posted: Saturday Mar 31st, 2012 at 2:45 am #9639

Hi Adam.

This video on integrating s2Member with iDevAffiliate may help you:

But you can integrate with several solutions using the Tracking or Notifications APIs.

Here’s another plugin that I know some use with s2Member. http://www.tipsandtricks-hq.com/wordpress-affiliate/integrating-s2member-plugin-with-the-wp-affiliate-software-368

I hope that helps. :)

Posted: Saturday Mar 31st, 2012 at 2:39 am #9638

Hi Jenny.

It’s fine to do that to complete a migration.

On how to migrate the site, if you don’t know, I suggest that you get a developer to help you.

s2Member Pro lets you export the s2Member settings, in case that’s useful to you. [hilite path]Dashboard -› s2Member® -› Import/Export -› s2Member® Options[/hilite]

I hope that helps. :)

Posted: Saturday Mar 31st, 2012 at 2:33 am #9636

Hi John.

No, this is not really easy to do. You see, if we had any way to tell if it’s the same person, it’d be simpler, but the guy could use a different email address each time, or IP addresses using proxies, or delete his cookies.

You could probably use Flash cookies, which are removed less often, but it’s not something s2Member uses. May be a good idea, though. I’ll ask Jason.

Posted: Saturday Mar 31st, 2012 at 2:30 am #9635

Hi Billy.

Yeah, you could use the free registration pro-form to give them access for two days. [hilite path]Dashboard -› s2Member® -› PayPal® Pro Forms -› Free Registration Forms[/hilite]

When the expiration time comes, they’d be demoted to Level 0. [hilite path]Dashboard -› s2Member® -› PayPal® Options -› Automatic EOT Behavior[/hilite]

I hope that helps. :)

Posted: Saturday Mar 31st, 2012 at 2:28 am #9634

I’m afraid those aren’t possible yet. With some custom scripting, you could probably achieve them. This article may help: Knowledge Base » Changing Roles/Capabilities via PHP

Can the membership restrict a certain number of page views per month?

May be possible with the coming major release, to be released soon.

Posted: Saturday Mar 31st, 2012 at 2:19 am #9633

s2Member isn’t the one that handles the session, so I doubt it’s s2Member.

Maybe it has to do with www use inconsistency? Knowledge Base » Don't mix www and without

Posted: Friday Mar 30th, 2012 at 10:25 pm #9625

Hi Nigel.

Maybe this video helps you with that:

If not, could you please explain the problem some more? Thanks!

Posted: Friday Mar 30th, 2012 at 10:07 pm #9624

Hi Holger.

You can use variables in the shortcode too, have you tried that? http://www.primothemes.com/forums/viewtopic.php?f=36&t=1604

I hope that helps. :)

Posted: Friday Mar 30th, 2012 at 10:03 pm #9623

Hi Babs.

You could try this:

Create this dir/file [hilite mono]/wp-content/mu-plugins/s2hacks.php[/hilite].
[hilite pre_code]

[/hilite]

Change [hilite mono]/new-user-welcome/[/hilite] with your page for that.

I hope that helps. :)

Posted: Friday Mar 30th, 2012 at 9:43 pm #9622

Hi José.

I emailed Jason this question, he should see it soon. Thanks for your patience. :)

Posted: Friday Mar 30th, 2012 at 9:28 pm #9620

Hi Simon.

I’ll move this thread to the Customer Support forum.

s2Member will edit in its admin panel, the custom fields you created with it, not something else. Why don’t you create the field with s2Member? You can specify what s2Member Level role gets to see it. When editing/creating the custom field, look for the setting called Applicable Membership Levels.
[hilite path]Dashboard -› s2Member® -› General Options -› Registration/Profile Fields[/hilite]

I hope it helps. :)

Posted: Friday Mar 30th, 2012 at 9:22 pm #9619

Hi David.

I’m going to move this thread to the Customer Support forum as well.

If you’re using the URL in the player, the problem could be that the file is in the querystring as a variable. To solve this, Jason implemented a format that looks more like a normal URL to a file. Please read the docs here: [hilite path]Dashboard -› s2Member® -› Download Options -› Advanced Mod-Rewrite Linkage[/hilite]

I hope that helps. :)

Posted: Friday Mar 30th, 2012 at 9:13 pm #9618

Hi David.

I just noticed this thread cause I usually monitor the Customer and Presale Qs ones. I’m moving the thread to the Customer Forum.

Could you please post the code you’re using to stream the file? Thanks! :)

Posted: Friday Mar 30th, 2012 at 8:54 pm #9617

Thanks Peter. I didn’t notice something wrong there…

I imagine you read this:

Signup Tracking Codes will only be displayed once for each Member. Signup Tracking Codes are displayed right after a “new”, “paying” Member, signs up successfully through your Payment Gateway, regardless of whether any money has actually been transacted initially. In other words, Signup Tracking Codes are displayed anytime a “new”, “paying” Member, signs up, even if you provided them with a 100% Free Trial Period ( e.g. no money is being transacted intially ).

s2Member will display your Signup Tracking Codes in one of four possible locations… 1. If possible, on the Thank-You Return Page, after returning from your Payment Gateway. 2. Otherwise, if possible, on the Registration Form, after returning from your Payment Gateway. Note. If you offer a 100% free Trial Period, Tracking Codes will be displayed in location #2 when using PayPal® Standard Button integration. 3. Otherwise, if possible, on the Login Form after Registration is completed. 4. Otherwise, in the footer of your WordPress® theme, as soon as possible ( immediately with s2Member Pro Form integration ); or after the Customer’s very first login.

Are all the conditions met when you look for the tracking code in the page’s HTML?

Posted: Friday Mar 30th, 2012 at 8:03 pm #9614

Ah, I understand why you want them to have their own pages. No, I don’t know what plugin to recommend for that, sorry.

I’m glad that video helped! Thanks for the update. :)

Posted: Friday Mar 30th, 2012 at 5:37 am #9567

Glad you solved it. Thanks for the update. :)

Posted: Friday Mar 30th, 2012 at 5:34 am #9566

Thanks for the update, Joel. Glad you solved it. :)

Which plugin was it?

Posted: Friday Mar 30th, 2012 at 4:15 am #9563

I’m afraid HTML doesn’t have an attribute to limit the length in textarea. Text has maxlength, but textarea doesn’t really have a limit.

You can use JavaScript to do it, though. You may have seen some interfaces that have a character counter as you type even, and will give you an error if you’re over the limit. E.g. forum profile forms in the signature textarea.

http://google.com/search?q=textarea+maxlength

I hope that helps. :)

Posted: Friday Mar 30th, 2012 at 3:50 am #9562

Hi Mark. Thanks a lot for helping that other user earlier. :)

About your question, you’ll need to custom code it, but it’s not impossible. Here’s a video Jason created about that:

If you need help with the coding, you can try places like oDesk, eLance or jobs.wordpress.net.

Now, do you really need a separate page for each user? Is the content going to be that different? Or is it basically the same but the values change depending on the user? If the latter, then you can use one page with some PHP to use variables and customize the page for each person.

I hope that helps. :)

Posted: Thursday Mar 29th, 2012 at 11:31 pm #9551

Yes, I agree with Raam. Just tried the URL you posted, but without the www, and got the error.
https://downloadandprint.com/signup/?s2-ssl=yes

Posted: Thursday Mar 29th, 2012 at 10:34 pm #9532

Could you show us a screenshot of your Tracking API page with the code you added? (blur any private info, please) [hilite path]Dashboard -› s2Member® -› API / Tracking[/hilite]

What the URL to the page where you have the tracking?

Have you tried this with the default theme? I wonder if the one you’re using could be interfering with this.

Posted: Thursday Mar 29th, 2012 at 4:32 pm #9488
Posted: Thursday Mar 29th, 2012 at 4:27 pm #9487

Theresa, that should be handled by now.

By the way, PitchPlus will be supported by s2Member soon, so remain subscribed to get updates and it should be there when it happens. :)

Posted: Thursday Mar 29th, 2012 at 6:54 am #9447

Sounds great! You can post those here or in the WordPress plugins repository. I’m sure many Polish site owners will be very happy with that. :)

Viewing 25 replies - 6,776 through 6,800 (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.