Quote:
Originally Posted by Da Drgon
found a bug in the sr_classifieds_feedbit template....
Code:
<td class="alt2"><if condition="$show[editcomment]"><a href="sr_classifieds.php?do=editfeedback&rateid=$feed[rateid]">
($vbphrase[sr_classifieds_edit])</a></if>
<a href="sr_classifieds.php?do=ad&adid=$feed[adid]">$feed[comment]</a></td>
where sr_classifieds.php?do=ad&adid= should be sr_classifieds.php?do=ad&id= instead... if you click on the ad link in the user feedback, it gives you an error saying the ad doesn't exist... that's because the URL is not correct.... I manually edited the template and corrected it
|
Good catch. I will fix that and then edit the zip.