Hello thincom2000 my friend

I still love your mod and now I got a question again =)
I am trying to put a custom profile field (multiple line textbox)
directly into the memberinfo template (not into the about_me-block) and the BB-Code is not parsed then I saw.
Do you see a possibility to update your mod so BB-Code may be parsed outside blocks too?
Here's an example of the code I put into the memberinfo template:
Code:
<if condition="$userinfo[field13] != ''">
<div>
$userinfo[field13]
</div>
</if>
Would be very nice if you could do something to make parsing possible
And there's another thing I think you might be experienced enough to fix: The custom profile field also don't line-break in memberinfo template. You have a solution?