Recent content by Krasen Vachev

  1. Krasen Vachev

    Subscriber Counter

    Hello! I'm in need of some way to count all current subscribers on my forum, and show them in the forum statistics or on top of the node tree. Something like this: (inspect element on member count here) I also need the add-on to disable all purchaseable user upgrades when slots are full...
  2. Krasen Vachev

    XF 1.5 Switching hosting

    So I'm switching my hosting provider, what should I do to optimally transfer xenforo too?
  3. Krasen Vachev

    XenAPI - XenForo PHP REST API

    Is there a way to check how many days are remaining of an user's upgrade?
  4. Krasen Vachev

    XenAPI - XenForo PHP REST API

    The HASH is unique and not something you need to verify. That's what I needed. I'm aware that I don't need additional checks of the hash, but let's say someone manages to reroute the api address to somewhere else that returns a random hash. That's why I need an additional check
  5. Krasen Vachev

    XenAPI - XenForo PHP REST API

    You seem to not understanding me. I require username and pass and I successfully get the hash. My problem is checking if the hash is correct.
  6. Krasen Vachev

    XenAPI - XenForo PHP REST API

    My goal is after I get the hash, to check if it's correct. Like if someone tries to redirect the link to the api and fakes a hash, how can I check that the hash I get as a response from the api is a valid one?
  7. Krasen Vachev

    XenAPI - XenForo PHP REST API

    My question is is there any way I could validate if "authenticate hash" is correct with some external software, like I get the hash in my C# app and check if it's correct
  8. Krasen Vachev

    XF 1.5 Validating the hash

    So I use this PHP Rest API https://xenforo.com/community/resources/xenapi-xenforo-php-rest-api.902/ What I'm interested in is the authenticate function which returns an error if the user's username and pass are invalid or a hash if they are correct. My question is is there any way I could...
  9. Krasen Vachev

    XF 1.5 XenForo Page preview(thumbnail sort of)

    So when I send a link to my forum to someone on Skype, Facebook etc. The thumbnail always looks like this: Is there any way I can change this?
  10. Krasen Vachev

    XF 1.5 Spoilers not aligned

    seems that it's not from my style
  11. Krasen Vachev

    XF 1.5 Spoilers not aligned

    So I want the whole thread to be center-aligned but the spoiler box isn't. Here's a screenshot:
  12. Krasen Vachev

    XF 1.5 Moving custom field

    Thanks for the really quick reply, got it working, hope this help someone else trying to find it :P
  13. Krasen Vachev

    XF 1.5 Moving custom field

    So I have a custom field set up in my xenforo forum which looks like this People have to input HWID as you can see so I need to move it a bit upper. Maybe like above Location or something like that. So my question is how do I do that?
Top Bottom