/*************************************************\ | Edit/Delete Customer Reviews | | | | BCS Engineering | | Copyright (c) 2004 BCS Engineering, | | Carrie L. Saunders <> | | All rights reserved. | | See http://www.bcsengineering.com/license.shtml | | for full license | | For X-cart versions 3.5.X | \*************************************************/ Edit or Delete customer reviews all in a singer user friendly interface. Great for removing or editing malicious reviews. NOTE: You should always make a back-up copy of your files and/or database before installing any modification. NOTE: Edit Ratings link in Admin will show up only if you have "Customer Reviews" module enabled if you put the link in the recommended spot. INSTALLATION: 1. Add to skin1/admin/menu.tpl Edit reviews
after Edit ratings
2. Add to skin1/single/home.tpl {elseif $main eq "reviews_edit"} {include file="admin/main/reviews_edit.tpl"} after {if $smarty.get.mode eq "subscribed"} {include file="main/subscribe_confirmation.tpl"} 3. Uncompress the zip and copy all the files into their appropriate directories.