The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Userfield ?
Hi,
I want to ad userfield that will show up when a user have made any post, for example My name (username) Junior Member (usergroup) Join Date: Jul 2009 Posts: 2 My userfield (right under posts) I created a new userfield and people now have a few options to choose between, but it dosent show up under Posts How do i do so it shows right under Posts ? Thanks |
#2
|
|||
|
|||
You need to add it to the template.
Look for the posts, add under it: <if condition="$post['field5']">$post[field5]</if> That should work fine, giving it's your first custom field. If it isn't - replace 5 with the field number in Admin CP |
#3
|
||||
|
||||
Search for "profile" in "articles" "titles only" and you should find an article telling you how to add the profile field to the postbit.
|
#4
|
|||
|
|||
Tyvm both off you
--------------- Added [DATE]1248806574[/DATE] at [TIME]1248806574[/TIME] --------------- Would this be okey for a usefield ? <if condition="$post[fieldx]"><div class="smallfont">Label for text: $post[fieldx]</div></if> Its working fine when people watch in posts but is it good to use ? |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|