4246
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
$site_template->register_vars(array(
"image_id" => $image_row['image_id'],
add after :"image_url" => $site_sess->url(ROOT_PATH."details.php?"."image_id=".$image_row['image_id']),
now you can use in templates (e.g. thumbnail_bit.html , ... ) :<a href="{image_url}">{image_name}</a>
for image_name as a link ... (like the link in the thumbnail) ...