XoopsModules25x/contact

View on GitHub

Showing 495 of 495 total issues

Line exceeds 120 characters; contains 135 characters
Open

            $descEditor = new \XoopsFormDhtmlTextArea(\ucfirst($options['name']), $options['name'], $options['value'], '100%', '100%');
Severity: Minor
Found in class/Common/SysUtility.php by phpcodesniffer

Line exceeds 120 characters; contains 133 characters
Open

                $ret = isset($global[$key]) ? filter_var($global[$key], FILTER_VALIDATE_URL, FILTER_FLAG_SCHEME_REQUIRED) : $default;
Severity: Minor
Found in class/ContactHandler.php by phpcodesniffer

Line exceeds 120 characters; contains 150 characters
Open

        $contact['contact_department'] = Request::getString('contact_department', \xoops_getModuleOption('contact_recipient_std', 'contact'), 'POST');
Severity: Minor
Found in class/ContactHandler.php by phpcodesniffer

Line exceeds 120 characters; contains 122 characters
Open

        $xoopsMailer->setSubject($subjectPrefix . \html_entity_decode($contact['contact_subject'], \ENT_QUOTES, 'UTF-8'));
Severity: Minor
Found in class/ContactHandler.php by phpcodesniffer

Line exceeds 120 characters; contains 246 characters
Open

            $form->addElement(new \XoopsFormLabel(_AM_SYSTEM_BLOCKS_CONTENT, '<a href="' . XOOPS_URL . '/modules/system/admin.php?fct=tplsets&amp;op=edittpl&amp;id=' . $btemplate[0]->getVar('tpl_id') . '">' . _AM_SYSTEM_BLOCKS_EDITTPL . '</a>'));
Severity: Minor
Found in admin/blockform.php by phpcodesniffer

Line exceeds 120 characters; contains 185 characters
Open

                echo "<option value='" . $grp->getVar('groupid') . "' " . (in_array($grp->getVar('groupid'), $groupsPerms) ? 'selected' : '') . '>' . $grp->getVar('name') . '</option>';
Severity: Minor
Found in admin/blocksadmin.php by phpcodesniffer

Line exceeds 120 characters; contains 150 characters
Open

                    $sql = sprintf('INSERT INTO `%s` (block_id, module_id) VALUES (%u, %d)', $xoopsDB->prefix('block_module_link'), $bid, (int)$bmid);
Severity: Minor
Found in admin/blocksadmin.php by phpcodesniffer

Line exceeds 120 characters; contains 141 characters
Open

        $sql = 'ALTER TABLE `' . $xoopsDB->prefix('contact') . "` ADD `contact_platform` ENUM('Android','Ios','Web') NOT NULL DEFAULT 'Web'";
Severity: Minor
Found in include/onupdate.php by phpcodesniffer

Line exceeds 120 characters; contains 172 characters
Open

        $sql = 'DELETE FROM ' . $GLOBALS['xoopsDB']->prefix('tplfile') . " WHERE `tpl_module` = '" . $module->getVar('dirname', 'n') . '\' AND `tpl_file` LIKE \'%.html%\'';
Severity: Minor
Found in include/onupdate.php by phpcodesniffer

Line exceeds 120 characters; contains 125 characters
Open

        $sql = 'ALTER TABLE `' . $xoopsDB->prefix('contact') . '` ADD `contact_skype` VARCHAR(255) NULL AFTER `contact_icq`';
Severity: Minor
Found in include/onupdate.php by phpcodesniffer

Line exceeds 120 characters; contains 162 characters
Open

\define('CO_' . $moduleDirNameUpper . '_' . 'MIGRATE_WARNING', 'Warning! This is intended for developers only. Confirm write schema file from current database.');
Severity: Minor
Found in language/english/common.php by phpcodesniffer

Line exceeds 120 characters; contains 145 characters
Open

    . 'Users selecting from a defined department will have their contact information sent to the corresponding email address you define.<br><br>'
Severity: Minor
Found in language/english/modinfo.php by phpcodesniffer

Line exceeds 120 characters; contains 130 characters
Open

        $form->addElement(new \XoopsFormText(_AM_CONTACT_NAMETO, 'contact_nameto', 50, 255, $this->getVar('contact_name')), true);
Severity: Minor
Found in class/Contact.php by phpcodesniffer

Line exceeds 120 characters; contains 138 characters
Open

        $body = \str_replace('{NAME}', \html_entity_decode($contact['contact_name'], \ENT_QUOTES, 'UTF-8'), _MD_CONTACT_MAILCONFIRM_BODY);
Severity: Minor
Found in class/ContactHandler.php by phpcodesniffer

Line exceeds 120 characters; contains 125 characters
Open

define('_MI_CONTACT_SUBJECT_PREFIX_DESC', 'If yes, the name of the Department will be used as Prefix for the email Subject');
Severity: Minor
Found in language/english/modinfo.php by phpcodesniffer

Line exceeds 120 characters; contains 131 characters
Open

        //            'totalsubmitted'  => $helper->getHandler('Item')->getItemsCount(-1, [Constants::PUBLISHER_STATUS_SUBMITTED]),
Severity: Minor
Found in config/config.php by phpcodesniffer

Line exceeds 120 characters; contains 121 characters
Open

define('_AM_CONTACT_ERROR_BAD_PHP', 'Dieses Modul benötigt mindestens PHP Version %s (Ihre derzeitige Version ist %s)');
Severity: Minor
Found in language/german/admin.php by phpcodesniffer

Line exceeds 120 characters; contains 158 characters
Open

                        $sql = sprintf('INSERT INTO `%s` (block_id, module_id) VALUES (%u, %d)', $xoopsDB->prefix('block_module_link'), $bid[$i], (int)$bmid);
Severity: Minor
Found in admin/blocksadmin.php by phpcodesniffer

Line exceeds 120 characters; contains 172 characters
Open

        $html .= '<li>' . \constant('CO_' . $moduleDirNameUpper . '_MAXUPLOADSIZE') . ' <b><span style="color: blue;">' . \ini_get('upload_max_filesize') . "</span></b>\n";
Severity: Minor
Found in class/Common/ServerStats.php by phpcodesniffer

Line exceeds 120 characters; contains 121 characters
Open

define('_MI_CONTACT_PREFIX_TEXT_DESC', "This text will be included before the Department in the email's subject prefix");
Severity: Minor
Found in language/english/modinfo.php by phpcodesniffer
Severity
Category
Status
Source
Language