template edits

majdi

Well-known member
i saw few add-ons requiring template editing
wasn't xF supposed to have a powerful plugin system that doesn't require any hacks or am I missing something?
 
XenForo's Listeners are very powerful and flexible. You can use them to listen to classes, and other events that occur to over-ride a specific function or extend them with your own code. The Listeners eliminate need to edit XenForo's files. You can also use them of course, to call your own templates.

The XenForo templates, do not use Hooks, but they are coming. :) At this time if a template needs to be edited, no more than a single line should need to be added to include your template (using xen:include). If you want a section of template code removed, just wrap it with the xen:comment tags.
 
then whats the goal of releasing a beta?
isn't it to test the product?
a major feature as the plugin system -or you can call it something else- should be tested thoroughly before the final release.
 
then whats the goal of releasing a beta?
isn't it to test the product?
a major feature as the plugin system -or you can call it something else- should be tested thoroughly before the final release.

How can you test the plug-in system and we have nothing to plug :D
Give the coders a little time, and wait for the API which will be out when the stable release is out.

API cannot be released before the stable release (support)
 
Top Bottom