GetSimple Support Forum
ruPlsRename - rename, move and copy files and folders - Printable Version

+- GetSimple Support Forum (http://get-simple.info/forums)
+-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3)
+--- Forum: Plugins (http://get-simple.info/forums/forumdisplay.php?fid=13)
+--- Thread: ruPlsRename - rename, move and copy files and folders (/showthread.php?tid=16488)



ruPlsRename - rename, move and copy files and folders - opiums - 2021-08-27

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.
[Image: 2021-08-27_092945.jpg]
[Image: 2021-08-27_092959.jpg]
[Image: 2021-08-27_093157.jpg]

Download plugin on my site
Download plugin by direct link
Download plugin from Yandex
Page from Extend


RE: ruPlsRename - rename, move and copy files and folders - islander - 2021-11-04

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í',
)


RE: ruPlsRename - rename, move and copy files and folders - Amid - 2023-04-15

The plugin does not work.
Debug Console: not callable ruPlsRename::footer
Current GS Version: 3.4.0a
Can anybody help?



RE: ruPlsRename - rename, move and copy files and folders - opiums - 2023-04-15

(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.


RE: ruPlsRename - rename, move and copy files and folders - Amid - 2023-04-15

(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?


RE: ruPlsRename - rename, move and copy files and folders - opiums - 2023-04-15

Check the php errors and the rights to the uploads folder, I checked it locally, everything works.