
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| QdbS - Quote database System :: Forums :: QdbS Support | |||
|
|||
how do I remove quotes? |
| Author | Post |
| csc2ya |
| ||
![]() Joined: Mon Aug 03 2009, 18:14:21 Posts: 10 | I've just installed qdbs to replace a custom script that seems to have been deleted from the server it was hosted on. It all works, except I can't find how to remove quotes. ChatNSN Quote Database | ||
| Back to top |
| csc2ya |
| ||
![]() Joined: Mon Aug 03 2009, 18:14:21 Posts: 10 | I've now found the reply to the bug report entry saying that it isn't implemented yet. Is there a way to delete quotes manually, by editing the database or anything like that. Edit: should have tried before posting really. I have been able to delete the test quote I posted by removing it from the database via phpmyadmin. [ Edited Mon Aug 03 2009, 21:22:39 ] ChatNSN Quote Database | ||
| Back to top |
| Jobe |
| ||
![]() ![]() ![]() Joined: Mon Oct 08 2007, 15:54:30 Posts: 32 | csc2ya wrote ... Sorry for the late reply, if you know the quote ID you can deleted it from the quotes table using an SQL query such as:I've now found the reply to the bug report entry saying that it isn't implemented yet. Is there a way to delete quotes manually, by editing the database or anything like that. Edit: should have tried before posting really. I have been able to delete the test quote I posted by removing it from the database via phpmyadmin.
DELETE FROM `quotes` WHERE `id` = '';
| ||
| Back to top |
| peerData |
| ||
![]() Joined: Sat Sep 05 2009, 23:56:29 Posts: 3 | Jobe wrote ... Sorry for the late reply, if you know the quote ID you can deleted it from the quotes table using an SQL query such as:
DELETE FROM `quotes` WHERE `id` = '';
Is there a quick code implement to put this on a page with a text area to enter the quote number and even to put this on the Admin page? | ||
| Back to top |
| Jobe |
| ||
![]() ![]() ![]() Joined: Mon Oct 08 2007, 15:54:30 Posts: 32 | Ill look into adding it as soon as I get some free time. | ||
| Back to top |
| Moderators: Jobe, Eck |