Forum Activity for @michael

michael
@michael
03/07/17 01:36:28AM
7,832 posts

sharethis module not functioning right when sharethis also included in header template


Using Jamroom

I can only see one version of the share this buttons on that page.

If you are planning on adding the code manually, I would think turning off the jrShareThis module would be the best way to go.
michael
@michael
03/07/17 01:33:47AM
7,832 posts

Audio Embed in Blog


Using Jamroom

Send me some login details with a link to this thread to support at jamroom dot net and I'll take a look.
michael
@michael
03/07/17 01:31:14AM
7,832 posts

Audio is not streaming


Using Jamroom

If there are corrupt files, you could try re-uploading them via FTP, or via the marketplace reload system:
ACP -> MODULES -> MARKETPLACE -> TOOLS -> RELOAD MODULES -> (select module ) -> RELOAD

Try with the core first, then maybe the audio module. Sorry, been busy today haven't had a chance to test more stuff.
michael
@michael
03/06/17 05:42:21PM
7,832 posts

Audio is not streaming


Using Jamroom

thanks for that, thats not it. Nothing in there thats useful. any apache error logs?

I don't think its related, but just trying to eliminate it as a possible thing given that I don't know the cause at the moment.
michael
@michael
03/06/17 12:56:26AM
7,832 posts

Audio Embed in Blog


Using Jamroom

Try forcing it to 0 so it ignores the quota check.
{$item.blog_text|jrCore_format_string:0}
michael
@michael
03/06/17 12:54:24AM
7,832 posts

Audio is not streaming


Using Jamroom

not sure. Guessing maybe there might be some reason why part of the .js file that should be there (the player) is not getting into the compiled .js file for the system.

Since the Audio module is enabled and the same issue appears even after changing skins, something is causing the player part of the code to not get included in the main site .js file.

Just never seen this before, so not sure what could be causing it. Hoping for a clue from the error logs.
michael
@michael
03/06/17 12:40:47AM
7,832 posts

Audio is not streaming


Using Jamroom

Do you have access to your servers error logs? via cpanel or some other system. I'm wondering if there is anything in there. Its an unusual situation.
michael
@michael
03/05/17 10:54:55PM
7,832 posts

Audio is not streaming


Using Jamroom

For some reason, the jPlayer file is not being included in the main .js library. The issue appears even when the skin is changed.

I'm currently not able to understand why the jPlayer javascript is not included in the main .js file for the site. The module is active.
michael
@michael
03/05/17 10:10:20PM
7,832 posts

Audio is not streaming


Using Jamroom

The cause of the error is:
TypeError: pl.jPlayer is not a function
Its trying to find the jPlayer to play the songs, but that javascript cant be found.

Are you loading any other custom javascript that you have added to that page? try taking that out and see if it works again.
michael
@michael
03/05/17 06:16:05PM
7,832 posts

Audio Embed in Blog


Using Jamroom

nice. next.

Check what the template that is outputting that variable is showing. In the default item_detail.tpl for the blog module its like this:
{$item.blog_text|jrCore_format_string:$item.profile_quota_id}
that jrCore_format_string is the thing doing the conversion into a player.
  255