Simple Gallery

Third Party Plugins to CMSimple - how to install, use and create plugins

Moderator: Tata

Post Reply
PatrikGC
Posts: 117
Joined: Wed Jun 18, 2008 9:34 am

Simple Gallery

Post by PatrikGC » Wed Aug 06, 2008 2:32 pm

I search a simple gallery who stocks their datas in a txt file (only one, please)
In the data file, you find :
- name of the picture : myphoto.jpg
- texte of the picture : It's my photo of myself
- categories of the picture : me, beautiful, modesty (I wish SOME categories)

In CMSimple, a function like MYGAL('MyFolder','data.txt','me,modesty');
In MyFolder, I find the file data.txt and the pictures
and I list all the pictures who have the 2 criteras "me" and "modesty"
For the thumbs, I suggest the folder "Thumb".

Do you know if this function/plugin exist ?
Or something who does +/- the same action/process ?
Thank you :)

beate_r
Posts: 174
Joined: Thu May 22, 2008 11:44 pm
Location: Hessen / Germany

Re: Simple Gallery

Post by beate_r » Wed Aug 06, 2008 3:01 pm

Hi Patrick,

did You already have a look here: http://cmsimplewiki.com/doku.php/plugin ... ries/start ?



Beate

PatrikGC
Posts: 117
Joined: Wed Jun 18, 2008 9:34 am

Re: Simple Gallery

Post by PatrikGC » Thu Aug 07, 2008 10:22 am

Thank you about the link
but the Svarrer plugin uses ONE text file for ONE picture...
and haven't some categories for a picture.
---
The two times I try to create a plugin, it fails... :(
I think I will write a inside function MyGAL (in functions.php) next week(s).
If I can :)

beate_r
Posts: 174
Joined: Thu May 22, 2008 11:44 pm
Location: Hessen / Germany

Re: Simple Gallery

Post by beate_r » Thu Aug 07, 2008 2:19 pm

Hi Patrick,

as CMSimple has a mechanism to integrate foreign web applikcations You might consider a standalone gallery program such as gallery or phpix (not gallery2 which uses an mysql database).

Links:
http://ftp.de.debian.org/debian/pool/ma ... rig.tar.gz
http://ftp.de.debian.org/debian/pool/ma ... 2-7.tar.gz

I have not used these scripts myself.

PatrikGC
Posts: 117
Joined: Wed Jun 18, 2008 9:34 am

Re: Simple Gallery

Post by PatrikGC » Fri Aug 08, 2008 9:44 am

Thank you.
I will go and see this gallery.
But I think I will create my function for display the pictures as I wish...

Post Reply