![]() |
is_member_of info
First, if there's somewhere that lists vB functions, please point me in the right direction.
That being said, I'm trying to do something like this Code:
if (is_member_of(3,5,6)) { |
http://www.vbulletin.com/docs/html/t...e_conditionals
Code:
<if condition="is_member_of($vbulletin->userinfo, 3, 5, 6)"> |
And to see more than you ever thought you would want to see, the vB API - http://members.vbulletin.com/api/
Post 2 is for templates. For plugins: PHP Code:
|
This helped perfectly, thank you! Basically I used fetch_userinfo with the user number I had, then used that in the is_member_of function. Works great, thanks again!
|
If you are using the current user, you don't need to use fetch_userinfo(). (If otherwise, that's fine. :p)
|
Quote:
So the check was to make sure each user that has that field filled out, is in the user group I allow to get text messages from the website. The only odd thing is, the person that sends the message, never gets text'd, everyone else does though. |
It looks like your dealing with multiple users (and hence multiple calls to fetch_userinfo). In this case, you probably want to run a query that fetches all the users at once (fetch_userinfo() will run one query every time it is called).
|
All times are GMT. The time now is 12:58 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|