I'm very excited to announce my new Drupal-powered photography showcase, www.ericscouten.com. This site makes heavy use of image.module (surprise! -- and thanks James Walker for the new version!), webform.module, a customized version of comment.module, and a customized postcard.module (see my sandbox in Drupal's CVS). (The customization to comment.module is that users can send comments but not view them.) Finally, I wrote a small custom module to link my site with Pictopia's Print This Picture program, which allows me to sell prints directly from the web site.
I'm very pleased with the consistent look and feel of the site. I would not have been able to accomplish this without building on the great work that all of you in the Drupal community have done. Thank you.
Comments
I can't believe that's Drupal.
That is probably the best looking photography showcase I have ever seen anyone do in Drupal. Beautiful photos too -- excellent work. I can't believe how seamless the integration with pictopia is. For the love of god man, release that module!
-zach
-zach
--
harkey design
Thanks!
Thanks for the kind words!
The Pictopia module has a bit of code that's probably not GPL'able. If you do join the PTP program, please drop me a note via my contact page and I'll be glad to share it with you.
--
Eric Scouten Photography | www.ericscouten.com (Drupal powered!)
Fine art prints from the world of nature
--
Eric Scouten Photography | www.ericscouten.com (Drupal powered!)
Fine art prints from the world of nature
Wow
Fantastic work, Eric. Very clean look, everything just flows.
sweet
That is very nice.
-sp
---------
Test site...always start with a test site.
Drupal Best Practices Guide
-Steven Peck
---------
Test site, always start with a test site.
Drupal Best Practices Guide -|- Black Mountain
very nice site
i saw this a few weeks ago and forgot your name. sort of wondered if i was totally wrong about it being a drupal site... :) but it is and a very nice one at that. i think the main thing here for others (and myself) to take note of is the simplicity that is presented that lets the images stand on their own. something that is not often done due to drupal's bell's and whistles.
Wow! A BIG WOW
Congratulations Eric.
Just look at the main gallery page here http://www.ericscouten.com/gallery
Looks VERY distinctive.
Is that using Menalto Gallery, Drupal's image, or a custom thing?
--
Consulting: 2bits.com
Personal: Baheyeldin.com
--
Drupal performance tuning, development, customization and consulting: 2bits.com, Inc.
Personal blog: Baheyeldin.com.
Custom thing
This particular page is a taxonomy_menu page (see bottom three listings). The main body of the page is generated by the theme (yes, that's a hack) using a single image and image maps for the links.
--
Eric Scouten Photography | www.ericscouten.com (Drupal powered!)
Fine art prints from the world of nature
--
Eric Scouten Photography | www.ericscouten.com (Drupal powered!)
Fine art prints from the world of nature
The overall gallery is using
The overall gallery is using image.module. I'm not using the Menalto code at all.
--
Eric Scouten Photography | www.ericscouten.com (Drupal powered!)
Fine art prints from the world of nature
--
Eric Scouten Photography | www.ericscouten.com (Drupal powered!)
Fine art prints from the world of nature
really nice site. Congrats
really nice site. Congrats
http://goingtochina.com - I love China - Chinese Tourism and Business
http://01Business.com - Business 2 Business Directory
Where'd you get the image "next"/"Previous" links
Great site... I'm a beginner to Drupal. I'd like to have "next" "previous" links in my picture galleries. How did you do yours? I also like the "crawl"... the little boxes showing where you are in the sequence.
Is that (next/previous and/or the crawl) a side-effect of the taxonomy? Is that custom code you did?
Note, I am currently exploring both the native image module support as well as the album.module. While I've experimented with "gallery" the current drupal module is for gallery-v2 which is too new for my needs.
Thanks and fantastic looking site!
Mike
Warpbar module
The crawl is what I call the "warp bar." When I get a bit more time to clean it up and document it, etc., I'll post it to my sandbox or modules contrib. In the meantime, if you're interested and don't mind some hacks, I'll be happy to share it "as is" privately.
The most significant hack in the warpbar module is that it relies on some data that the theme feeds it for which term was last requested. Some images are cross-listed in multiple galleries (terms), but I don't want to suddenly shift the listing from one term to another because you happened to find one of those "daily doubles." So the theme sets a "last term" session variable whenever you visit one of the gallery summary pages (taxonomy_menu pages) and warpbar favors that term if multiple terms are available for a given image. Warpbar also generates the "also filed under:" text that's shown at the bottom of the page, which lists all other terms.
--
Eric Scouten Photography | www.ericscouten.com (Drupal powered!)
Fine art prints from the world of nature
--
Eric Scouten Photography | www.ericscouten.com (Drupal powered!)
Fine art prints from the world of nature