htdocs/include/comment_form.php
Reference to undeclared constant \_CM_COMAPPROVEUSER
Open
Open
$rule_text = _CM_COMAPPROVEUSER;
- Exclude checks
Call to method __construct
from undeclared class \icms_form_elements_Text
Open
Open
$cform->addElement(new icms_form_elements_Text(_CM_TITLE, 'com_title', 50, 255, $com_title), true);
- Exclude checks
Call to method addElement
from undeclared class \icms_form_Theme
Open
Open
$cform->addElement($icons_radio);
- Exclude checks
Call to method __construct
from undeclared class \icms_form_elements_Checkbox
Open
Open
$noname_checkbox = new icms_form_elements_Checkbox('', 'noname', $noname);
- Exclude checks
Call to method __construct
from undeclared class \icms_form_elements_Hidden
Open
Open
$cform->addElement(new icms_form_elements_Hidden('com_pid', (int) $com_pid));
- Exclude checks
Call to method addElement
from undeclared class \icms_form_Theme
Open
Open
$cform->addElement(new icms_form_elements_Hidden('com_rootid', (int) $com_rootid));
- Exclude checks
Call to method display
from undeclared class \icms_form_Theme
Open
Open
$cform->display();
- Exclude checks
Reference to undeclared constant \_CM_COMAPPROVEALL
Open
Open
$rule_text = _CM_COMAPPROVEALL;
- Exclude checks
Call to method __construct
from undeclared class \icms_form_elements_Tray
Open
Open
$option_tray = new icms_form_elements_Tray(_OPTIONS, '<br />');
- Exclude checks
Reference to undeclared constant \_CM_ACTIVE
Open
Open
XOOPS_COMMENT_ACTIVE => _CM_ACTIVE,
- Exclude checks
Call to method addOption
from undeclared class \icms_form_elements_Checkbox
Open
Open
$br_checkbox->addOption(1, _CM_DOAUTOWRAP);
- Exclude checks
Call to method addElement
from undeclared class \icms_form_Theme
Open
Open
$cform->addElement(new icms_form_elements_Hidden('com_pid', (int) $com_pid));
- Exclude checks
Call to method addElement
from undeclared class \icms_form_Theme
Open
Open
$cform->addElement(new icms_form_elements_Hidden('com_order', $com_order));
- Exclude checks
Call to method __construct
from undeclared class \icms_form_Theme
Open
Open
$cform = new icms_form_Theme(_CM_POSTCOMMENT, 'commentform', 'comment_post.php', 'post', true);
- Exclude checks
Reference to undeclared constant \_DELETE
Open
Open
$button_tray->addElement(new icms_form_elements_Button('', 'com_dodelete', _DELETE, 'submit'));
- Exclude checks
Reference to undeclared constant \_CM_DOAUTOWRAP
Open
Open
$br_checkbox->addOption(1, _CM_DOAUTOWRAP);
- Exclude checks
Reference to undeclared constant \_MESSAGEICON
Open
Open
$icons_radio = new icms_form_elements_Radio(_MESSAGEICON, 'com_icon', $com_icon);
- Exclude checks
Reference to undeclared constant \_POSTANON
Open
Open
$noname_checkbox->addOption(1, _POSTANON);
- Exclude checks
Call to method __construct
from undeclared class \icms_form_elements_Checkbox
Open
Open
$xcode_checkbox = new icms_form_elements_Checkbox('', 'doxcode', $doxcode);
- Exclude checks
Call to method addOption
from undeclared class \icms_form_elements_Checkbox
Open
Open
$xcode_checkbox->addOption(1, _CM_DOXCODE);
- Exclude checks
Variable $com_rootid
is undeclared Open
Open
$cform->addElement(new icms_form_elements_Hidden('com_rootid', (int) $com_rootid));
- Exclude checks
Reference to static property module
from undeclared class \icms
Open
Open
if (isset(icms::$module->config['com_rule'])) {
- Exclude checks
Call to method __construct
from undeclared class \icms_form_elements_Tray
Open
Open
$button_tray = new icms_form_elements_Tray('' , ' ');
- Exclude checks
Call to method __construct
from undeclared class \icms_form_elements_Select
Open
Open
$status_select = new icms_form_elements_Select(_CM_STATUS, 'com_status', $com_status);
- Exclude checks
Reference to static property module
from undeclared class \icms
Open
Open
if (!defined('ICMS_ROOT_PATH') || !is_object(icms::$module)) {
- Exclude checks
Reference to undeclared constant \_CM_MESSAGE
Open
Open
$cform->addElement(new icms_form_elements_Dhtmltextarea(_CM_MESSAGE, 'com_text', $com_text, 10, 50), true);
- Exclude checks
Reference to static property user
from undeclared class \icms
Open
Open
if (false != icms::$user->isAdmin($com_modid)) {
- Exclude checks
Call to method addOptionArray
from undeclared class \icms_form_elements_Select
Open
Open
$status_select->addOptionArray(
- Exclude checks
Call to method addElement
from undeclared class \icms_form_elements_Tray
Open
Open
$button_tray->addElement(new icms_form_elements_Button('', 'com_dodelete', _DELETE, 'submit'));
- Exclude checks
Call to method __construct
from undeclared class \icms_form_elements_Hidden
Open
Open
$cform->addElement(new icms_form_elements_Hidden('com_id', $com_id));
- Exclude checks
Reference to static property module
from undeclared class \icms
Open
Open
$com_modid = icms::$module->getVar('mid');
- Exclude checks
Reference to undeclared constant \_CM_DOHTML
Open
Open
$html_checkbox->addOption(1, _CM_DOHTML);
- Exclude checks
Call to method __construct
from undeclared class \icms_form_elements_Captcha
Open
Open
$cform->addElement(new icms_form_elements_Captcha());
- Exclude checks
Reference to undeclared constant \_CM_COMAPPROVEADMIN
Open
Open
$rule_text = _CM_COMAPPROVEADMIN;
- Exclude checks
Call to method addElement
from undeclared class \icms_form_Theme
Open
Open
$cform->addElement(new icms_form_elements_Label(_CM_COMRULES, $rule_text));
- Exclude checks
Reference to undeclared constant \_CM_TITLE
Open
Open
$cform->addElement(new icms_form_elements_Text(_CM_TITLE, 'com_title', 50, 255, $com_title), true);
- Exclude checks
Call to method addElement
from undeclared class \icms_form_elements_Tray
Open
Open
$option_tray->addElement($noname_checkbox);
- Exclude checks
Call to method __construct
from undeclared class \icms_form_elements_Button
Open
Open
$button_tray->addElement(new icms_form_elements_Button('', 'com_dodelete', _DELETE, 'submit'));
- Exclude checks
Call to method addElement
from undeclared class \icms_form_elements_Tray
Open
Open
$option_tray->addElement($xcode_checkbox);
- Exclude checks
Call to method addElement
from undeclared class \icms_form_elements_Tray
Open
Open
$option_tray->addElement($br_checkbox);
- Exclude checks
Call to method __construct
from undeclared class \icms_form_elements_Button
Open
Open
$button_tray->addElement(new icms_form_elements_Button('', 'com_dopost', _CM_POSTCOMMENT, 'submit'));
- Exclude checks
Reference to undeclared constant \_CM_POSTCOMMENT
Open
Open
$cform = new icms_form_Theme(_CM_POSTCOMMENT, 'commentform', 'comment_post.php', 'post', true);
- Exclude checks
Reference to static property module
from undeclared class \icms
Open
Open
switch (icms::$module->config['com_rule']) {
- Exclude checks
Reference to undeclared constant \_OPTIONS
Open
Open
$option_tray = new icms_form_elements_Tray(_OPTIONS, '<br />');
- Exclude checks
Call to method addOption
from undeclared class \icms_form_elements_Checkbox
Open
Open
$noname_checkbox->addOption(1, _POSTANON);
- Exclude checks
Reference to undeclared constant \_CM_STATUS
Open
Open
$status_select = new icms_form_elements_Select(_CM_STATUS, 'com_status', $com_status);
- Exclude checks
Call to method __construct
from undeclared class \icms_form_elements_Hidden
Open
Open
$cform->addElement(new icms_form_elements_Hidden('com_rootid', (int) $com_rootid));
- Exclude checks
Call to method addElement
from undeclared class \icms_form_Theme
Open
Open
$cform->addElement($button_tray);
- Exclude checks
Call to method addElement
from undeclared class \icms_form_Theme
Open
Open
$cform->addElement(new icms_form_elements_Text(_CM_TITLE, 'com_title', 50, 255, $com_title), true);
- Exclude checks
Reference to undeclared constant \_CM_HIDDEN
Open
Open
XOOPS_COMMENT_HIDDEN => _CM_HIDDEN,
- Exclude checks
Call to method __construct
from undeclared class \icms_form_elements_Checkbox
Open
Open
$html_checkbox = new icms_form_elements_Checkbox('', 'dohtml', $dohtml);
- Exclude checks
Call to method addElement
from undeclared class \icms_form_elements_Tray
Open
Open
$option_tray->addElement($smiley_checkbox);
- Exclude checks
Call to method __construct
from undeclared class \icms_form_elements_Checkbox
Open
Open
$br_checkbox = new icms_form_elements_Checkbox('', 'dobr', $dobr);
- Exclude checks
Call to method stripSlashesGPC
from undeclared class \icms_core_DataFilter
Open
Open
$hidden_value = icms_core_DataFilter::stripSlashesGPC($_GET[$extra_param]);
- Exclude checks
Call to method __construct
from undeclared class \icms_form_elements_Checkbox
Open
Open
$smiley_checkbox = new icms_form_elements_Checkbox('', 'dosmiley', $dosmiley);
- Exclude checks
Call to method addOption
from undeclared class \icms_form_elements_Checkbox
Open
Open
$smiley_checkbox->addOption(1, _CM_DOSMILEY);
- Exclude checks
Reference to static property module
from undeclared class \icms
Open
Open
if ('system' != icms::$module->getVar('dirname')) {
- Exclude checks
Call to method __construct
from undeclared class \icms_form_elements_Label
Open
Open
$cform->addElement(new icms_form_elements_Label(_CM_COMRULES, $rule_text));
- Exclude checks
Call to method __construct
from undeclared class \icms_form_elements_Radio
Open
Open
$icons_radio = new icms_form_elements_Radio(_MESSAGEICON, 'com_icon', $com_icon);
- Exclude checks
Call to method __construct
from undeclared class \icms_form_elements_Dhtmltextarea
Open
Open
$cform->addElement(new icms_form_elements_Dhtmltextarea(_CM_MESSAGE, 'com_text', $com_text, 10, 50), true);
- Exclude checks
Call to method addElement
from undeclared class \icms_form_Theme
Open
Open
$cform->addElement($option_tray);
- Exclude checks
Call to method addElement
from undeclared class \icms_form_Theme
Open
Open
$cform->addElement(new icms_form_elements_Hidden('com_id', $com_id));
- Exclude checks
Call to method addElement
from undeclared class \icms_form_Theme
Open
Open
$cform->addElement(new icms_form_elements_Dhtmltextarea(_CM_MESSAGE, 'com_text', $com_text, 10, 50), true);
- Exclude checks
Reference to static property module
from undeclared class \icms
Open
Open
if (icms::$module->config['com_anonpost'] == 1) {
- Exclude checks
Call to method addElement
from undeclared class \icms_form_elements_Tray
Open
Open
$option_tray->addElement($html_checkbox);
- Exclude checks
Variable $com_pid
is undeclared Open
Open
$cform->addElement(new icms_form_elements_Hidden('com_pid', (int) $com_pid));
- Exclude checks
Call to method addElement
from undeclared class \icms_form_Theme
Open
Open
$cform->addElement(new icms_form_elements_Hidden('com_itemid', $com_itemid));
- Exclude checks
Reference to undeclared constant \_CM_COMRULES
Open
Open
$cform->addElement(new icms_form_elements_Label(_CM_COMRULES, $rule_text));
- Exclude checks
Call to method getFileList
from undeclared class \icms_core_Filesystem
Open
Open
$subject_icons = icms_core_Filesystem::getFileList(ICMS_ROOT_PATH . "/images/subject/", '', array('gif', 'jpg', 'png'));
- Exclude checks
Call to method addOption
from undeclared class \icms_form_elements_Radio
Open
Open
$icons_radio->addOption($iconfile, '<img src="' . ICMS_URL . '/images/subject/' . $iconfile . '" alt="" />');
- Exclude checks
Call to method addOption
from undeclared class \icms_form_elements_Checkbox
Open
Open
$html_checkbox->addOption(1, _CM_DOHTML);
- Exclude checks
Call to method __construct
from undeclared class \icms_form_elements_Hidden
Open
Open
$cform->addElement(new icms_form_elements_Hidden('com_itemid', $com_itemid));
- Exclude checks
Call to method __construct
from undeclared class \icms_form_elements_Button
Open
Open
$button_tray->addElement(new icms_form_elements_Button('', 'com_dopreview', _PREVIEW, 'submit'));
- Exclude checks
Call to method addElement
from undeclared class \icms_form_elements_Tray
Open
Open
$button_tray->addElement(new icms_form_elements_Button('', 'com_dopost', _CM_POSTCOMMENT, 'submit'));
- Exclude checks
Call to method __construct
from undeclared class \icms_form_elements_Hidden
Open
Open
$cform->addElement(new icms_form_elements_Hidden('com_order', $com_order));
- Exclude checks
Reference to undeclared constant \_PREVIEW
Open
Open
$button_tray->addElement(new icms_form_elements_Button('', 'com_dopreview', _PREVIEW, 'submit'));
- Exclude checks
Reference to undeclared constant \_CM_POSTCOMMENT
Open
Open
$button_tray->addElement(new icms_form_elements_Button('', 'com_dopost', _CM_POSTCOMMENT, 'submit'));
- Exclude checks
Call to method __construct
from undeclared class \icms_form_elements_Hidden
Open
Open
$cform->addElement(new icms_form_elements_Hidden('com_mode', $com_mode));
- Exclude checks
Call to method checkVar
from undeclared class \icms_core_DataFilter
Open
Open
$cform->addElement(new icms_form_elements_Hidden($extra_param, icms_core_DataFilter::checkVar($hidden_value, 'str')));
- Exclude checks
Call to method addElement
from undeclared class \icms_form_Theme
Open
Open
$cform->addElement(new icms_form_elements_Hidden($extra_param, icms_core_DataFilter::checkVar($hidden_value, 'str')));
- Exclude checks
Call to method addElement
from undeclared class \icms_form_Theme
Open
Open
$cform->addElement(new icms_form_elements_Hidden('com_mode', $com_mode));
- Exclude checks
Reference to static property module
from undeclared class \icms
Open
Open
$comment_config = icms::$module->getInfo('comments');
- Exclude checks
Call to method stripSlashesGPC
from undeclared class \icms_core_DataFilter
Open
Open
$hidden_value = icms_core_DataFilter::stripSlashesGPC($_POST[$extra_param]);
- Exclude checks
Reference to static property user
from undeclared class \icms
Open
Open
if (is_object(icms::$user)) {
- Exclude checks
Reference to undeclared constant \_CM_PENDING
Open
Open
XOOPS_COMMENT_PENDING => _CM_PENDING,
- Exclude checks
Call to method addElement
from undeclared class \icms_form_Theme
Open
Open
$cform->addElement($status_select);
- Exclude checks
Reference to undeclared constant \_CM_DOSMILEY
Open
Open
$smiley_checkbox->addOption(1, _CM_DOSMILEY);
- Exclude checks
Reference to undeclared constant \_CM_DOXCODE
Open
Open
$xcode_checkbox->addOption(1, _CM_DOXCODE);
- Exclude checks
Call to method __construct
from undeclared class \icms_form_elements_Hidden
Open
Open
$cform->addElement(new icms_form_elements_Hidden($extra_param, icms_core_DataFilter::checkVar($hidden_value, 'str')));
- Exclude checks
Call to method addElement
from undeclared class \icms_form_Theme
Open
Open
$cform->addElement(new icms_form_elements_Captcha());
- Exclude checks
Call to method addElement
from undeclared class \icms_form_elements_Tray
Open
Open
$button_tray->addElement(new icms_form_elements_Button('', 'com_dopreview', _PREVIEW, 'submit'));
- Exclude checks
Tabs must be used to indent lines; spaces are not allowed Open
Open
$html_checkbox->addOption(1, _CM_DOHTML);
- Exclude checks
Tabs must be used to indent lines; spaces are not allowed Open
Open
//$cform->addElement(new icms_form_elements_Hidden('dohtml', $dohtml));
- Exclude checks
Tabs must be used to indent lines; spaces are not allowed Open
Open
$html_checkbox = new icms_form_elements_Checkbox('', 'dohtml', $dohtml);
- Exclude checks
Tabs must be used to indent lines; spaces are not allowed Open
Open
- Exclude checks
Tabs must be used to indent lines; spaces are not allowed Open
Open
$option_tray->addElement($html_checkbox);
- Exclude checks
Space found before comma in function call Open
Open
$button_tray = new icms_form_elements_Tray('' , ' ');
- Exclude checks
Unexpected spaces found. Open
Open
$option_tray->addElement($html_checkbox);
- Exclude checks
Unexpected spaces found. Open
Open
- Exclude checks
Unexpected trailing spaces found. Open
Open
- Exclude checks
Unexpected spaces found. Open
Open
$html_checkbox->addOption(1, _CM_DOHTML);
- Exclude checks
Unexpected spaces found. Open
Open
$html_checkbox = new icms_form_elements_Checkbox('', 'dohtml', $dohtml);
- Exclude checks
Unexpected spaces found. Open
Open
//$cform->addElement(new icms_form_elements_Hidden('dohtml', $dohtml));
- Exclude checks