|
1stAngel
|
 |
« on: January 04, 2012, 07:19:00 pm » |
|
Hello  I have a major issue and am hoping you could help. I have a 'challenge photo' gallery for the members and nobody can actually put photos in it, even though I set up all the permissions saying they could. In fact, they cannot post in any gallery I have give them permission to use. I have set the member permissions for who can use the gallery and they are using personal galleries fine. But I have to have them actually posting in the challenge and contest galleries also. Beth
|
|
|
|
|
Logged
|
|
|
|
|
SMFHacks
|
 |
« Reply #1 on: January 04, 2012, 07:27:08 pm » |
|
Do they have the global Add Picture permission? That controls main category permissions.
Also do you have any membergroup level permissions setup on the category to deny?
|
|
|
|
|
Logged
|
|
|
|
|
1stAngel
|
 |
« Reply #2 on: January 04, 2012, 07:57:48 pm » |
|
I have a few added membergroups and all but guests are allowed (or should be) to add images to the challenge gallery.
They also have Member > Permissions ability to add photos to galleries
In another gallery (Contests) they are adding fine.
The only difference is, the one they cannot add to is in a sub-category. The top level I dont want them to add to as it is a the 'holder' for the weekly challenges
However, there are other top level galleries they cannot add to either
|
|
|
|
« Last Edit: January 04, 2012, 08:00:17 pm by 1stAngel »
|
Logged
|
|
|
|
|
SMFHacks
|
 |
« Reply #3 on: January 04, 2012, 08:06:11 pm » |
|
What error message are they getting? Or can you login as a normal user and post back the message they are getting
So it appears that some categories are working but others are not.
|
|
|
|
|
Logged
|
|
|
|
|
1stAngel
|
 |
« Reply #4 on: January 04, 2012, 08:19:00 pm » |
|
This is what one lady says....
Beth, I found the Photo challenge album, I click 'add picture', but the option to put it in the photo challenge album is not there in "category". If I don't click a category, it won't let me upload. From the little that I know about web development, it seems that when I click 'add picture' I am taken back to the main gallery instead of to the Photo Challenge album.
|
|
|
|
|
Logged
|
|
|
|
|
SMFHacks
|
 |
« Reply #5 on: January 04, 2012, 08:39:43 pm » |
|
Is it possible to set me up with an account via a pm?
|
|
|
|
|
Logged
|
|
|
|
|
1stAngel
|
 |
« Reply #6 on: January 04, 2012, 08:44:18 pm » |
|
Yes of course. Do you want me to set you one up now?
|
|
|
|
|
Logged
|
|
|
|
|
SMFHacks
|
 |
« Reply #7 on: January 04, 2012, 08:46:08 pm » |
|
Yes if possible. I want to first me the same membergroup as the user with the issue.
|
|
|
|
|
Logged
|
|
|
|
|
SMFHacks
|
 |
« Reply #8 on: January 04, 2012, 09:00:16 pm » |
|
Got the pm. Was looking at the code here are the conditions that a category will not appear in the add picture list.
If there is no (deny) view permission for the category on membergroup level If there is no (deny) add picture permission for the category on the membergroup level If the gallery is locked "Lock Category from uploads" under edit category.
I am thinking it is third check that category under edit category and see if that option is checked.
|
|
|
|
« Last Edit: January 04, 2012, 09:01:56 pm by SMFHacks »
|
Logged
|
|
|
|
|
1stAngel
|
 |
« Reply #9 on: January 04, 2012, 09:03:06 pm » |
|
The outer category is no uploads
The sub category Food Challenge, is uploads allowed.
|
|
|
|
|
Logged
|
|
|
|
|
SMFHacks
|
 |
« Reply #10 on: January 04, 2012, 09:06:20 pm » |
|
Hmm are any of them "Lock Category from uploads"?
|
|
|
|
|
Logged
|
|
|
|
|
1stAngel
|
 |
« Reply #11 on: January 04, 2012, 09:08:15 pm » |
|
Only Andee's Photo Challenge.
However I understand from them they cannot upload to any of the others I set up for them.
I broke the gallery didnt I LOL
|
|
|
|
|
Logged
|
|
|
|
|
SMFHacks
|
 |
« Reply #12 on: January 04, 2012, 09:15:17 pm » |
|
I see why Andee's Photo Challenges is the top level gallery And then food challege is underneath but since the top level category is locked it can't be shown on the add picture page under category select. Which then hides the Food Challenge category since that is under the top level galley that is locked. Now we can appear. By removing these lines in sources/gallery2.php // Skip category if it is locked if ($g_manage == false && $row['locked'] == 1) continue;
Only issue then is ifthey select a category that is locked will throw an error saying they don't have permission to upload to it.
|
|
|
|
« Last Edit: January 04, 2012, 09:17:47 pm by SMFHacks »
|
Logged
|
|
|
|
|
1stAngel
|
 |
« Reply #13 on: January 04, 2012, 09:23:32 pm » |
|
ooops I got
Parse error: syntax error, unexpected T_STRING in /home/****/public_html/community/Sources/Gallery2.php on line 9567
|
|
|
|
|
Logged
|
|
|
|
|
1stAngel
|
 |
« Reply #14 on: January 04, 2012, 09:25:49 pm » |
|
I put it back and reuploded and now have no gallery. Cannot get rid of that error
|
|
|
|
|
Logged
|
|
|
|
|