PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   General Discussion (http://www.photopost.com/forum/general-discussion/)
-   -   unregsitered picture viewing (http://www.photopost.com/forum/general-discussion/148300-unregsitered-picture-viewing.html)

b6gm6n June 4th, 2012 04:01 PM

unregsitered picture viewing
 
Hi...

I was thinking how i could setup a free gallery for unregistered viewers to my site, I've setup a new category to hold these free images and the usual permissions etc via admin but unregistered users are still being blocked

Code:

Content visible to verified customers only.
Is there anything i could add there which would help, but of course trying to keep the rest of the gallery/picture permissions intact, but just allowing this one new category to be shown, if you could advise me that would be great, thanks

Chuck S June 4th, 2012 05:27 PM

do you have the setting that requires users to be registered to view images set to yes?

b6gm6n June 4th, 2012 06:32 PM

Yes i believe so... but i just wanted to say i found a quick solution which works well and keeps my existing gallery perms intact, in the line/code above i simply added :

&& ($cat != 581)

at the end of the if statement and it works well, i just wanted the one category excluded from that which happened to have the id 581

Thanks

Chuck S June 4th, 2012 07:14 PM

Well like I said that master setting your talking about says if a user is a guest they need to be registered to view images.

Therefore if you want guests to see that category of images and not other categories the correct scenerio IMO would be to remove guest viewing permissions from categories you do not want guests to see and set yes for guests to see the cats you want and the setting we are talking about should be NO so guests can actually see images.

arturo1961 June 16th, 2012 02:45 PM

Quote:

Originally Posted by Chuck S (Post 1300329)
do you have the setting that requires users to be registered to view images set to yes?

Hello Chuck,
I have set as you wrote, you must be registered to see the pictures, but does not work, if I unplug and I access as a visitor I can see the pictures anyway. Doing something wrong?.

Basically I want the images, albums, and the rest of the site is only visible to registered users.

thanks

Arturo

Chuck S June 16th, 2012 04:22 PM

Arturo

The feature discussed here works fine and probally have nothing to do with what your trying to do which should be below.

If your trying to globally restrict no access at all to see an image set in the category editor in admin the uncheck viewing permissions from any group on any category and save permissions.

arturo1961 June 18th, 2012 06:39 AM

Quote:

Originally Posted by Chuck S (Post 1300716)
Arturo

The feature discussed here works fine and probally have nothing to do with what your trying to do which should be below.

If your trying to globally restrict no access at all to see an image set in the category editor in admin the uncheck viewing permissions from any group on any category and save permissions.

Thanks,

i already done but dont' work.... now until i resolve the other problem of not valid administrator i can control nothing.....

Chuck S June 18th, 2012 09:00 AM

That is true this topic kind of has nothing to do with what your talking about which is why I posted so once you set cat perms I think you will be okay.


All times are GMT -5. The time now is 11:46 AM.

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97