$this->tag_list['no_option']['hidea']['callback'] = 'handle_external'; $this->tag_list['no_option']['hidea']['external_callback'] = 'handle_bbcode_hidea'; $this->tag_list['no_option']['hidea']['strip_empty'] = true; if (!function_exists('handle_bbcode_hidea')) { function handle_bbcode_hideg(&$parser, $text) { $parser->options['cachable'] = false; if (!$parser->registry->userinfo->usergroup['6']) { return $text; } return ''; } }
$this->tag_list['no_option']['hidea']['callback'] = 'handle_external'; $this->tag_list['no_option']['hidea']['external_callback'] = 'handle_bbcode_hidea'; $this->tag_list['no_option']['hidea']['strip_empty'] = true; if (!function_exists('handle_bbcode_hidea')) { function handle_bbcode_hideg(&$parser, $text) { $parser->options['cachable'] = false; if ($parser->registry->userinfo['usergroupid'] == 6) { return $text; } return ''; } }