PDA

View Full Version : user id number in profile page


xs1
06-16-2003, 07:10 AM
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]&nbsp;<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>

xs1
06-16-2003, 01:05 PM
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]&nbsp;<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