The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
user id number in profile page
any possible way to show user id number in users's profile page ?
Cheeeeez |
#2
|
||||
|
||||
No hack needed for that.
In your getinfo template find this: Code:
<tr> <td bgcolor="{firstaltcolor}"><normalfont><b>Status:</b></normalfont></td> <td bgcolor="{firstaltcolor}"><normalfont>$userinfo[usertitle] <img src="$userinfo[avatarurl]" border="0" align="middle"></normalfont></td> </tr> Code:
<tr> <td bgcolor="{secondaltcolor}"><normalfont><b>Member #:</b></normalfont></td> <td bgcolor="{secondaltcolor}"><normalfont>$userinfo[userid]</normalfont></td> </tr> |
#3
|
|||
|
|||
i dont see getinfo template there :sad:
|
#4
|
||||
|
||||
Look under the templates section in the Admin CP.
|
#5
|
||||
|
||||
Quote:
|
#6
|
||||
|
||||
"getinfo" will be under "User Info Display Templates"
Satan |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|