Quote:
Today at 10:42 AM EvilLS1 said this in Post #2
No hack needed for that.
In your getinfo template find this:
Code:
<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:
Code:
<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