vBadvanced Forums  
Go Back   vBadvanced Forums > vBadvanced Products > vBadvanced CMPS > vBa CMPS v2.0 Support > Troubleshooting & Problems

Reply
 
Thread Tools Display Modes
  #1  
Old 04-06-2007, 03:38 AM
fotoplatz fotoplatz is offline
Junior Member
 
Join Date: Dec 2005
Posts: 1
Default Dynamic Link in CMPS Navbar not working

In my navbar I add following code:

<script language="Javascript" type="text/javascript">
<!--
function realchatPopup(url, nn, pu, au, hmac) {
var r = screen.height / screen.width;
var w = screen.width>800?1000:800;
var h = Math.round(w*r);
var c = function(s) { return encodeURIComponent(s).replace('!', '%21'); }
var rcw = window.open(url + '&nn=' + c(nn) + '&pu=' + c(pu) +'&au=' + c(au) + '&hmac=' + hmac + '&cu=cw', 'rc',
'width='+w+',height='+h+',status=no,toolbar=no,menubar=no,location=no,scrollbars =yes,resizable=yes');
rcw.focus();
}
//-->
</script>
<td class="vbmenu_control"><a href="$chatLink">Chat</a></td>

On the forum's navbar at forum.php it works fine, but at my index.php there is only a link to my domain....

Have anyone an idea?
Thanks
Tom
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Dynamic Forum / Home Link in Navbar mholtum Modifications (version 3.x & 2.x) 176 08-20-2009 11:54 PM
stumped on dynamic forum/home link in navbar antivirus Troubleshooting & Problems 2 03-30-2006 04:32 PM


All times are GMT -4. The time now is 07:35 AM.

Forums Powered by vBulletin, Copyright ©2000-2009, Jelsoft Enterprises Ltd.
Please note that vBadvanced is in no way affiliated with Jelsoft Enterprises Ltd, nor will Jelsoft be able to provide any support for our products.