Quantcast
Channel: Phoca Forum
Viewing all articles
Browse latest Browse all 2040

Phoca Guestbook • Re: Captcha layout issue

$
0
0
I found the solution: I have to change te file
\components\com_phocaguestbook\models\fields\phocacaptcha.php
line 96, which was:

Code:

$retval =  parent::getInput() . '</div><div>'.$captcha['challenge'] . '<br/>' ;
into:

Code:

$retval =  $captcha['challenge'] . ' ' . parent::getInput() ;
and remember that when I update to a new version...

Statistics: Posted by SSK — 14 Jun 2024, 11:58



Viewing all articles
Browse latest Browse all 2040

Trending Articles