Quote:
Originally Posted by SideDraft260
anyidea on how to integrate this into photoplog?
|
This is what I've done with PhotoPlog Lite v.2.0.6:
Edit photoplog_view_file template and find:
Code:
<a href="$photoplog_location/file.php?$session[sessionurl]n=$photoplog_fileid&w=o"><img src="$photoplog_location/file.php?$session[sessionurl]n=$photoplog_fileid&w=l" alt="$vbphrase[photoplog_click_to_view_original]" title="$vbphrase[photoplog_click_to_view_original]" border="0" /></a>
replace with:
Code:
<a class="highslide" onclick="return hs.expand(this, { slideshowGroup: '$post[postid]', align: 'center' })"href="$photoplog_location/file.php?$session[sessionurl]n=$photoplog_fileid&w=o"><img src="$photoplog_location/file.php?$session[sessionurl]n=$photoplog_fileid&w=l" alt="$vbphrase[photoplog_click_to_view_original]" title="$vbphrase[photoplog_click_to_view_original]" border="0" /></a>