The Arcive of vBulletin Modifications Site. |
|
|
#1
|
||||
|
||||
|
Ok I do not know if I am losing my mind or what...however, I simply want to create a customer member profile field, that when filled in on the members profile displays in the postbit. I cannot seem to find a template edit that does this.
I am sure it is super easy...maybe just too much computer work for the day. Thanks in advance for your help! |
|
#2
|
||||
|
||||
|
Are you using postbit or postbit legacy?
|
|
#3
|
||||
|
||||
|
I will be using legacy.
|
|
#4
|
||||
|
||||
|
Okay I use postbit but I guess I can show you how I do it in postbit and you can figure out how to stick the code into the postbit_legacy template. It shouldn't be that hard.
Below is the code that I use to achieve this: Code:
<td width="50%"> </td>
<td valign="top" nowrap="nowrap">
<div class="smallfont">
<br />
<b>Favorite Baseball Team(s):</b> $post[fieldX]
<br />
<b>Favorite Football Team(s):</b> $post[fieldX]
<br />
<b>Favorite Basketball Team(s):</b> $post[fieldX]
<br />
<b>Favorite Hockey Team(s):</b> $post[fieldX]
<br />
<br />
</div>
![]() Harry |
|
#5
|
|||
|
|||
|
I think this is what your looking for.
https://vborg.vbsupport.ru/showthread.php?t=113489 Quote:
<if condition="$bbuserinfo['field7']>$post[field7]</if> |
|
#6
|
||||
|
||||
|
Thanks everyone, really appreciate it!
|
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|