1

(3 replies, posted in PunBB 1.2 discussion)

(1)
DELETE FROM punbb_users WHERE num_posts='0';

It wont conflict with any of the other tables?`


(2) Also tryingf the User management.. it wont delete users!?

2

(3 replies, posted in PunBB 1.2 discussion)

I converted from phpbb and I had like 3000 spam users in my old forum, that I forgot to delete before i converted.

I can't find a way to delete users with 0 post in punbb?1!?!

Can i safely delete them from the DB direct?

DELETE FROM punbb_users WHERE num_posts='0';