Add a unique id to the url instead of the file name
-
I’d like to replace the file name by a unique id in the URL for sharing purpose.
The plugin take the name of the file and create an URL with that : https://abc.com/buddydrive/file/%5Bfile_name%5D/I’d like to have : https://abc.com/buddydrive/file/%5Bid%5D/ with function like : uniqid() (https://php.net/manual/en/function.uniqid.php)
You seems to add a way to play with the URL in buddydrive-item-ajax.php but I can’t figure how to play with the GUID to get what I need.
Thanks for the help
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Add a unique id to the url instead of the file name’ is closed to new replies.