You are here:  » Removing a review

Support Forum



Removing a review

Submitted by Paddy on Wed, 2009-08-05 11:02 in

Hi,
I've just accpeted a review that now I wish I hadn't. Is there a way of taking it off afterwards?
Thanks,
Patrick

Submitted by support on Wed, 2009-08-05 11:19

Hi Patrick,

Quickest way would be via your MySQL admin tool - do you have phpMyAdmin? If so, go to your Price Tapestry database, select the reviews table, and then just below the SQL box click "Edit". Then, change the SQL to:

SELECT * FROM `reviews` ORDER BY id DESC

...and click Go. You should then see the latest review as the first item in the list, then click the red cross to delete the record. If this isn't an option, let me know and I'll put together a quick helper tool to do the job.

Cheers,
David.

Submitted by Paddy on Wed, 2009-08-05 11:43

I haven't currently got phpMyadmin. I used it, but it was a couple of years ago. Can you forsee any other situations were MyAdmin would be of use? If not a helper tool would be of great use.

Submitted by Paddy on Wed, 2009-08-05 12:06

Hi David,
I used Myadmin a couple of years ago, but not been near it since. Can you forsee any other reasons for which a knowledge of my admin would be useful? If not a helper tool might be best.
Thanks,
Patrick

Submitted by support on Wed, 2009-08-05 12:30

Hi Patrick,

No probs... Download, unzip and upload to /admin/, then browse to /admin/deleteReviews.php where you can view all reviews and use the links to delete any no longer required.

Cheers,
David.