Re: Gallerys disappear
Posted: 16 Jul 2016, 19:28
Hi, thank you for the info, I am preparing new version where it will be possible to set the access rights when images are upload in frontend.
To quickly change the access rights for all categories: go to phpMyAdmin and run this SQL query:
Change jos_ to your database prefix.
Jan
To quickly change the access rights for all categories: go to phpMyAdmin and run this SQL query:
Code: Select all
update jos_phocagallery_categories SET accessuserid = '' WHERE access = 1Jan