coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 permissions => Topic started by: pcp20us on October 17, 2006, 03:10:39 AM

Title: setting album password guest account
Post by: pcp20us on October 17, 2006, 03:10:39 AM
Hello


I am using a standalone install of CPG 1.4.9 running on funpic.org
When a user comes to my home page : i would like
1.The user to see thumnails of albums
2.The user to see other thumnails of recent uploads etc.

I want thumbnails to be seen by everyone, though access to only be granted to those i have supplied a password.

I have read the doco and tried many differnt settings, though i must be confusing myself.

I have turned on logger under advanced settings.

Can some explain how to do this is simple english.


Thanks


Pete
Title: Re: setting album password guest account
Post by: Sami on October 17, 2006, 06:51:31 AM
Maybe this could help you:
http://forum.coppermine-gallery.net/index.php?topic=25010.0
Title: Re: setting album password guest account
Post by: pcp20us on October 18, 2006, 12:29:02 AM
Thanks Sami

I could use this but i am a newbie and my principle is to keep it simple. With what i want to do can i do it with the standard coppermine with add additional mods plugins etc.

Cheers

P
Title: Re: setting album password guest account
Post by: Sami on October 18, 2006, 12:32:33 AM
The link goes to the Plugin
By that plugin you can give each users group to see which image (intermediate or full size) this way you doesn't need additional password
Title: Re: setting album password guest account
Post by: pcp20us on October 19, 2006, 05:15:22 AM
Yep I have installed the plugin. I also have the shop plugin by stramm.

When i tested u can still open full size photo. Check out the site the landscape photo is in the guest group and u can see the text i add for registered access. And the guest group isnot selected under the plugin. And it seems to make the shopping cart go crazy !!

http://pcp20us.pc.funpic.org/ ;)
Title: Re: setting album password guest account
Post by: Sami on October 19, 2006, 06:22:01 AM
Fullsize was disable for me ! just can see intermediate (image title is :You need to register to view full size photos)
shopping card looks fine , the only thig is , long desciption  it cause to overflow the select box ...
Title: Re: setting album password guest account
Post by: pcp20us on October 19, 2006, 08:59:42 AM
Hello Again.

I realised what u said after i posted. Ok I was considering the full size image to be the one displayed after the thumbnail.

So i want people able to see thumbnails but thats all. I would like to disable full size image alltogether. Hope that is clear. I see that this plugin is diabling the fullsize image

Cheers

P
Title: Re: setting album password guest account
Post by: Joachim Müller on October 19, 2006, 09:00:57 AM
http://coppermine-gallery.net/demo/cpg14x/docs/faq.htm#viewThumbnailsOnly
Title: Re: setting album password guest account
Post by: pcp20us on October 23, 2006, 10:42:56 AM
Cheers

I added the code in displayphp and it does work, but it disable the full size image . What iam after is to disable the image after the thumbnail, the onde where u can send e-cards etc ( what is this image called). Is this do able

I want to disable the full view image, ( i have read that post and have the details somewhere i think)

Cheers
Title: Re: setting album password guest account
Post by: Joachim Müller on October 23, 2006, 02:21:21 PM
In the future, please clarify what you're looking for. Maybe the mod from thumbnail to full-size pop-up (skip intermediate page) (http://forum.coppermine-gallery.net/index.php?topic=34360.0) is what you need.
Title: Re: setting album password guest account
Post by: pcp20us on October 24, 2006, 02:35:39 AM


I wants guest to be able to see the thumbnail, but not the intermediate photo. So they need to register to view photos
I only want the thumnail and intermediate photo viewable. for everyone

The  link  in above post is for disabling the intermediate photo, i want to disable the full size pop up, and stop guest from view the intermediate photo. I assume this can be done by adjusting the  relevant code.

Cheers

Title: Re: setting album password guest account
Post by: Joachim Müller on October 24, 2006, 06:51:46 AM
So you don't want full-size pics at all, then why store it anyway and waste precious webspace? Assuming that you have set Max width or height of an intermediate picture/video (http://coppermine-gallery.net/demo/cpg14x/docs/index.htm#admin_picture_thumbnail_intermediate_dimension) to 600, set
Create intermediate pictures (http://coppermine-gallery.net/demo/cpg14x/docs/index.htm#admin_picture_thumbnail_intermediate_toggle) = no
Max width or height for uploaded pictures (pixels) (http://coppermine-gallery.net/demo/cpg14x/docs/index.htm#admin_picture_thumbnail_max_upload_dimension) = 600
Auto resize images that are larger than max width or height (http://coppermine-gallery.net/demo/cpg14x/docs/index.htm#admin_picture_thumbnail_auto-resize) = yes:everyone

Keep in mind that those settings will only apply for newly added pics. Pics already existing in your gallery need to be re-sized using the admin tools. HTH
Title: Re: setting album password guest account
Post by: pcp20us on October 25, 2006, 06:40:12 AM
Cheers GauGau

Cool thats done the job. Can i just clarify. When guests now click on a thumnail and they get you must register to access this page. This is done by the code that i added to the displayimage.php, but now it works on the intermediate picture instead of the full size because this has being turned off with create internediate picture=no ?

Cheers

Enjoy
Title: Re: setting album password guest account
Post by: Joachim Müller on October 25, 2006, 07:51:28 AM
Is your last posting suppossed to be a question? Is your issue solved?
Title: Re: setting album password guest account
Post by: pcp20us on October 25, 2006, 08:01:06 AM
Yes it is solved,

I am asking if my understanding of how it is work is correct !