Using PHP image gallery with Classic Layout and if a user right clicks on any photo the menu allows the user to delete the photo?
I used a script to disable on the photogallery page, but it doesn't work on the photos.
thanks
JBWebWorks
Hi JBWebWorks,
The delete function handle by property "AllowEdit". When you set it to true, then the delete function is enable, false mean disable.
$gallery->AllowEdit=true;
$gallery->AllowEdit=false;
Regards,
Ken