Quote:
Originally Posted by MarcoH64
What code did you use when trying to use the datamanager, and what is the exact error?
|
Hi Marco,
I have no problem using the data manager - users are being set up fine - however there's no data manager for paid subscriptions (that I'm aware of). I had a problem using vB_PaidSubscription->build_user_subscription(), however there's no point in going into that now because I need to offset some of the subscriptions, because they're backdated. So if I could get an idea of what the fields meant, and how subs are expired, that'd be very handy.
For example, presumably
subscriptionlogid is just a tracking id, however is
subscriptionid the id of the subscription in the table
subscription? Presumably
pusergroupid is "previous user group id", however what's
status? And why is vB ignoring the
regdate if I set it to a few minutes into the future?
How are subs actually expired?
On vB_PaidSubscription->build_user_subscription(), what are
$subscriptionid and
$subid, how are
$regdate and
$expirydate used (
are they unix timestamps?), and is the previous usergroupid for these users set to their exising group?
Thanks,
adam