TTG Selection Gallery 2.0 released

TTG Selection Gallery has been updated to 2.0. This is a major update and marks the gallery’s transition to a Lua architecture. The gallery utilizes TTG Slimbox Gallery 2.24 as a foundation, and therefore exists in feature parity with that version, supporting annotations, color labels, ratings, ID plate, a wealth of customization options and more.

TTG Selection Gallery is constructed with the photographer-client relationship in mind. The gallery allows clients to mark selected photos, and to submit them with a message/comments to the photographer as an email form. Selections and then be easily isolated in the LR the Library’s Find pane.

The gallery employs Slimbox, allowing clients to view large-size images in an overlay without disrupting their selections.

Download TTG Selection Gallery 2.0
.

Cheers,
theturninggate

Share This Post These icons link to social bookmarking sites where readers can share and discover new web pages.
  • bodytext
  • del.icio.us
  • Google
  • Reddit
  • StumbleUpon
  • Technorati
  • YahooMyWeb

If you enjoyed this post, please consider to leave a comment or subscribe to the feed and get future articles delivered to your feed reader.

Comments

The download link isn’t working :-(

This is superb! Truly advancing on what LIghtroom can and should be!
Ive experimented with this for two days now. I cant get the email to actually send to me. Ive filled out the data… but nothing happens…. Am I missing something?

Let me show you what I have…
rn”;
// next include a replyto
$headers .= “Reply-To: ” . $_POST["email"] . “rn”;
// often email servers won’t allow emails to be sent to
// domains other than their own. The return path here will
// often lift that restriction so, for instance, you could send
// email to a hotmail account. (hosting provider settings may vary)
// technically bounced email is supposed to go to the return-path email
$headers .= “Return-path: ” . $_POST["email"];

// now we can add the content of the message to a body variable
$message = “FROM: ” . $_POST["name"] . “rn”;
$message .= “EMAIL: ” . $_POST["email"] . “rn”;
$message .= “MESSAGE: ” . $_POST["messageText"];
$message .= “nn”;
$message .= “SELECTED IMAGESn”.$_POST["selectedImages"];

// once the variables have been defined, they can be included
// in the mail function call which will send you an email
mail($sendTo, $subject, $message, $headers);

?>

Let me show you what it is im looking at…..:

rn”;
// next include a replyto
$headers .= “Reply-To: ” . $_POST["email"] . “rn”;
// often email servers won’t allow emails to be sent to
// domains other than their own. The return path here will
// often lift that restriction so, for instance, you could send
// email to a hotmail account. (hosting provider settings may vary)
// technically bounced email is supposed to go to the return-path email
$headers .= “Return-path: ” . $_POST["email"];

// now we can add the content of the message to a body variable
$message = “FROM: ” . $_POST["name"] . “rn”;
$message .= “EMAIL: ” . $_POST["email"] . “rn”;
$message .= “MESSAGE: ” . $_POST["messageText"];
$message .= “nn”;
$message .= “SELECTED IMAGESn”.$_POST["selectedImages"];

// once the variables have been defined, they can be included
// in the mail function call which will send you an email
mail($sendTo, $subject, $message, $headers);

?>

What did I do wrong ???

Jason,

1. Make sure you’ve edited the FormToEmail.php file to include your email address, as per the instructions on the download page of my site.

2. Ensure that your host is running PHP. If you’re hosting on a Windows server, it might not be supported.

3. You might want to send the errors to your hosting provider and requisition their input. Ask them about PHP while you’re at it. I can tell you that the Selection Gallery definitely works.

Leave a comment

(required)

(required)