Posts: 4
Threads: 2
Joined: May 2020
2021-08-27, 12:20:10
(This post was last modified: 2021-08-27, 12:36:03 by opiums.)
This plugin adds the ability to rename, move and copy folders and files.
To call additional functions (context menu), after installing the plug-in, right-click on the line with the file or folder.
Renaming, transfer and copying works for both main files and thumbnail images, if any. You can also manually set the download folder and thumbnails in the source file, if your CMS has a path other than the default.
Download plugin on my site
Download plugin by direct link
Download plugin from Yandex
Page from Extend
Posts: 236
Threads: 5
Joined: May 2012
Very nice plugin. I have added Spanish lang.:
'es' => array(
'pluginDesc' => 'Renombrar, mueva y copie archivos y carpetas en la sección de descargas.',
'rename' => 'Renombrar',
'movecr' => 'Mover',
'copycr' => 'Copiar',
'gotocr' => 'Ir a',
'delete' => 'Eliminar',
'newname' => 'Ingrese un nuevo nombre:',
'newmove' => 'en',
'nofound' => '¡No se encontró el archivo o directorio de origen!',
'replace' => '¡Los mismos nombres serán reemplazados!',
'pastecr' => 'Pegar aquí',
)
Posts: 6
Threads: 0
Joined: Mar 2023
The plugin does not work.
Debug Console: not callable ruPlsRename::footer
Current GS Version: 3.4.0a
Can anybody help?
Posts: 4
Threads: 2
Joined: May 2020
(2023-04-15, 00:55:59)Amid Wrote: The plugin does not work.
Debug Console: not callable ruPlsRename::footer
Current GS Version: 3.4.0a
Can anybody help?
Hello, Amid! I corrected the plugin for this version, it is not known why it does not call classes in add_action,
keep the link.
Posts: 6
Threads: 0
Joined: Mar 2023
(2023-04-15, 01:49:26)opiums Wrote: (2023-04-15, 00:55:59)Amid Wrote: The plugin does not work.
Debug Console: not callable ruPlsRename::footer
Current GS Version: 3.4.0a
Can anybody help?
Hello, Amid! I corrected the plugin for this version, it is not known why it does not call classes in add_action, keep the link.
Thank you! Now the problem is fixed.
But there is one more problem
I can not create new folder in "Files" (upload.php).
And the folders created before in the folder "uploads" do not appear now, but they are still accessable via FTP.
Can you tell me, what to do?
Posts: 4
Threads: 2
Joined: May 2020
Check the php errors and the rights to the uploads folder, I checked it locally, everything works.