The input fields for the profile pages need to be run through the various filters and be in conformance with all similar input fields in other modules.

I built this in once and stupidly erased it a day later. In any case, it shouldn't be that hard to do and will be useful in several cases. For example, I wanted to make a field where the user could enter html text that would embellish his/her personal blog page on the site. This only works if full HTML is allowed through the filter, which is currently not the case.

Comments

killes@www.drop.org’s picture

Category: task » feature

I think this is rather a feature request (and a very valid one, at least for textfields).

aaron’s picture

Priority: Normal » Critical

This is fairly important, and we happen to need it. I'm going to try writing a patch to do it. Wish me luck. ;)

aaron’s picture

ummm... looks like it already calls check_markup(), which should take care of it. Maybe this item is actually fixed?

aaron’s picture

Status: Active » Closed (fixed)

Yes, I confirmed. Filters are being applied. Closing this issue.