Adapting Gallery to display Artists Paintings & Artworks

byTe

Joined: 2003-03-15
Posts: 2
Posted: Sat, 2003-03-15 07:55

I am desperately looking for a program that can do this... perhaps Gallery can be adapted.. perhaps someone out there has done it.. maybe Bharat is looking at developing one.

Here is what I need. I would be glad to beta-test.
I need to set up one for an Art Gallery.

1. Exhibiton to replace Albums with the ability to add text description for each gallery
2. Database to be defined under 5 main categories:-
- Painting
- Drawing
- Mixed Media
- Sculpture
- Multimedia
3. Each art piece, which should fall under 1 or more of the categories above to have the
following labels/fields
- Artist Name*
- Artist Biodata*
- Date of Birth
- Education*
- Artist Details(multiple txt line)*
- Title of Artwork*
- Year Produced
- Medium(oil, water color, charcoal, mixed media, etc)
- Dimension of Artpiece
- Acquisition #
- Image #
- Exhibition History*
4. Customisable Caption displayed on all thumbnails(size admin selectable)
5. Customisable Details Labels/Fields on full size images(size admin selectable)
6. Option for comments to be placed by visitors and send as email for full sized images

Notes:
1. System should allow thumbnail browsing or searcheable for the fields marked *
Search field to be displayed on all pages
2. Thumbnails to be automatically generated, dimensions to be selectable by admin
3. Template based to allow for customisation and adaptation to overall site design
4. Have option for authorised client staff to upload and post captions/details
5. Php and MySql based
6. As one Artist details may span across several Artworks, Artist's Details can be
served up as a pop-up page(more importantly, it should not be required to enter
artists details for different artworks produced by him/her)

I like the layout that <!-- BBCode Start --><A HREF="http://photography-on-the.net/gallery/" TARGET="_blank">Exhibit Engine Online</A><!-- BBCode End --> has produced, but unfortunately, the author was not too responsive to my request for modification.

 
joan
joan's picture

Joined: 2002-10-21
Posts: 3473
Posted: Sat, 2003-03-15 18:37
Quote:
I am desperately looking for a program that can do this... perhaps Gallery can be adapted.. perhaps someone out there has done it.. maybe Bharat is looking at developing one.

Here is what I need. I would be glad to beta-test.
I need to set up one for an Art Gallery.

1. Exhibiton to replace Albums with the ability to add text description for each gallery

You'll have to do search/replace for album. Will be a bit tedious.

<!-- BBCode Start --><A HREF="http://gallery.menalto.com/modules.php?op=modload&amp;name=phpBB_14&amp;file=index&amp;action=viewtopic&amp;topic=4564&amp;1" TARGET="_blank">Album Summary</A><!-- BBCode End --> to add descriptions.

Quote:
2. Database to be defined under 5 main categories:-
- Painting
- Drawing
- Mixed Media
- Sculpture
- Multimedia
3. Each art piece, which should fall under 1 or more of the categories above to have the
following labels/fields
- Artist Name*
- Artist Biodata*
- Date of Birth
- Education*
- Artist Details(multiple txt line)*
- Title of Artwork*
- Year Produced
- Medium(oil, water color, charcoal, mixed media, etc)
- Dimension of Artpiece
- Acquisition #
- Image #
- Exhibition History*

<!-- BBCode Start --><A HREF="http://gallery.menalto.com/modules.php?op=modload&amp;name=phpBB_14&amp;file=index&amp;action=viewtopic&amp;topic=3717&amp;18362 " TARGET="_blank">Extra fields</A><!-- BBCode End -->

Quote:
4. Customisable Caption displayed on all thumbnails(size admin selectable)

<!-- BBCode Start --><A HREF="http://gallery.menalto.com/modules.php?op=modload&amp;name=phpBB_14&amp;file=index&amp;action=viewtopic&amp;topic=2764&amp;16692 " TARGET="_blank">Shorten Captions</A><!-- BBCode End -->

Quote:
5. Customisable Details Labels/Fields on full size images(size admin selectable)

<!-- BBCode Start --><A HREF="http://gallery.menalto.com/modules.php?op=modload&amp;name=phpBB_14&amp;file=index&amp;action=viewtopic&amp;topic=3717&amp;18362 " TARGET="_blank">Extra fields</A><!-- BBCode End -->

Quote:
6. Option for comments to be placed by visitors and send as email for full sized images

<!-- BBCode Start --><A HREF="http://gallery.menalto.com/modules.php?op=modload&amp;name=phpBB_14&amp;file=index&amp;action=viewtopic&amp;topic=2723&amp;12310" TARGET="_blank">Add comments</A><!-- BBCode End -->

Quote:

Notes:
1. System should allow thumbnail browsing or searcheable for the fields marked *
Search field to be displayed on all pages

may take some modification: searching is now done on all fields, indiscriminately.

Quote:
2. Thumbnails to be automatically generated, dimensions to be selectable by admin

Gallery does this

Quote:
3. Template based to allow for customisation and adaptation to overall site design

Gallery

Quote:
4. Have option for authorised client staff to upload and post captions/details

Gallery

Quote:
5. Php and MySql based

Gallery 2

Quote:
6. As one Artist details may span across several Artworks, Artist's Details can be
served up as a pop-up page(more importantly, it should not be required to enter
artists details for different artworks produced by him/her)

Youll have to add this yourself.

Quote:
I like the layout that <!-- BBCode Start --><A HREF="http://photography-on-the.net/gallery/" TARGET="_blank">Exhibit Engine Online</A><!-- BBCode End --> has produced, but unfortunately, the author was not too responsive to my request for modification.

Now I'm confused: Pekka seems happy for people to play with his code. Or did you expect him to change it for you? You can't expect to get customized software for a commercial web page without either building it yourself or paying someone else to build it.