Go Back   vb.org Archive > vBulletin 3 Discussion > vB3 General Discussions
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #1  
Old 04-11-2007, 03:38 AM
|Jordan|'s Avatar
|Jordan| |Jordan| is offline
 
Join Date: Nov 2004
Posts: 479
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default If Condition User Group

I'm trying to setup a graphic to display in a user's profile area only if that user a secondary member of a specific group (in the postbit). In 3.0.x <if condition="is_member_of($userinfo, ##)"> worked fine. But in 3.6.5, it doesnt even display the things in the if statement. Ive scoured the forum, for other alternatives, but havent found anything.

Anyone have any ideas how to get it to work?
Reply With Quote
  #2  
Old 04-11-2007, 03:47 AM
HMBeaty's Avatar
HMBeaty HMBeaty is offline
 
Join Date: Sep 2005
Posts: 4,141
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by |Jordan| View Post
I'm trying to setup a graphic to display in a user's profile area only if that user a secondary member of a specific group (in the postbit). In 3.0.x <if condition="is_member_of($userinfo, ##)"> worked fine. But in 3.6.5, it doesnt even display the things in the if statement. Ive scoured the forum, for other alternatives, but havent found anything.

Anyone have any ideas how to get it to work?
I believe it has changed to this:
HTML Code:
<if condition="is_member_of($bbuserinfo, 1,2,3)">
Not 100% sure though. Let me know
Reply With Quote
  #3  
Old 04-11-2007, 04:53 AM
|Jordan|'s Avatar
|Jordan| |Jordan| is offline
 
Join Date: Nov 2004
Posts: 479
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

It doesnt work
Reply With Quote
  #4  
Old 04-11-2007, 04:59 AM
Dismounted's Avatar
Dismounted Dismounted is offline
 
Join Date: Jun 2005
Location: Melbourne, Australia
Posts: 15,047
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

HTML Code:
<if condition="is_member_of($bbuserinfo, 1)">
That's correct, and it works, trust me.
Reply With Quote
  #5  
Old 04-11-2007, 04:59 AM
HMBeaty's Avatar
HMBeaty HMBeaty is offline
 
Join Date: Sep 2005
Posts: 4,141
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Ok, try this one...
HTML Code:
<if condition="$bbuserinfo['usergroup'] == '1'">
Quote:
Originally Posted by Dismounted View Post
HTML Code:
<if condition="is_member_of($bbuserinfo, 1)">
That's correct, and it works, trust me.
LOL, thats what I posted
Reply With Quote
  #6  
Old 04-11-2007, 05:01 AM
|Jordan|'s Avatar
|Jordan| |Jordan| is offline
 
Join Date: Nov 2004
Posts: 479
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hmm odd. I still can't get it to work. Here's the code im trying to use:

Code:
<if condition="is_member_of($bbuserinfo, 26)"><div class="pbit" align="center"><a href="http://www.gamers-union.net/forums/showthread.php?t=646"><img src="images/misc/elite_gamer.gif" alt="" border="0" title="Elite Gamer"></div></if>
Reply With Quote
  #7  
Old 04-11-2007, 05:04 AM
HMBeaty's Avatar
HMBeaty HMBeaty is offline
 
Join Date: Sep 2005
Posts: 4,141
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

You have some missing closing tags in your code also, try this
HTML Code:
<if condition="is_member_of($bbuserinfo, 26)"><div class="pbit" align="center"><a href="http://www.gamers-union.net/forums/showthread.php?t=646"><img src="images/misc/elite_gamer.gif" alt="" border="0" title="Elite Gamer" /></a></div></if>
Reply With Quote
  #8  
Old 04-11-2007, 05:30 AM
|Jordan|'s Avatar
|Jordan| |Jordan| is offline
 
Join Date: Nov 2004
Posts: 479
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Weird, that doesnt work either. I tried disabling all the plugins (via plugin disable in options) and it still doesnt work. Even on the default vbulletin style.
Reply With Quote
  #9  
Old 04-11-2007, 06:44 AM
Dismounted's Avatar
Dismounted Dismounted is offline
 
Join Date: Jun 2005
Location: Melbourne, Australia
Posts: 15,047
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Redlinemotorsports View Post
LOL, thats what I posted
You had more than one usergroup .
Quote:
Originally Posted by |Jordan| View Post
Weird, that doesnt work either. I tried disabling all the plugins (via plugin disable in options) and it still doesnt work. Even on the default vbulletin style.
That means you have an error in your code, does the image exist?
Reply With Quote
  #10  
Old 04-11-2007, 06:54 AM
|Jordan|'s Avatar
|Jordan| |Jordan| is offline
 
Join Date: Nov 2004
Posts: 479
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

It definately, exits, when i dont use the IF statements, it displays fine, plus i double checked dir and its there.
Reply With Quote
Reply


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 10:40 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.03998 seconds
  • Memory Usage 2,256KB
  • 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
  • (1)bbcode_code
  • (5)bbcode_html
  • (4)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (10)postbit
  • (10)postbit_onlinestatus
  • (10)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_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
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete