Forums


QdbS - Quote database System :: Forums :: QdbS Support
<< Previous thread | Next thread >>   

how do I remove quotes?

Author Post
csc2ya
Mon Aug 03 2009, 18:16:27
Registered Member #23
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
Mon Aug 03 2009, 21:19:07
Registered Member #23
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
Fri Aug 14 2009, 22:05:41


Joined: Mon Oct 08 2007, 15:54:30
Posts: 32
csc2ya wrote ...
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.
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` = '';
Back to top
peerData
Sat Sep 05 2009, 23:59:42
Registered Member #26
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` = '';
[/html]

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
Thu Sep 10 2009, 08:05:43


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

Jump:     Back to top

Syndicate this thread: rss 0.92 Syndicate this thread: rss 2.0 Syndicate this thread: RDF
Powered by e107 Forum System