XF 2.0 Show banned members list to registered users?

dehness

Well-known member
Anyone know how I can provide a ban list that members can browse and see when / for what reason someone was banned?

Adding another category to the members tab would be ideal, but failing that, is there a way I can display the admin.php?banning/users/ list on the public forum?
 
Extend the members controller, add for example actionShowBanned to it, shape your query with the finder system and then register for example members/banned to actionShowBanned. That would be roughly the way to go I believe.
 
Top Bottom