Menu Content

Podpora

> Diskusní fóra, FAQs & placená podpora
Welcome, Guest
Username Password: Remember me

Problem with JUser Registration Captcha
(1 viewing) (1) Guest
Support forum for customers who have purchased JoomSEF 3 (Joomla 1.5 compatible). Archive only, no new post can be added.

NOTE: This category has been locked. If you have purchased paid version, please, use our Support Ticket system instead. If you are using free edition, please see the Community Support section.
  • Page:
  • 1

TOPIC: Problem with JUser Registration Captcha

Problem with JUser Registration Captcha 14 years, 1 month ago #14091

Hi,

we using Joomsef (3.7.2) on new site with JUser and the paid extension for it (v 2.1.0).

If you go on register page (URL below) you will see that the refresh Captcha button don't work.
But if we disable JoomSEF plugin it work perfectly.

http://www.art-sculpture-hess.com/compte/inscription.html

Can you help us on that point please.

Regards.
The topic has been locked.

Re:Problem with JUser Registration Captcha 14 years, 1 month ago #14105

  • dajo
  • OFFLINE
  • Posts: 5069
Hello,

It seems that there is a problem with the JavaScript associated to the Refersh Image link:
<a onclick="document.getElementById('siimage').src = 'http://www.art-sculpture-hess.com/index.php?option=com_juser&view=captcha&noxajax=1&tmpl=component' + Math.random(); return false" title="Refresh Image" href="#" style="border: none;" tabindex="-1">

It generates the new URL for the image like this:
www.art-sculpture-hess.com/index.php?opt...nt0.5057060074553125
It's missing the ampersand character between the tmpl=component and the random generated number. There is probably the link with ampersand in the source code, but JoomSEF removes the ampersand when trying to process the URL. Unfortunately, this behaviour cannot be changed at the moment, so you will probably need to modify the javascript to be like this:
<a onclick="document.getElementById('siimage').src = 'http://www.art-sculpture-hess.com/index.php?option=com_juser&view=captcha&noxajax=1&tmpl=component' + '&' + Math.random(); return false" title="Refresh Image" href="#" style="border: none;" tabindex="-1">


Could you please post the link where I can download the JUser component to test this further? Thank you.

Best regards,
ARTIO Support Team
ARTIO Support Team
The topic has been locked.

Re:Problem with JUser Registration Captcha 14 years, 1 month ago #14110

Hi,
Thx for answer.
There is no ampersand in the source code and it run when JoomSEF plugin disabled ...
Anyway i tried your code and it runs ok.

Thx
The topic has been locked.
  • Page:
  • 1
Přihlášení uživatele Prázdný