View Full Version : user id number in profile page
any possible way to show user id number in users's profile page ?
Cheeeeez
EvilLS1
06-16-2003, 08:42 AM
No hack needed for that.
In your getinfo template find this:
<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>
Below it add this:
<tr>
<td bgcolor="{secondaltcolor}"><normalfont><b>Member #:</b></normalfont></td>
<td bgcolor="{secondaltcolor}"><normalfont>$userinfo[userid]</normalfont></td>
</tr>
i dont see getinfo template there :sad:
Boofo
06-16-2003, 02:59 PM
Look under the templates section in the Admin CP.
assassingod
06-16-2003, 03:00 PM
Today at 10:42 AM EvilLS1 said this in Post #2 (https://vborg.vbsupport.ru/showthread.php?postid=409487#post409487)
No hack needed for that.
In your getinfo template find this:
<tr>
<td bgcolor="#F1F1F1"><normalfont><b>Status:</b></normalfont></td>
<td bgcolor="#F1F1F1"><normalfont>$userinfo[usertitle] <img src="$userinfo[avatarurl]" border="0" align="middle"></normalfont></td>
</tr>
Below it add this:
<tr>
<td bgcolor="#DFDFDF"><normalfont><b>Member #:</b></normalfont></td>
<td bgcolor="#DFDFDF"><normalfont>$userinfo[userid]</normalfont></td>
</tr>
You have to sort out those firstaltcolor & secondaltcolor replacements ;)
Chris M
06-16-2003, 03:49 PM
"getinfo" will be under "User Info Display Templates";):)
Satan
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.