![]() |
Quote:
Certain. |
So, I'm still trying to figure out why this doesn't work...
I want this profile field to show in the postbit to those who are a member of both usergroups 2 and 15. No matter what group the poster is in. Now I'm trying variations on a theme. I tried doing this but I don't know if it's even possible: Code:
<if condition="is_member_of($bbuserinfo, 2) AND is_member_of($bbuserinfo, 15)"> |
Code:
<if condition="is_member_of($bbuserinfo, 2) AND is_member_of($bbuserinfo, 15)"> Code:
<if condition="is_member_of($bbuserinfo, 2, 15)"> |
Have you tried
Code:
<if condition="(is_member_of($bbuserinfo, 2,15)) AND ($post[field5]) "> |
Quote:
Code:
<if condition="is_member_of($bbuserinfo, 2, 15)"> Code:
<if condition="is_member_of($bbuserinfo, 2) OR is_member_of($bbuserinfo, 15)"> |
My bad, Lynne. Late at night and not enough coffee. :)
I stand corrected. |
Quote:
|
Quote:
If you aren't in usergroup 2 or 15 and the user has it entered, it wont show it to you If you are in usergroup 2 or 15 and the user doesn't have field 5 entered, it shows nothing So you probably just want the usergroup ID of 15 there (and not 2), and the field5 |
Quote:
|
Code:
<if condition="is_member_of($bbuserinfo, 2) AND is_member_of($bbuserinfo, 15) AND $post['field5'] "> |
All times are GMT. The time now is 03:15 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|