This works great for accessing the currently logged-in user's data, but I also need to develop a script that will allow an administrator or manager to run a batch job to access user data from all (or specific) registered users in the database. What do I need to do to achieve this?
Second question: How do I get the CBsubs plan expiry date for the currently logged-in user? I can't figure out what CB field holds this date if any.
This works great for accessing the currently logged-in user's data, but I also need to develop a script that will allow an administrator or manager to run a batch job to access user data from all (or specific) registered users in the database. What do I need to do to achieve this?
Either create a list display that lists all the users and have a multi-checkbox to select them then a button that POSTs their IDs to your script or have your script support supplying an array of IDs. Either way your script needs to be updated to support a foreach loop to loop through an array of user ids.
Second question: How do I get the CBsubs plan expiry date for the currently logged-in user? I can't figure out what CB field holds this date if any.
No CB field does. It's stored in _cbsubs_subscriptions with the users subscription row (they can have multiple).
Kyle (Krileon) Community Builder Team Member Before posting on forums:
Read FAQ thoroughly
+
Read our Documentation
+
Search the forums CB links:
Documentation
-
Localization
-
CB Quickstart
-
CB Paid Subscriptions
-
Add-Ons
-
Forge
-- If you are a Professional, Developer, or CB Paid Subscriptions subscriber and have a support issue please always post in your respective support forums for best results!
-- If I've missed your support post with a delay of 3 days or greater and are a Professional, Developer, or CBSubs subscriber please
send me a private message
with your thread and will reply when possible!
-- Please note I am available Monday - Friday from 8:00 AM CST to 4:00 PM CST. I am away on weekends (Saturday and Sunday) and if I've missed your post on or before a weekend after business hours please wait for the next following business day (Monday) and will get to your issue as soon as possible, thank you.
-- My role here is to provide guidance and assistance. I cannot provide custom code for each custom requirement. Please do not inquire me about custom development.
The following user(s) said Thank You: philiplardner