PDA

View Full Version : Adding "chat" to my nav bar


ZBJsmom
11-14-2006, 07:40 PM
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!

Shanj
11-21-2006, 02:21 AM
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.

Ntfu2
11-21-2006, 07:11 AM
Edit the navbar template:

AdminCP -> Styles and Templates -> Style Manager -> Navigation and Breadcrumbs -> navbar


find:

<if condition="$show['member']">
<td class="vbmenu_control"><a href="usercp.php$session[sessionurl_q]">$vbphrase[user_cp]</a></td>
</if>


BEFORE Add

<!-- 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 -->

ZBJsmom
11-26-2006, 08:45 PM
YES YES YES!!!

WOO HOO THANK YOU VERY MUCH!!!!!

Thanks a bunch, Nftu2! Truly appreciated by me and my forum members! :D