Recent content by JamieSinn

  1. JamieSinn

    Fixed Google Analytics Template is incorrect

    Current Template: <xen:if is="{$xenOptions.googleAnalyticsWebPropertyId}"><script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o)...
  2. JamieSinn

    Minecraft Name Check

    Probably yeah, need to test.
  3. JamieSinn

    XF 1.5 Unable to send mail (User confirmation, 2FA emails, etc)

    I'll enable debug mode and see what I can find out.
  4. JamieSinn

    XF 1.5 Unable to send mail (User confirmation, 2FA emails, etc)

    Restarting PHP/Nginx did not fix it, why isn't XF seeing that sendmail is installed?
  5. JamieSinn

    XF 1.5 Unable to send mail (User confirmation, 2FA emails, etc)

    How so? Sendmail is sending mail properly, but XF isn't able to hand it off? L137 according to https://xenforo.com/community/resources/email-troubleshooting-guide.5086/updates#resource-update-18729 says that XF cannot detect an MTA installed, yet there is one? I've restarted PHP-FPM and Nginx...
  6. JamieSinn

    XF 1.5 Unable to send mail (User confirmation, 2FA emails, etc)

    I'm constantly getting this error log: https://gist.githubusercontent.com/andrewkm/1c4e5bc0e2554b21f4755366f4bf6f13/raw/acaeb471f4c4752c79e48217c6febae185eefdd4/gistfile1.txt whenever users try to send mail. Currently the MTA is sendmail, but it also occurs with postfix. For a bit of...
  7. JamieSinn

    Update default XenForo user data on registration.

    Why would it be set instead of setexistingdata? The userstate exists does it not? or is it yet to be created?
  8. JamieSinn

    Update default XenForo user data on registration.

    Okay. So, just as a sanity check, $userID = XenForo_Application::get('user_id'); will return the user id of the current visitor/user registering? Full code. I omitted the if conditions due to confidentiality. public function actionRegister() { $parent = parent::actionRegister()...
  9. JamieSinn

    Update default XenForo user data on registration.

    I'm trying to update a user's data based on a few different conditions. I was first wondering if this thread ever got resolved: https://xenforo.com/community/threads/adding-data-to-the-user-table-during-registration-via-an-add-on.36934/ @Chris D - As it roughly does what I'm looking for. Would...
  10. JamieSinn

    Minecraft Server Status [XenPorta 2 Pro] [Deleted]

    Decided to keep it private to a few friends.
  11. JamieSinn

    XenAPI - XenForo PHP REST API

    Thanks, got my feet off the ground with it. Is it possible to extend the resource api? I'd do it myself but I don't have the experience digging into your api. I need the following functions - Add Resource - Update Resource I made a ticket on github ages ago; here's the link if you're...
  12. JamieSinn

    XenAPI - XenForo PHP REST API

    @Contex Any possibility of a proper example guide being written?
  13. JamieSinn

    Overriding XenForo Base feature instead of extending it.

    Ah, I wasn't sure to what extent I was able to extend the classes. Awesome! Thanks!
  14. JamieSinn

    Overriding XenForo Base feature instead of extending it.

    Now, this does about 50% of what I want, it sends the message appending when I have the "send alert" box checked. I've been looking if I can change it programmically, but it seems that it's part of a base xenforo class for the datawriter. I'm trying to find a way to set the datawriter to send an...
Top Bottom