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)

FrozenCreations 08-28-2005 12:47 PM

<if condition="$bbuserinfo['usergroupid'] == 2">TEXT</if>
 
hello, i tryed putting that code in the header, it shows a welcome text to usergroup #2, (i think) and i was wondering what the code should be? i was it 2 welcom Registered users only! (if he is part of an aditional usergroup, it skips him)

Paul M 08-28-2005 02:02 PM

What's wrong with it ?

FrozenCreations 08-28-2005 02:07 PM

it dosent show up /;

also, i think i need an
PHP Code:

else 

code, to make it so if there part of an aditional group.. #'s (69 70 71 72) (registered users # - 2)

FightRice.com 08-29-2005 12:43 AM

<if condition="$bbuserinfo[usergroupid] = 2">TEXT</if>

:dunno:

FrozenCreations 08-29-2005 12:57 AM

if thats not spam what is /;

lol...

my hunch is that it has somethign to do wiht $bbuserinfo

Paul M 08-29-2005 03:04 AM

What exactly doesn't work ?

Brad 08-29-2005 03:18 AM

Quote:

Originally Posted by FightRice.com
<if condition="$bbuserinfo[usergroupid] = 2">TEXT</if>

:dunno:

That only works with primary usergroups, you should use this instead:

HTML Code:

<if condition="is_member_of($bbuserinfo, 2)"> </if>

FrozenCreations 08-29-2005 03:53 PM

Templates Tryed: header and headinclude
HTML Code:

<if condition="is_member_of($bbuserinfo, 2)">
<p>Welcome $bbuserinfo[username],
we hope you enjoy your stay, rember to check out your clan! If you dont have one, please go <a href="profile.php?do=editusergroups" alt="Clan Options">Here</a>.</p></if>

ok, please tell me what went wrong there? lol, i put that in, log out of my account, loginto a guest account, loot at the header, and nothing is there

Paul M 08-29-2005 04:54 PM

Guests are usergroup 1, not 2.

Edit: Actually, I'm not sure you mean Guests - what exactly is a "Guest Account" ?

FrozenCreations 08-29-2005 05:25 PM

no, im talking about the register usergroup, it shows a message to members in the "Register Usergroup" / id#2

id like the message to appear to the registered users only :)


All times are GMT. The time now is 10:57 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.01140 seconds
  • Memory Usage 1,730KB
  • 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_html_printable
  • (1)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
  • (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