Because of the nature of downloading and uploading content with AnodyneXtras, it is not available on mobile devices. If you want to browse, search, and upload, please use a laptop or desktop computer.
You can also check out some of our other sites and services using the links below.
An extension for Nova2 that adds a graphical interface to manage other extensions. Using this extension saves the site admin the trouble of editing config files every time you want to install or uninstall an extension.
To install this extension, follow these steps:
Since the documentation here have formatting issues, please see installation instructions https://github.com/mooeypoo/Nova-ExtensionManager
application/extensions/ExtensionManager
application/config/extensions.php
and, at the end, add the code that appears in the instructions at https://github.com/mooeypoo/Nova-ExtensionManager(I did not include the code here because it appears completely mangled. Please make sure to copy the code properly from the above link)
You should now have a menu item in your admin control panel for "Manage Extensions".
PLEASE NOTE If you had any previous extensions that were enabled through the config/extensions.php
file, they will need to be re-enabled through the manager.
NOTE #2: Make sure that the declaration of the ExtensionManager is the last thing in the config/extensions.php
file, and that no extensions are declared as enabled after that declaration.
With this extension, you will no longer need to touch the configuration file when installing other extensions.
If you want to install another extension, you'll need to download and extract it into the application/extensions/EXTENSION_NAME
and you won't need to do anything else in the folders.
To manage your extensions, go to your Control Panel, and look for "Manage Extensions" link. This is where you can enable and disable available extensions.
See CHANGELOG