yeah i tried this too, but there is still a strange problem
this is the whole code
Code:
[cb:if user="#displayedOrMe" user_id>"0" AND cb_usertype!="visitor"]<div class="btn-group">
[menu caption="<i class=\'fa fa-heart\'></i> Became Fan!" img="" class="btn"] _UE_MENU_CONNECTIONS : _UE_ADDCONNECTION[/menu]
[menu caption="<i class=\'fa fa-times-circle\'></i> Not Fan anymore :(" img="" class="btn"] _UE_MENU_CONNECTIONS : _UE_REMOVECONNECTION[/menu]
<a class="btn dropdown-toggle" href="#" data-toggle="dropdown"> <span class=\'fa fa-caret-down\'></span></a>
<ul class="dropdown-menu pull-right">
<li>[menu caption="<i class=\'fa fa-envelope\'></i> Send Email" img="" class=""] _UE_MENU_MESSAGES : _UE_MENU_SENDUSEREMAIL[/menu]</li>
<li>[menu caption="<i class=\'fa fa-comments\'></i>Send Private Message" img="" class=""] _UE_MENU_MESSAGES : _UE_PM_USER[/menu]</li>
<li>[menu caption="<i class=\'fa fa-exclamation-triangle\'></i>Report User" img="" class=""] _UE_MENU_MODERATE : _UE_REPORTUSER[/menu]</li>
</ul>
</div>[/cb:if]
when im not logged i still see the following code
Code:
<div class="btn-group">
<a class="btn dropdown-toggle" href="#" data-toggle="dropdown"> <span class="fa fa-caret-down"></span></a>
<ul class="dropdown-menu pull-right">
<li></li>
<li></li>
<li></li>
</ul>
</div>