The Arcive of vBulletin Modifications Site. |
|
|
#1
|
||||
|
||||
|
I'm trying to add a custom profile field to the About Me tab. The field is a textarea - and for many users the field will be multiple paragraphs.
This basically work for me in MEMBERINFO: Code:
<vb:if condition="$userinfo[field14]">
<div class="subsection block">
<div class="blocksubhead subsectionhead userprof_headers userprof_headers_border">
<h4 class="subsectionhead-understate" style="width:100%">More About Me</h4><br>
</div>
<div class="blockbody subsection userprof_content userprof_content_border">
{vb:var userinfo.field14}
</div>
</div>
</vb:if>
There is a function in vb that seems to do what I want for custom profile fields (fetch_profilefield_display) but its results do not end up in $userinfo[field14] it seems. Is there another variable besides userinfo.fieldXX that has been parsed with html breaks? Thanks in advance for the help. |
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|