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=> question. (https://vborg.vbsupport.ru/showthread.php?t=217621)

UltimateOreo! 07-01-2009 09:59 PM

<if condition=> question.
 
Hi, I'm looking for an "<if condition="> command that I can use to display a link to everybody but 3 groups.

ry215 07-01-2009 10:11 PM

HTML Code:

<if condition="in_array($userinfo[usergroupid],  array(5,6,7)">
//show
</if>


UltimateOreo! 07-01-2009 11:20 PM

Not working.

MAORBARI 07-01-2009 11:31 PM

<if condition="$bbuserinfo['usergroupid'] == 6 || $bbuserinfo['usergroupid'] == 7 || $bbuserinfo['usergroupid'] == 8">
//content
</if>

UltimateOreo! 07-01-2009 11:33 PM

A friend helped me out, this is the one that I used.

<if condition="in_array($userinfo['usergroupid'], array(2,17))">
</if>

MAORBARI 07-01-2009 11:37 PM

ok but i wanna to warning that sometimes it is have errors ad it is show the content to the other usergroups
but with my way it is ok it is with no error.

Dismounted 07-02-2009 04:59 AM

Code:

<if condition="!is_member_of($bbuserinfo, X, Y, Z)">
This checks both primary and secondary usergroups.


All times are GMT. The time now is 01:38 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.01062 seconds
  • Memory Usage 1,717KB
  • 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
  • (1)bbcode_code_printable
  • (1)bbcode_html_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (7)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete