Hi,
I have somewhere close to 174 Albums, and changing default upload permissions on them one by one is a pain!!! I would like to know if there is quicker and easier way to do this? I tried going into phpmyadmin tool and editing the table... but too takes long. Any solution?
Thanks
Use SQL with phpMyAdmin
something like UPDATE `cpg11d_albums` SET `uploads` = 'YES' WHERE `AID` > '25';
(This will make all albums uploadable that are newer than your album # 25. Leaving out the "WHERE" bit will make them all uploadable...
Hope you get the idea...
GauGau