The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
![]()
I am trying to make an if conditional statement that would allow me to find users who have connected through Facebook Connect on my forum. Currently all users who use Facebook Connect are added to an additional usergroup called FB Connect.
I would like to show a tiny FB icon in their postbit legacy profile fields if they belong to this usergroup. How could I achieve this? I'm on 4.2.0 PL3. |
#2
|
|||
|
|||
![]()
Something like this should work (in the postbit_legacy template):
Code:
<vb:if condition="is_member_of($post, X)">put code for icon here</vb:if> |
#3
|
||||
|
||||
![]()
Wow thank you for such a quick reply kh99!!
If I'd like to make this conditional only visible to certain usergroups (admin/mod) do I wrap another <vb:if> around it or is there a way to modify this one to include that check? Thank you again for such a quick response! |
#4
|
|||
|
|||
![]() Quote:
Code:
<vb:if condition="is_member_of($bbuserinfo, 5, 6, 7) AND is_member_of($post, X)">put code for icon here</vb:if> |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|