@mikelbeck: fixed in 1.0.4.3, but you'll need to look at the photoplog_ratecomment table via say phpMyAdmin and delete any row for which there is no longer a file.
@allstar55: upgrade to 1.0.4.3 to take care of the HTML issues, hopefully, and you need vB canadminforums permission to see thumbs in moderation queue.
@lordnex: try reverting the PhotoPlog templates, if you made any changes, FTPing all the PHP files in the 1.0.4.3 ZIP /photoplog directory except config.php, over writing the old files, and then doing another product import, allowing overwrite.
@nitro: right before <if condition="$show['leftcolumn']">$forumsideblocks</if> appears in the template, add the following like so:
Code:
<!-- to see what the variables contain -->
<br />
XXXXX $show[leftcolumn] XXXXX
<br />
YYYYY $forumsideblocks YYYYY
<br />
<if condition="$show['leftcolumn']">$forumsideblocks</if>