Recent content by Skiphs

  1. S

    User Essentials [Paid]

    I'm running into an issue where even when "Prevent" was set for "Allow Previous Names" the names can be taken. I'm not too familiar with the inner workings of XenForo, but it appears to be related to how the username itself is attained. (In actionRegister from...
  2. S

    sonnb - Profanity Filter

    Hey there, I seem to have having an issue where line breaks disappear when this addon is enabled. Oddly enough it only started when I upgraded to 1.1.0 (now on 1.1.1).
  3. S

    [TH] Social Permissions [Deleted]

    I'm having a bit of an issue. No matter how I set the settings, it seems that social group owners can move their threads from their social group to any other forum. Is this intentional, or am I missing something obvious?
  4. S

    Steam Authentication & Integration

    Also, are there any plans on adding Steam achievements -> trophies? Although I don't even know how you'd handle that.
  5. S

    Steam Authentication & Integration

    Awesome! Thanks for all your hard work!
  6. S

    Steam Authentication & Integration

    I thought I should give you a bit more information on my change request. So to start with, here's what the Steam list looks like currently when resized: http://gfycat.com/ExhaustedRepentantHoiho And here's after the change: http://gfycat.com/KindSerpentineAfghanhound And here's all the changes...
  7. S

    Steam Authentication & Integration

    Yeah, I can't create trophies now. I just get that. Edit: My temporary solution, add this to library/Steam/Helper/Steam.php (inside the class) public function getAvailableGames() { $rVal = array(); $db = XenForo_Application::get('db'); $results =...
  8. S

    Steam Authentication & Integration

    I found a few bugs that you may not have noticed. 1.) In the templates steam_public_played, steam_public_recent, you've written (in the title part): <span class="steamstats_title_count"> [...] <span> Which is missing a "/" on the closing tag. 2.) There's a pretty big formatting issue when the...
  9. S

    Comment Like (Only for: 1.2, 1.3, 1.4) [Paid] [Deleted]

    Thank you! But there's still an issue. For some reason "&" is getting filtered twice. Once to "&amp;" and then again to "&amp;amp;". So the URL ends up being: "http://SITE_URL/index.php?profile-posts/6/comment-likes&amp;amp;comment=6" which doesn't work at all. I imagine I can fix this issue on...
  10. S

    Comment Like (Only for: 1.2, 1.3, 1.4) [Paid] [Deleted]

    I did a bit of investigating, and threw together a temporary fix. The issue is that the template has <a... title="{xen:helper ... }"> And that helper is returning text that contains another <a> tag. My solution was to change the like_summary_simple template to: <xen:if is="{$message.likes}">...
  11. S

    [bd] API

    https://SITE_URL/api/oauth/authorize?client_id=CLIENT_ID&response_type=token&scope=read+post+usercp+conversate Sends me to https://URL/#access_token=ACCESS_TOKEN&expires_in=3600&scope=read+post+usercp+conversate&refresh_token=REFRESH_TOKEN (There's also a state that gets passed too, but the...
  12. S

    Comment Like (Only for: 1.2, 1.3, 1.4) [Paid] [Deleted]

    1.0.3. Am I doing something wrong?
  13. S

    Comment Like (Only for: 1.2, 1.3, 1.4) [Paid] [Deleted]

    I've got a strange issue:
  14. S

    [bd] API

    Forgot to mention, it does appear that I'm getting a refresh token when using response_type=token. If I understand what you're saying, I shouldn't be?
  15. S

    [bd] API

    Yeah, all of my code is server side, I just prefer javascript for debugging things. It makes creating GET/POST requests very easy. As for the slash bug: 1.) Go to Admin CP -> Tools -> Clients -> +Add New Client 2.) Fill in whatever information you'd like, but for "API Key" put "test/test" (Or...
Top Bottom