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)

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 04:12 PM.

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.01001 seconds
  • Memory Usage 1,735KB
  • 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
  • (2)bbcode_code_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete