vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=15)
-   -   is_member_of wont work! (https://vborg.vbsupport.ru/showthread.php?t=181527)

tecdady 06-04-2008 07:02 PM

is_member_of wont work!
 
man this is driving me nuts. im using a template that is being pulled by vbadvanced cpms. i want some text that is only viewable by supporting member group, and other text for non supporting member group.

i have tryed the <if condition="is_member_of($bbuserinfo, ID1, ID2, ID3,.....)">

and it just wont work no matter what i do. can anyone give some help on this issue. thank you very much.
-chris

veenuisthebest 06-04-2008 07:04 PM

is_member_of does work instead bbuserinfo doesn't !!

try this

Code:

<if condition="is_member_of($vbulletin->userinfo, 1, 2, 3)">......</if>
refer to link in my signature for conditionals list

tecdady 06-04-2008 07:08 PM

thanks for the fast response. ive tryed that as well. no matter what i put in there, it wont work. its very strange.

here is my code:
<if condition="is_member_of($vbulletin->userinfo, 6, 5, 22)">test</if>

im in usergroup 6 as the admin. and i see nothing when the page is loaded.

Paul M 06-04-2008 07:10 PM

$bbuserinfo rather than $vbulletin->userinfo is correct - however, it could be something else depending on how the template is being called.

tecdady 06-04-2008 07:16 PM

i think maybe that is the problem. is there something at the top of the template that i need to put for these conditionals to work?

Opserty 06-04-2008 07:41 PM

Questions regarding modifications should be asked in the thread/board/site from which you downloaded.

Seeing as you are not using a default vBulletin page you need to contact the authors of the custom page on which you are using it for assistance.

tecdady 06-04-2008 07:57 PM

uh... this is a simple question about a template i created. where do you suggest i go ask?

Opserty 06-04-2008 08:01 PM

All templates can be affected by the PHP code around them, this doesn't sound like a template issue as your code would work fine under normal circumstances.

As for where to ask, the answer is in your initial post.
Quote:

im using a template that is being pulled by vbadvanced cpms
Ask at the vBadvanced site.

tecdady 06-04-2008 08:15 PM

sorry, i didnt realize there were thread police here. ill move along. thanks for the help!

Opserty 06-04-2008 08:26 PM

It is a general recommendation that you post from where you downloaded the modification, it is impossible for us to know the code behind each and every modification. Therefore to make it easier and quicker for you, people are instructed to post in the modification thread as the authors are the ones who will know how to advise you best.

Regards


All times are GMT. The time now is 10: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.01007 seconds
  • Memory Usage 1,728KB
  • 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_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