Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
When a user registers they're given the default Registration usergroup as configured in Joomla. On J1.5 this gets replaced if you set a new usergroup in your CBSubs plans. However, on J1.7 it simply adds the usergroup instead of replaces it. This is working as designed. We've plans to expand the usage further for J1.7 however.Right now, CB subscribes all users into two groups Registered and whatever the group was for that plan (which as I understand it is its default behavior, we're not telling it to assign anyone to Registered).
You need to ensure from CBSubs > Settings > Global you don't allow free registrations. This would force a user to have an active subscription of some kind or their account gets "Blocked". I don't know exactly how this would behave with the subscription first being imported however. You can experience this type of setup on our CBSubs demo site though. I believe you also need at least 1 parent plan set to Exclusive.What triggers CB Subs to prevent them from logging in and give them the renewal/upgrade screen?
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
You should never do such large imports. Image going through the purchase and assignment process of a subscription 1,000 times all at once. It'd kill your server. You need to break your imports up into chucks of say 200-300 users per import. Import is subject to PHP memory limits and PHP timeout limit just as much as anything else.(we were importing several thousands of users).
For others trying to import do not add subscriptions via database. It fires none of the triggers and performs none of the security checks. It's not a proper way to add a subscription. For example if your plans utilize CBSubs SQL Actions and you add a subscription via database then SQL Actions will not execute.1) Put them in the plan's user groups
2) Assign them subscriptions in the cb subs subscription table
3) Mark them as blocked in the jos_users table if their subscription(s) has expired
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.