[Solved] PicLens not showing original image

Phoca Gallery - image gallery extension
User avatar
progenitor
Phoca Member
Phoca Member
Posts: 17
Joined: 16 Jun 2008, 15:43
Location: United Kingdom
Contact:

[Solved] PicLens not showing original image

Post by progenitor »

How do I get the PicLens plugin to show the original image for the gallery?

I have the large images width set at 700px for the modal box, but the original images are at 1000px.
When viewing the images in piclens I notice the are blury If I click to view it in my browser I am take to:

/images/phocagallery/weddings/thumbs/phoca_thumb_l_05420013.jpg

This is the thumbnail created at 700px for the large if I'm right?

I'm attaching the settings from the Parameters page to check that I have it right.

Cheers

gav
Last edited by progenitor on 31 Jul 2008, 10:38, edited 2 times in total.
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 48403
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: PicLens show original image

Post by Jan »

Did you change the parameters in Parameters Component (in menu link)
https://www.phoca.cz/documentation/index ... -in-joomla
Jan
If you find Phoca extensions useful, please support the project
User avatar
progenitor
Phoca Member
Phoca Member
Posts: 17
Joined: 16 Jun 2008, 15:43
Location: United Kingdom
Contact:

Re: PicLens show original image

Post by progenitor »

Hi, yes I have it set in both places.

The reason I ask is that from piclens if you click to open the URL it shows:
/images/phocagallery/weddings/thumbs/phoca_thumb_l_60x40.jpg

Where as I assumed the "original" would have been:
/images/phocagallery/weddings/60x40.jpg

Does this mean Phoca creates new images at the same original dimensions? If so if I change the size of the original image I need to also rebuild all thumbs?
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 48403
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: PicLens show original image

Post by Jan »

No, Phoca should open the original image, I have tested it on my demo site now:

I set in Global Configuration (components - phoca gallery - gallery - parameters - piclens settings - piclens image = original image. Then I created PicLens RSS and got:

Code: Select all

<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss xmlns:media="http://search.yahoo.com/mrss" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0">
    <channel>
        <atom:icon>https://www.phoca.cz/images/phoca-piclens.png</atom:icon>
        <item>
            <title>032</title>
            <link>/J154/images/phocagallery/thumbs/phoca_thumb_l_032.jpg</link>
            <media:thumbnail url="/J154/images/phocagallery/thumbs/phoca_thumb_l_032.jpg" />
            <media:content url="/J154/images/phocagallery/032.jpg" />
            <guid isPermaLink="false">1-phocagallerypiclenscode-032.jpg</guid>
        </item>
    </channel>
</rss> 
so everthing shold work ok, try to remove the rss and create new...

jan
If you find Phoca extensions useful, please support the project
User avatar
progenitor
Phoca Member
Phoca Member
Posts: 17
Joined: 16 Jun 2008, 15:43
Location: United Kingdom
Contact:

Re: PicLens show original image

Post by progenitor »

I think you're right. I recreated my rss and the xml file looks to be point correctly :)
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 48403
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: [Solved] PicLens not showing original image

Post by Jan »

great to hear it (maybe the rss was created before this new feature was added into Phoca Gallery)

Jan
If you find Phoca extensions useful, please support the project
Post Reply