Search…

X3 Photo Gallery Support Forums

Search…
 
lowagie
Experienced
Topic Author
Posts: 46
Joined: 29 Sep 2006, 07:27

multiple clients in one gallery?

11 Sep 2007, 05:52

Hy,

I'm using gallery to show my pictures to my clients. On my homepage i only show one folder, without any menu.

when i have a folder for a client; I link the folder in a *.ini file an pass that link, so he won't see a menu or any other pictures.

so my structure:
content/
content/blog/
content/blog/bestoff/
content/blog/test/
...
content/privat/
content/privat/familyalbum1
content/privat/familyalbum2
...
content/clients/
content/clients/clienta/
content/clients/clientb/

My problem, what i would like to see:
content/clienta/
content/clienta/subfolder1clienta/
content/clienta/subfolder2clienta/
...

And when the clienta surfes to his *.ini file, he must get a single menu system where he only can see his subfolders in the menu.

is that possible?

i've allready tried with the contentfolder etc, but nothing works... I think it has to do with one of the options contentfolder or folder

my configfile:
Code
[GALLERY]

; 
; https://www.photo.gallery/documentation/?p=113

globalpath = false
contentfolder = false
singlelevel = true
folder = content/clienta/
directimage = false
text = lang.ini
startheading = Lowagie.be
startimage = startimage.jpg
swflayer = false
startimagekeep = false
imagearea = 333333
startfx = blur
textcol = CCCCCC
bgcol = 000000
barcol = false
menucol = bgcol,textcol
backimage = bg2.jpg
backalign = TL
sfx = true
audio = false
audiopath = mp3/
emptyaudio = mp3alt/
audiorepeat = 0
audioinit = false
startvolume = 70
audiostyle = linear
loopinterval = 30
audioextension = mp3
audioinfo = id3
foldersorting = na
imagesorting = na
navigation = 1,1,0,0,0,0,1,0,1
controlsdefpos = 523,446,523,446
altnav = true
keycontrols = true
subbuttons = false
subbuttonsfilename = true
hideimage = true
imagenavigationpane = true
imageclicklink = thumbs
altimage = false
imagepopinfo = 1,1,0,0,0,0
imagerightclick = 1,0,0,0,0,0,1,1,0
shiftimageclicklink = normal
backrightclick = 1,1,0
tooltipcol = textcol,bgcol
transitions = shine
showfolderdescriptions = 0,0,0,1
descriptions = startopenifdescription
descriptionattributes = false
descriptionscol = bgcol,textcol
hideextension = true
showmenu = true
menuopen = true
startclick = true
imagenavidefpos = 680,25,auto,auto
motioninit = false
motionspeed = 1
thumbstart = true
thumbopenwin = slideshow
thumbrightclick = 0,1,0,0,0
shiftthumbclicklink = false
thumbattribs = 0,0,0
thumbattribscol = bgcol,textcol
thumbpopinfo = 0,0,0,0,0,1
thumbattribpopinfo = 1,1,1,1,1
thumbfx = whitetint,100,3
thumbframe = false,false
lowrespopup = false
popupstyle = slideshow
popmargin = 10
popdisplay = 1,1,1,1,1,1
serverextension = php
slideshowpopupconfig = slideshowpopupconfig.ini
slideshowimagevueconfig = slideshowimagevueconfig.ini
sitemenu = sitemenusub.ini
configfile = 
popped =


[END]
 
User avatar
globetrotter
Imagevue Expert
Posts: 844
Joined: 18 Oct 2006, 13:16

11 Sep 2007, 07:32

I think the best way is the content folder option. Info: https://www.photo.gallery/support/docs/115

When you have more 'content' folders, you can use it with a link, like: https://www.photo.gallery/imagevue/index.php ... r=content2
Rene
http://www.globetrotternet.nl/
 
lowagie
Experienced
Topic Author
Posts: 46
Joined: 29 Sep 2006, 07:27

12 Sep 2007, 10:26

fixed this by putting "singlelevel = clienta" in the ini file. my configfile now looks like:
Code
globalpath = false
contentfolder = false
singlelevel = clienta
folder = content/clienta/
directimage = false
...
showmenu = true
menuopen = true
...
My imagevuex url: http://www.lowagie.be/blog
The url of a singlelevel gallery with single levelmenu (to use when i have multiple albums for a client): http://www.lowagie.be/blog/?configfile= ... eekend.ini
url of a normal singlelevel gallery without menu (to use when i only have one album for a client
http://www.lowagie.be/blog/?configfile=bazart.ini