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

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • b4ne
    Senior Member
    • Jun 2004
    • 140

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

    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:



    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 />
    Last edited by b4ne; Sun 2 Sep '07, 10:56am.
widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
Working...
😀
😂
🥰
😘
🤢
😎
😞
😡
👍
👎