<?php
if(empty($member_only))
printf( __('There are currently %s and %s online', __n( '%s member', '%s members', count($online['userids']), count($online['userids']) ), __n( '%s guest', '%s guests', $online['guests'], $online['guests'] ) );
else
echo __n('There is currently %s member online', 'There are currently %s ... moreketkew he can remove that in widget
\app\View\Widgets\user\onlineUsers.ctp
@DH just remove
<?php
if(empty($member_only))
printf( __('There are currently %s and %s online', __n( '%s member', '%s members', count($online['userids']), count($online['userids']) ), __n( '%s guest', '%s guests', $online['guests'], $online['guests'] ) );
else
echo __n('There is currently %s member online', 'There are currently %s members online', count($online['userids']), count($online['userids']) );
?>
\app\View\Widgets\user\onlineUsers.ctp
@DH just remove
<?php
if(empty($member_only))
printf( __('There are currently %s and %s online', __n( '%s member', '%s members', count($online['userids']), count($online['userids']) ), __n( '%s guest', '%s guests', $online['guests'], $online['guests'] ) );
else
echo __n('There is currently %s member online', 'There are currently %s ... more
padding: 10px;
}change to:.p_10 {
padding: 10px;
... more