The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Adding "chat" to my nav bar
HI! I decided to use parachat for my forums chat needs and I would like to add "chat" to my nav bar but I am a newb at php and vB. Could someone walk me through it or can you do a cut and paste into the code? I'm assuming I need the code from them (I chose the pop up room code). Here is that:
<!-- Begin ParaChat Basic v7.5 Code --> <form><input type="image" src="http://chat.parachat.com/images/pc.gif" border="0" onClick="window.open('http://chat.parachat.com/chat/login.html?room=Frugal-Families&width=800&height=600&lang=en', 'parachat', 'width=800,height=600,location=no,menubar=no')"> </form> <!-- End ParaChat Basic v7.5 Code --> Is there someone who can help me, please? Thanks a bunch! |
#2
|
|||
|
|||
Yes I want to add a link on the navbar to our chatrooms too.
Ive read a lot of guidance posts and tried to do it lostx of times but not got it working. Anyone good at baby language please? Please show me where to insert the code - don't just tell me which file! or I don't know where in the code. I can do standard html but shaky on css. |
#3
|
|||
|
|||
Edit the navbar template:
AdminCP -> Styles and Templates -> Style Manager -> Navigation and Breadcrumbs -> navbar find: Code:
<if condition="$show['member']"> <td class="vbmenu_control"><a href="usercp.php$session[sessionurl_q]">$vbphrase[user_cp]</a></td> </if> Code:
<!-- Begin ParaChat Basic v7.5 Code --> <form><input type="image" src="http://chat.parachat.com/images/pc.gif" border="0" onClick="window.open('http://chat.parachat.com/chat/login.html?room=Frugal-Families&width=800&height=600&lang=en', 'parachat', 'width=800,height=600,location=no,menubar=no')"> </form> <!-- End ParaChat Basic v7.5 Code --> |
#4
|
|||
|
|||
YES YES YES!!!
WOO HOO THANK YOU VERY MUCH!!!!! Thanks a bunch, Nftu2! Truly appreciated by me and my forum members! |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|