vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=252)
-   -   usergroup variable? (https://vborg.vbsupport.ru/showthread.php?t=267419)

Murtific 07-26-2011 01:29 AM

usergroup variable?
 
Is there a built in variable that lets you pull the usergroup ID that a user is in??? I have some ideas to get around, but.. really ghetto.....

Would love to know if this var exists :eek:

--------------- Added [DATE]1311647992[/DATE] at [TIME]1311647992[/TIME] ---------------

<vb:if condition="$bbuserinfo['usergroupid'] == 6">Global Level: <input readonly="readonly" value="6" type="text" size="5" /></vb:if>
<vb:if condition="$bbuserinfo['usergroupid'] == 7">Global Level: <input readonly="readonly" value="7" type="text" size="5" /></vb:if>
<vb:if condition="$bbuserinfo['usergroupid'] == 5">Global Level: <input readonly="readonly" value="5" type="text" size="5" /></vb:if>
<vb:if condition="$bbuserinfo['usergroupid'] == 9">Global Level: <input readonly="readonly" value="9" type="text" size="5" /></vb:if>


I mean... REALLY.. ffs..... gotta be a better way tho..... :eek:

kh99 07-26-2011 01:49 AM

I think you want {vb:raw bbuserinfo.usergroupid}.

Murtific 07-26-2011 01:51 AM

awesome.. step two...

i'm trying to make a plugin

mysql_query("UPDATE members SET global = $bbuserinfo['usergroupid'] WHERE username = '$usernamefield' ", $connection);

what's the correct variable...... its driving me nuts!!!

kh99 07-26-2011 01:54 AM

I think that would be $vbulletin->userinfo[usergroupid]

Murtific 07-26-2011 01:58 AM

Quote:

Originally Posted by kh99 (Post 2225004)
I think that would be $vbulletin->userinfo[usergroupid]

ffsssssssssssssssssss..... dummy of the century goes toooooo................ :p

gawsh, thanks!

--------------- Added [DATE]1311649557[/DATE] at [TIME]1311649557[/TIME] ---------------

I also got around it by putting it in an input field and making it update in my database heh..... both work swell tho


All times are GMT. The time now is 07:48 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.01029 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_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (5)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