Quote:
Originally Posted by Konstantinos
nice but a global list of all users who have been banned from all threads is usefull, not the way the original mod used to dispay them.
but maybe in the Admin CP -> View Banned Thread Users or something similar
|
It's not a feature that's part of this mod, but there's a relatively efficient way of doing it- just use a query like this:
SELECT threadid, title, threadbans FROM " . TABLE_PREFIX . "thread WHERE threadbans != ''"
And then unserialize threadbans.