|
Your sure your using the correct files? There is no issue with reviews showing on showcat screen. It works fine.
numreviews is pulled in the query and then defined as $comcount
in the showcat.php script is this line
$gallery['comline'][$count] = $comline;
In the showcat.tmpl is this
$gallery['comline'][$x]
which is correct and I display review counts on showcat
|