well i managed to get a link to the original file
open file.php
after
PHP Code:
else if ($photoplog_thumb_type == 's')
{
$photoplog_thumb_dir = 'small';
}
add this
PHP Code:
else if ($photoplog_thumb_type == 'o')
{
$photoplog_thumb_dir = './';
}
and in template photoplog_view_file
change this line
Code:
<p><img src="$photoplog_location/file.php?$session[sessionurl]n=$photoplog_fileid&w=l" border="0" /></p>
with this
Code:
<p><a href="$photoplog_location/file.php?$session[sessionurl]n=$photoplog_fileid&w=o" target="_blank"><img src="$photoplog_location/file.php?$session[sessionurl]n=$photoplog_fileid&w=l" border="0" /></a></p>
This is a very quick mod i made does anyone else have any other way with more feautures ,like open in a autoresize popup ?
mine example live here
http://www.3dacc.net/gallery/index.php
no registration require to view the gallery