DougM
02-14-2005, 12:36 AM
I know I'm close to an answer here but can't get it right.
I wish to parse HTML in custom profile fields and other places. I know I just need to use parseurl in the right place and have tried many variations. Below is a thumb showing what I'm trying to do.
Help is very much appreciated. I've spent many hours trying to figure this out. I believe I need to modify the code in userfield_checkbox_option below:<label for="cb_cpf_{$profilefieldname}_$key"><input type="checkbox" name="{$profilefieldname}[]" value="$key" id="cb_cpf_{$profilefieldname}_$key" $checked />$val</label>
I wish to parse HTML in custom profile fields and other places. I know I just need to use parseurl in the right place and have tried many variations. Below is a thumb showing what I'm trying to do.
Help is very much appreciated. I've spent many hours trying to figure this out. I believe I need to modify the code in userfield_checkbox_option below:<label for="cb_cpf_{$profilefieldname}_$key"><input type="checkbox" name="{$profilefieldname}[]" value="$key" id="cb_cpf_{$profilefieldname}_$key" $checked />$val</label>