该内容被隐藏,只有指定用户组可见'; $gids = setting_get('dj_gids'); if($gids){ $gids = explode('-', $gids); if(in_array($gid, $gids)){ $hide_content = $matches[2]; } } $replacement = '
'.$hide_content.'
'; $first['message_fmt'] = str_replace($matches[1], $replacement, $first['message_fmt']); } ?>