colinp386
Forum Replies Created
-
Thanks Cristián
Most helpful! I have taken a look at the KC plugin looks very promising!
Cristián;
Many thanks, that was helpful to know, however that only provides part of a solution to managing Group Account signup and renewal.
Hopefully Jason and your team will add Group Accounts at some point, where one Parent account can create and manage a number of child accounts that are signed up and expire as one.
Please feel free to use me to beta test when you do.The challenge is that on renewal dripping content only works on signup.
I did a work around that shows the coupon for up to X days before the EOTI created a conditional widget that displayed when this condition was met.
return S2MEMBER_CURRENT_USER_SUBSCR_OR_WP_ID > '600' && get_user_option('s2member_auto_eot_time', $user->ID) > (time()+(350*24*60*60));
Forum: Plugins
In reply to: [PDF Creator Lite] Not rendering short code textHi Alex;
Its the https://s2member.com/ plugin. Yes its on the WP Plugin Site.
I’m using the Pro Version, however I don’t think the Pro Version changes anything.
Thanks ColinOk so I found an easy way to do this by checking against a recent userID
I used a conditional widget with Widget LogicThen used this condition to select if the widget is displayed
return S2MEMBER_CURRENT_USER_SUBSCR_OR_WP_ID > ‘6666666’;Now I need to figure out how to stop displaying after one month.
Forum: Fixing WordPress
In reply to: PayPal not Getting Billing Address from s2memberI have the same issue.
I don’t think any of my subscribers billing information is being picked up by PayPal over the last 2 years.
I am using ProForms and there is nothing there to say send billing address, so I assume its always supposed to be sent.
I’m using PayPal Payments Pro (without payflow) and I’m on Version 130406 + s2Member? Pro v130406Any Help would be appreciated.
Forum: Plugins
In reply to: WP-Table Reloaded – Can I reference another cell?Hi Tobias;
Many thanks for the advice, I’ll have a play with the short-code as you suggest and perhaps take a look at the DataTables forum if the short code option does not provide the solution.
I have also added the dependents to the table and that may be more elegant as when they search for PHP they now see all the dependencies
Forum: Plugins
In reply to: WP-Table Reloaded – Can I reference another cell?Hi I want to do something similar, and hopefully easier.
I have a 750 row table of Open Source Software packages (like PHP. MySQL etc.) and for each package their are dependencies to other packages.I have the names of the dependencies in one column, how do I link the dependency to it’s row in the same table, either by passing it into the search window or by taking it to the correct row.
Even better would be the ability to filter the table to show the package and all it’s dependencies ie for PHP show the rows for jpeg, glib, render, etc. ??We will be making a donation to you as WP-Table Reloaded is awesome even if I can’t figure this out ??