
06-06-2006, 11:15 PM
|
|
|
Join Date: May 2003
Posts: 105
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by KOKS@LN
Hi,
Thanks for this great plugin. Installed on a vB 3.5.4 forum.
I've a problem. The stats are shown twice, one under the other on the forumhome page. The other pages are not affected by this issue.
I found out what causes this problem. In FORUMHOME template, I use a popup code for a FlatCast Radio Server. The code is as following.
Code:
<!-- FlatCast Code --->
<body LANGUAGE=javascript onload="window.open ('http://www.********.com/Player.aspx?sid=******','_blank','scrollbars=yes,menubar=no,width=900,height=600,left=0,top=0');return;"></body>
<!-- FlatCast Code --->
Even though I've changed the place of the code in the same template, the stats are still shown twice (one is shown in where FlatCast code resides).
It seems to me that the </body> tag in the FlatCast code causes the problem.
Does anybody know how to sort this out?
Thanks.
|
Try removing the extra body tag. You could also try using the "Optional config.php Variable" I outlined above.
|