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 - 5,326 through 5,350 (of 7,376 total)
Author Replies
Author Replies
Posted: Wednesday Jun 20th, 2012 at 6:36 am #16986

Hi Nora.

Eduán is right, this is not simple with the current s2Member.

The only way to sell access without requiring a an account, would be with Specific Post restrictions. If hacking is not a problem, maybe you can do something to sell that large number of articles articles with the Specific Post restriction.

The new s2Member we’re working on now, a full rewrite, will make it possible to have all the advantages of levels, custom capabilities, specific post, file protection and more, all combined, so it’ll be possible to do what you want. This is coming soon, sometime this summer hopefully, but we don’t have a set date yet.

You mention hacking is not a problem, are you a developer? Would you be interested in beta testing this when it’s ready for that? You seem to have a situation where you could put it to the test for uses we don’t have other testers for.

Posted: Wednesday Jun 20th, 2012 at 6:27 am #16985

Excellent. :)

Posted: Wednesday Jun 20th, 2012 at 6:27 am #16984

Yeah, you’d have to stop using the CNAME redirect for CloudFront in the secured page of your site.

You can also try asking Amazon support what they suggest? I don’t think you’re the first person using a CNAME for your CloudFront hosted files embedded in a secured page.

Posted: Tuesday Jun 19th, 2012 at 10:10 pm #16958

Yeah, you can use htaccess.

Sorry about my code, it’s too early in the script to have [hilite mono]wp_redirect[/hilite] available, I should have used [hilite mono]header[/hilite].

[hilite pre_code]
http://yoursite.com/my-registration/'); exit; } [/hilite] This works, I just tested it.

Posted: Tuesday Jun 19th, 2012 at 6:59 pm #16937

If you add that redirection, anyone that tries /wp-login.php?action=register would be taken to the new one you created.

Posted: Tuesday Jun 19th, 2012 at 6:58 pm #16936

Try this:

[hilite code]|-------------[/hilite]

Even if it can be selected, since it has an empty value, it won’t be accepted when submitted.

Posted: Tuesday Jun 19th, 2012 at 6:54 pm #16935

You can zip it and upload it to your server, then send me the URL to the file via the Contact Form, please. s2Member® » Private Contact Form

Thanks. :)

Posted: Tuesday Jun 19th, 2012 at 6:53 pm #16933

Thanks.

I see a couple of warnings in the server check. It’d be good to fix them.

Did you check out the mod_security article?

Do you have logs of the transactions with the problem? [hilite path]Dashboard -› s2Member® -› PayPal® Options -› Account Details -› Logging[/hilite]

You can email the logs from your s2member-logs folder via the Contact Form. s2Member® » Private Contact Form

Posted: Tuesday Jun 19th, 2012 at 6:25 pm #16931

Hi Alex.

The forum is a heavily customized bbPress. http://bbpress.org/

The theme is inFocus. http://www.s2member.com/r/themeforest-infocus-theme/

I think there are plugins that let you customize the admin bar easily. http://wordpress.org/extend/plugins/search.php?q=admin+bar

The payment pages were done with the s2Member Pro pro-forms. [hilite path]Dashboard -› s2Member® -› PayPal® Pro Forms[/hilite]

The Account page can be any WP page you create, and protect it at Level 0 so the user has to be logged in to see it. You could use the Login Welcome as the Account Page. [hilite path]Dashboard -› s2Member® -› General Options -› Login Welcome Page[/hilite]

I hope that helps. :)

Posted: Tuesday Jun 19th, 2012 at 6:08 pm #16929

I hear ya. Okay, I’ll let Jason know.

If you decided to build your own and give it away or sell it, we wouldn’t mind recommending it, just as we mention the other ones. What we want is for our users to have a solution that actually works for them as simply as possible.

Posted: Tuesday Jun 19th, 2012 at 5:55 pm #16927

Hmm… I don’t know…

Only thing that comes to mind is to create a hack that checks for a secret key in the URL, that when present authenticates the person as a user you created for this, with the access you need it to have to see the content.

You’ll need to find what WP function/method will let you auntenticate that service you’re trying to use. A quick search of the WP functions found me wp_signon, not sure if it does what you need, but it’s a start. http://codex.wordpress.org/Function_Reference/wp_signon

I hope that helps.

Posted: Tuesday Jun 19th, 2012 at 5:46 pm #16925

Sometime this Summer is the last ETA I saw Jason mention, but I don’t have any concrete date, sorry.

Posted: Tuesday Jun 19th, 2012 at 5:17 pm #16923

Sure. :)

Posted: Tuesday Jun 19th, 2012 at 7:58 am #16891

Hi Jeff.

Well, s2Member Framework has the Notifications API, which can be very useful. Video » s2Member (API Tracking/Notifications)

s2Member Pro has the Pro API For Remote Operations. [hilite path]Dashboard -› s2Member® -› API / Scripting -› Remote Operations API[/hilite]

Click to enlarge

What are you trying to do with Magento and s2Member? :)

Posted: Tuesday Jun 19th, 2012 at 7:52 am #16890

Hi Mark.

1) No, s2Member Pro doesn’t connect to our site to check the status of the license.

2) It has been tested with Apache and Litespeed. http://www.litespeedtech.com/

I don’t remember users reporting having tried other servers yet, but it’s most probable that there won’t be trouble, unless the mod_rewrite rules are different than the ones for Apache.

