[SOLVED]cf_profile : Boolean Parameters error

GreyHead 13 Jun, 2009
Switching to the helper changed the the values of the two Boolean fields 'evaluate' and 'editable' from 'Yes/No' to true/false. I didn't carry this through to the onload code correctly.

Fix: line of cf_profile.php 229 becomes
if ( $params->get('editable') ) {


line 189 becomes
if ( $params->get('evaluate') ) {
Max_admin 21 Jun, 2009
Thanks, I see it fixed in the file I have!
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
This topic is locked and no more replies can be posted.