|
|
|
Re:CB goes Captcha!
|
|
Date: 2007/04/17 01:17
|
By: gigi
|
Status: User
|
|
|
Karma: 1  
|
|
Fresh Joomlapolitan  | Posts: 9 |   | |
|
in the CB Registration tab, the Captcha field is marked with the icon 'this field IS visible on your profile'. is there any way to change it to 'the field is NOT visible on the profile'? i just don't want to puzzle my users.
EDIT: fixed it.
code line #82 should be:
$return .= getFieldIcons($ui, true, false, _UE_CAPTCHA_Desc, _UE_CAPTCHA_Label . ":");
thanks anyway! gigi
Post edited by: gigi, at: 2007/04/18 20:59
|
|
The administrator has disabled public write access. |
|
|
|
|
Re:CB goes Captcha! CHECKED GD
|
|
Date: 2007/04/17 17:07
|
By: rockbust
|
Status: User
|
|
|
Karma: 0  
|
|
Fresh Joomlapolitan  | Posts: 2 |   | |
|
I tried the above suggestions by Georgios and still no good. I have been working on this for days now. I have Private messaged people and they will not help. Can someone help? Is there a "test script" to check if freetype is indeed installed?
Thank you Robert
|
|
The administrator has disabled public write access. |
|
|
|
|
Re:CB goes Captcha! CHECKED GD
|
|
Date: 2007/04/17 18:42
|
By: erjati
|
Status: User
|
|
|
Karma: 0  
|
|
Fresh Joomlapolitan  | Posts: 10 |   | |
|
I called godaddy customer service and was fortunate enough to get a php application programmer who knows mysql and he gave me the following code to place in a file named info.php, which needs to be located in the root of the site. When you go to www.yoursite.com/info.php it will tell you everything about your php installaton.
Create a file in notepad or your html editor containing all of and only this code (which I copied out of the one I created in Dreamweaver):
<?php echo "<?xml version="1.0" encoding="iso-8859-1"?".">"; ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>Untitled Document</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> </head>
<body> <? phpinfo(); ?> </body> </html>
Some of this code is not necessary - the tech told me to create a page with <? phpinfo(); ?> in the body, but I let DW do what it wanted. Save it under the name info.php and upload it to your root folder. Open it and be amazed.
|
|
The administrator has disabled public write access. |
|
|
|
|
Re:CB goes Captcha! CHECKED GD
|
|
Date: 2007/04/17 19:10
|
By: spacewalk
|
Status: User
|
|
|
Karma: 2  
|
|
Fresh Joomlapolitan  | Posts: 15 |   | |
|
|
This is unnecessary. In the Joomla back end, choose System > System Info, and then the PHP Info tab. This calls exactly the same PHP function -- phpinfo(). You'll see the same report right there.
|
|
The administrator has disabled public write access. |
|
|
|
|
Re:CB goes Captcha!
|
|
Date: 2007/04/19 00:04
|
By: ivytony
|
Status: User
|
|
|
Karma: 0  
|
|
Fresh Joomlapolitan  | Posts: 7 |   | |
|
after installing freetype on my server, the security captcha image finally shows up!
you don't need to change the language file as a guy talked about, I don't think that is necessary at all.
Thanks!!!!
|
|
The administrator has disabled public write access. |
|
|
|
|
Re:CB goes Captcha!
|
|
Date: 2007/04/19 12:32
|
By: GwaiTsi
|
Status:
|
|
|
Karma: 0  
|
|
Fresh Joomlapolitan  | Posts: 17 |   | |
|
I managed to hack the contacts component to use the cb captcha email form if installed.
It simply makes a call to com_comprofiler&task=emailUser&uid=$contact->user_id
The only problem i am having is you need to be logged in to send an email to a contact. Is there any parameter i can pass to enable guest sending? thanks
|
|
The administrator has disabled public write access. |
|
|