mirror of
https://github.com/phpbb/phpbb.git
synced 2025-02-23 19:45:10 +01:00
[ticket/11996] Add explanation how to correctly remove and update an extension
See http://area51.phpbb.com/phpBB/viewtopic.php?f=81&t=44001 for more information about the decision. PHPBB3-11996
This commit is contained in:
parent
db94f80c5b
commit
95d4e6aa97
@ -6,6 +6,8 @@
|
||||
|
||||
<p>{L_EXTENSIONS_EXPLAIN}</p>
|
||||
|
||||
<p>{L_EXTENSION_ACTIONS_EXPLAIN}</p>
|
||||
|
||||
<table class="table1">
|
||||
<col class="row1" ><col class="row2" ><col class="row2" >
|
||||
<thead>
|
||||
|
@ -64,9 +64,24 @@ $lang = array_merge($lang, array(
|
||||
'EXTENSION_DISABLE_SUCCESS' => 'The extension was disabled successfully',
|
||||
'EXTENSION_ENABLE_SUCCESS' => 'The extension was enabled successfully',
|
||||
|
||||
'EXTENSION_NAME' => 'Extension Name',
|
||||
'EXTENSION_ACTIONS' => 'Actions',
|
||||
'EXTENSION_OPTIONS' => 'Options',
|
||||
'EXTENSION_NAME' => 'Extension Name',
|
||||
'EXTENSION_ACTIONS' => 'Actions',
|
||||
'EXTENSION_ACTIONS_EXPLAIN' => 'In order to completly remove an extension from your board, you need to perform the following 3 steps:</p>
|
||||
<ol>
|
||||
<li>Disable the extension</li>
|
||||
<li>Delete the extension’s data</li>
|
||||
<li>Delete the extension’s files from the filesystem</li>
|
||||
</ol><br />
|
||||
<p>In order to update an extension from your board, you need to perform the following 6 steps:</p>
|
||||
<ol>
|
||||
<li>Disable the extension</li>
|
||||
<li>Delete the extension’s files from the filesystem</li>
|
||||
<li>Upload the new files</li>
|
||||
<li>Disable the board (optional but recommended)</li>
|
||||
<li>Enable the extension</li>
|
||||
<li>Enable the board</li>
|
||||
</ol><p>',
|
||||
'EXTENSION_OPTIONS' => 'Options',
|
||||
|
||||
'EXTENSION_DELETE_DATA_CONFIRM' => 'Are you sure that you wish to delete the data associated with “%s”?<br /><br />This removes all of its data and settings and cannot be undone!',
|
||||
'EXTENSION_DISABLE_CONFIRM' => 'Are you sure that you wish to disable the “%s” extension?',
|
||||
|
Loading…
x
Reference in New Issue
Block a user