Quantcast
Channel: phpBB.com
Viewing all articles
Browse latest Browse all 2321

[3.3.x] Support Forum • Re: Mark deleted members in mini profiles

$
0
0
Good evening.
I have seen in various phpBB forums that in the mini profile of deleted members, the label "deleted member" is inserted and often there is also a rank icon. Is there a plugin for this?
I'm not sure whether this is really possible as a deleted member is only referenced by his username in the posts_table (and possibly topics_table and forums_table)
His user_id becomes 1 (which is the user_id of anonymous).
It is possible to assign a rank (and rank image) to user_id = 1 as in the printscreen
DeletedUser.jpg
but the downside is is that this will be also be applied to all posts assigned to anonymous.

There another solution in the sense that instead of deleting the user, you could add that user to a new group (Deleted Users) with the special rank (and image) and remove him from all other groups. (I haven't tested that yet but it should be possible - you'll probably have to fiddle with the permissions of that new group)

Added: Mannix also thought about a "special" group. So experiment with that idea : it's quite easy to set up.

Statistics: Posted by warmweer — Wed Aug 28, 2024 1:19 pm



Viewing all articles
Browse latest Browse all 2321

Trending Articles