PDA

View Full Version : User Profile Fields


Fizzgig
08-07-2015, 04:20 PM
Hi, Adding a new User Profile field dose not showing up in the postbit, can anyone help..thanks

MarkFL
08-07-2015, 04:27 PM
You need to add some HTML to your postbit template in order for it to show up there. For example, something like:

<vb:if condition="$post['fieldX']">
<dt>Field Name/Description</dt><dd>{vb:raw post.fieldX}</dd>
</vb:if>


where "Field Name/Description" is the name of the field and "X" is the field number. Look for the dl element with class="userinfo_extra" and add the HTML at the appropriate location, depending on where you want it to display with respect to the other data there.

Lynne
08-10-2015, 01:22 AM
<a href="https://vborg.vbsupport.ru/showthread.php?t=250418" target="_blank">https://vborg.vbsupport.ru/showthread.php?t=250418</a>