The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Add user id to postbit legacy
Add user id to postbit member profile area...
I'm trying to add the user id to the member profile area in postbit legacy. I want it to show Member # (userid #) I've tried $userid and $userid[userid] but I'm not seeing a user id number. I've got the "Member #" where I want it... just need the userid # to show up. I've seen this on several forums. Can someone give me the right code to use? PS: I am using 4.0.3 Thanks! |
#2
|
||||
|
||||
First try to create a new phrase
AdimnCP > Language & phrase >phrase manager >Add new pharse Phrase Type Product: vBulletin Varname: members_id Text: Members id Then save it! Then in your postbit_legacy Find this code Code:
<dl class="userinfo_extra" Code:
<dt>{vb:rawphrase 'members_id'}</dt> <dd>{vb:raw post.userid}</dd> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|