Jump to content
DevFuse Forums

[RESOLVED] Bouncy Radio Center v6.0 problem


BLTYNR

Recommended Posts

Hi,

 

I have installed Bouncy Radio Center v6.0

Everything works fine, but...

 

The Install Instructions says :

 

Open up Admin CP > Look & Feel > Skin Manager > Edit Board Header & Footer Wrapper

 

Find : <% JAVASCRIPT %>

Add below : <script src="jscripts/brp_main.js"></script>

 

If i do this the board header loads 2 times, see the image :

 

naamloosl.jpg

 

But if i do : <script src="/jscripts/brp_main.js"></script>

Then is everything normal, but the currently song is not refreshing.

 

Here is the file : brp_main.js

 

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Bouncy Radio Center

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Created By: Anthony Kinson

Website: http://www.BouncyBootlegs.co.uk

Version: 6.0

File: brp_main.js

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Copyright (

Link to comment
Share on other sites

<% JAVASCRIPT %> 
<script src="jscripts/brp_main.js"></script>
</head>

is what my buddy has for his and has no problems on any of his skins

 

 

Edit: but if I'm remembering right there was problems with it not auto refreshing in all versions before v8

Link to comment
Share on other sites

<% JAVASCRIPT %> 
<script src="jscripts/brp_main.js"></script>
</head>

is what my buddy has for his and has no problems on any of his skins

 

 

Edit: but if I'm remembering right there was problems with it not auto refreshing in all versions before v8

 

I have the same :

 

<% JAVASCRIPT %>
<script src="jscripts/brp_main.js"></script>
</head> 
<body>
<% BOARD HEADER %>
<% MEMBER BAR %>
<!--IBF.RADIOBAR-->
<div id="ipbwrapper">
<% NAVIGATION %>
<!--IBF.NEWPMBOX-->
<% BOARD %>
<% BOARD FOOTER %>
<% STATS %> 
<% COPYRIGHT %>

 

Version v6.0 has not a problem with auto refreshing, only the lite version v7.0 has a auto refresh problem.

Everything works fine for me, but if i force guests to log in before allowing access to the board i get 2 headers and login area's.

If i force guests to log in before allowing access to the board is closed i get no errors, but i want force guests to log in before allowing access my board.

Link to comment
Share on other sites

and CHMOD the file thewall.dta to 777

did you do that? if not that could be the issue. Best thing i can tell you is to check all file permissions. Normally I set all ajaxed files to 755 except for config files. Only other suggestion i could give you is to update to newer version. Depending on what version board you have, might want to consult with Anthony himself.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

Guest
This topic is now closed to further replies.
×
×
  • Create New...