Quote:
Originally Posted by secondeye
HEllo,
I want to show this Image to those Visitors who haven't confirmed their Email address..
Is there any way?
|
Hello Secondeye
You can do this by adding this code:
<vb:if condition="is_member_of($bbuserinfo,
3)"><a href="/register.php"><div class="forcetoregister"></div></a></vb:if>
Make sure to check your usergroup ID in the admincp, maybi you have another ID than '3'
Let me know if it works
Cheers