Quote:
Originally Posted by Medtech
Good start, trying it out:up:
update: love it!!
Suggestion:
To add a link in the navbar:
in navbar template.. find:
Code:
$vbphrase[calendar]</a></td>
Under that paste
Code:
<td class="vbmenu_control"><a href="http://www.yoursite.com/chatbox.php?$session[sessionurl]">IRC Chatbox</a></td>
Or, this is to only allow certain usergroups (Admin only for example)to see the link in the navbar:
Code:
<if condition="$bbuserinfo[usergroupid] == 6">
<td class="vbmenu_control"><a href="http://www.yoursite.com/chatbox.php?$session[sessionurl]">IRC Chatbox</a></td>
|
Lol I was a little ahead of you and had that in the new 2.7 version. All though I used hooks, so if you guys don't like the placement just disable automatic navbar placement and use Medtech's first code. The second won't matter since when you disallow usergroups, those usergroups won't see the navbar link.