Recent content by Mikey

  1. Mikey

    XF 2.2 Get Node Permissions

    Will take a look thanks @Gobb
  2. Mikey

    XF 2.2 Get Node Permissions

    I'm updating a previous plugin from XF1.x to XF2.x for @xenfans Previously I had this to get a list of Private Nodes - but can't see how I convert this over to XF 2.x // build our query $_query = $this->getPrivateNodeQuery(); // get db instance $db = XenForo_Application::getDb(); // get...
  3. Mikey

    The Original OG's of Xenforo

    Sup. id 14 checking in. brofist
  4. Mikey

    Run action on post save

    I was panicking for a second there, but it turned out that I had to disable then re-enable the add on for the event listener to seemingly start to fire.. is that normal? PS, you're up late :)
  5. Mikey

    Run action on post save

    As the post a new reply action is on ajax, something like $post_id = $this->get('post_id'); print_r($post_id); exit; Does not execute in the manner I expect.. how would I log the post ID to confirm the method is being fired? Edit: tried...
  6. Mikey

    Won't fix Minor PHPDoc typo

    I did not really expect a fix. Sorry haha.
  7. Mikey

    Run action on post save

    Thanks for the reply, Mike. Yeah, the title was a bit confusing, I thought it was a nice double meaning haha. Just to clarify - I would add a new Code Event Listener on the Code Event for load_class_datawriter, and then my code event listener would essentially look like class...
  8. Mikey

    Run action on post save

    I am creating an add on. I want to run a custom action to save the post ID to a custom table based on an algorithm I am developing. However, I have looked at XenForo_DataWriter, and I see the _preSave method, and this is where my understanding goes a bit hazy. I see in...
  9. Mikey

    Won't fix Minor PHPDoc typo

    in XenForo/DataWriter.php /** * Method designed to be overridden by child classes to add pre-save behaviors. This * is not callbed in import mode. */ protected function _preSave() { } s/callbed/called *I did say minor, right?
  10. Mikey

    Fixed If there is a space after the smilie definition, it does not work.

    As per title. Smilies really should be passed through PHP's trim() function to trim any leading (or trailing) spaces. See attached.
  11. Mikey

    Implemented Like Profile Comments

    'bout time :D Congrats!
  12. Mikey

    Unmaintained XFServices.com | Recent Activity as Homepage - XFServices.com Add ons - New owner

    All XFServices.com Add ons are now the copyright & intellectual property of SchmitzIT I will no longer be providing support for them.
  13. Mikey

    XFServices.com | Recent Activity as Homepage

    Mikey updated XFServices.com | Recent Activity as Homepage with a new update entry: XFServices.com Add ons - New owner Read the rest of this update entry...
Top Bottom