Quote:
Originally Posted by nascar1
Is there a way to set it so the VB Image Host link on the Nav bar only shows to users who are logged in and registered?
|
You could try something like this:
Code:
<if condition="is_member_of($bbuserinfo, X, Y, Z)">CODE TO IMAGE HOST HERE<else />BLANK OR MESSAGE TO USER WHO DOESN'T SEE IT</if>
Change XYZ to the usergroup(s) you want to see the image hosting link.