SMFHacks.com

SMF Gallery Pro => Support => Topic started by: 1stAngel on January 04, 2012, 07:19:00 pm

Title: Allowing members all to post in a gallery
Post by: 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
Title: Re: Allowing members all to post in a gallery
Post by: SMFHacks 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?
Title: Re: Allowing members all to post in a gallery
Post by: 1stAngel 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
Title: Re: Allowing members all to post in a gallery
Post by: SMFHacks 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.
Title: Re: Allowing members all to post in a gallery
Post by: 1stAngel 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.
Title: Re: Allowing members all to post in a gallery
Post by: SMFHacks on January 04, 2012, 08:39:43 pm
Is it possible to set me up with an account via a pm?
Title: Re: Allowing members all to post in a gallery
Post by: 1stAngel on January 04, 2012, 08:44:18 pm
Yes of course.  Do you want me to set you one up now?
Title: Re: Allowing members all to post in a gallery
Post by: SMFHacks 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.
Title: Re: Allowing members all to post in a gallery
Post by: SMFHacks 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.
Title: Re: Allowing members all to post in a gallery
Post by: 1stAngel on January 04, 2012, 09:03:06 pm
The outer category is no uploads

The sub category Food Challenge, is uploads allowed.
Title: Re: Allowing members all to post in a gallery
Post by: SMFHacks on January 04, 2012, 09:06:20 pm
Hmm are any of them "Lock Category from uploads"?

Title: Re: Allowing members all to post in a gallery
Post by: 1stAngel 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
Title: Re: Allowing members all to post in a gallery
Post by: SMFHacks 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

Code: [Select]
// 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.
Title: Re: Allowing members all to post in a gallery
Post by: 1stAngel 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
Title: Re: Allowing members all to post in a gallery
Post by: 1stAngel 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
Title: Re: Allowing members all to post in a gallery
Post by: SMFHacks on January 04, 2012, 09:26:16 pm
Attach your Sources/Gallery2.php I can change it.
Title: Re: Allowing members all to post in a gallery
Post by: 1stAngel on January 04, 2012, 09:31:37 pm
Here you are.  I overwrote mine with the one from the zip file and got the gallery back for now
Title: Re: Allowing members all to post in a gallery
Post by: SMFHacks on January 04, 2012, 09:37:37 pm
Try this file
Title: Re: Allowing members all to post in a gallery
Post by: 1stAngel on January 04, 2012, 10:06:18 pm
Just waiting for someone to try and upload the the gallery now.  I have told them to try but not sure who is on
Title: Re: Allowing members all to post in a gallery
Post by: 1stAngel on January 04, 2012, 10:08:29 pm
LOL I went back and a message for you from one of the members is...

We heart the coder! Woot!


It worked!!  Thank you so much!
Title: Re: Allowing members all to post in a gallery
Post by: SMFHacks on January 04, 2012, 10:32:13 pm
No problem glad to help.
Title: Re: Allowing members all to post in a gallery
Post by: 1stAngel on January 06, 2012, 12:45:56 pm
Why is it every time I dlete that section, I get this error?  I dont touch anything else.

Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING in /home/shaunch/public_html/community/Sources/Gallery2.php on line 9651

Title: Re: Allowing members all to post in a gallery
Post by: SMFHacks on January 06, 2012, 12:47:18 pm
Re attach that file looks like part of the code was not removed correctly.
Title: Re: Allowing members all to post in a gallery
Post by: 1stAngel on January 06, 2012, 12:50:33 pm
I removed it exactly.  Copy, find, delete.  I use Dreamweaver so its exactly what you tell me to do.  I just get that error whenever I try and do it.

I have reloaded the one that comes with the 4 zip file.

I will remove it again and show you

Title: Re: Allowing members all to post in a gallery
Post by: 1stAngel on January 06, 2012, 12:52:52 pm
file
Title: Re: Allowing members all to post in a gallery
Post by: SMFHacks on January 06, 2012, 12:58:20 pm
Fixed file attached.

Issue was looked like some code in the tagging display was changed too which errored out fixed.
Title: Re: Allowing members all to post in a gallery
Post by: 1stAngel on January 08, 2012, 05:45:44 pm


One member keeps getting this.

Your attachment has failed security checks and cannot be uploaded. Please consult the forum administrator.

 I have double checked her permissions all over and the albums and everything is fine.  

She is the Global Moderator.

She also does not get the Food Challenge drop down again.  I even opened up the top album to see if it helped but she cannot.

Link to album http://community.1stangel.co.uk/index.php?action=gallery;cat=27


I cannot get that post thumbs to work either.  It uploads to the gallery but not to a post and now way to add to the post
Title: Re: Allowing members all to post in a gallery
Post by: SMFHacks on January 09, 2012, 10:09:16 am
The first part is an SMF setting and that error is from adding an attachment to a forum topic
Quote
Your attachment has failed security checks and cannot be uploaded. Please consult the forum administrator.

You can disable that check under attachments there is a setting called "Perform extensive security checks on uploaded image attachments" if you uncheck that issue should go away.
Title: Re: Allowing members all to post in a gallery
Post by: 1stAngel on January 09, 2012, 01:22:35 pm
Hi yes, she just told me that she was talking about the forum NOT the gallery >:(  She was talking about the gallery in the same sentence.

Apologies.

However I dont have that checked so am unsure why she is getting it.  Not your problem though lol  Thanks