The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Adding areas to postbit
On my friends forum, he wants it so in the post bit it shows all of these in the postbit below the activity/longevity modifcation.
Join Date: Member #: Rank: Battle Won: Battle Lost: Mood: He runs a Graphics forum and I'm assuming that the Rank, Battles won and lost would need to be admin set. But he wants the mood to be editble by the user, but in text. So they could type that they are "very bored," or something similer. Any help with this, or any info that leads me in the right direction is appreciated. |
#2
|
||||
|
||||
Create a custom profile field, and then edit the postbit(_legacy) template to include that information, eg. (x is the field's unique number)
Code:
Mood: $post[fieldx] |
#3
|
|||
|
|||
I was wondering what if you want the information to show even if the field is not filled like i want there to be
Location: N/A Mood: Happy Grahpics Level: N/A Battle Won: 0 Battle Lost: 0 like that and is it possible to set for example battle won/lost to have a default setting like 0 and the rest to N/A . |
#4
|
||||
|
||||
Wrap the line with conditionals:
Code:
FIELDX NAME: <if condition="$post['fieldX']">$post[fieldX]<else />N/A</if> |
#5
|
|||
|
|||
How do you make it so that their member number shows?
|
#6
|
|||
|
|||
Hi, Shouzen. You can learn about how do it
in this post https://vborg.vbsupport.ru/showthrea...+number+member . Good Luck! |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|