Seeking thumbnail gallery generator

This is a discussion on Seeking thumbnail gallery generator within the PHP Language forums, part of the PHP Programming Forums category; When I had static HTML pages, I used the Egg gallery generator - http://www.tirain.co.uk/ian/egg/ it ...


Go Back   Usenet Forums > PHP Programming Forums > PHP Language

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 11-27-2007
Baron Samedi
 
Posts: n/a
Default Seeking thumbnail gallery generator


When I had static HTML pages, I used the Egg gallery generator -
http://www.tirain.co.uk/ian/egg/ it was perfect for me, but is not so
useful now that my site is PHP based.

Here is what I am looking for - I just thought that I would ask if
anyone knows a program which does this, before I code one myself.

The main thing is that it scans a source directory for images,
generates an index of thumbnails and corresponding pages to view each
image - and that it will let me add text comments.

- I don't want to use MySql.
- Egg actually generates the web pages offline. This isn't a
requirement of mine, but more a function of the most important
requirement ...
- I want to be able to add comments to the thumbnails, and have these
stored somewhere (Egg uses a .INI file). Then if I want to add new
images, the directory gets rescanned and these comments are still
associated with the old images, but I can add comments for new images.
Also, I can, of course, edit comments, or delete them (or delete
images from the source directory and rescan it.
- Egg let's me specify some HTML to be added at the page header or
footer. I'd like to do the same for PHP, or use a template.
- Egg lets me drag the images around, so that the thumbnails appear in
the order that I want them to appear in.

Thanks in advance for information on any program that can do this...
Reply With Quote
  #2 (permalink)  
Old 11-27-2007
Kailash Nadh
 
Posts: n/a
Default Re: Seeking thumbnail gallery generator

On Nov 27, 9:06 am, Baron Samedi <Papa.Legba....@gmail.com> wrote:
> When I had static HTML pages, I used the Egg gallery generator -http://www.tirain.co.uk/ian/egg/it was perfect for me, but is not so
> useful now that my site is PHP based.
>
> Here is what I am looking for - I just thought that I would ask if
> anyone knows a program which does this, before I code one myself.
>
> The main thing is that it scans a source directory for images,
> generates an index of thumbnails and corresponding pages to view each
> image - and that it will let me add text comments.
>
> - I don't want to use MySql.
> - Egg actually generates the web pages offline. This isn't a
> requirement of mine, but more a function of the most important
> requirement ...
> - I want to be able to add comments to the thumbnails, and have these
> stored somewhere (Egg uses a .INI file). Then if I want to add new
> images, the directory gets rescanned and these comments are still
> associated with the old images, but I can add comments for new images.
> Also, I can, of course, edit comments, or delete them (or delete
> images from the source directory and rescan it.
> - Egg let's me specify some HTML to be added at the page header or
> footer. I'd like to do the same for PHP, or use a template.
> - Egg lets me drag the images around, so that the thumbnails appear in
> the order that I want them to appear in.
>
> Thanks in advance for information on any program that can do this...


http://www.planetluc.com/en/scripts_mygallery.php
http://sourceforge.net/projects/ifoto/

Kailash Nadh | http://kailashnadh.name
Reply With Quote
  #3 (permalink)  
Old 11-27-2007
Toby A Inkster
 
Posts: n/a
Default Re: Seeking thumbnail gallery generator

Baron Samedi wrote:

> When I had static HTML pages, I used the Egg gallery generator -
> http://www.tirain.co.uk/ian/egg/ it was perfect for me, but is not so
> useful now that my site is PHP based.


What *exactly* is wrong with continuing to use your original gallery
software?

--
Toby A Inkster BSc (Hons) ARCS
[Geek of HTML/SQL/Perl/PHP/Python/Apache/Linux]
[OS: Linux 2.6.17.14-mm-desktop-9mdvsmp, up 2 days, 17:27.]

It'll be in the Last Place You Look
http://tobyinkster.co.uk/blog/2007/11/21/no2id/
Reply With Quote
  #4 (permalink)  
Old 11-28-2007
Baron Samedi
 
Posts: n/a
Default Re: Seeking thumbnail gallery generator

On Nov 27, 6:38 pm, Toby A Inkster <usenet200...@tobyinkster.co.uk>
wrote:
> Baron Samedi wrote:
> > When I had static HTML pages, I used the Egg gallery generator -
> >http://www.tirain.co.uk/ian/egg/it was perfect for me, but is not so
> > useful now that my site is PHP based.

>
> What *exactly* is wrong with continuing to use your original gallery
> software?
>


Well, the rest of the site is PHP, and has some standard includes for
menu, CSS, header & footer. The current s/w allows me to define some
HTMl to be put into the generated pages, but only in one of header,
body or footer.
Reply With Quote
  #5 (permalink)  
Old 11-28-2007
Baron Samedi
 
Posts: n/a
Default Re: Seeking thumbnail gallery generator

On Nov 27, 5:50 pm, Kailash Nadh <kailash.n...@gmail.com> wrote:
> On Nov 27, 9:06 am, Baron Samedi <Papa.Legba....@gmail.com> wrote:
>
>
>
>
>
> > When I had static HTML pages, I used the Egg gallery generator -http://www.tirain.co.uk/ian/egg/itwas perfect for me, but is not so
> > useful now that my site is PHP based.

>
> > Here is what I am looking for - I just thought that I would ask if
> > anyone knows a program which does this, before I code one myself.

>
> > The main thing is that it scans a source directory for images,
> > generates an index of thumbnails and corresponding pages to view each
> > image - and that it will let me add text comments.

>
> > - I don't want to use MySql.
> > - Egg actually generates the web pages offline. This isn't a
> > requirement of mine, but more a function of the most important
> > requirement ...
> > - I want to be able to add comments to the thumbnails, and have these
> > stored somewhere (Egg uses a .INI file). Then if I want to add new
> > images, the directory gets rescanned and these comments are still
> > associated with the old images, but I can add comments for new images.
> > Also, I can, of course, edit comments, or delete them (or delete
> > images from the source directory and rescan it.
> > - Egg let's me specify some HTML to be added at the page header or
> > footer. I'd like to do the same for PHP, or use a template.
> > - Egg lets me drag the images around, so that the thumbnails appear in
> > the order that I want them to appear in.

>
> > Thanks in advance for information on any program that can do this...

>
> http://www.planetluc.com/en/scripts_mygallery.php


Looks good, but I need to check two things: 1) can I choose the order
of display of the thumbnails, 2) can I defien a descriptive text for
each thumbnail?

> http://sourceforge.net/projects/ifoto/

This looks very good, since it clear states that you can purt
descriptive text. Also it uses lightbox, which I like (even though I
don't normally "approve" of JS (let's hope taht it degrades
gracefully).

Thanks for the help!!


>
> Kailash Nadh |http://kailashnadh.name- Hide quoted text -
>
> - Show quoted text -


Reply With Quote
  #6 (permalink)  
Old 11-28-2007
vrlist.info
 
Posts: n/a
Default Re: Seeking thumbnail gallery generator

Why do you want to use MySQL? If it is not a must, Gallery is a great
solution. You just need to create a MySQL database and the
installation is very simple.

You can check, it is in Spanish, but with graphics step by step, the
installation of Gallery:

http://sistemasoperativos.wordpress....1-paso-a-paso/

(you can use a online translator)

Good luck

Luisa - http://www.vrlist.info

On Nov 27, 10:06 am, Baron Samedi <Papa.Legba....@gmail.com> wrote:
> When I had static HTML pages, I used the Egg gallery generator -http://www.tirain.co.uk/ian/egg/it was perfect for me, but is not so
> useful now that my site is PHP based.
>
> Here is what I am looking for - I just thought that I would ask if
> anyone knows a program which does this, before I code one myself.
>
> The main thing is that it scans a source directory for images,
> generates an index of thumbnails and corresponding pages to view each
> image - and that it will let me add text comments.
>
> - I don't want to use MySql.
> - Egg actually generates the web pages offline. This isn't a
> requirement of mine, but more a function of the most important
> requirement ...
> - I want to be able to add comments to the thumbnails, and have these
> stored somewhere (Egg uses a .INI file). Then if I want to add new
> images, the directory gets rescanned and these comments are still
> associated with the old images, but I can add comments for new images.
> Also, I can, of course, edit comments, or delete them (or delete
> images from the source directory and rescan it.
> - Egg let's me specify some HTML to be added at the page header or
> footer. I'd like to do the same for PHP, or use a template.
> - Egg lets me drag the images around, so that the thumbnails appear in
> the order that I want them to appear in.
>
> Thanks in advance for information on any program that can do this...


Reply With Quote
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




All times are GMT +1. The time now is 09:18 PM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.0.0