- Compatible XF Versions
- 1.2, 1.3, 1.4, 1.5
- Additional Requirements
- UI.X Framework by Audentio
- Visible Branding
- No
Audentio UI.X Addon
1.1.1-c
Installation:
- Upload content of "upload" directoy to your XF's root directory
- From AdminCP add addon: "addon-uix.xml"
If you are upgrading, please be sure to disable the add-on before uploading the new files. If you do, you will need to add $config['enableListeners'] = 0; to your library/config.php file, then upgrade and remove that line. or follow the following tutorial:
- Go to "library/config.php" in your XF's root directory and add the following line:
Code:$config['enableListeners'] = 0;
- Upload content of "upload" directoy to your XF's root directory (overwrite the existing files!)
- Go to AdminCP and click on "Upgrade Add-on" and upload the latest "addon-uix.xml"
- Once installation is finished, go to "library/config.php" in your XF's root directory and change "$config['enableListeners'] = 0;" to "$config['enableListeners'] = 1;" (otherwise your listensers will remain disabled)
Enjoy!