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-02-2009, 02:52 PM
iadmirevb iadmirevb is offline
 
Join Date: Feb 2009
Posts: 31
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default How do i check if the user is part of a group

Hello,
I've created a forum and inside the description i added a html code that embed a flash palyer. The code works great!

<div style="border:0px solid red;margin-top:5px;">
<embed
src="/flv_mediaplayer44/player.swf"
width="350"
height="20"
bgcolor="#E1E4F2"
allowscriptaccess="always"
allowfullscreen="true"
flashvars="file=/media/fileoftheweek_indi.mp3"
/>
</div>

I want to take it one step higher and i want to add a code that checks if the user is part of the registered group. If he is, then i show the code for the flash player.

Is this feasable?

Thanks
Marco
Reply With Quote
  #2  
Old 04-02-2009, 03:15 PM
Lynne's Avatar
Lynne Lynne is offline
 
Join Date: Sep 2004
Location: California/Idaho
Posts: 41,180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Well, the code for checking for usergroups would be either:
In a template:
HTML Code:
<if condition="is_member_of($bbuserinfo, x,y,z)">
In php:
PHP Code:
if (is_member_of($vbulletin->userinfox,y,z)) 

I have no idea if that will work in your description. If not, you'll have to edit your templates to use the condition.
Reply With Quote
  #3  
Old 04-02-2009, 03:16 PM
TigerC10's Avatar
TigerC10 TigerC10 is offline
 
Join Date: Apr 2006
Location: Austin, TX
Posts: 616
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

You did this in a template?

You could always stick that code in a template conditional...

Code:
<if condition="$bbuserinfo[userid] != 0">
<div style="border:0px solid red;margin-top:5px;">
<embed src="/flv_mediaplayer44/player.swf"
     width="350"
     height="20"
     bgcolor="#E1E4F2"
     allowscriptaccess="always"
     allowfullscreen="true"
     flashvars="file=/media/fileoftheweek_indi.mp3" />
</div>
<else />
You must register to view the video.
</if>
If you want to make it a specific group, or set of groups, it'll get a little more complicated... Just a tiny bit.
Reply With Quote
  #4  
Old 04-02-2009, 04:26 PM
iadmirevb iadmirevb is offline
 
Join Date: Feb 2009
Posts: 31
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

no, not on a template... directly on my forum description (check image)... it's working perfectly and the users are very happy....

i think condition don't work in forum descriptions...i'm not sure about php , if i only know how to put php in html.... any ideas?

i'll keep doing some research. If nothing comes out, i guess i'll have to modified the template...

thanks again
Attached Images
File Type: png mediaplayer.png (75.9 KB, 0 views)
Reply With Quote
  #5  
Old 04-02-2009, 05:32 PM
Lynne's Avatar
Lynne Lynne is offline
 
Join Date: Sep 2004
Location: California/Idaho
Posts: 41,180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

If the condition doesn't work in the description (and I would guess it doesn't), then you will have to do some sort of template edit or maybe a plugin.
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 12:44 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.03358 seconds
  • Memory Usage 2,219KB
  • Queries Executed 14 (?)
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
  • (1)bbcode_html
  • (1)bbcode_php
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (5)post_thanks_box
  • (5)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (5)post_thanks_postbit_info
  • (5)postbit
  • (1)postbit_attachment
  • (5)postbit_onlinestatus
  • (5)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
  • postbit_attachment
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete