Foren / Cotonti / Support / Parsing Extra fields as HTML

urlkiller
#1 9. März 2010, 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>

Dieser Beitrag wurde von urlkiller (am 10. März 2010, 03:11, vor 14 Jahre) bearbeitet
Trustmaster
#2 10. März 2010, 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 10. März 2010, 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>