Naxon |
03-17-2007 10:00 PM |
[Naxon] User's ID In Profile
This Modifiction will add a line in the User's Profile with his ID.
It's a very easy, but useful :)
Regular Installation:- Go to the MEMBERINFO template.
- Find:
Code:
<if condition="$userinfo['usertitle']"><div class="smallfont">$userinfo[usertitle]</div></if>
</td>
- Add below:
Code:
<!-- User's ID In Profile By Naxon -->
<font color="red">User's ID:</font> $userinfo[userid]
<!-- /User's ID In Profile By Naxon -->
If you want that just the stuff, Install this:- Go to MEMBERINFO Template.
- Find:
Code:
<if condition="$userinfo['usertitle']"><div class="smallfont">$userinfo[usertitle]</div></if>
</td>
- Add Bolow:
Code:
<!-- User's ID In Profile By Naxon -->
<if condition="$show['modcplink']">
<font color="red">User's ID:</font> $userinfo[userid]
</if>
<!-- /User's ID In Profile By Naxon -->
- Enjoy :)
Now jus the stuff can view this :)
Enjoy :)
No ScreenShots right now... Just adding the line...
|