Recent content by Dirt Diglett

  1. Dirt Diglett

    XF 1.2 URL format - remove numbers?

    To answer your last question, it'd the ID of the thread, same way that users have an individual ID and forums do.
  2. Dirt Diglett

    XF 1.2 Printing Page in Google Chrome - Black Background?

    There is most likely a line in one of the style's CSS that looks like this: @media print Find in that where it has background-color: #000; and switch it.
  3. Dirt Diglett

    XF 1.2 Fill the forum with test data easily?

    I'm working on a local install of XenForo while developing a in-depth theme but having a lot of difficulty in regards to testing the changes. Is there an easy way to fill a XenForo install with a lot of test data instead of manually logging in -> Posting -> Repeat for each test user? Even if...
  4. Dirt Diglett

    Overwriting XenForo 'avatar' helper?

    Well i THANK YOU! After seeing your way of doing it I instantly realized the error... In my original Listener I was adding 'avatar' onto the end of the existing helpers, whereas with yours you've clearly overridden it, after switching the listener out for yours it is all working exactly as...
  5. Dirt Diglett

    Overwriting XenForo 'avatar' helper?

    Thanks for the help! I've made the adjustment, but all the avatars are still only displaying from the local copy rather than the URL in the code :(
  6. Dirt Diglett

    Steam Authentication & Integration

    Out of interest, do you know what the cause is? Is it to do with the cURL switch over get_file_contents? If it's of any help, I have *everything* except Steam Login disabled.
  7. Dirt Diglett

    Steam Authentication & Integration

    Creating a new account. PHP Version 5.4.16 cURL supportenabled cURL Information7.30.0
  8. Dirt Diglett

    Steam Authentication & Integration

    I just tested a fresh XenForo install with only this add-on, and receive the same error every time Nothing has been logged in the server logs so can't see what the error is for :\
  9. Dirt Diglett

    Overwriting XenForo 'avatar' helper?

    Hey there! I've just started delving into developing for XenForo and need to overwrite the avatar helper... From everything I can read I am sure i've done everything right but the helper add-on is having no effect on XenForo as it still shows the stock standard avatars. Can anybody please...
  10. Dirt Diglett

    Other Customizing Avatar displays - Better as a Style edit, or new Addon?

    Hi fellow XenForo users and developers! I'm wanting to change the way in which avatars are saved/displayed. Currently XenForo saves all avatars to the server and displays them from there, whereas what I want to do is to get the user's avatar from an external site. Right now, I have XenForo...
  11. Dirt Diglett

    Steam Authentication & Integration

    Hi there! Firstly thanks for such an awesome Add On for XenForo! In the next release, is it possible to please add in a way to authenticate into the AdminCP via Steam? IE: Add <x> user as an administrator, so that when <x> tries to sign into the AdminCP they use Steam.
Back
Top Bottom