I’m using the [[!profile]] snippet to display user profiles.
Part of the information is a bio which typically would contain a few paragraphs.
Using the :nl2br filter would be sufficient. But adding this filter on the placeholder outputs nothing ""
example call:
[[!Profile?
&user=`[[getReqParam? name=`editorid`]]`
&useExtended=`1`
&prefix=`up.`
]]
<h2>[[+up.fullname]]</h2>
<dl>
<dt>Organisation</dt>
<dd>[[+up.organisation]]</dd>
<dt>Bio</dt>
<dd>[[+up.bio:nl2br]]</dd>
</dl>
</div>
I have also tried :ellipsis and :replace which both result in nothing but :limit works??
The other approach is to store html in the extended field but tags get striped out?
Any suggestions?
Revolution 2.0.4-pl2
Login 1.3.2-rc1 (I think, package managent only seems to show the version downloaded - even when it’s not installed - so it should be the version previous to 1.3.2-rc2 )
Many Thanks,