PDA

View Full Version : Instant Messenger problem


iogames
10-27-2007, 07:03 PM
Hi...
I bought one script for Instant messaging, but this guys doesn't manage vB integration, so I tried what they have and it went wrong...
So can you help me to translate their code to vB code?
<!-- V3 CHAT - START --><a href="#" onClick="window.open('http://www.iogames.com/im/members/_login.php','login','toolbar=0,location=0,director ies=0,status=0,menubar=0,scrollbars=0,resizable=1, width=370,height=500,left=380,top=120');return false;" title="Launch Messenger">IM</a>
<!-- V3 CHAT - END -->

I put it on the 'navbar template' and it places out the Link.

Thanks!

Analogpoint
10-27-2007, 08:00 PM
I don't see why that shouldn't work. Each navbar link is inside a table cell, you might try wrapping this around the above code.

<td class="vbmenu_control">

</td>

iogames
10-27-2007, 08:18 PM
Thanks!

and what do I put to hide a Navbar link that I don't need but want to conceal???

Analogpoint
10-27-2007, 08:29 PM
Just remove it.

iogames
10-27-2007, 08:38 PM
Well I was thinking just o add something to HIDE it... Thanks

Analogpoint
10-27-2007, 08:57 PM
You can comment it out with HTML comments

<!-- hidden -->

iogames
10-27-2007, 11:18 PM
Thanks and consider this thread closed.