Please Log in or Create an account to join the conversation.
Use a Query action on the after registration trigger and you can do whatever you need to add your credits field. Shouldn't have to do this if it's just a CB field though. Credits can be done the same way by directly inserting the points into the database. If your extension has PHP API that you can use you could also use the Code action to execute it.1st problem is that this field is not created until you log in into the chat for the first time.
I want it to be created during registration, and it would be cool if i could give users some credits as a gift to start with.
You could condition for various fields to be completed on the profile update trigger or use CB Progress Field to track the progress then condition for its value to be 100. You would then use a Query or Code action to add points as needed. As for Kunena it maybe possible if you've configured Kunena to integrate with CB. See the CB Activity system action for logging activity on post as it could be copied then modified to add points instead.2nd i want to be able to add a specific amount of credits to a user if he fills out his profile 100% or for example if he makes a new post in kunena forums and so on.
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.