I’ve been using this code to display an additional logged on user role.
Is there a way to modify this so I can display 2 additional roles besides the Administrator. For example “Subscribers” and “Editors”
function my_auli_get_role__in( $role__in ) {
$role__in[] = 'Subscriber'; // custom role, first character capitalized
return $role__in;
}
add_filter( 'auli_get_role__in', 'my_auli_get_role__in' );
]]>
I had an user who was an editor but I created a new role via User Role Editor and now that user doesn’t show up in the list anymore.
]]>Is it possible to allow other users to see each other whos online?
For example:
Role: Editor to see other Editors
Or to simplify the question, every type of role to see the dashboard widget whos online ?
Since we have like 7 users with different roles, but since its news portal, to be able to see each other , whos online.
Is there a way to configure this to display the status on custom editor roles instead of admins?
I’m using advanced access manager to create a new role and wish to monitor those users.
Thanks
I would love to translate this plugin further. As in, make the months / “never logged in” and the top of the widget translate-able… Is this something that can happen?
]]>Hello there
Just fyi, I have submitted a Dutch (Belgium) translation of this plugin.
]]>