Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
I don't understand what you mean by active members. Users of a certain CBSubs subscription? Users that are currently logged in? Please provide further details.So far I already created a list using List Management and created a menu (type is Community Builder : Users List). However, I'm not sure if all members will be shown in the list instead of just active members.
This can be done using a userlist and an advanced filter to query the database and check if the user has an expired subscription or not. You'd then just limit the list to administrators only or whatever the case. I'm not aware of what all can and can not interact with CBSubs, but only those that are querying the database as the API is not yet available.Besides this, I also need to create a report of expired members, etc that is accessible from the frontend. Is there any other Joomla extension that can work with CB/CBSubs?
Please Log in or Create an account to join the conversation.
Active means subscription is still valid (not expired/blocked).krileon wrote: I don't understand what you mean by active members. Users of a certain CBSubs subscription? Users that are currently logged in? Please provide further details.
Advanced filter is basically the 'WHERE' clause of the SQL, right? How can I filter by CBSubs field since subscription status is not one of [cb_fieldname] field?This can be done using a userlist and an advanced filter to query the database and check if the user has an expired subscription or not. You'd then just limit the list to administrators only or whatever the case. I'm not aware of what all can and can not interact with CBSubs, but only those that are querying the database as the API is not yet available.
Please Log in or Create an account to join the conversation.
I see, thank you for clarification.Active means subscription is still valid (not expired/blocked).
Using the below Advanced filter you can filter users based off plan activity. You'll need to provide the plan id of the plan you want to filter by.Advanced filter is basically the 'WHERE' clause of the SQL, right? How can I filter by CBSubs field since subscription status is not one of [cb_fieldname] field?
Please Log in or Create an account to join the conversation.