День добрый, На Джумлу 1,5,10 скачал и установил securityimages-5.1.2. В компонентах он включен, файлы из идущего архива я позаменял. Однако компонент никак не отображается, даже в html коде его не видно, хотя в шаблоне он есть, например: \components\com_user\views\register\tmpl\default.php Код (PHP): <td height="40"> <label id="pw2msg" for="password2"> <?php echo JText::_( 'Verify Password' ); ?>: </label> </td> <td> <input class="inputbox required validate-passverify" type="password" id="password2" name="password2" size="40" value="" /> * </td> </tr> <!-- add by www.waltercedric.com to protect the form --> <?php $useSecurityImagesInRegister = false; if (file_exists(JPATH_SITE.DS."administrator".DS."components".DS."com_securityimages".DS."config.securityimages.php")) { include(JPATH_SITE.DS."administrator".DS."components".DS."com_securityimages".DS."config.securityimages.php"); $useSecurityImagesInRegister = $securityImagesInRegister; } $usersConfig = &JComponentHelper::getParams( 'com_users' ); if ($usersConfig->get( 'useSecurityImages' ) && $useSecurityImagesInRegister) { ?> <tr> <script type="text/javascript" src="<?php echo JURI :: root() ?>components/com_securityimages/js/securityImages.js"></script> <td height="40"> <label for="contact_securityimages"><?php echo JText::_('SECURITYIMAGES LABEL') ?></label> </td> <td> <input type="text" name="securityImagesJoomlaUserTry" id="securityImagesJoomlaUserTry"/> * <img id='securityImagesContactCaptcha' name='securityImagesContactCaptcha' align="middle" src="<?php echo JURI :: root() ?>index.php?option=com_user&task=displaySecurityImagesCaptcha&rand=<?php echo rand() ?>" /> <a href="javascript:askNewSecurityImages('securityImagesContactCaptcha');"> <img src="<?php echo JURI :: root() ?>/components/com_securityimages/buttons/reload.gif" id='securityImagesContactCaptchaReload' name='securityImagesContactCaptchaReload' border="0" /> </a> </td> </tr> <?php } ?> А в коде страницы видно только коментарий: Код (html): [SIZE="2"]</tr> <tr> <td height="40"> <label id="pw2msg" for="password2"> Подтверждение: </label> </td> <td> <input class="inputbox required validate-passverify" type="password" id="password2" name="password2" size="40" value="" /> * </td> </tr> <!-- add by www.waltercedric.com to protect the form --> <tr> <td colspan="2" height="40"> [/SIZE] В другой теме советовали перейти по ссылке http://www.shop.com/components/com_securityimages/plugins/core/1.1/imageGenerator.php?refid=acf80 У меня пишет Restricted access Пробовал установить Security Image версии 4 с русификацией, но джумла ругается на xml файл и не устанавливает. Если у кого есть другие версии прошу поделиться. В общем буду рад любым советам.
разобрался но не совсем, почему-то работают только некоторые типы капчи. Вернее две. Остальные в упор отказываются отображаться.
На joomla 1.5.14 установила SecurityImage версию 5.1.2 Теперь у меня на всех страницах сайта после шаблона выдается код, в компонентах есть, во вкладке Check Your System выдает такую информацию Подскажите, что нужно сделать чтобы ее доустановить и исправить ошибки... копаюсь, сама не разберусь никак