Status
Not open for further replies.
chat.png


Pic attached
 
Only way to do that is enable Detach in Instance management, then you will be able to view the shout on a page by it's self, like this:

h**p://www.mysite.com/vbshout.php?do=detach&instanceid=1

Then once you have that url from your forum, you could add the navbar and navtab in your style by codding the navbar template.
 
To get the Chat link to show in Navbar and Navtabs do the following:

Open your Navigation / Breadcrumb Templates/Navbar

1. Search for the following code:
Code:
{vb:raw template_hook.navbar_end}
2. Right before that code add the following:
Code:
<!--Start Shout Navbar-->

<li><a rel="Chat" href="vbshout.php?do=detach&instanceid=1{vb:raw session.sessionurl_q}" accesskey="5">[B]Chat[/B]</a></li>

<!--End Shout Navbar-->
3. Now search for the following code:
Code:
{vb:raw template_hook.navtab_end}
4. Right before that code add the following:
Code:
<!--Start Shout NavTab-->

<li><a class="navtab" href="vbshout.php?do=detach&instanceid=1">[B]Chat[/B]</a></li>

<!--End Shout NavTab-->
5. Click save.

The first edit adds it to your navbar.
The second edit add it to your navtabs.

You can change Chat in those codes to what ever you wish to call it.

14e0fc0c7d1c4d.png


Hope that helps. :cool:
 
I am using latest beta version.

I have added as per the post above. But when I click on the chat button it shows nothing. I just can see below screen

test.jpg


Please help. I wanted shoutbox to have the separate access through the Chat button on Navbar

I tried in Firefox and Chrome. Nowhere its showing me the shoutbox :(
 
Status
Not open for further replies.

Similar threads

Legacy vBShout

vBulletin 3.8.x vBulletin 4.x.x
Seller
DragonByte Technologies
Release date
Last update
Total downloads
3,175
Customer rating
5.00 star(s) 1 ratings
Top