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
Maybe this could help you:
http://forum.coppermine-gallery.net/index.php?topic=25010.0
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
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
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/ ;)
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 ...
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
http://coppermine-gallery.net/demo/cpg14x/docs/faq.htm#viewThumbnailsOnly
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
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.
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
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
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
Is your last posting suppossed to be a question? Is your issue solved?
Yes it is solved,
I am asking if my understanding of how it is work is correct !