2 sam2kb Sep 16, 2012 20:22

Hmmm, tried that, and the html still gets stripped out.
See if at least it's saved in the database evo_coll_settings
The custom field is definitely there, and it does save text - but no html. I'm trying to add a hyperlink in the field, and the text of the link saves, but not the <a href etc.
HTML is not allowed in custom fields for security reasons. I like the idea of having HTML in varchar fields too.
Anyway, you need to hack the core.
In /inc/collections/model/_blog.class.php line 548
replace
with
Remember to transfer the changes after upgrade