Log in

View Full Version : I want to add a link to my chat room


genovanelli
07-21-2007, 10:17 PM
I would like to know how can I add a link somewhere next to the other Existing links: Register FGA, Member List, Calendar, Today?s Posts, Search
New link (Chat)
Somewhere in between I want to put a (Chat) link to access my chat room which already integrated with my vbulletin forum:)

cheat-master30
07-21-2007, 10:26 PM
I think you would add this next to the others in the navbar template:

<td id="chatroom" class="vbmenu_control">
<a href="[link to chat room]">[Chat Room Link Text]</a>
</td>

You know what to replace things between [ and ] with.