The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Userinfo working more like bbuserinfo
We have a custom profile which members can pic which pet they have. We need to place that information on the index page. We were told by someone who works for vB to use this code:
Code:
<img src="images/pets/{$vbulletin->userinfo['fieldX']}.gif" align="center"> |
#2
|
|||
|
|||
Thats complete silly code what you were given as that is the $bbuserinfo code written longhand.
For postbit use Code:
<img src="images/pets/$post[fieldX].gif" align="center"> Code:
<img src="images/pets/$userinfo[fieldX].gif" align="center"> |
#3
|
|||
|
|||
Quote:
|
#4
|
|||
|
|||
not on a peruser basis unless
Code:
$user[fieldx] |
#5
|
|||
|
|||
We tried that one last week but no images show up with it
This would be a incredible plugin if anyone makes it. Judging from all the posts I've read on this subject, there's a lot of people who would love to post [fieldX] information on the index page |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|