Everything you need to install, use, and uninstall plugins safely.
The Helptor plugin system extends your platform without modifying core files. It uses a safe loader and a plugin registry so you can install, enable, disable, and uninstall plugins from one place in AdminCP.
This design keeps updates cleaner, reduces risk during upgrades, and gives you a predictable workflow for managing custom functionality.
content/plugins.plugin.json.content/plugins/_system/prepend.php exists.auto_prepend_file to absolute path, for example /home/USER/public_html/content/plugins/_system/prepend.php..user.ini, hosting panel PHP INI editor, or .htaccess php_value if host allows./plugins-check.php shows auto_prepend_loaded: true./admincp/plugins.auto_prepend_file in Apache/PHP-FPM/Nginx+PHP-FPM config./plugins-check.php./admincp/plugins.content/plugins/{plugin-slug}.AdminCP -> Plugins.admin.php is provided./admincp/plugins.uninstall.php cleanup script.content/plugins/{plugin-slug} after uninstalling.A: Usually the auto_prepend_file path is incorrect, or PHP configuration changes were not reloaded.
A: Confirm it is both Installed and Enabled, then verify plugin.json is valid and slug naming is correct.
A: No. Plugins are designed to live outside core files, so updates are safer.
A: Prefer .user.ini or your hosting panel PHP INI editor. Use .htaccess php_value only if your host allows it.
A: Only if the plugin provides cleanup logic in uninstall.php. Check plugin-specific documentation before uninstalling if you need to keep data.