We build. You grow.

Get best community software here

Start a social network, a fan-site, an education project with oxwall - free opensource community software

Show user banreason on suspended page | Forum

Sean
Sean Feb 2 '15
Hi when you suspend a user you can set a reason and I'd like to display that to the users. Anyway to do it?
Marisa
Marisa Feb 17 '15
I would like that, too.
Sean
Sean Feb 17 '15
I'm not much of a developer, but couldn't you just have PHP get the user ID then search the DB table and echo the message?


Like this for user ID 5?


SELECT *  FROM `ow_base_user_suspend`  WHERE `userId` =5

Sean
Sean Mar 3 '15
No one has any clue?
David
David Mar 28 '15

I want also show Suspend Reason on profile page;

(only moderators can view a suspend profile)

James
James Apr 12 '15
I'd like this as well if anyone has an idea on how to do this.