1 fredsy Sep 14, 2012 15:34
3 fredsy Sep 18, 2012 02:20
Hmmm, tried that, and the html still gets stripped out.
4 sam2kb Sep 18, 2012 02:27
See if at least it's saved in the database evo_coll_settings
5 fredsy Sep 18, 2012 03:06
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