listener

  1. ENXF NET

    XF 1 Tip Tutorial Understanding the Xenforo Class Proxy System

    Disclaimer: This is a technical explaination and is geared towards developers. A working knowledge of PHP, OOP, and MVC is assumed. What is the XenForo Class Proxy System? In a nutshell, this system allows several add-ons to extend the same class within XenForo using its code event listener...
  2. ENXF NET

    XF 1 Tip Tutorial How to Create your own helpers

    Helpers provide extra functions that you can use inside the XenForo templates. Currently there are many Helpers, following some them: avatar -> Helper to fetch the URL of a user's avatar. username -> Produces a <a href="members/username.123" class="username">Username</a> snippet. usertitle ->...
Top