1

Topic: Photo Galleries

I know there is always a lot of chatter about looking for image galleries that can be used with punbb, people looking for small, simple, etc etc.  Recently I have come across two gallery scripts that might be what some people are looking for.

Simple PHP gallery 

MG2 (Minigal v.2) 

I havnt messed with trying to integrate either of these, I was looking at them for a Wordpress install and thought they might be perfect here.

2

Re: Photo Galleries

Don't like them ... don't like all the stuff actually about the galleries ... always this system a pic = a page ...

Re: Photo Galleries

Rod - What do you mean, "a pic = a page"?

Singapore is also a nice one. I think the someone is working on a bridge for it an punBB, though...

4

Re: Photo Galleries

erissiva wrote:

Singapore is also a nice one. I think the someone is working on a bridge for it an punBB, though...

Tamlyn plans on creating a Nucleus plugin to integrate the singapore gallery.

As far as galleries go, it comes down to the templating system, since they are all pretty similar in operation.

That's what I'm playing with now, the templating system in singapore. Most of the available templates are either wide open to the browser window or use tables to constrain the content. What it needs is a template based solely on CSS for positioning and navigation elements.

5

Re: Photo Galleries

For me FUTURE OF THE WEB GALLERY IS THIS
http://dasme.org/imagegal/demo/

No need to suffer the server to call only a pic ... 100% dom ... the only thing to change is to call the thumb on the fly with a xml system, and that's all ...

with url rewriting, you can "give" a url to a pic if you want to bookmark it ...

It's perfect. Simply.

6

Re: Photo Galleries

what do you think about http://www.phpwebgallery.net/ ?

Ludo,

7

Re: Photo Galleries

The same problem : WHY RELOAD XXXXXXXXXXXXXX PAGES to see ONLY pics and categories ????

See this ...

>>> http://www.sortons.net/photos/
>>> http://www.sortons.net/photos/test2.htm


I want to go on "BARS" ... How many pages do I have to reload on the first link and on the 2nd ???!!

All these galleries are very "loud" for a server when you have, like me, very high traffic ... and it's time to "change" your visions of the galleries : furthermore, a system like tree 100% gracefull degradable + DOM system Image changing is more intuitive for the final user. My problem ? Php and me = 40.

8

Re: Photo Galleries

So I have AT LEAST found a very good system "like I see ..."

http://www.glish.com/photo/show.asp?fil … /index.xml

Great, incredible options, quick, very well coded, and AT LEAST prove it's very incredible time and bandwidth servers have with "old systems"

Re: Photo Galleries

Rod wrote:

So I have AT LEAST found a very good system "like I see ..."

http://www.glish.com/photo/show.asp?fil … /index.xml

Great, incredible options, quick, very well coded, and AT LEAST prove it's very incredible time and bandwidth servers have with "old systems"

Woah...Where can I find that gallery?

10

Re: Photo Galleries

erissiva wrote:

Woah...Where can I find that gallery?

It's javascript with a little help from active server pages:

<script language="javaScript" src="/glish.js" type="text/javascript"></script>
<script language="javaScript" src="/photo/show.js" type="text/javascript"></script>
</script><span id="DSCN3580span"><a onmouseover="return true;" onmouseout="return true;" onfocus="this.blur(); " onclick="if (yourBrowserIsGoodEnough) return false;" href="show.asp?file=/photo/03-01-flowers/index.xml&loadImageID=DSCN3580"><img id="DSCN3580" class="showThumbs64" src="/photo/03-01-flowers/DSCN3580t.jpg" width="64" height="48" title="" alt="" /></a></span><script type="text/javascript">
if (yourBrowserIsGoodEnough) {
    x = thumbsA.length;
    thumbsA[x] = new photoIMG(x,"DSCN3580","/photo/03-01-flowers/","","320","240","640","480","1024","768");
    thumbsA[x].setDescription("");
    thumbsA[x].takes[0]=new takeIMG(0,thumbsA[x].imgObj.id,thumbsA[x],64,48);
    
    }

View source is your friend wink

11

Re: Photo Galleries

erissiva wrote:
Rod wrote:

So I have AT LEAST found a very good system "like I see ..."

http://www.glish.com/photo/show.asp?fil … /index.xml

Great, incredible options, quick, very well coded, and AT LEAST prove it's very incredible time and bandwidth servers have with "old systems"

Woah...Where can I find that gallery?

Happy to see some people are fed up with "a pic, a page, ohhh I HAVE TO go again to an index, or push on Return Button" ... JS + XHTML can create great things ...

Re: Photo Galleries

I'm actually looking into this one right now:

For me FUTURE OF THE WEB GALLERY IS THIS
http://dasme.org/imagegal/demo/

I'm setting it up on my test server to try to customize it.

13

Re: Photo Galleries

This script is great when your gallery has only 10 or 20 pictures ... (the thumbs ...)

but if a gallery has 400 or 500 pics (I have it), the bandwidth doesn't be happy smile

Or, call the thumbs by xml : only loaded when called ... but I don't know how to do this smile

14 (edited by CodeXP 2005-03-14 08:02)

Re: Photo Galleries

I'm actually working on getting the 'galerie.php' script integrated into PunBB. I've got it working, but I still need to tweak a options in the layout + complete the admin plugin. At the moment, you just upload the images into a folder and the rest is up to the script...I'm working on a upload/delete function though, but it will require some larger modifications to the code.

Demo: [here]

