[high]* Guest210212002 Updates
[/high]
One small error Calorie, when I try to validate this code, there are no alt tags defined for the thumbnails so it fails:
Code:
<a href="/photoplog/index.php?n=26">
<img src="/photoplog/file.php?n=26&w=s" border="0" />
I added: alt=\"Thumbnail\" to the end of the image call like so:
Code:
<img src=\"".$photoplog_location."/file.php?".$vbulletin->session->vars['sessionurl']."n=".$photoplog_fileid."&w=s\" border=\"0\" alt=\"Thumbnail\" />
Into photoplog_thumbs.php, and it validates now.