|
Chuck,
I just noticed something that I think may have something to do with the showcat.php and the showcat.tmpl I edited.
Here is what's happening...
When you click on the calendar...say Thursday March 2nd. All the products posted that day appear. In the reviews column there appears to be a bit of code being displayed along with the # of reviews. It looks like this~
1 reviews&date=1141303291
The additional code being displayed is above in RED.
I confirmed that I didn't screw up the code when I added the code you suggested. Here are a couple snapshots to verify my edits~ showcat.tmpl
{$gallery['prodlink'][$x]}<br />by {$gallery['user'][$x]}</span>
</td> showcat.php
$gallery['views'][$count] = $views;
$gallery['rating'][$count] = $rating;
$gallery['user'][$count] = $tuser;
Thank you...again!
|