Arrow Home arrow Forums
larger font smaller font default font Fixed screen resolution Auto adjust screen size

Advertise on this site

Joomlapolis Forums  


<< Start < Prev 21 22 23 24 25 26 27 28 29 30 Next > End >>
Re:CB goes Captcha!
Date: 2007/04/17 01:17 By: gigi Status: User  
Karma: 1  
Fresh Joomlapolitan

Posts: 9
graphgraph
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
Click here to see the profile of this user 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
graphgraph
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
Click here to see the profile of this user 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
graphgraph
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.
Click here to see the profile of this user 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
graphgraph
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.
Click here to see the profile of this user 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
graphgraph
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!!!!
Click here to see the profile of this user The administrator has disabled public write access.

Re:CB goes Captcha!
Date: 2007/04/19 12:32 By: GwaiTsi Status: CB Doc subscriber  
Karma: 0  
Fresh Joomlapolitan

Posts: 17
graphgraph
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
Click here to see the profile of this user The administrator has disabled public write access.

<< Start < Prev 21 22 23 24 25 26 27 28 29 30 Next > End >>

Documentation

Documentation Subscription Service
(updated for CB 1.2 RC2)

What?

Why?

Where?

Just click here for answers!

Click here for a yearly subscription: subscribe now

Download Latest Release

The latest stable Community Builder Release is version 1.1 for Joomla 1.0 and Mambo.
You need to be a registered member of Joomlapolis to download.

The latest release candidate of Community Builder is version 1.2 RC2, native for Joomla 1.0, 1.5 and Mambo.
It is available as "thank you" to all CB documentation subscribers at this time.

CB Login