Love the addon!
I found a way to hide the "Invite a Friend" in the navbar for guests/unregistered users.
First disable the Automatic Link Creation in the AdminCP->vBulletin Options->Invitation System.
Then in your navbar template add this where you want to put the link and edit your site name:
<!-- Invite Navbar --!>
<if condition="$show['member']">
<td class="vbmenu_control"><a href="http://Yoursitename.com/profile.php?do=invitation">$vbphrase[invitation]</a></td>
</if>
<!-- Invite Navbar --!>
Hope this helps someone out.
TriMe
|