Hi all,

This is the first Drupal site I've developed, maybe not your typical Drupal
site but then again what is. It's more of a showcase in itself for the work of an Irish artist. I hope
to add the ubercart module in the future to help the Artist sell their paintings online.

Take a look and give me some feedback if you like. www.aptdesigns.ie

I hope this is my first of many Drupal sites, I've picked out some of the main modules I've
used that may not be obvious/standard.

Thanks,
Paul

Modules:
Panels
ImageCache w/ ImageMagick (IM Raw)
Lightbox2
Views Slideshow (for the slideshow at the top, probably could have used lightbox2 for this also)

Other:
The admin panel is quite automated for the artist to upload new "pieces". This process involves
the use of one (CCK) form in which the artist uploads an image (FileField/ImageField) and textual
data, Title, Body etc.

The gallery panel pulls in the auto-generated thumbnail (Views) and links it to the piece's node,
the piece's image is also pulled into the slideshow at the top of the main page. This form also
submits the new piece's node to twitter as a link and facebook pulls in new node using a facebook
app. I also use the feedburner module for RSS.

Comments

kraymer’s picture

Site looks nice cool!

just to let you know I'm getting a very long warning about drupal_cache_menu. Other than that, looks good.

~kraymer

mccrodp’s picture

Just fixed that there, very strange, caching was somehow turned off but the system was looking for cached files/directories. The site owner is on holidays and I haven't logged onto the site for a while, so I'm confused as to how that happened.

Thanks, for pointing that out and for your feedback.

/mccrodp