posted 18 years ago
If delete user by commands:
DELETE FROM jforum_user_groups WHERE user_id = UID
DELETE FROM jforum_users WHERE user_id = UID
Then open forum - we have error:
20:58:27,575 ERROR [runtime ]
Expression topic.lastPostBy.username is undefined on line 208, column 144 in default/forum_show.htm.
The problematic instruction:
----------
==> ${topic.lastPostBy.username} [on line 208, column 142 in default/forum_show.htm]
----------
Now I understend why I can't delete user from user administration page.
May be better to allow user removing, and check user exist, and on forum write <USER DELETED>.
[originally posted on jforum.net by VVD]