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.

Home Forums Eduan

Eduan

Moderator

My Latest Replies (From Various Topics)

Viewing 25 replies - 351 through 375 (of 3,367 total)
Author Replies
Author Replies
Posted: Tuesday Apr 23rd, 2013 at 2:44 pm #48206
Eduan
Username: Eduan
Moderator

This is what he answered with regarding the OUTPUT variable:

I would suggest setting up a custom API Notification Handler where YOU recieve the data instead of (or in addition to) iDevAffiliate receiving the data. In your custom API Notification Handler you can look at the full output URI like this.

So let’s say you setup this API Notification:
http://www.example.com/custom-apn-handler.php?idev_saleamt=%%amount%%&idev_ordernum=%%txn_id%%&idev_option_1=%%item_name%%&idev_option_2=%%subscr_id%%&idev_option_3=%%cv0%%&ip_address=%%user_ip%%

Now create the API Notification handler in PHP (custom-apn-handler.php).
When s2Member® processes the API Notification behind-the-scene, this script will be contacted with the above Replacement Codes filled in.

<?php
// My custom API Notification Handler.
$output = $_SERVER['REQUEST_URI'];
mail('me@example.com', 'API Notification Output URL', $output);

b) work a pricing table into my website, which means I need a paypal “url” rather than a button code…

Again, you can achieve this by changing the output attribute to “url”.

– Eduan

Posted: Tuesday Apr 23rd, 2013 at 2:41 pm #48205
Eduan
Username: Eduan
Moderator

I see… Yeah that’s messed up. It seems his EOT is not being added up…

Are these subscriptions or buy-now buttons?

– Eduan

Posted: Tuesday Apr 23rd, 2013 at 2:39 pm #48204
Eduan
Username: Eduan
Moderator

I’m not aware of one either sadly. Since these forums are our support system. :)

Posted: Sunday Apr 21st, 2013 at 7:34 pm #48064
Eduan
Username: Eduan
Moderator

Hello Johnny,

s2Member has no special features in order to restrict live streams and such.

However, if the the plugin or software that you’re using for live streaming can be restricted to only show the live stream in 1 page, and only in that 1 location in the entire internet, then all you would have to do is protect that 1 page with s2Member and all is good. :)

– Eduan

Posted: Sunday Apr 21st, 2013 at 3:10 pm #48053
Eduan
Username: Eduan
Moderator

Hello Ian,

I’m afraid there’s no way to offer “temporary” accounts.

It can be coded so that it checks in another database and stuff but there’s no such thing as a “temporary” login session per-say.

You could probably achieve this if it checks in another database, confirms, creates the user and logs him in, and then deletes the account when the user logs out.

However even the automatic login would need modification in s2Member’s/WordPress’ code.

– Eduan

Posted: Sunday Apr 21st, 2013 at 3:07 pm #48052
Eduan
Username: Eduan
Moderator

If you buy s2Member pro you’ll have Cristian’s, Bruce’s and probably Jason’s support. I think that’s the best way to go.

However I’ll send one email to Jason asking him this. I’ll ask him how to get the full, already parsed OUTPUT.

OK asked him. Don’t know what his answer would be, bu it’s probable he wouldn’t give an answer, since last time he did say he wouldn’t provide any more assistance until you were a paid member.

In any case, let’s hope. :)
Thanks for your patience. ;)

– Eduan

Posted: Sunday Apr 21st, 2013 at 3:02 pm #48051
Eduan
Username: Eduan
Moderator

Hello David,

Thanks for the kudos. :)

Basically your question is how “flexible” Authorize.net is regarding modifying current subscriptions depending on lots of conditionals?

– Eduan

Posted: Sunday Apr 21st, 2013 at 3:01 pm #48050
Eduan
Username: Eduan
Moderator

I see. Yeah that is not possible with s2member alone.

There’s probably some plugin that allows chatting somehow, probably through some other API or something…

I’m sorry I can’t provide much help. :/

– Eduan

Posted: Sunday Apr 21st, 2013 at 2:58 pm #48049
Eduan
Username: Eduan
Moderator

Glad you found the problem Chris. :)

Posted: Sunday Apr 21st, 2013 at 2:58 pm #48048
Eduan
Username: Eduan
Moderator

Hello Marcus,

That indicates that something in the button got broken, and the code that you say it outputs is proof of that, should be a LOT more output.

Could you please try all of these common troubleshooting tips: Knowledge Base » Common Troubleshooting Tips

– Eduan

Posted: Sunday Apr 21st, 2013 at 2:54 pm #48047
Eduan
Username: Eduan
Moderator