Note: This is not the latest version.

Re: Photo Galleries

Rod wrote:

This script is great when your gallery has only 10 or 20 pictures ... (the thumbs ...)

but if a gallery has 400 or 500 pics (I have it), the bandwidth doesn't be happy smile

Or, call the thumbs by xml : only loaded when called ... but I don't know how to do this smile

What I'm going to do is create a semi-static page for main categories...No images -just links.
It will show main headers "photography", "backgrounds", etc...And will also show links to subcategories, such as image sets and background categories.

Re: Photo Galleries

CodeXP wrote:

I'm actually working on getting the 'galerie.php' script integrated into PunBB. I've got it working, but I still need to tweak a options in the layout + complete the admin plugin. At the moment, you just upload the images into a folder and the rest is up to the script...I'm working on a upload/delete function though, but it will require some larger modifications to the code.

Demo: [here]

Note: This is not the latest version.

AWSOME! i especially like your test subjects. big_smile

~James
FluxBB - Less is more

17

Re: Photo Galleries

Dr.Jeckyl wrote:
CodeXP wrote:

I'm actually working on getting the 'galerie.php' script integrated into PunBB. I've got it working, but I still need to tweak a options in the layout + complete the admin plugin. At the moment, you just upload the images into a folder and the rest is up to the script...I'm working on a upload/delete function though, but it will require some larger modifications to the code.

Demo: [here]

Note: This is not the latest version.

AWSOME! i especially like your test subjects. big_smile

Hehe big_smile

18 (edited by Todd 2005-03-18 13:24)

Re: Photo Galleries

Well, I guess I will throw in my two cents here.

I have tested numerous image galleries.  Most of them are pure refuse!  I agree with Rod that you should not have to visit a new page for every single pic and then have to go back to find the stupid thumbnails.

I use one Image Gallery because it offers the best presentation I have found. Its not perfect but its very good. If you hate Flash, you won't like this gallery script.  One of the best features of the gallery is that it uses XML to pull in images and descriptions. Navigation of thumbnails is elegant.

http://www.airtightinteractive.com/photos/

If its cheaper to run Windows than it is to run Linux, how come Microsoft has all the money?

19

Re: Photo Galleries

Todd wrote:

Well, I guess I will throw in my two cents here.

I have tested numerous image galleries.  Most of them are pure refuse!  I agree with Rod that you should not have to visit a new page for every single pic and then have to go back to find the stupid thumbnails.

I use one Image Gallery because it offers the best presentation I have found. Its not perfect but its very good. If you hate Flash, you won't like this gallery script.  One of the best features of the gallery is that it uses XML to pull in images and descriptions. Navigation of thumbnails is elegant.

http://www.airtightinteractive.com/photos/

although that certainly looks good, I don't thing using Flash is a good solution. It'll exclude all those that don't have a flash plugin install/activated and it's not always to friendly on old, slower computers.

20

Re: Photo Galleries

Rod wrote:

Don't like them ... don't like all the stuff actually about the galleries ... always this system a pic = a page ...

Maybe I dont understand what your talking about.  But when I installed and tested MG2 (Minigal v.2), the entire gallery is run out of two pages, 1. index, which handles all the public viewing functions. and 2. admin, which handles all the admin functions.  It does not create thumbnails but generates them on the fly (I am not sure how, there is a very tiny 4byte file with ÿØÿà in it with .thmb extension). 

I have installed the gallery twice one with 30 images and the other with 60+ and so far it is fast and works well. It was fairly easy to integrate (I did a very basic integration into Wordpress).

21 (edited by hcgtv 2005-03-19 05:44)

Re: Photo Galleries

aaron, minigal is nice, i tried it and for a small amount of images it's sufficent.

Galleries fall into 2 classes, 100's of images or 1000's of images.

One day I plan on having a gallery with over 100,000 images.

22

Re: Photo Galleries

hcgtv wrote:

Galleries fall into 2 classes, 100's of images or 1000's of images.

One day I plan on having a gallery with over 100,000 images.

Yeah, that is deffinitley a valid point.  I wouldnt use minigal for a large amount of images either.  For a small amount it is fine.  For large galleries or a more robust system I usally use ick "Gallery" and "Coppermine".  (currently looking into other options for large robust photo managment systems)

I was just wondering about the statement made earlier in the thread about "pic = a page" and thinking maybe I missed something when looking at the scripts.  I am trying fill in some gaps in my php/script knowledge here.  The way minigal works I thought it was doing the opposite of "pic = a page".  I might be wrong, I just dont know.

23

Re: Photo Galleries

I have today 60 000 pics ...

To explain my "vision" of a gallery

http://www.sortons.net/nol33t/menu.htm

click on the button "Rouen et Agglo"
After "Photos Cinema"
and at least click on "Equipe de Brice de Nice" ...

As you can see ... it works fine on FF and IE ... 100% css ... and very intuitive interface ...

wait for some weeks to have the final product.

For me I'm very fed up to have non intuitive galleries ... and all you put on your links are "back button, go to the gallery, go the next" ...

24

Re: Photo Galleries

Rod wrote:

click on the button "Rouen et Agglo"
After "Photos Cinema"
and at least click on "Equipe de Brice de Nice" ...

Ok, tried it. I get no images in the right hand pane when I click a thumbnail, FF 1.0.1 WinXP.

25

Re: Photo Galleries

Normal, there are no images yet smile

It was only to show how I see a system gallery smile