Recent content by luciz

  1. luciz

    SQL to extend all active user upgrades by x days

    Like title says, just need to easen my work by doing this, unless theres any addon that lets you do it (free)
  2. luciz

    XF 2.1 "failed to open stream: Invalid argument" attachments error

    Has none got any idea? Attachments were working well, then suddenly broke.
  3. luciz

    XF 2.1 "failed to open stream: Invalid argument" attachments error

    it all worked fine until today, it suddenly broke..
  4. luciz

    User Upgrades Quantity

    Hey, I need a way to set quantity for my user upgrades. Can only find old addons for XF1, I'm on Xenforo 2.1.... My user upgrades are split into weekly / monthly time, so when an upgrade expires a new one gets added.
  5. luciz

    XF 2.1 How would I go about retrieving a user's UserUpgrade information from REST Api?

    Okay I see.. What I did myself in a similiar situtation was to code a simple socket client & server. The client would send the login credentials to the server, the server using the REST API would use the POST found here: https://xenforo.com/community/pages/api-endpoints/#route_post_auth_ Then...
  6. luciz

    XF 2.1 How would I go about retrieving a user's UserUpgrade information from REST Api?

    If its just for the forum you should be able to do it in the ACP.
  7. luciz

    XF 2.1 How would I go about retrieving a user's UserUpgrade information from REST Api?

    I solved it by having seperate user groups.. I basically made it so there are hidden groups for each individual upgrade, then I can from the REST Api if the user is a part of requested group.
  8. luciz

    XF 2.1 How would I go about retrieving a user's UserUpgrade information from REST Api?

    As the title says... I can't find and GET methods surrounding this, so I'm hoping I'm just missing it, rather than having to implement something similiar myself. What I really do need tho is to get the the duration of the upgrade and which upgrade, thanks in advance.
Back
Top Bottom