PDA

View Full Version : Adding to: Join Date Sep 2007 / Posts 1 / Blog Entries 4 Block on left



b4ne
Sun 2nd Sep '07, 1:01pm
Hi folks
Is it possible to show more userdetails here, like Userage, Weight and other date?
Do I need to create custom fields in the USERCP and how where and what do I need to do to show them in the block on the left side, the one that shows

HERE IS HOW IT WORKS:

Just create custom fields:

http://www.vbulletin.com/forum/showthread.php?t=214234

And create the extra fields like this in Blog_sidebar_user right under: <ul class="nobullets">

<if condition="$userinfo['field9']">
<strong>Join date:</strong> $userinfo[joindate]
</if> <br />

<if condition="$userinfo['field9']">
<strong>Age:</strong> $userinfo[field9]
</if> <br />

<if condition="$userinfo['field2']">
<strong>Location:</strong> $userinfo[field2]
</if> <br />

<if condition="$userinfo['field6']">
<strong>Occupation:</strong> $userinfo[field6]
</if> <br />

<if condition="$userinfo['field7']">
<strong>Personal Website:</strong> $userinfo[field7]
</if> <br />

<if condition="$userinfo['field8']">
<strong>Posts:</strong> $userinfo[posts]
</if> <br />

<if condition="$userinfo['field8']">
<strong>Entries:</strong> $userinfo[entries]
</if> <br />

<if condition="$userinfo['field8']">
<strong>What made you start:</strong><br /> $userinfo[field8]
</if> <br />