1

Topic: Deleted Moderator, still in mod list

Well, as topic says, after i deleted a moderator his name still apears in the forum list as moderator. Where do i delete the name from the forum list?

And, punBB is by far the best freakin forum out there smile

Re: Deleted Moderator, still in mod list

This is a bug in PunBB 1.0.1. It has been fixed in 1.1.

To fix it, you have to run a database query.

UPDATE forums SET moderators=NULL WHERE id=12

Replace 12 with the ID of the forum in question. This will reset the moderator list so you will have to re-add any moderators in that forum.

"Programming is like sex: one mistake and you have to support it for the rest of your life."

3

Re: Deleted Moderator, still in mod list

Thx, all forums then wink so:
UPDATE forums SET moderators=NULL
Will work great i think.

Re: Deleted Moderator, still in mod list

Yup, that's correct.

"Programming is like sex: one mistake and you have to support it for the rest of your life."