Fast Phrases 1.1.0
Nerbert submitted a new resource: Fast Phrases 1.1.0 - Fast Phrases allows developers to quickly handle phrase creation. This is an upgrade to the earlier version of Fast Phrases. I've added syntax for...
View ArticleCodeMirror code editor for admin CP HTML/CSS inputs
Nerbert submitted a new resource: CodeMirror code editor for admin CP HTML/CSS inputs - Replaces editor with CodeMirror for templates, template mods, notices, bb code Product places a CodeMirror editor...
View ArticleHow to create an ACP option with unlimited entries [Deleted]
katsulynx submitted a new resource: How to create an ACP option with unlimited entries - A stylish alternative to a simple textbox, stored in an array Table of Contents Introduction Requirements Basic...
View ArticleDifferent style per domain (code example)
Jake Bunce submitted a new resource: Different style per domain (version 1.x) - A code example for overriding the style choice of the user, in this example by domain name. I made this simple addon to...
View ArticleAdd-On Builder [Deleted]
au lait submitted a new resource: [by PiX-house.com] Add-on Builder - developer tool for easy packing an addon This add-on is not affiliated with XenForo Ltd. Developer tool for easy packing an addon -...
View ArticleXenDebug (XenForo Debug Tools)
Naatan submitted a new resource: XenDebug (version 0.1) - Addon for developers that provides you with additional debugging functionality Description XenForo addon for developers that provides you with...
View ArticleCreating an Addon.
Part 1 This walk-through will take you step-by-step through the process of creating a working XenForo Add-on. The Add-on created will allow Admins to prevent the editing of signatures for members with...
View ArticleQuery to Reset BB Code Media Sites
Chris Deeming submitted a new resource: Query to reset BB Code Media Sites - Reset the BB Code Media Sites to default Code: TRUNCATE xf_bb_code_media_site; INSERT INTO xf_bb_code_media_site...
View ArticleEmail Transport to /Dev/Null
Xon submitted a new resource: Email Transport to /Dev/Null - A Zend Email Transport which delivers to /dev/null A Zend Email Transport which delivers to /dev/null. This is a development aid to allow...
View ArticleOmit thread from recent activity (code example)
Jake Bunce submitted a new resource: Omit thread from recent activity (code example) (version 1.x) - Allows you to omit a thread from recent activity. Useful for spammy threads. It will prevent any new...
View ArticleSlow query logger
Xon submitted a new resource: Slow query logger - Generate a stack trace on slow queries Generates an error log entry when a slow query is detected. Limitations Slow query detection is hardcoded to 1...
View ArticleWebDav Plugin for JetBrains IDEs [Deleted]
Yugensoft submitted a new resource: WebDav Plugin for JetBrains IDEs - Seamless template editing within your IDE. This is a plugin for JetBrains IDE products, such as PhpStorm, that assists developing...
View ArticleBulk Add Phrases [Deleted]
Yugensoft submitted a new resource: Bulk Add Phrases - Create phrases in bulk by writing them as comma-separated values. It is time consuming to add large numbers of phrases, especially to the Master...
View ArticleHow Can You Find Out What Variables are Available in Templates?
The following is a little presentation I put together during alpha testing, in which I demonstrated how to find all the action-specific variables that are available for you use in templates. Variables...
View ArticleScratchpad - Demonstration AJAX Add-on
This add-on is intended to be a demonstration of how to work with AJAX form submission data and return HTML that can be inserted into your page without a refresh. It takes the form of a very simple...
View Article[TH] jQuery Dump [Deleted]
Waindigo submitted a new resource: jQuery Dump by Waindigo - Adds the jQuery Dump plug-in to every page in debug mode, to allow for easy debugging of jQuery. This very simple add-on adds the jQuery...
View Article[TH] Disable Debug Mode [Deleted]
Waindigo submitted a new resource: Disable Debug Mode by Waindigo - When this add-on is enabled, debug mode is always disabled. This add-on, when enabled, disables debug mode for all users. This means...
View Article[TH] PayPal Sandbox [Deleted]
Waindigo submitted a new resource: PayPal Sandbox by Waindigo - Turns on PayPal Sandbox mode for testing that your account upgrades work. Description: When this add-on is enabled, all account upgrade...
View Article[TH] Debug On Post [Deleted]
Waindigo submitted a new resource: Debug On Post by Waindigo (version 1.0.0) - Ever wanted to view the debug screen after posting a form? You can now! Description: When debug mode is enabled, this...
View ArticleXenForo AJAX Tutorial
Last week, I promised to do a tutorial for add-on developers, in which I would explain how to use some of XenForo's AJAX facilities. I thought a video would make a good vehicle for this tutorial, as it...
View Article