Hello Kirubakaran,

Could you please provide more info on what you’re trying to accomplish.

s2Member is already integrated with PayPal. But what do you mean with “classifieds” website?

– Eduan

Posted: Sunday Apr 21st, 2013 at 2:51 pm #48046
Eduan
Username: Eduan
Moderator

Hello Forty,

This is possible, but only with some code. Check under Dashboard -› s2Member® -› API / Scripting -› Advanced PHP Conditionals, with those you can check if the user is level 1 or 0.

And then with some WordPress code you can summon different menus.

– Eduan

Posted: Saturday Apr 20th, 2013 at 6:16 pm #48018
Eduan
Username: Eduan
Moderator

Hello Brian,

What version of IE was the user using? Naming a specific OS would also help. :)

– Eduan

Posted: Saturday Apr 20th, 2013 at 5:43 pm #48015
Eduan
Username: Eduan
Moderator

Thanks for notifying us Torkild. Did you also make a post in that post?

Posted: Saturday Apr 20th, 2013 at 5:26 pm #48012
Eduan
Username: Eduan
Moderator

I see… Certainly BuddyPress is overkill for that. But s2Member alone isn’t enough…

Will these conversations have to be private or not? If they aren’t then you could just use something like bbPress or another forum system…

– Eduan

Posted: Saturday Apr 20th, 2013 at 4:15 pm #48010
Eduan
Username: Eduan
Moderator

Not sure. But I think it would make sense if only s2Member can give you the output.

You’ll just have to intercept s2Member’s output while it’s giving it to iDevAffiliate, somehow.

– Eduan

Posted: Saturday Apr 20th, 2013 at 4:12 pm #48009
Eduan
Username: Eduan
Moderator

Hello Michael,

I’m pretty sure you could find that under Dashboard -› s2Member® -› API / Scripting -› PHP/API Constants.

However I’m not sure, you’ll have to look for them. :)

– Eduan

Posted: Saturday Apr 20th, 2013 at 12:35 pm #48006
Eduan
Username: Eduan
Moderator

I see.

Well s2Member’s import/export capabilities are all explained in this article: Knowledge Base » Import (or Mass Update) Users

Perhaps you could edit that software so that it’s output is in a way that s2Member understands…

– Eduan

Posted: Saturday Apr 20th, 2013 at 12:34 pm #48005
Eduan
Username: Eduan
Moderator

Just posting again Michael.

How is the progress of this plugin going?

I suppose it’s fixed by now correct?

– Eduan

Posted: Friday Apr 19th, 2013 at 10:36 pm #47912
Eduan
Username: Eduan
Moderator

Hello there,

While people don’t usually import/export from something besides WordPress, here’s the knowledge base article about importing/exporting:
Knowledge Base » How to Migrate to s2Member Pro from Other Software

Take into account this would be done with s2Member pro, just keep this in mind to check if it fits your needs or not. :)

– Eduan

Posted: Friday Apr 19th, 2013 at 8:26 pm #47907
Eduan
Username: Eduan
Moderator

Hello Paul,

I’m afraid this is not possible currently with s2Member, not without some coding…

One thing you could do is setup a PHP/JavaScript redirect in the membership options page, that way as soon as users get redirected to the membership options page they get redirected to the login page instead…

– Eduan

Posted: Friday Apr 19th, 2013 at 8:23 pm #47906
Eduan
Username: Eduan
Moderator

I see that is indeed very strange…

Could you please try all of these common trouble shooting tips and see if any of them fix the problem: Knowledge Base » Common Troubleshooting Tips

– Eduan

Posted: Friday Apr 19th, 2013 at 8:13 pm #47903
Eduan
Username: Eduan
Moderator

Hello Paul,

In order to achieve this you can use s2Member conditionals: Knowledge Base » Simple Shortcode Conditionals

Hope this helps. :)
– Eduan

Posted: Friday Apr 19th, 2013 at 8:11 pm #47902
Eduan
Username: Eduan
Moderator

Hello Fabricio,

Could you please ask your host what he means that they are blocked?

And no you couldn’t do that. The activated plugins are not stored in the wp-config.php file as far as I’m aware.

And if you do enable it manually Quick Cache wouldn’t be able to work correctly, because it needs the permission son those folders to be 755.

– Eduan

Posted: Friday Apr 19th, 2013 at 5:50 pm #47898
Eduan
Username: Eduan
Moderator

Hello Tom,

Here’s another topic that’s asking the same question as you: http://www.s2member.com/forums/topic/i-received-this-email-from-paypal/

Does that help?

– Eduan

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