I'm using Coppermine 1.2 with the SMF bridge (SMF Public Beta 5)
Most users, including myself, can not upload. It tells us "Sorry there is no album where you are allowed to upload pictures".
I have verified that the permissions are correct. I CAN upload in ADMIN mode.
[attachment deleted by admin]
You need to edit the properties of the albums as well where the pics are supposed to go to.
GauGau
The SMF bridge for version 1.2 is an SMF contribution, not available on this site, and as far as I know, only available to SMF Charter members, so if the problem is caused by the bridge, we cannot help much (Jack may be able to help you).
Have you actually created any albums with permission for them to upload into?
After more testing, I have learned something.
People other than I also have an "Admin Mode" button. If they click on that, they can make albums to upload into.
What I want to know is: How do I make it so that they can upload into all of the other public albums?
Edit: I finall found the "Visitors can upload pictures" option.
Ok, is there a mysql command the I can use to change 500 established albums all at once? (To allow visitors to upload)
PLEASE help with this command. I REALLY need it.
sure, UPDATE `yourCopperminePrefix_albums` SET `uploads` = 'YES';
should do the trick. Backup your db first, just in case.
GauGau