Forums / Cotonti / Support / Parsing Extra fields as HTML

urlkiller
#1 2010-03-09 18:16
See Topic ^^

Is there a posibillity to treat extra fields as HTML code ?
Currently it is parsed by cot

any ideas?

Added 8 hours 55 minutes later:

ohh boy! no answers?
URL shortener: <a href="http://bbm.li/!7AD5C7">http://bbm.li/!7AD5C7</a>
This post was edited by urlkiller (2010-03-10 03:11, 14 years ago)
Trustmaster
#2 2010-03-10 03:59
You can hack it a bit. In system/functions.php, function sed_build_extrafields_data(), line 1228:
$value = htmlspecialchars($value);
You can just comment or try playing with this function in some other way.
May the Source be with you!
urlkiller
#3 2010-03-10 05:53
ugh... will do that then...

maybe a new post for the "future todo list" adding the possibility to choose what you like when adding extra fields?!

Thanks
URL shortener: <a href="http://bbm.li/!7AD5C7">http://bbm.li/!7AD5C7</a>