XoopsModules25x/contact

View on GitHub

Showing 495 of 495 total issues

Line exceeds 120 characters; contains 132 characters
Open

\define('CO_' . $moduleDirNameUpper . '_' . 'BROWSETOTOPIC', "<span style='font-weight: bold;'>Browse items alphabetically</span>");
Severity: Minor
Found in language/german/common.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 177 characters
Open

                                . 'Je nach Benutzerauswahl erhält die entsprechende Abteilung die jeweilige Kontaktinformation an die dafür definierte E-Mail-Adresse.<br><br>'
Severity: Minor
Found in language/german/modinfo.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 126 characters
Open

\define('CO_' . $moduleDirNameUpper . '_GDOFF', "<span style='font-weight: bold;'>Disabled</span> (No thumbnails available)");
Severity: Minor
Found in language/english/common.php by phpcodesniffer

Line exceeds 120 characters; contains 121 characters
Open

define('_MI_B_CONTACT_FORM_MAP_DESC', 'Ein Kontaktformular zusammen mit dem Standort in Google Maps als Block anzeigen');
Severity: Minor
Found in language/german/modinfo.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 188 characters
Open

\define('CO_' . $moduleDirNameUpper . '_' . 'SHOW_SAMPLE_BUTTON_DESC', 'If yes, the "Add Sample Data" button will be visible to the Admin. It is Yes as a default for first installation.');
Severity: Minor
Found in language/english/common.php by phpcodesniffer

Line exceeds 120 characters; contains 145 characters
Open

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

Line exceeds 120 characters; contains 154 characters
Open

\define('CO_' . $moduleDirNameUpper . '_' . 'SHOW_DEV_TOOLS_DESC', 'If yes, the "Migrate" Tab and other Development tools will be visible to the Admin.');
Severity: Minor
Found in language/german/common.php by phpcodesniffer

Line exceeds 120 characters; contains 176 characters
Open

\define('CO_' . $moduleDirNameUpper . '_' . 'IMAGE_CONFIG', '<span style="color: #FF0000; font-size: Small;  font-weight: bold;">--- EXTERNAL Image configuration ---</span> ');
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/german/common.php by phpcodesniffer

Line exceeds 120 characters; contains 124 characters
Open

define('_MI_CONTACT_DEPT_DESC', 'Diese Option erlaubt die Angabe/Kombination von verschiedenen Abteilungen/Empfängern.<br>'
Severity: Minor
Found in language/german/modinfo.php by phpcodesniffer

Line exceeds 120 characters; contains 204 characters
Open

        //    $safemode = ini_get('safe_mode') ? constant('CO_' . $moduleDirNameUpper . '_ON') . constant('CO_' . $moduleDirNameUpper . '_SAFEMODEPROBLEMS : constant('CO_' . $moduleDirNameUpper . '_OFF');
Severity: Minor
Found in class/Common/ServerStats.php by phpcodesniffer

Line exceeds 120 characters; contains 189 characters
Open

                $sql = sprintf("INSERT INTO `%s` (gperm_groupid, gperm_itemid, gperm_modid, gperm_name) VALUES (%u, %u, 1, 'block_read')", $xoopsDB->prefix('group_permission'), $grp, $bid);
Severity: Minor
Found in admin/blocksadmin.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 162 characters
Open

define('_MI_CONTACT_DEFAULT_DESC', 'Here you can define additional information, which should be shown beside contact form (e.g name, address , phone number,...');
Severity: Minor
Found in language/english/modinfo.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/german/common.php by phpcodesniffer

Line exceeds 120 characters; contains 142 characters
Open

define('_MI_CONTACT_FORM_RECAPTCHA_USE_DESC', 'Wähle <em>Ja</em>, um reCaptcha im Eingabeformular zu verwenden.<br>Standard: <em>Nein</em>');
Severity: Minor
Found in language/german/modinfo.php by phpcodesniffer

Line exceeds 120 characters; contains 163 characters
Open

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