XoopsModules25x/contact

View on GitHub

Showing 495 of 495 total issues

Line exceeds 120 characters; contains 122 characters
Open

\define('CO_' . $moduleDirNameUpper . '_' . 'TRUNCATE_LENGTH', 'Number of Characters to truncate to the long text field');
Severity: Minor
Found in language/english/common.php by phpcodesniffer

Line exceeds 120 characters; contains 127 characters
Open

define('_MI_CONTACT_SHOWBCRUMBS_DESC', "Breadcrumb navigation displays the current page's context within the site structure.");
Severity: Minor
Found in language/english/modinfo.php by phpcodesniffer

Line exceeds 120 characters; contains 197 characters
Open

    $response = file_get_contents('https://www.google.com/recaptcha/api/siteverify?secret=' . $helper->getConfig('recaptchakey') . '&response=' . $captcha . '&remoteip=' . $_SERVER['REMOTE_ADDR']);
Severity: Minor
Found in send.php by phpcodesniffer

Line exceeds 120 characters; contains 175 characters
Open

            echo "<td class='$class' align='center'><select size='5' name='groups[" . $i->getVar('bid') . "][]' id='groups[" . $i->getVar('bid') . "][]' multiple='multiple'>";
Severity: Minor
Found in admin/blocksadmin.php by phpcodesniffer

Line exceeds 120 characters; contains 176 characters
Open

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

Line exceeds 120 characters; contains 132 characters
Open

                $content_length = mb_strlen(\preg_replace('/&[0-9a-z]{2,8};|&#\d{1,7};|[0-9a-f]{1,6};/i', ' ', $line_matchings[2]));
Severity: Minor
Found in class/Common/SysUtility.php by phpcodesniffer

Line exceeds 120 characters; contains 267 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=' . $btemplate2[0]->getVar('tpl_id') . '" target="_blank">' . _AM_SYSTEM_BLOCKS_EDITTPL . '</a>'));
Severity: Minor
Found in admin/blockform.php by phpcodesniffer

Line exceeds 120 characters; contains 144 characters
Open

\define('CO_' . $moduleDirNameUpper . '_' . 'CLEAR_SAMPLEDATA_CONFIRM', 'Are you sure to Clear Sample Data? (It will delete ALL current data)');
Severity: Minor
Found in language/english/common.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 144 characters
Open

\define('CO_' . $moduleDirNameUpper . '_' . 'NOTWRITABLE', "<span style='color: red;'>Should have permission ( %d ), but it has ( %d )</span>");
Severity: Minor
Found in language/english/common.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

Line exceeds 120 characters; contains 252 characters
Open

define('_MI_CONTACT_FORM_RECAPTCHA_KEY_DESC', "More info: <a href='https://www.google.com/recaptcha' target='_blank'>Google reCaptcha</a> under 'Resources'.<br>For localhost testing only you can use this key: 6LeIxAcTAAAAAJcZVRqyHh71UMIEGNQ_MXjiZKhI");
Severity: Minor
Found in language/english/modinfo.php by phpcodesniffer

Line exceeds 120 characters; contains 125 characters
Open

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

Line exceeds 120 characters; contains 130 characters
Open

        $form->addElement(new \XoopsFormText(_AM_CONTACT_MAILTO, 'contact_mailto', 50, 255, $this->getVar('contact_mail')), true);
Severity: Minor
Found in class/Contact.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 121 characters
Open

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

Line exceeds 120 characters; contains 166 characters
Open

                $descEditor = new \XoopsFormEditor(\ucfirst($options['name']), $helper->getConfig('editorAdmin'), $options, $nohtml = false, $onfailure = 'textarea');
Severity: Minor
Found in class/Common/SysUtility.php by phpcodesniffer

Line exceeds 120 characters; contains 135 characters
Open

                    $moduleVersion = ($helper->getModule()->getInfo('version') . '_' . $helper->getModule()->getInfo('module_status'));

Line exceeds 120 characters; contains 135 characters
Open

$moduleSelect = new \XoopsFormSelect(constant('CO_' . $moduleDirNameUpper . '_' . 'VISIBLEIN'), 'bmodule', $block['modules'], 5, true);
Severity: Minor
Found in admin/blockform.php by phpcodesniffer

Line exceeds 120 characters; contains 205 characters
Open

            echo "<td class='$class' align='center'><a href='blocksadmin.php?op=edit&amp;bid=" . $i->getVar('bid') . "'><img src=" . $pathIcon16 . '/edit.png' . " alt='" . _EDIT . "' title='" . _EDIT . "'>
Severity: Minor
Found in admin/blocksadmin.php by phpcodesniffer
Severity
Category
Status
Source
Language