I think I have followed your directions; however, this fix is not working for me
i have included some snippets of my code
first is my details.php
"msg" => $msg,
"thumb" => get_thumbnail_code($image_row['image_media_file'], $image_row['image_thumb_file'], $image_row['image_id'], $image_row['cat_id'], $image_row['image_name'], $mode, $show_link),
"clickstream" => $clickstream,
"lang_category" => $lang['category'],
"lang_added_by" => $lang['added_by'],
"lang_description" => $lang['description'],
"lang_keywords" => $lang['keywords'],
next is my code from my ptf.html file referring to thumb
<!-- Template file for PTF Files -->
<img src="{thumb}" border="1" alt="{image_name}"{width_height} /><br />
no joy though, please let me know what i am doing wrong