Change order and appearance of captcha

maxomenos 24 Mar, 2012
Hello,

You can change the order of the fields in the captcha so that it looks like the one below the word new?

You can remove the character gray background so that only the color black are to be entered in the field captcha?

I am using version 3.

Thank you very much!

PS: Sorry for my English. I am using an automatic translator

Max
GreyHead 24 Mar, 2012
Hi Max,

There was an old FAQ on changing the layout

Look in chronocontact.php for a code chunk like this (this one is from the J1.5 version and is at line 74 in my version).

<div style="font:courier, monospace; padding:6px; border:1px solid silver;">$imver = '<input name="chrono_verification" type="text" id="chrono_verification" value=""><br />
  <br />
  <img src="'.JURI::Base().'components/com_chronocontact/chrono_verification.php?imtype='.$paramsvalues->imtype.'">';</div>


You can replace the    with a break tag or some other formatting.



To change the style you'd need to edit the chrono_verification.php file.

Bob
maxomenos 26 Mar, 2012
Hi

Thanks for your help

I can not find the file chronocontact.php the code that you say

I'm using version 3.2.0

It will be the file that is chronocontact.php components\com_chronocontact

regards

Max
GreyHead 26 Mar, 2012
Hi Max,

Sorry copied from an old post. It's around line 174 of chronocontact.html.php

Bob
maxomenos 27 Mar, 2012
Hi bob,

Thanks for your help!

It is in line 180 of file chronocontact.html.php. But if I follow the instructions, the captcha code and aparace from the field to enter the captcha.

I'm no programmer so I'm confused. I need to do is change the order like this in the picture above.

You guide me?

Thanks again.

Max
GreyHead 27 Mar, 2012
Hi Max,

Sorry, You'll need to get help from someone with some more programming knowledge.

Bob
maxomenos 28 Mar, 2012
Okay Bob.

Thank you very much.

regards

Max
This topic is locked and no more replies can be posted.