Html in CPF DescriptionWith this snippet you can use Html in CPF Descriptions.
Normally there is no Html or BBCode possible there.
Credit: BNaInstructionopen
includes/functions_profile_fields.php
find
Code:
'LANG_EXPLAIN' => $row['lang_explain'],
'FIELD' => $tpl_snippet,
replace with
Code:
'LANG_EXPLAIN' => str_replace(array('<','"','>'), array('<','"','>'), $row['lang_explain']),
'FIELD' => $tpl_snippet,
Screens:ACP Input
http://www.loaditup.de/files/709298_ennzyve8k5.jpgUCP Output
http://www.loaditup.de/files/709299_kpcdsuaxhm.jpgYou can use
<br />
for linebreaks