Cyb...
Two things:
1. How to rename the navbar link from "ChatBox Full" to simply "Chat"
2. How to put the navbar link in the new "Community" link of the navbar
Update...
Sorry, but I found out how to do this on my own. Directions are listed below for those interested:
1. Login to your Admin CP/Languages & Phrases/Phrase Manger. Locate the following phrase:
cybcb_chatbox_full and edit it to your preference.
2. First of all, do not check the setting in this mod to add a link in the navbar. Instead, edit the navbar template in each style:
Locate:
Code:
<tr><td class="vbmenu_option"><a href="profile.php?$session[sessionurl]do=buddylist"><if condition="$show['friends_and_contacts']">$vbphrase[contacts_and_friends]<else />$vbphrase[contacts]</if></a></td></tr>
Add above:
Code:
<tr><td class="vbmenu_option"><a href="misc.php?$session[sessionurl]do=cchatbox">$vbphrase[cybcb_chatbox_full]
</a></td></tr>
That's all there is to it.