The following warnings occurred:
Warning [2] Undefined variable $unreadreports - Line: 26 - File: global.php(961) : eval()'d code PHP 8.1.2-1ubuntu2.14 (Linux)
File Line Function
/global.php(961) : eval()'d code 26 errorHandler->error
/global.php 961 eval
/printthread.php 16 require_once



UserSpice
Empty the messages - Printable Version

+- UserSpice (https://userspice.com/forums)
+-- Forum: Miscellaneous (https://userspice.com/forums/forumdisplay.php?fid=28)
+--- Forum: Off-topic Discussions (https://userspice.com/forums/forumdisplay.php?fid=10)
+--- Thread: Empty the messages (/showthread.php?tid=727)



Empty the messages - shoropio - 09-08-2017

Hello everyone, how can I empty the messages in messages.php


Empty the messages - Brandin - 09-08-2017

I don't know that the current (live) messaging system has this function built yet. It was experimental until alpha (the version we are developing now). The new one that is getting pushed out has a lot of awesome features.

Otherwise, you can run these two queries on your DB:
DELETE FROM messages
DELETE FROM message_threads

BEWARE, that will delete EVERYTHING in those two tables.