Recent content by Wulfspider

  1. Wulfspider

    Steam Authentication & Integration

    It's more for external services to utilize. It's probably not the best means, as ideally I'd use an API to get plaintext or a JSON result.
  2. Wulfspider

    Steam Authentication & Integration

    Looking up users by Steam ID.
  3. Wulfspider

    Steam Authentication & Integration

    I'm not sure how easy this would be, but would it be possible to add a way to get a user's profile by their Steam ID? Ex. https://xenforo.com/community/members/?steamid=12345678901234567 Right now XenForo allows for https://xenforo.com/community/members/?username=Wulfspider, but looking up a...
  4. Wulfspider

    XF 1.4 Creating an array inside an array

    Would it be possible to get create an array inside an array? I've looked around a good bit without any results. I've been trying to create one to loop through, but so far I've been unsuccessful. Essentially I need to have at least 3 keys and 3 values per array. <xen:set var="$array"...
  5. Wulfspider

    Add-on Soft-delete without hiding resource from view

    I know admins and moderators can already view resources once they've been soft deleted, but I'd love to see a way to still show the resource if soft-deleted to users with permission and marking the download as not available instead. It may be suited as an entirely different state instead of soft...
  6. Wulfspider

    Add-on Resource version number required format

    There isn't much to this request. My thought was simply to add regex validation to the resource version field with an option to configure that via the admin panel.
  7. Wulfspider

    Add-on Static "latest" link for resource downloads

    I'm hoping to provide a static link for the latest download for every resource to resource authors on one of the sites I manage. This will allow the resources to be downloaded via tools and scripts in order to automatically update as needed. I know there are APIs that could be used, but in this...
  8. Wulfspider

    [bd] Widget Framework

    It appears that while this does prevent it from showing under conversations, it also seems to now prevent it from showing under threads. It does however show under Resources. Any ideas?
  9. Wulfspider

    [bd] Widget Framework

    That seems to work, thanks!
  10. Wulfspider

    [bd] Widget Framework

    I've been trying to disable an ad placed using the ad_message_below hook in conversations, but it still shows no matter what I do. I've tried various expressions, but none of them seem to work. !$message['conversation_id'] $message['conversation_id'] == 0 Any suggestions/ideas?
  11. Wulfspider

    Steam Authentication & Integration

    Bumping this as we'd really like to see this! How much money do we have to through your way for encouragement? :P
  12. Wulfspider

    Steam Authentication & Integration

    Would you be able to add the option to add the user to a specific group after successful account association? I've been attempting to do it with the XenForo promotion system, but it seems to barely work and often reverts the change. I'm also working with a 30k userbase, and would rather this...
  13. Wulfspider

    RM 1.1 Getting custom field value using helper

    Feel free to shoot me a PM and I can take a look; posting here is fine too.
  14. Wulfspider

    Current resource version page

    I'm looking for an addon (or a lot of pointers on how to go about it) that would be able to output the current resource version when using version appended to a resource URL such as http://xenforo.com/community/resources/bd-mails.2313/version. The output would be purely the current...
  15. Wulfspider

    [TH] Resource Managers [Deleted]

    Update: I created a copy of English (US) just for the servers, and went through and modified all the visible phrases to end-users and moderators, but the navigation phrases are still not replaced even though I changed them.
Top Bottom