XoopsModules25x/contact

View on GitHub

Showing 495 of 495 total issues

Line exceeds 120 characters; contains 129 characters
Open

            $module->setErrors(\sprintf(\constant('CO_' . $moduleDirNameUpper . '_ERROR_BAD_XOOPS'), $requiredVer, $currentVer));

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 132 characters
Open

\define('CO_' . $moduleDirNameUpper . '_' . 'FOLDER_NO', 'Folder "%s" does not exist. Create the specified folder with CHMOD 777.');
Severity: Minor
Found in language/english/common.php by phpcodesniffer

Line exceeds 120 characters; contains 137 characters
Open

define('_MI_CONTACT_FORM_RECAPTCHA_USE_DESC', 'Select <em>Yes</em> to use Google reCaptcha in the submit form.<br>Default: <em>No</em>');
Severity: Minor
Found in language/english/modinfo.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 157 characters
Open

        if ($GLOBALS['xoopsModuleConfig']['form_dept'] && $GLOBALS['xoopsModuleConfig']['subject_prefix'] && $GLOBALS['xoopsModuleConfig']['contact_dept']) {
Severity: Minor
Found in class/ContactHandler.php by phpcodesniffer

Line exceeds 120 characters; contains 182 characters
Open

                 </a> <a href='blocksadmin.php?op=clone&amp;bid=" . $i->getVar('bid') . "'><img src=" . $pathIcon16 . '/editcopy.png' . " alt='" . _CLONE . "' title='" . _CLONE . "'>
Severity: Minor
Found in admin/blocksadmin.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 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 137 characters
Open

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

Line exceeds 120 characters; contains 197 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[$i]);
Severity: Minor
Found in admin/blocksadmin.php by phpcodesniffer

Line exceeds 120 characters; contains 122 characters
Open

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

Line exceeds 120 characters; contains 177 characters
Open

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

Line exceeds 120 characters; contains 157 characters
Open

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

Line exceeds 120 characters; contains 144 characters
Open

            $contact_pagenav = new \XoopsPageNav($contact_numrows, $contact['limit'], $contact['start'], 'start', 'limit=' . $contact['limit']);
Severity: Minor
Found in admin/main.php by phpcodesniffer

Line exceeds 120 characters; contains 130 characters
Open

\define('CO_' . $moduleDirNameUpper . '_SPHPINI', "<span style='font-weight: bold;'>Information taken from PHP ini file:</span>");
Severity: Minor
Found in language/english/common.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/english/common.php by phpcodesniffer

Line exceeds 120 characters; contains 141 characters
Open

\define('CO_' . $moduleDirNameUpper . '_' . 'TRUNCATE_LENGTH_DESC', 'Set the maximum number of characters to truncate the long text fields');
Severity: Minor
Found in language/english/common.php by phpcodesniffer

Line exceeds 120 characters; contains 165 characters
Open

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

Line exceeds 120 characters; contains 143 characters
Open

                    $latestVersionLink = \sprintf("https://github.com/$repository/archive/%s.zip", $file ? \reset($file)->tag_name : $default);
Severity
Category
Status
Source
Language