I can't seem to get this to work.
I input an email I know exists in the database but I can't get the user_id to save my life.
Is there any way to get a user_id based on the email with the API?
Maybe I should just search the database by email and then change the user state with a sql query...
I guess it's not really a "User Upgrade"?
I want to charge people to join the forum and have them pay on a monthly basis.
They don't have an account yet so they're not a user.
Can this be done?
I need an integration that will add new members to my xenforo forum when they pay via my systeme.io account.
I also want the integration to remove any members who cancel via my systeme.io account.
I want to use Systeme to handle my paid subscriptions and use xenforo to house the membership.
Do they integrate?
Example: Someone starts a paid subscription in my systeme.io account, I want them to be added to Xenforo as a new member. And if they cancel their subscription in systeme.io I...
One other question, how often do user group promotions run?
If I set this up and use a custom field in the registration form then add in a usergroup promotion, will it run immediately and add that person the new usergroup?
or is it a cron job that runs?
Oh!
That could definitely work.
Could I get that field to populate from registration?
Like if I put a custom field in the registration form?
(not sure how to do that but there must be a way?)
Thank you for that.
I'm using the Q&A when they register to prevent spammers and it works awesome.
I would like to take it to the next level if possible.
If the new registrant answers "secretcode1", I want them put into the normal usergroup.
However, if the new registrant answers "secretcode2", I want to put...
That is true.
I would be monitoring the new accounts though.
I just felt that letting them create it and monitoring it would be easier than me creating it, which would involve me asking them "what username do you want to use?"
Maybe I'll try it this way, see if I run into issues and then get...