vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=15)
-   -   <if condition="$bbuserinfo['usergroupid'] == 2">TEXT</if> (https://vborg.vbsupport.ru/showthread.php?t=95217)

Paul M 08-29-2005 05:32 PM

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

FrozenCreations 08-29-2005 05:42 PM

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!

CarolinaKid 08-29-2005 09:24 PM

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

FrozenCreations 08-29-2005 11:27 PM

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[ :)

Darkwaltz4 08-30-2005 12:41 AM

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

Adrian Schneider 08-30-2005 12:42 AM

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

FrozenCreations 08-30-2005 01:22 AM

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?

Adrian Schneider 08-30-2005 01:32 AM

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

FrozenCreations 08-30-2005 04:07 AM

no, thats not right, i dont think, never mind ;) ill get it


All times are GMT. The time now is 06:59 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.01847 seconds
  • Memory Usage 1,739KB
  • 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_php_printable
  • (1)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
  • (9)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