Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.6 > vBulletin 3.6 Template Modifications
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
[Naxon] User's ID In Profile Details »»
[Naxon] User's ID In Profile
Version: 1.1, by Naxon Naxon is offline
Developer Last Online: Aug 2015 Show Printable Version Email this Page

Category: Add-On Releases - Version: 3.6.5 Rating:
Released: 03-17-2007 Last Update: Never Installs: 14
Template Edits
 
No support by the author.

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

Supporters / CoAuthors

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #12  
Old 03-24-2007, 09:07 AM
rjmjr69's Avatar
rjmjr69 rjmjr69 is offline
 
Join Date: Jan 2007
Location: Southie
Posts: 876
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Your the man thank you very very much.... Nice work keep it up
Reply With Quote
  #13  
Old 03-24-2007, 09:57 AM
Naxon Naxon is offline
 
Join Date: Oct 2006
Location: Israel
Posts: 122
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thank's Dude
Reply With Quote
  #14  
Old 03-24-2007, 10:49 AM
ragtek ragtek is offline
 
Join Date: Mar 2006
Location: austria, croatia
Posts: 1,630
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by rjmjr69 View Post
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>
Reply With Quote
  #15  
Old 03-24-2007, 11:25 PM
UltimateOreo! UltimateOreo! is offline
 
Join Date: Nov 2006
Location: Missouri
Posts: 462
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

No offense, but this has been made and re-made MANY times. Just search before you do it.
Reply With Quote
  #16  
Old 03-24-2007, 11:43 PM
Shazz's Avatar
Shazz Shazz is offline
 
Join Date: Jun 2006
Location: Utah
Posts: 4,758
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Alot of things has been made many times, I see repeats everyday...
Reply With Quote
  #17  
Old 03-24-2007, 11:46 PM
rjmjr69's Avatar
rjmjr69 rjmjr69 is offline
 
Join Date: Jan 2007
Location: Southie
Posts: 876
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by ragtek View Post
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.
Reply With Quote
  #18  
Old 07-12-2007, 11:18 AM
momo2 momo2 is offline
 
Join Date: Feb 2007
Posts: 327
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Very nice thanks, can it be possible to have users id shown all the time, at their posts ?
Reply With Quote
  #19  
Old 07-16-2007, 07:43 AM
dismas's Avatar
dismas dismas is offline
 
Join Date: Jun 2007
Location: Vermont
Posts: 720
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by momo2 View Post
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.
Reply With Quote
  #20  
Old 07-29-2007, 07:33 PM
momo2 momo2 is offline
 
Join Date: Feb 2007
Posts: 327
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks so much, i used postbit and it worked excellent
Reply With Quote
  #21  
Old 12-25-2007, 05:27 AM
ndut ndut is offline
 
Join Date: Sep 2007
Location: Indonesia
Posts: 335
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

thanks, already did it
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 09:26 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04805 seconds
  • Memory Usage 2,307KB
  • Queries Executed 26 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (6)bbcode_code
  • (3)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete