vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=192)
-   -   Add-On Releases - [Naxon] User's ID In Profile (https://vborg.vbsupport.ru/showthread.php?t=142420)

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:
  1. Go to the MEMBERINFO template.
  2. Find:
    Code:

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

  3. 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:
  1. Go to MEMBERINFO Template.
  2. Find:
    Code:

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

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

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

Quote:

Originally Posted by Shazz (Post 1206534)
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

Quote:

Originally Posted by Shazz (Post 1206534)
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

Quote:

Originally Posted by COBRAws (Post 1206700)
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

Quote:

Originally Posted by rjmjr69 (Post 1210902)
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

Quote:

Originally Posted by ragtek (Post 1210991)
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

Quote:

Originally Posted by momo2 (Post 1289105)
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:
Code:

<if condition="$post['joindate']"><div>$vbphrase[join_date]: $post[joindate]</div></if>
Add this after:
Code:

<div>Member #: $post[userid]</div>
That will put it right below their join date.

You can see an example at my forum, 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


All times are GMT. The time now is 02:07 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01598 seconds
  • Memory Usage 1,753KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (6)bbcode_code_printable
  • (6)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (20)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete