Please help Ukrainian armed forces! Official Fundraising
How to fix JComments CAPTCHA image not showing
If JComments CAPTCHA picture is not showing on your site, you may try the following fix. The error was noticed with Jcomments 2.3.0 and Joomal 2.5.8, Godaddy webhosting.
- Open file /administrator/components/com_jcomments/admin.jcomments.php
- Find line:
$lists["captcha"] = JCommentsHTML::selectList($captcha, 'cfgcaptchaengine', 'class="inputbox"' . $disabledCAPTCHA, 'value', 'text', $config->get('captcha_engine'));
and replace with:
$lists["captcha"] = JCommentsHTML::selectList($captcha, 'cfgcaptchaengine', 'class="inputbox"' . $disabledCAPTCHA, 'value', 'text', $config->get('captcha_engine', 'kcaptcha'));
- Save changes in file
- Open JComments settings and re-save current settings
Source: askjoomla.com
Order custom web software development from professionals.
Comments
components-> com_sh404sef->s ef_ext-> now you should write one file with name: com_jcomments.p hp. Then you write: switch ($view) {
case 'comments':
$title[] = 'comments';
shRemoveFromGETVarsList('comments');
break;
case '':
break;
}
switch ($task) {
case 'captcha':
$title[] = 'captcha';
shRemoveFromGETVarsList('captcha');
break;
case '':
break;
}
I have used firebug and i know it is wrong with path. So you should noted with:
switch ($task) {
case 'captcha':
$title[] = 'captcha';
shRemoveFromGETVarsList('captcha');
break;
case '':
break;
}
It is helpful to everyone.
Source: www.vietnamsvisa.com
Anyway, thanks again...
B
I had this line of php
$lists["captcha "] = JCommentsHTML:: selectList($cap tcha, 'cfg_captcha_en gine', 'class="inputbo x"' . $disabledCAPTCH A, 'value', 'text', $config->get('c aptcha_engine', 'kcaptcha'));
RSS feed for comments to this post