Quote:
Originally Posted by M4tEUSh
So how to properly construct a condition with {vb:raw var}?
|
Bumping this question. I have my conditional working but it would be more efficient if I could use it with a plugin for an external php page which updates several areas of my site at once so <vb:if condition="!is_member_of($bbuserinfo, 12)">{vb:raw includemyexternalpage}</vb:if> hides the section from usergroup 12.
Is it possible to put the condition in the plugin?