Search…

X3 Photo Gallery Support Forums

Search…
 
clemi6
Experienced
Topic Author
Posts: 80
Joined: 07 Dec 2006, 07:46

two imagevuegallery on my flashsite

07 Dec 2006, 08:35

I to everyone
I'm Italian and I don't speak english very well, so excuse me for this my english.
I have load an imageviewgallery in a page af my flash site.
now I nead to create and load another gallery in an other page of the same site.
what configuration I have to change to do that?what I have to do?
all the file of first gallery are in the same serverfolder of my flash site.
thanks in advance.
 
User avatar
Nick
Imagevue Hitman
Posts: 2872
Joined: 02 May 2006, 09:13

07 Dec 2006, 11:03

You should enable/install php on your server.

http://www.theworldimage.com/test/phpinfo.php

.php files are treated as usual text there. Contact your hosting provider.
firedev.com
 
clemi6
Experienced
Topic Author
Posts: 80
Joined: 07 Dec 2006, 07:46

08 Dec 2006, 11:22

What do you men with that?
php is enable on my server...because I used it several time.
my problem is if I load an Imagevue gallery in two different page I will see the same picture because the scrip will load the images from the same folder.
I want two gallery with different foto in the same site.
wich script I have to change?and where it is?in wich file?
 
User avatar
globetrotter
Imagevue Expert
Posts: 844
Joined: 18 Oct 2006, 13:16

08 Dec 2006, 11:54

You can make 2 (or more) different content folders, like: content and content2. In that folders you can make groupfolders and imagefolders.

Open the second contentfolder like: https://www.photo.gallery/imagevue/index ... r=content2
More info: https://www.photo.gallery/support/docs/115
Rene
http://www.globetrotternet.nl/
 
clemi6
Experienced
Topic Author
Posts: 80
Joined: 07 Dec 2006, 07:46

10 Dec 2006, 14:26

thanks for your reply...
now I know that if I change in the config.ini file the name of the contentfolder I can use different gallery.
but how I can tel tho the firt gallery to use the config1.ini file that tell to the gallery to upload the picture from the content1 and to the second gallery to use the config2.ini file that tell to the gallery to upload the picture from the content2?
because I need 2 config.ini file if I want two gallery, is correct?
 
User avatar
globetrotter
Imagevue Expert
Posts: 844
Joined: 18 Oct 2006, 13:16

11 Dec 2006, 04:18

You can make 2 different config.ini files, and open the gallery with a link, like: https://www.photo.gallery/imagevue/?conf ... onfig2.ini
In this config.ini files you can set: contentfolder = content2 to open the right content folder.

But is also possible to have 1 config.ini and open the second contentfolder with a link, like: https://www.photo.gallery/imagevue/index ... r=content2
Last edited by globetrotter on 11 Dec 2006, 05:29, edited 1 time in total.
Rene
http://www.globetrotternet.nl/
 
clemi6
Experienced
Topic Author
Posts: 80
Joined: 07 Dec 2006, 07:46

11 Dec 2006, 04:39

sorry if I abuse of your kindness,
but I upload imagevue in my flash site with the component loadmovie end I dont have a link...I just load the file imagevuex.swf...did you know how I can do?I think, but I'm not sure, I have to change the script in the imagevuex.swf file who open the config.ini file?but two file,index.php and getconfig.php, open config.ini.
but I don't find in the script of the imagevuex.swf file the script who open this file.
Have you understood what I say?
sorry but is really difficult to explain the problem in inglish....
thanks...
 
User avatar
globetrotter
Imagevue Expert
Posts: 844
Joined: 18 Oct 2006, 13:16

11 Dec 2006, 05:29

Rene
http://www.globetrotternet.nl/
 
clemi6
Experienced
Topic Author
Posts: 80
Joined: 07 Dec 2006, 07:46

11 Dec 2006, 10:08

thank you so much...
I have tryed in this way and it function

img = new MovieClipLoader();
img.onLoadInit = function() {
clip._x = 210;
clip._y = 75;
};
img.loadClip("imagevueplayer7.swf?contentfolder=content2", clip);
 
User avatar
mjau-mjau
X3 Wizard
Posts: 14452
Joined: 30 Sep 2006, 03:37

04 Jan 2007, 13:18

content2/