WebsiteBaker 2.13.8 is now available!
R.I.P Dietmar (luisehahne) and thank you for all your valuable work for WBhttps://forum.websitebaker.org/index.php/topic,32355.0.html
$email_caption = '<a href="mailto:curator@quinnsoftweed.ca?subject=[TITLE]">Inquire</a>';
$img_title = '[TITLE]';$email_caption = '<a href="mailto:curator@quinnsoftweed.ca?subject=[TITLE]">Inquire</a>';// Make array of all item thumbs and imagesif (file_exists($thumb_dir.$thumb_file) && file_exists($img_dir.$image_file)) {// If needed add lightbox2 link to the thumb/image...if ($setting_lightbox2 == "overview" || $setting_lightbox2 == "all") {$thumb_prepend = "<a href='".$img_url.$image_file."' rel='lightbox[image_".$item_id."]' title='".$img_title.$email_caption."'><img src='";
$specialCharacters = array(‘#’ => ”,‘$’ => ”,‘%’ => ”,‘&’ => ”,‘@’ => ”,‘.’ => ”,‘€’ => ”,‘+’ => ”,‘=’ => ”,‘§’ => ”,‘\\’ => ”,‘/’ => ”,);while (list($character, $replacement) = each($specialCharacters)) {$string = str_replace($character, '-' . $replacement . '-', $string);}
I am curious about the fancybox in stead of lightbox, is this taken from a post on the forum?