Hello/Hi/Greetings,
What I need is for the Community plugin to create the user directory for me.
I also need that plugin to allow uploads to the users directory without having admin priviledges. User priviledges should be adequate. So long as they are not guest.
I want the user to be able to upload without regard to how much other damage they can do.
Thank you
When can I expect that ?
Piwigo URL: http://www.thelargerocean.us/index.html
Piwigo 13.7.0 Check for upgrade
Installed on 12 July 2023, 1 day ago
Operating system: FreeBSD
PHP: 8.1.20 (Show info) [2023-07-13 23:02:40]
MySQL: 8.0.32 [2023-07-13 23:02:40]
Graphics Library: External ImageMagick 6.9.12-77
Cache size N/A never calculated Refresh
Offline
Hello Alexander !
That's what I asked for several time : I would like that some members can do what they want with the content (albums, photos) without fiddling with the container (Piwigo).
Offline
Alexander83706 wrote:
When can I expect that ?
when you make it for us :)
Last edited by executive (2023-07-15 09:02:54)
Offline
<?php
mkdir("test");
?>
B.T.W. if you want something else that is cute....implode in php code = cd .. explode = cd /
Definition and Usage
The mkdir() function creates a directory specified by a pathname.
Syntax
mkdir(path, mode, recursive, context)
Now, where do you trigger the damn thing from ?
Last edited by Alexander83706 (2023-08-06 01:18:26)
Offline