DokuWiki

It's better when it's simple

User Tools

Site Tools


plugin:extension

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
plugin:extension [2022-11-08 13:57] – [Enabling/Disabling Plugins] ... and Templates Michaelsyplugin:extension [2023-08-24 23:30] (current) Klap-in
Line 6: Line 6:
 email      : michael@content-space.de email      : michael@content-space.de
 type       : admin, cli type       : admin, cli
-lastupdate : 2014-06-15+lastupdate : 2023-04-04
 compatible : (bundled) compatible : (bundled)
 depends    :  depends    : 
Line 27: Line 27:
 ===== Usage ===== ===== Usage =====
  
-The Extension Manager is accessible from the admin screen (Login as superuser, click "Admin" and choose "Extension Manager").+The Extension Manager is accessible from the admin screen (Login as superuser, click "Admin" and choose "{{https://raw.githubusercontent.com/dokuwiki/dokuwiki/master/lib/plugins/extension/admin.svg?14}} Extension Manager"). 
 ==== Listing Installed Plugins and Templates===== ==== Listing Installed Plugins and Templates=====
  
Line 102: Line 103:
   - go to the ''/lib/tpl'' (for a template) or ''/lib/plugins'' folder   - go to the ''/lib/tpl'' (for a template) or ''/lib/plugins'' folder
   - find the critical extension's folder and delete it   - find the critical extension's folder and delete it
 +
 +Alternatively, if the goal is to disable temporary the plugin due to issues, you can also first try to disable the plugin by adding the following line to the local config.
 +<code php /conf/plugins.local.php>
 +$plugins['pluginname'] = 0;
 +</code>
  
 ===== Command Line Interface ===== ===== Command Line Interface =====
plugin/extension.txt · Last modified: 2023-08-24 23:30 by Klap-in

Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
CC Attribution-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki