|
Permission | Description |
tiki_p_plugin_approve | Can approve plugin execution |
tiki_p_plugin_preview | Can execute unapproved plugin |
tiki_p_plugin_viewdetail | Can view unapproved plugin details |
See Plugin Approval
Plugins can be enabled or disabled on a site wide basis by an admin. So if you don't need it, turn it off.
This is not recommended, but you can do in a testing context, where all users are trusted. You need access to files on the serverYou can use SSH, an FTP client or if you are using Virtualmin: https://www.virtualmin.com/documentation/tutorial/how-to-use-the-file-manager/. For security reasons, there is no way to do via the web interface.
'validate' => 'all',
by
'validate' => 'none',
The next time you upgrade Tiki, you will need to do this again (because you will get standard Tiki file again). Unless you use Tiki Manager or you get source code from https://gitlab.com/tikiwiki/tiki where you local changes can be maintained.