development resources

  1. LPH

    Optimize Class for Cache

    In my project, there are many files (located externally from XenForo) that use the following type of code: /** @var $threadModel XenForo_Model_Thread */ $forumModel = XenForo_Model::create( 'XenForo_Model_Forum' )->getModelFromCache( 'XenForo_Model_Forum' ); I'd like to optimize the project...
  2. Fuhrmann

    Unmaintained Creating a add-on to insert tabs in profile page (using hooks)

    This tutorial will teach you how to insert new tabs in the profile page using the templates hooks. You can see a more detailed explanation here: http://xenforo.com/community/threads/how-to-use-template-hooks.13167/ Step 1 - First of all You have to make sure that your XenForo is in debug...
Top Bottom