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
Comment #1
killes@www.drop.org commentedI think this is rather a feature request (and a very valid one, at least for textfields).
Comment #2
aaron commentedThis is fairly important, and we happen to need it. I'm going to try writing a patch to do it. Wish me luck. ;)
Comment #3
aaron commentedummm... looks like it already calls check_markup(), which should take care of it. Maybe this item is actually fixed?
Comment #4
aaron commentedYes, I confirmed. Filters are being applied. Closing this issue.