PDA

View Full Version : Parse HTML in Custom Field


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> &nbsp;

mwilke
02-14-2008, 03:05 AM
Bump this--

I can't really find a solid answer in lamens terms.

I created this: http://www.1stsfss.org/pages/inputAward.html

It generates an award case and outputs the html needed to display the case.

I want the users to be able to copy that html and put it into the custom profile field so it will be displayed in their profiles. However I want the html for the forums to remain off and only allow a certain access group (clan members) to post the html..Can someone please send me in the right direction?