Search…

X3 Photo Gallery Support Forums

Search…
 
User avatar
joey
Experienced
Topic Author
Posts: 31
Joined: 28 Sep 2006, 16:18

slideshow and the actual photo

24 Oct 2006, 23:52

I have a slideshow that iterates through some photos in the corner of on my site. These pictures are displayed in a small window and I'm wondering if there's a way for the user to click on any photo and be taken to the actual photo (large size) in the gallery.

Thanks!
Last edited by joey on 07 Dec 2006, 15:53, edited 1 time in total.
 
User avatar
mjau-mjau
X3 Wizard
Posts: 14452
Joined: 30 Sep 2006, 03:37

25 Oct 2006, 01:53

and where do you want to open the large image? In a new window? ... or goto the slideshow gallery and display that image?

Please read this post on how to use secondary size images:
viewtopic.php?p=443&highlight=#443
 
User avatar
joey
Experienced
Topic Author
Posts: 31
Joined: 28 Sep 2006, 16:18

26 Oct 2006, 11:52

mjau-mjau wrote:and where do you want to open the large image? In a new window? ... or goto the slideshow gallery and display that image?
Thanks for the quick reply, Karl. I read the article you referred to, but it didn't help me much.

The photos in my gallery are already of normal size. The slideshow displays them in a very small window, so I need *not* create another folder with _large files.

Now, I would like to be able to click on any photo (normal left click, not right) and: The same photo should be opened in a pop-up window

Also, is there a way that when I click on any photo, the same photo should be opened in the gallery like viewing any other photo in the gallery?

I appreciate your help.

Thanks!
 
thescientist
Posts: 19
Joined: 22 Oct 2006, 18:21

26 Oct 2006, 13:59

joey,

You need to redefine the "imageclick" parameter in the slideshow.ini file that your slideshow is using.


I believe the following parameter is set by default:

imageclick = next
----------------------------------------------------

If you change this to:

imageclick = popup

this should solve your problem.

-Tom
 
User avatar
mjau-mjau
X3 Wizard
Posts: 14452
Joined: 30 Sep 2006, 03:37

26 Oct 2006, 23:03

As Tom said:
imageclick = popup
As for opening the same photo in the gallery, your not gonna be able to do that easily.
 
User avatar
joey
Experienced
Topic Author
Posts: 31
Joined: 28 Sep 2006, 16:18

03 Nov 2006, 11:04

Thanks for your replies. I'm seeing two problems:

1. There's small box that follows my mouse pointer - I don't know how to get rid of it.

2. I've set the "imageclick = popup" - but when you click on an image, the slideshow module cannot find the image.

This is based on 26th October build.

Your help would be appreciated.

Thanks!
Last edited by joey on 19 Dec 2006, 09:22, edited 2 times in total.
 
User avatar
globetrotter
Imagevue Expert
Posts: 844
Joined: 18 Oct 2006, 13:16

03 Nov 2006, 12:02

1. There's small box that follows my mouse pointer - I don't know how to get rid of it.
Maybe this will help for your 1st problem: viewtopic.php?t=315
Rene
http://www.globetrotternet.nl/
 
User avatar
mjau-mjau
X3 Wizard
Posts: 14452
Joined: 30 Sep 2006, 03:37

13 Nov 2006, 02:25

#2

All path should be relative to your globalpath, so you should have:
Code
so.addVariable('configfile','slideshowtest.ini');
Folder path parameters should end with a slash/:
Code
so.addVariable('path','content/Bahai-Fun/International-dinner/');
 
User avatar
joey
Experienced
Topic Author
Posts: 31
Joined: 28 Sep 2006, 16:18

13 Nov 2006, 17:20

Thanks. #1 is resolved. However, #2 is still not fixed.

I changed the paths to be relative to globalpath and added a slash at the end of the folder name, but I still don't see the image in a popup window -

See here
Last edited by joey on 27 Nov 2006, 15:00, edited 1 time in total.
 
User avatar
mjau-mjau
X3 Wizard
Posts: 14452
Joined: 30 Sep 2006, 03:37

14 Nov 2006, 00:10

In your slideshowtest.ini, would you have:
Code
path = content/groupfolder2/imagefolder2
Can you change that to:
Code
path = content/Bahai-Fun/International-dinner/
(including the end slash/)

Im not insisting this will fix the issue, but I want to weed out all possible irregularities. I find this issue weird, so lets get to the bottom of it ... reply when you have updated...
 
User avatar
joey
Experienced
Topic Author
Posts: 31
Joined: 28 Sep 2006, 16:18

14 Nov 2006, 09:42

Thanks, Karl. I updated the slideshowtest.ini and now it reads:
Code
path = content/Bahai-Fun/International-dinner/
As expected, it did not make any difference. Please let me know if anything needs to be changed.
 
User avatar
mjau-mjau
X3 Wizard
Posts: 14452
Joined: 30 Sep 2006, 03:37

14 Nov 2006, 21:39

I was riddled by this for some time, and after doing some research on your4 configuration file, it occurred to me that your config file is lacking alot of settings. Are you perhaps using the BETA version of the slideshow or atleast the beta layout of a config file?

Compare the two files and you can see for yourself:
http://bahaisofalbany.org/gallery/slideshowtest.ini
https://www.photo.gallery/imagevue/slideshowconfig.ini

I am especially conserned about some of the settings under the [CONTROLS] section and can guarantee you this is related to the undefined popup. Try to update from www.photo.gallery/downloads/
 
User avatar
joey
Experienced
Topic Author
Posts: 31
Joined: 28 Sep 2006, 16:18

15 Nov 2006, 11:22

Thank you. It actually was the [MAIN] section that made the difference. I don't know which part was causing the addition of "undefined" to the path, but I'm glad its fixed now.

Thanks!

btw, I loved the "framewidth" and the "innerframewidth" options 8)
Last edited by joey on 07 Dec 2006, 15:54, edited 1 time in total.
 
User avatar
mjau-mjau
X3 Wizard
Posts: 14452
Joined: 30 Sep 2006, 03:37

17 Nov 2006, 07:32

Since the new window is a plain JPG, there is no control of the users right-click options. You would ahve to find some javascript to prevent right-click, but keep in mind it will not stop anyone from getting at the pictures if that was your idea.