I am sorry Omegatron, but your response lost me completely
1. I never mentioned java. "you did not fill in all required fields" is a java error??
2. I was sure that I wan't using quick reply. when you view a product I assumed the quickreply was on the bottom, and hitting the post a review was the regular.
3. the product has no photo attached to it.
Brian
edit - I just tried the quick comment and rate that is on the same page as the product, and got the same error.
Quote:
|
Originally Posted by omegatron 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" ) { |