| |||||||
| Register | Projects | FAQ | Members List | Mark Forums Read |
![]() |
| | LinkBack | Thread Tools | Display Modes |
| |||
|
I've just got a phonecall from the owner of one of the Links listed in my Directory. There has been a Review about his Website, that is 2 Years old and if you type in the Name of his Company my Directory is #1 in Google But the Review is really bad and he has redesigned his Website very good.So I wanted to delete the Review. But how? In the Features of Indexu Deluxe is stated that I can edit, delete aso. Reviews. But where? Thanks in advance -Dirk |
| |||
|
@esm Somehow I think I can read through your lines that you are no longer into Indexu so much, prove me that I am wrong ![]() I have read 2 - 3 Threads about the Review Problem here and in any topic the word SQL really has been mentioned. Do I have to wonder now? Dont think so. So this should require a new plugin? Or is this a feature Request? Thanks |
| ||||
| Code: Content visible to License Owner only. ![]() But I am submitting a new MOD this month. ![]() Code: Content visible to License Owner only. .
__________________ esm "The older I get, the more I admire competence, just simple competence, in any field from adultery to zoology." . |
| ||||
|
You can edit and delete reviews before they are approved. Once they are approved they cannot be changed because you have already approved it, it is assumed that the review is "safe". The following are a few ways to remove it 1) Go into phpmyadmin in the table idx_review and delete the line 2) Find out what review number it is and run the following in the admin panel under Database - Query DELETE FROM `idx_review` WHERE `review_id` = X Where X is the review number. The review number is not visable so if you don't know it there are other ways! 3) The username DOES appear beside each review, so you could go to Database - Query and run the following DELETE FROM `idx_review` WHERE `username` = X Where X is the username of the review you want to delete. To be honest this method is probably the easiest and quickest 4) There's more! If you want to delete a review, or multiple reviews you could do the following DELETE FROM `idx_review` WHERE `rating` = X Where X equals the rating number that you want to remove. You could remove reviews that were all set to 1 by doing DELETE FROM `idx_review` WHERE `rating` = 1 A full panel to edit existing and already approved reviews is in the wishlist for the next release of IndexU (1.2). This is something I've wanted for a while. |
| ||||
| Code: Content visible to License Owner only. Code: Content visible to License Owner only. Code: Content visible to License Owner only. Also, you need to put quote marks around X if you use username. .
__________________ esm "The older I get, the more I admire competence, just simple competence, in any field from adultery to zoology." . |
![]() |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to delete approved reviews? | yesonline | v5.x | 4 | 11-26-2007 11:52 PM |
| View/Edit/Delete Categories won't load | nerede | v5.x | 2 | 08-17-2005 08:07 PM |
| Timeout with edit/view/delete categories | cinenganos | v5.x | 0 | 03-23-2004 02:47 PM |
| Delete an Approved Review | craven | v5.x | 0 | 04-14-2003 01:40 AM |
| edit/delete subcategories | twopent | v5.x | 3 | 08-25-2002 12:04 AM |