Page 1 of 1

KissGallery plugin

Posted: Wed 27. Feb 2013, 13:31
by jarmoke
Hi
I have tried to look manual for kissgallery, where explained how to make multible albums on
one page.
I explain... I have on my site Gallery, where I have under there subfolders where to put pictures.

Tree: Gallery
+Spring01
+Summer01
+Autumn01

An so on. How come I create this with KissGallery. I can do subfolders , but If I try new album
I get all pictures to new folder.
If i greate in kissgallery new ID and put new pictures under there, then try add them in different subfolder
I get all other ID pictures there too...
Some simple advice please, I'm simple man :)

Hope someone understand what I mean :)

Jarmo

Re: KissGallery plugin

Posted: Wed 27. Feb 2013, 14:38
by Gert
Hello,

KissGallery is not folder based. All images must be uploaded by the KissGallery backend, they will be stored in the folder ./content/plugins/kissgallery/images/ and the galleries are created by a flatfile database.

If you upload the images by ftp, they will be not stored in the database. You have to use the KissGallery backend for upload the images.

Please read the help file (sorry, German only) and make the needed folders writable.

The plugin call on the page for one gallery:

Code: Select all

{{{PLUGIN:kissGallery(2,id);}}}
For gallery with id=1 :

Code: Select all

{{{PLUGIN:kissGallery(2,1);}}}
Gert

Re: KissGallery plugin

Posted: Wed 27. Feb 2013, 15:39
by jarmoke
Thanks

Now I see. This is not what I really want, but have to think. Another
thing is uploading pictures. We have server, where pictures are already,
but there is no X to go locally add pictures And we do not open ftp there..
Some kind of complicated, hi. Ok
Have to make some othet solutions....

Thanks anyway for clear answer...

Jarmo