Quote:
Originally Posted by spade117
Is there a way to delete a vbookie event after the thread has been deleted?
In the vbookie page, it shows the event with the links for *thread* and *info*, but the link for *delete* is gone, and when either of the other 2 links are clicked, it brings you to an error page.
|
To remove a specific event:
DELETE FROM vbookie_items WHERE item_id = 'X';
replace X with the item id which you can get by mousing over the info link in the affected vbookie event.
To remove a news event:
DELETE FROM vbookie_news WHERE news_id = X';