|
Well I can not comment on your java issue as I can not replicate that but a well known issue is the quickreply does not work for peoples own photos since the rating box will not show on your own photos.
My suggestion or edit is this to make the quickreply not show for user's when viewing there own photos
Line 593 of showproduct.php add the code in bold
if ( ($Globals['allowpost'] == "yes" && $userreview == 1 && $User['userid'] == $iuserid ) && $CatPerms['ugpost'][$cat] == 0 && $Globals['quickcom'] == "yes" ) {
|