The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
How can I display member number?
Hello I am using vBulletin 3.8.5 i want to display the member number in the member profile.
I guess that I should customize MEMBERINFO template, but what variable should I use? |
#2
|
|||
|
|||
Code:
$bbuserinfo[userid] |
#3
|
|||
|
|||
can you tell me how exactly because I writted in and nothing showed up
<if condition="$userinfo['userid'] == $bbuserinfo['userid']"> <script type="text/javascript" src="clientscript/vbulletin_profilefield_edit.js?v=$vboptions[simpleversion]"></script> </if> <script type="text/javascript"> |
#4
|
||||
|
||||
You don't need any if statements and certainly no javascript...
wherever you want it to show in the template you just put: $bbuserinfo['userid'] You probably want to do something like: Member #: $bbuserinfo['userid'] |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|