public/main/social/group_members.php
Variable "group_id" is not in valid camel caps format Open
Open
$group_info = $userGroup->get($group_id);
- Exclude checks
Variable "user_moderator" is not in valid camel caps format Open
Open
$user_moderator,
- Exclude checks
Variable "group_id" is not in valid camel caps format Open
Open
$group_id,
- Exclude checks
Variable "social_avatar_block" is not in valid camel caps format Open
Open
$social_avatar_block = SocialManager::show_social_avatar_block(
- Exclude checks
Variable "new_member_list" is not in valid camel caps format Open
Open
if (count($new_member_list) > 0) {
- Exclude checks
Variable "social_right_content" is not in valid camel caps format Open
Open
$social_right_content = '<h2>'.$group_info['name'].'</h2>';
- Exclude checks
Variable "this_section" is not in valid camel caps format Open
Open
$this_section = SECTION_SOCIAL;
- Exclude checks
Variable "user_moderator" is not in valid camel caps format Open
Open
$user_moderator = intval($_GET['u']);
- Exclude checks
Variable "user_join" is not in valid camel caps format Open
Open
$userGroup->delete_user_rel_group($user_join, $group_id);
- Exclude checks
Variable "user_moderator" is not in valid camel caps format Open
Open
$user_moderator = intval($_GET['u']);
- Exclude checks
Variable "group_info" is not in valid camel caps format Open
Open
$social_right_content = '<h2>'.$group_info['name'].'</h2>';
- Exclude checks
Variable "social_right_content" is not in valid camel caps format Open
Open
$tpl->assign('social_right_content', $social_right_content);
- Exclude checks
Variable "group_id" is not in valid camel caps format Open
Open
$interbreadcrumb[] = ['url' => 'group_view.php?id='.$group_id, 'name' => $group_info['name']];
- Exclude checks
Variable "user_moderator" is not in valid camel caps format Open
Open
$user_moderator,
- Exclude checks
Variable "new_member_list" is not in valid camel caps format Open
Open
$new_member_list = [];
- Exclude checks
Variable "social_layout" is not in valid camel caps format Open
Open
$tpl->display($social_layout);
- Exclude checks
Variable "user_role" is not in valid camel caps format Open
Open
$user_role,
- Exclude checks
Variable "social_right_content" is not in valid camel caps format Open
Open
$social_right_content .= Display::return_sortable_grid(
- Exclude checks
Variable "group_info" is not in valid camel caps format Open
Open
$group_info = $userGroup->get($group_id);
- Exclude checks
Variable "group_id" is not in valid camel caps format Open
Open
if ($userGroup->is_group_admin($group_id)) {
- Exclude checks
Variable "group_id" is not in valid camel caps format Open
Open
$user['link'] .= '<a href="group_members.php?id='.$group_id.'&u='.$user['id'].'&action=delete_moderator">'.
- Exclude checks
Variable "user_role" is not in valid camel caps format Open
Open
$user_role = $userGroup->get_user_group_role(
- Exclude checks
Variable "user_join" is not in valid camel caps format Open
Open
$user_join = intval($_GET['u']);
- Exclude checks
Variable "group_id" is not in valid camel caps format Open
Open
$group_id
- Exclude checks
Variable "group_id" is not in valid camel caps format Open
Open
if ($userGroup->isGroupModerator($group_id)) {
- Exclude checks
Variable "group_id" is not in valid camel caps format Open
Open
$group_id,
- Exclude checks
Variable "group_id" is not in valid camel caps format Open
Open
$group_id,
- Exclude checks
Variable "new_member_list" is not in valid camel caps format Open
Open
$new_member_list[] = $user;
- Exclude checks
Variable "social_layout" is not in valid camel caps format Open
Open
$social_layout = $tpl->get_template('social/home.tpl');
- Exclude checks
Variable "user_role" is not in valid camel caps format Open
Open
$user_role,
- Exclude checks
Variable "user_join" is not in valid camel caps format Open
Open
$userGroup->update_user_role($user_join, $group_id);
- Exclude checks
Variable "user_join" is not in valid camel caps format Open
Open
$user_join = intval($_GET['u']);
- Exclude checks
Variable "group_id" is not in valid camel caps format Open
Open
if (empty($group_id)) {
- Exclude checks
Variable "group_id" is not in valid camel caps format Open
Open
if ($userGroup->is_group_admin($group_id)) {
- Exclude checks
Variable "group_info" is not in valid camel caps format Open
Open
if (empty($group_info)) {
- Exclude checks
Variable "group_id" is not in valid camel caps format Open
Open
$group_id
- Exclude checks
Variable "group_id" is not in valid camel caps format Open
Open
$user['link'] = '<a href="group_members.php?id='.$group_id.'&u='.$user['id'].'&action=add">'.
- Exclude checks
Variable "user_role" is not in valid camel caps format Open
Open
if (GROUP_USER_PERMISSION_ADMIN == $user_role) {
- Exclude checks
Variable "user_role" is not in valid camel caps format Open
Open
$user_role = '';
- Exclude checks
Variable "group_id" is not in valid camel caps format Open
Open
$userGroup->update_user_role($user_join, $group_id);
- Exclude checks
Variable "group_id" is not in valid camel caps format Open
Open
$userGroup->delete_user_rel_group($user_join, $group_id);
- Exclude checks
Variable "group_id" is not in valid camel caps format Open
Open
'<a href="group_members.php?id='.$group_id.'&u='.$user['id'].'&action=set_moderator">'.
- Exclude checks
Variable "group_id" is not in valid camel caps format Open
Open
if ($userGroup->isGroupModerator($group_id)) {
- Exclude checks
Variable "new_member_list" is not in valid camel caps format Open
Open
$new_member_list,
- Exclude checks
Variable "group_info" is not in valid camel caps format Open
Open
$interbreadcrumb[] = ['url' => 'group_view.php?id='.$group_id, 'name' => $group_info['name']];
- Exclude checks
Variable "group_id" is not in valid camel caps format Open
Open
$user['link'] = '<a href="group_members.php?id='.$group_id.'&u='.$user['id'].'&action=delete">'.
- Exclude checks
Variable "social_avatar_block" is not in valid camel caps format Open
Open
$tpl->assign('social_avatar_block', $social_avatar_block);
- Exclude checks
Variable "group_id" is not in valid camel caps format Open
Open
$group_id = intval($_GET['id']);
- Exclude checks
Expected 0 spaces before closing bracket; newline found Open
Open
Display::getMdiIcon(ActionIcon::ADD_USER, 'ch-tool-icon', null, ICON_SIZE_SMALL, get_lang('Add as moderator')
- Exclude checks
Expected 0 spaces before closing bracket; newline found Open
Open
Display::getMdiIcon(ObjectIcon::PENDING_INVITATION, 'ch-tool-icon', null, ICON_SIZE_SMALL, get_lang('Pending invitation')
- Exclude checks
Expected 0 spaces before closing bracket; newline found Open
Open
Display::getMdiIcon('account-voice-off', 'ch-tool-icon', null, ICON_SIZE_SMALL, get_lang('Remove moderator')
- Exclude checks
Expected 0 spaces before closing bracket; newline found Open
Open
$user['link'] = Display::getMdiIcon(ObjectIcon::ADMIN_USER, 'ch-tool-icon', null, ICON_SIZE_SMALL, get_lang('Admin')
- Exclude checks
Expected 0 spaces before closing bracket; newline found Open
Open
$user['link'] = Display::getMdiIcon(ObjectIcon::MODERATOR_USER, 'ch-tool-icon', null, ICON_SIZE_SMALL, get_lang('Moderator')
- Exclude checks
Expected 0 spaces before closing bracket; newline found Open
Open
Display::getMdiIcon(ActionIcon::DELETE, 'ch-tool-icon', null, ICON_SIZE_SMALL, get_lang('Delete from group')
- Exclude checks