View Single Post
Old March 7th, 2006, 10:50 AM   #8 (permalink)
str1p3r
Registered User
 
Join Date: Feb 2005
Posts: 29
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&nbsp;{$gallery['user'][$x]}</span>
</td>

showcat.php

$gallery['views'][$count] = $views;
$gallery['rating'][$count] = $rating;
$gallery['user'][$count] = $tuser;



Thank you...again!
str1p3r is offline   Reply With Quote