0
I Try to find a answer in topic for this, but i didn´t found this unique problem!
My player only appears for registered user, all the thins are "public", but the playe only appears for registered.
Does anybody know something that coul help me?
Thanks in advance.
Marcelo
My player only appears for registered user, all the thins are "public", but the playe only appears for registered.
Does anybody know something that coul help me?
Thanks in advance.
Marcelo
Responses (7)
-
Accepted Answer
-
Accepted Answer
0Thanks for the help!
I Put all my menus in public mode,
all modules items of musicol to public too
create a menu item artist (mandatory) in main menu (public)
, and did get any good results, any other idea?
All the things function in this program, and it´s so complety too, this is the only problem that i have, when i become a logged user the player
appears normaly.
I really don´t know what to do.
Thanks in advance -
Accepted Answer
-
Accepted Answer
-
Accepted Answer
0I think I've found the problem on your site, and it's very strange.
the SOURCE CODE of the page, for some reason, is skipping the linebreaks.
the JS code that prints the player is, therefore, being affected by a "//" command that should not be there. this is VERY strange. it can be something of your template, I don't know... :S
you can try one think if you want:
open plugins/muscolplayers/jwplayer.php go to line 87 and you see this:
$addcomments = "//" ;
replace it for:
$addcomments = "" ;
let see if it helps.
but anywya... have you changed anything on this code? this is very strange... -
Accepted Answer
Your Reply

Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here.
Register Here »