Quote:
Originally Posted by wolfe
is it possible to integrate my cometchat into the bar... especially when its at the bottom..
|
Yes it is.
1. Edit template "vbsocial_notification_navbar"
2. find:
<ul class="nav navbar-nav navbar-right">
3. Add below:
Code:
<li class="divider hidden-xs hidden-sm"></li>
<li class="dropdown hidden-xs hidden-sm">
<a data-toggle="dropdown" href="javascript://" class="dropdown-toggle">
Chat
</a>
<div class="dropdown-menu">
<!-- comet chat code goes here... -->
</div>
</li>