Bruce

My Latest Replies (From Various Topics)
Author | Replies |
---|---|
Author | Replies |
Posted: Tuesday Apr 30th, 2013 at 8:15 pm #48839 | |
![]() |
|
Thanks for posting the log file, but that’s not the log file we need to see. Could you send us a Dashboard Login so we can take a look at all your logs? You can do that here: |
|
Posted: Tuesday Apr 30th, 2013 at 8:14 pm #48838 | |
![]() |
|
Thank you for your inquiry.
You can have your client upgrade members through the Dashboard after reviewing their profile. However s2Member doesn’t save credit card information or the like for security reasons (mostly PCI Compliance). You could, however, have Users sign up through a Pro Form with a 1-week trial, and as long as your client reviews their profile within a week, they can cancel the subscription before the User is charged.
This depends on if you want to process credit cards on or off site. If you’re okay with sending Users to PayPal for all transactions, then PayPal Pro isn’t needed. |
|
Posted: Tuesday Apr 30th, 2013 at 8:10 pm #48837 | |
![]() |
|
Will do. :-)
I’ll ask our development team about this. We’re looking at a couple new payment gateways for the next major version of s2Member, as well as making integrating new payment gateways easier.
Thanks for the kudos! |
|
Posted: Tuesday Apr 30th, 2013 at 8:08 pm #48836 | |
![]() |
|
Yes you can use PHP GET variables and pass the information you want to your script like this:
Then you could get the variable like this:
|
|
Posted: Tuesday Apr 30th, 2013 at 7:51 pm #48833 | |
![]() |
|
I’d say it’s possible to do this with some use of PHP Cookies, or IP addresses on a small scale, but when you’re talking about 10 months, I just don’t see how that’s possible at all without having a User log in so you can keep track of them for that long period of time. I’m unaware of any way you could accomplish this, sorry. |
|
Posted: Tuesday Apr 30th, 2013 at 7:49 pm #48831 | |
![]() |
|
Thank you for your inquiry.We appreciate your patience.
The easiest way to do this would be put the URI restriction “/” in the first box here to restrict access to your site (except the Membership Options Page) to Users that are not logged in: Dashboard -› s2Member® -› Restriction Options -› URI Access Restrictions For your homepage, s2Member does not have any way to protect this, and it’s normally not required. The only way you could do this is using s2Member’s Advanced PHP Conditionals. You can create a Must-Use Plugin file and put this code in it:
No, s2Member doesn’t have anything like this, really. You could try something with s2Member’s API Notifications and Remote Operations, but this won’t update when a User modifies their profile. See: Knowledge Base » Building An API Notification Handler
You could use a hack similar to the one I posted for your first question. WordPress doesn’t have any functionality like this. |
|
Posted: Tuesday Apr 30th, 2013 at 7:35 pm #48830 | |
![]() |
|
You’d want to connect to iDevAffiliate the same way s2Member would directly. iDevAffiliate provides you URLs like this that let it record purchases: You’d want to generate an 1×1 pixel image filling in this URL with the correct information, as shown here: Dashboard -› s2Member® -› API / Tracking -› Integrating iDevAffiliate® |
|
Posted: Tuesday Apr 30th, 2013 at 3:35 pm #48816 | |
![]() |
|
Sorry to hear that. s2Member has PHP in its JavaScript and CSS, and it requires that you use s2Member’s processes here to load it:
|
|
Posted: Tuesday Apr 30th, 2013 at 3:33 am #48784 | |
![]() |
|
Posted: Tuesday Apr 30th, 2013 at 3:24 am #48781 | |
![]() |
|
Thank you for your inquiry.I went over this in this post: http://www.s2member.com/forums/topic/hidden-custom-field-to-store-affiliate-id/#post-48777 |
|
Posted: Tuesday Apr 30th, 2013 at 3:22 am #48780 | |
![]() |
|
s2Member’s User Export is the closest you’re going to get this. You can find that here: Dashboard -› s2Member® -› Import/Export -› User/Member Exportation We’re hoping to extend the functionality of this section of s2Member soon, but at this time if this doesn’t accomplish what you need you’ll have to find a different solution for this. Sorry about that. |
|
Posted: Tuesday Apr 30th, 2013 at 3:20 am #48779 | |
![]() |
|
Yes. You can do this but you’ll need to use s2Member’s Advanced PHP Conditionals to accomplish this. You can find documentation on these here: Dashboard -› s2Member® -› API / Scripting -› Advanced PHP Conditionals |
|
Posted: Tuesday Apr 30th, 2013 at 3:19 am #48778 | |
![]() |
|
s2Member doesn’t currently support this functionality, instead it’s the other way around. Unfortunately you’ll have to protect all your content separately to achieve this. URI Restrictions could be useful for you here, though. See: Dashboard -› s2Member® -› Restriction Options -› URI Access Restrictions |
|
Posted: Tuesday Apr 30th, 2013 at 3:17 am #48777 | |
![]() |
|
You could use the information provided in this Knowledge Base Article to pass the affiliate ID on checkout as a custom value through your payment gateway. See: Knowledge Base » Using Variables In A Shortcode From the docs custom=”example.com” must start with your domain. Additional values can be piped in (ex: custom=”example.com|cv1|cv2|cv3|etc”). Not valid when cancel=”1″. Note that you’ll need to save this information using one of the solutions provided in API / Tracking or API / Notifications. |
|
Posted: Tuesday Apr 30th, 2013 at 3:14 am #48776 | |
![]() |
|
No, you don’t need to change anything in your Dashboard. If you’ve got your ClickBank set up you’re good. :-) |
|
Posted: Tuesday Apr 30th, 2013 at 2:15 am #48771 | |
![]() |
|
The best course of action would be to contact the theme developer, but if that’s out of the equation, I might suggest adding these lines to the bottom of your header.php file (within PHP tags, of course):
If that doesn’t work, I’m unsure what else you can do. You need to have s2Member load in its CSS and JavaScript at some point during its load. |
|
Posted: Tuesday Apr 30th, 2013 at 2:06 am #48770 | |
![]() |
|
s2Member saves that in the wp_s2member_last_payment_time usermeta field. You’d get it like this:
|
|
Posted: Tuesday Apr 30th, 2013 at 2:04 am #48769 | |
![]() |
|
What export are you talking about exactly? The export here? Dashboard -› s2Member® -› Import/Export -› User/Member Exportation |
|
Posted: Tuesday Apr 30th, 2013 at 2:02 am #48768 | |
![]() |
|
Thank you for the information. We received it and I was about to take a look at your installation on behalf of Cristian, but it appears that you have another method of validation on your site with a browser popup, and none of the credentials that you provided work here. Could you send us another Private Message with the information to get past this? |
|
Posted: Tuesday Apr 30th, 2013 at 1:58 am #48766 | |
![]() |
|
That’s something on PayPal’s side of things, and I’d recommend contacting PayPal directly on how you might accomplish what you need here. If PayPal has a way (which I’m pretty much certain they do not, as they’re processing the recurring payments on their side) to provide that information in recurring payments, let us know and we’ll have our development team look into it. Alternatively, if you’d like to have a cleaner way of keeping your records, you might have a developer look into setting up a Payment Notification handler with s2Member. s2Member does get the Subscription ID for these payments, and you can use this information if you know a bit of PHP. See: Dashboard -› s2Member® -› API / Notifications -› Payment Notifications |
|
Posted: Tuesday Apr 30th, 2013 at 1:55 am #48765 | |
![]() |
|
s2Member’s fully prepared for this. You can find out the information you need here: Dashboard -› s2Member® -› PayPal® Options -› PayPal® IPN Integration -› More Information From the docs:
|
|
Posted: Tuesday Apr 30th, 2013 at 1:53 am #48764 | |
![]() |
|
The answer to your issues here is to use s2Member for creating these profile fields. If you’ll check in your settings here, s2Member allows you to integrate your Custom Registration/Profile fields right into BuddyPress, but BuddyPress won’t allow you to do the same back to s2Member. Dashboard -› s2Member® -› General Options -› Registration/Profile Fields
That’s the only way that it’s currently possible to get what you want. |
|
Posted: Tuesday Apr 30th, 2013 at 1:50 am #48763 | |
![]() |
|
Thank you for reporting this important issue.The best thing to do here would be to start with a clean integration of Amazon. You can use the information here to wipe these settings, and then start back again. Knowledge Base » Reset the Amazon S3/CloudFront integration After that’s completed, make sure that you have your bucket named with all lowercase letters, and try the integration again. If that still does not work, please turn on HTTP logging here and send us Dashboard Credentials so we can take a look. See: Dashboard -› s2Member® -› Log Files (Debug) -› Logging Configuration You can send login information here: s2Member® » Private Contact Form
If you do send Dashboard information, let us know with a reply on this thread.
|
|
Posted: Tuesday Apr 30th, 2013 at 1:47 am #48762 | |
![]() |
|
Thanks for the information! Let us know if you run into any more issues. :-) |
|
Posted: Tuesday Apr 30th, 2013 at 1:46 am #48761 | |
![]() |
|
This was addressed here: http://www.s2member.com/forums/topic/custom-success-page-after-registration/page/2/#post-48672
Closing Thread.
|