View Single Post
Old June 6th, 2006, 04:15 PM   #9 (permalink)
prodigy
Member
Verified Customer
 
Join Date: Jul 2005
Posts: 53
I managed to solve this problem by editing the showproduct.tmpl

Find this line:
<a href="comments.php?product=$product&amp;cedit={$reviewnum[$x]}">

Change it to:
<a href="http://yourwebsiteURL/comments.php?product=$product&amp;cedit={$reviewnum[$x]}">
prodigy is offline   Reply With Quote