Go Back   vb.org Archive > vBulletin 3 Discussion > vB3 Programming Discussions

Reply
 
Thread Tools Display Modes
  #11  
Old 08-29-2005, 05:32 PM
Paul M's Avatar
Paul M Paul M is offline
 
Join Date: Sep 2004
Location: Nottingham, UK
Posts: 23,748
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Assuming they are members of usergroup 2 then there is nothing wrong with the code that I can see. It certainly won't work in headinclude, but should work in the header (tho personally I would probably put it in the navbar or forumhome templates).
Reply With Quote
  #12  
Old 08-29-2005, 05:42 PM
FrozenCreations FrozenCreations is offline
 
Join Date: Jul 2005
Posts: 89
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

oh, ok thanks! that helps!

EDIT: could somone make me the code that would go in the nav bar? (userid #2) , i just tryed and got and got a screwed up navbar /; ... i really would like if if somone gave me the code!
Reply With Quote
  #13  
Old 08-29-2005, 09:24 PM
CarolinaKid CarolinaKid is offline
 
Join Date: Jun 2003
Posts: 59
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

if i wanted to use this code
PHP Code:
<if condition="is_member_of($bbuserinfo, 6)">
                 <
td class="vbmenu_control"><a href="$vboptions[homeurl]/LINK/">LINK</a></td>
                </if> 
only have it fr like usergroups 5, 6 , 7, 10, 16 how would i go about that
Would have to put in a line for each group or is they a way to combine them
*edit* I think I have Figured it out Using this Code
PHP Code:
<if condition="(is_member_of($bbuserinfo, 5)|| is_member_of($bbuserinfo, 6) || is_member_of($bbuserinfo, 7) || is_member_of($bbuserinfo, 10) || is_member_of($bbuserinfo, 16))">
                 <
td class="vbmenu_control"><a href="$vboptions[homeurl]/LINk/">LINK</a></td>
                </if> 
If anyone sees a problem with that let me know
Reply With Quote
  #14  
Old 08-29-2005, 11:27 PM
FrozenCreations FrozenCreations is offline
 
Join Date: Jul 2005
Posts: 89
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

ok, is there a special command for aditional usergroups?


dood, it worked!!! thanks a ton! your so much help! , i was wondering another if command

ill put it in a sentence

if a user is in x aditional usergroup, it will show a diffrent message then the 1 for its primary usergrou[
Reply With Quote
  #15  
Old 08-30-2005, 12:41 AM
Darkwaltz4's Avatar
Darkwaltz4 Darkwaltz4 is offline
 
Join Date: Oct 2002
Location: Chicago
Posts: 1,538
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

ooh, is_member_of will be useful, one of the few things i still havent caught on to yet :-p

so before i go using it, whoever uses it, does this check the primary usergroup in addition to the secondary ones ? :-p
Reply With Quote
  #16  
Old 08-30-2005, 12:42 AM
Adrian Schneider's Avatar
Adrian Schneider Adrian Schneider is offline
 
Join Date: Jul 2004
Posts: 2,528
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Darkwaltz4
ooh, is_member_of will be useful, one of the few things i still havent caught on to yet :-p

so before i go using it, whoever uses it, does this check the primary usergroup in addition to the secondary ones ? :-p
Yes it does.
Reply With Quote
  #17  
Old 08-30-2005, 01:22 AM
FrozenCreations FrozenCreations is offline
 
Join Date: Jul 2005
Posts: 89
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

yeah, i juts used it, its awesome!

i got my question figured out

i have Primary members in Resistered Users (id#2), some of them are part of an aditional group, how do i set a is_member_of tag, 2 display 2 the members that are only loyal 2 Registered Users?
Reply With Quote
  #18  
Old 08-30-2005, 01:32 AM
Adrian Schneider's Avatar
Adrian Schneider Adrian Schneider is offline
 
Join Date: Jul 2004
Posts: 2,528
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

<if condition="$bbuserinfo['usergroupid'] == 2">this will only show to users who have a primary group of Registered Users</if>

^ if I understand you correctly...
Reply With Quote
  #19  
Old 08-30-2005, 04:07 AM
FrozenCreations FrozenCreations is offline
 
Join Date: Jul 2005
Posts: 89
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

no, thats not right, i dont think, never mind ill get it
Reply With Quote
Reply

Thread Tools
Display Modes

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 05:18 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.03259 seconds
  • Memory Usage 2,237KB
  • Queries Executed 13 (?)
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
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (2)bbcode_php
  • (1)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (9)post_thanks_box
  • (9)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (9)post_thanks_postbit_info
  • (9)postbit
  • (9)postbit_onlinestatus
  • (9)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_postinfo_query
  • fetch_postinfo
  • 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