Recent content by PPC Coach

  1. P

    XF 2.2 Can I Search By Email To Get The user_id With The API?

    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...
  2. P

    XF 2.2 Why won't this add a user via the API?

    It was the friendly urls, problem solved now. :)
  3. P

    XF 2.2 Why won't this add a user via the API?

    Here's my code: And I get this response:
  4. P

    XF 2.1 User Upgrades But If They're Not A User Yet?

    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?
  5. P

    XF 2 Systeme.io To Xenforo

    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.
  6. P

    Does Xenforo Integrate With Systeme.io?

    I have 2 licenses already. I meant for the custom coding.
  7. P

    Does Xenforo Integrate With Systeme.io?

    Oh, very cool, how much would that cost me?
  8. P

    Does Xenforo Integrate With Systeme.io?

    I was told the API can only handle events FROM xenforo to another program. Is that true?
  9. P

    Does Xenforo Integrate With Systeme.io?

    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...
  10. P

    Supporting Popular API Integrations Such as Zapier and PieSync

    I don't understand why this hasn't been done yet? It would help so much with so many things.
  11. P

    XF 2.3 Usergroup Depending On Q&A Answer When Registering?

    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?
  12. P

    XF 2.3 Usergroup Depending On Q&A Answer When Registering?

    PERFECT... Exactly what I needed thank you! :)
  13. P

    XF 2.3 Usergroup Depending On Q&A Answer When Registering?

    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.
  14. P

    XF 2.3 Usergroup Depending On Q&A Answer When Registering?

    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...
  15. P

    XF 2.2 Manually Registering Users?

    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...
Back
Top Bottom