BUG - Admin can't edit/delete user status msg

Hi, 

 

Currently there is no way for an administrator to clear/reset/change a user's status message. For instance, if they change to to something inappropriate the only way to clear it is to either login as the user, or edit it directly in the DB.

I feel this is a missing profile field that could be utilized by admins much more conveniently.

 

Thanks

Quote · 11 Apr 2013

Can this get logged?

Quote · 16 Apr 2013

bump...

Quote · 18 Apr 2013

bump...

Quote · 23 Apr 2013

:(

Quote · 25 Apr 2013

You can add user status message field to profile edit form for admin by executing the following query:

UPDATE `sys_profile_fields` SET  `Type` =  'text', `EditAdmBlock` =  '21', `EditAdmOrder` =  '1' WHERE `Name` = 'UserStatusMessage' LIMIT 1;

Rules → http://www.boonex.com/terms
Quote · 26 Apr 2013

Thanks! works great

Quote · 26 Apr 2013
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.