We have a server check tool that can help find problems in the configuration, too. Upload it to the WP dir and open in your browser: http://www.s2member.com/r/server-check-tool/

I hope that helps. :)

Posted: Tuesday Jun 19th, 2012 at 7:43 am #16886

Hi Mark.

You can achieve that with the s2Member Pro pro-forms.

When you create the custom profile fields, you can specify what Level they’d be shown to. [hilite path]Dashboard -› s2Member® -› General Options -› Registration/Profile Fields -> Add/Edit field -> Applicable Membership Levels[/hilite]

When the user paid first, then the s2Member knows to show the field or not in the default registration page. The problem is if you want them to register first, s2Member doesn’t know what the user will pay for, so it can’t show the fields for levels 1 or higher.

With the pro-form, since it combines registration with with the payment, s2Member knows what level the user will get, and show the appropriate profile field (URL, address).

You can have three pages, one for each of the pro-forms, and then link to them from the where you give the user the choices, like the Membership Options Page. [hilite path]Dashboard -› s2Member® -› General Options -› Membership Options Page[/hilite]

I hope that helps. :)

Posted: Tuesday Jun 19th, 2012 at 7:36 am #16884

Hi Anita.

So you already have users with a subscription for a level, and you’re trying to sell them a second subscription? The problem is that s2Member can’t handle more than one subscription per user yet. This will be possible in the new s2Member we’re developing, but that’s still not ready for release.

If I didn’t understand correctly, could you explain what your current membership is like, please? Thanks!

Posted: Tuesday Jun 19th, 2012 at 7:31 am #16883

Hello Kerry.

Yes, you can do that with the free registration pro-forms and custom capabilities.

Custom capabilities will let you manage the access to the content separately, instead of incrementally as Levels do. Video » s2Member (Custom Capabilities)

The free registration pro-form in s2Member Pro, will let you register users for free, with a certain level and custom capability added to his account. Knowledge Base » Offering Paid Member Registration for Free, Using Pro-Forms

In the future, if you choose to start charging, you can just change the free registration pro-form for one of the payment ones.

I hope that helps. :)

Posted: Tuesday Jun 19th, 2012 at 7:27 am #16882

HI Barry.

If the access is incremental, you can do it with Levels. s2Member Pro lets you add more levels to your membership. [hilite path]Dashboard -› s2Member® -› General Options -› Membership Levels/Labels[/hilite]

If the access isn’t incremental, you can use custom capabilities. Video » s2Member (Custom Capabilities)

You can test both, levels and custom capabilities, in the free version of s2Member, the Framework, even if the Levels only to up to 4. If you see the Levels work for you, then you can get the Pro add-on to add more levels.

I hope that helps. :)

Posted: Tuesday Jun 19th, 2012 at 7:23 am #16880

Hi Wayne.

1. You can do that even with the free version.
2. Users can’t post by default in WordPress. s2Member doesn’t touch the posting capabilities, to add or remove.
3. You could probably use custom capabilities for these, and then use some custom code of your own to affect the sidebar based on whether the user has that custom capability or not. Video » s2Member (Custom Capabilities)
4 and 5. No, you’d have to code this customization.

Also a cost of having you set all this up so it just runs for us.

Sorry, we don’t do customization jobs. Our developers are working full time on the product, we can’t offer customization services. You can try freelance websites like odesk.com, elance.com or jobs.wordpress.net.

I hope that helps. :)

Posted: Tuesday Jun 19th, 2012 at 7:15 am #16879

You can style it with CSS. Use firebug to find the right selectors and test your styles, and then add your code to your CSS file. http://getfirebug.com ;)

Posted: Tuesday Jun 19th, 2012 at 7:09 am #16878

Hi Paul.

Could you post a screenshot of your custom parser and the message body you’re testing it with?

Thanks!

Posted: Tuesday Jun 19th, 2012 at 7:05 am #16876

Hi Daniel.

To register, they have to go to the registration page. What I suggest for the ClickBank Thank-You page is to create your own and then take users there after checkout. Read this section to know how you do that: [hilite path]Dashboard -› s2Member® -› ClickBank® Options -› Thank-You Page Integration -> Optional Customizations[/hilite]

In your own thank-you page you’d tell them the things ClickBank requires you to, like how the charge is going to look like in their card statement, and how they can contact you for support. And then you’d say they should create the account, and provide a link to the registration page.

I hope that helps. :)

Posted: Tuesday Jun 19th, 2012 at 6:59 am #16875

Yeah, at first they may be odd, but once you get the hang of conditionals, you can do cool things. :)

Posted: Tuesday Jun 19th, 2012 at 6:55 am #16873

But if you’re using custom profile fields, or other s2Member features, they won’t be available while it isn’t active, for example.

So you want to remove all restrictions for a week, is that it? You could export the s2Member options and then remove the restrictions, when the week is up, import the s2member options back in. [hilite path]Dashboard -› s2Member® -› Import/Export -› s2Member® Options[/hilite]

Test that first removing only one restriction, and see if you can restore it fine with the import. Do it with all the restrictions only after you verified the options export and import work fine in your installation.

And for extra security, I’d take a screenshot of the restrictions page with the panels expanded, or save the page into a file so you can copy from it to paste the restriction values back into the fields if you needed to restore them by hand.

I hope that helps. :)

Viewing 25 replies - 5,326 through 5,350 (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.