PDA

View Full Version : Add-On Releases - [Naxon] User's ID In Profile


Naxon
03-17-2007, 10:00 PM
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:

<if condition="$userinfo['usertitle']"><div class="smallfont">$userinfo[usertitle]</div></if>
</td>

Add below:

<!-- 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:

<if condition="$userinfo['usertitle']"><div class="smallfont">$userinfo[usertitle]</div></if>
</td>

Add Bolow:

<!-- 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...

BBF
03-18-2007, 04:17 PM
Thanks Daniel! Ill try it soon and I will show you my results.

Shazz
03-18-2007, 04:18 PM
Everyone can just look at the URL at the top to find their user ID
Like your user ID is
164961 here on vB.org :|

WhaLberg
03-18-2007, 04:23 PM
Everyone can just look at the URL at the top to find their user ID
Like your user ID is
164961 here on vB.org :|

Not everybody knows that. :)

This is useful for beginners. Thanks Naxon. :)

BigJimTheLug
03-18-2007, 04:25 PM
Installed, thanks.

I needed something like this.

COBRAws
03-18-2007, 06:55 PM
Everyone can just look at the URL at the top to find their user ID
Like your user ID is
164961 here on vB.org :|
If you have SEO'ed your board, maybe thats not possible ;)

Shazz
03-18-2007, 07:19 PM
If you have SEO'ed your board, maybe thats not possible ;)

lmao true.
I guess....

rjmjr69
03-24-2007, 08:01 AM
Would be nice if it would only appear to staff members.

Naxon
03-24-2007, 08:56 AM
I can do this :)
I'll update now...

Naxon
03-24-2007, 09:02 AM
Updated :)

rjmjr69
03-24-2007, 09:07 AM
Your the man thank you very very much.... Nice work keep it up

Naxon
03-24-2007, 09:57 AM
Thank's Dude :)

ragtek
03-24-2007, 10:49 AM
Would be nice if it would only appear to staff members.

its possible with a if condition ;)
i just dont understand if only staff should see that or just in staff profile

for second one:

<if condition="is_member_of($bbuserinfo, 2, 6, 7)">just for members in 2,6,7</if>

UltimateOreo!
03-24-2007, 11:25 PM
No offense, but this has been made and re-made MANY times. Just search before you do it.

Shazz
03-24-2007, 11:43 PM
Alot of things has been made many times, I see repeats everyday...

rjmjr69
03-24-2007, 11:46 PM
its possible with a if condition ;)
i just dont understand if only staff should see that or just in staff profile

for second one:

<if condition="is_member_of($bbuserinfo, 2, 6, 7)">just for members in 2,6,7</if>

Thanks but the author already updated the directions.

the one thing I see about mods being repeated is that everyone seems to have a slightly different way of getting the same results. But there are plenty of duplicates its all good maybe the staff should consolidate them in one place which would make it much easier to choose and find them.

momo2
07-12-2007, 11:18 AM
Very nice thanks, can it be possible to have users id shown all the time, at their posts ?

dismas
07-16-2007, 07:43 AM
Very nice thanks, can it be possible to have users id shown all the time, at their posts ?

If you're using the legacy postbit:
Edit the postbit_legacy template and find the following:
<if condition="$post['joindate']"><div>$vbphrase[join_date]: $post[joindate]</div></if>

Add this after:
<div>Member #: $post[userid]</div>

That will put it right below their join date.

You can see an example at my forum (http://www.vermontoutdoors.net), just look at any thread.

momo2
07-29-2007, 07:33 PM
Thanks so much, i used postbit and it worked excellent

ndut
12-25-2007, 05:27 AM
thanks, already did it