MyBB Community Forums

Full Version: Prune Shoutbox
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Is there a way to prune the shoutbox? I am using the one from Spicefuse...
You can use queries to do so, ie:
DELETE FROM mybb_sf_shouts WHERE shout_date < {insert time here}
how about if I want to delete all of the shouts and leave a not saying "[username] has pruned the shoutbox"?
krazygamers Wrote:how about if I want to delete all of the shouts and leave a not saying "[username] has pruned the shoutbox"?

Wouldn't be easier if you just deactivated the plugin and then reactivate it? That should be enough to start from scratch.
(2007-11-09, 11:15 PM)Yumi Wrote: [ -> ]You can use queries to do so, ie:
DELETE FROM mybb_sf_shouts WHERE shout_date < {insert time here}
I didnt understand it can you please explain it more
or give another way to prune s.box