Forum Activity for @michael

michael
@michael
06/07/16 11:46:29PM
7,832 posts

Market Place Sort


Suggestions

We had that on the last jamroom.net skin, didn't think it got used much.

Are you thinking here on jamroom.net or in the MARKETPLACE of your ACP?
michael
@michael
06/07/16 11:42:28PM
7,832 posts

Has The Jamroom Site Showcase Been Removed?


Design and Skin Customization

derrickhand was a ningster too, think hes talking about himself. It can be frustrating having to learn a new system. He's doing great now and I'm sure you'll get there too @clrkprsn :)
michael
@michael
06/07/16 11:40:18PM
7,832 posts

Share This Not Displayed


Using Jamroom

Or this could be the problem. Log in.

Looking at the code for the share this module it appears on the item_detail page when it is enabled in the "item detail features" section. If that page is blocking that section then the default code would not get out there and you'd need to re-add it back in if your planning on using the buttons.

If you've altered the item_detail.tpl file then make sure you have this line of code in there to bring in the item detail features provided by other modules.
        {* bring in module features *}
        {jrCore_item_detail_features module="jrAudio" item=$item}
michael
@michael
06/07/16 11:35:17PM
7,832 posts

Share This Not Displayed


Using Jamroom

First off, thanks for instructions I can follow to understand the problem. Thanks. :)

The problem as I see it is when I look at the source code for the code that your trying to get output there, I can't find it.

That seams to be the major problem.

I'd switch skins to a default one and see if that code you pasted comes out on that page. If it does then there is an issue with the skin files in that skin.

If it doesn't change anything then the issue is probably with the module or something overriding the module.
michael
@michael
06/07/16 11:26:27PM
7,832 posts

Cannot change SMTP user name in Email Core


Using Jamroom

You can tell if the password is updating by the number of characters displayed. use a 4 digit password, then change to a 10 digit password.

I'm trying to emulate but not totally sure of the steps. This is working for me:
ACP -> MODULES -> COMMUNICATION -> DELIVERY SETTINGS
* change the SMTP username to something then save
* change the SMTP username to something else then save

Result is: it saves.

Are those the same steps you're outlining?
michael
@michael
06/07/16 11:20:53PM
7,832 posts

profile domains and ffmpeg issues after switching to nginx


Installation and Configuration

you can define a timeout for ffmpeg:
http://ffmpeg.org/ffmpeg-all.html#http

Quote: timeout

Set timeout in microseconds of socket I/O operations used by the underlying low level operation. By default it is set to -1, which means that the timeout is not specified.

The code for the different ffmpeg calls for the different formats is found at:
/modules/jrAudio/plugins/*

There's one fore each of the different audio types, mp3, aac, wav etc..
michael
@michael
06/07/16 11:13:59PM
7,832 posts

Recurring search error in Activity Log


Using Jamroom

If you can figure out a way to make it fire consistently then I can help some more.

I'd try open one tab with the activity log open in it, then in another tab click around. keep refreshing the activity log to see if anything new comes up.

If you can identify a page that when refreshed causes that error to fire, then its something on that page.

Then narrow down from there.
michael
@michael
06/07/16 11:09:31PM
7,832 posts

player invisible buttons


Using Jamroom

Yeah that url is usually only used in .css files that are included in the main style sheet via the _init() function for the skin or the module.

Have you changed anything, maybe directly linking to a style sheet in the header?

Got a URL?
michael
@michael
06/07/16 01:04:40AM
7,832 posts

jrEmbed 1.3.6 to 1.3.7 update breaks parameter value into array


Jamroom Developers

it was the call that prompted that code to fire i was hoping to get. Figure its probably
 [ jrEmbed module="ujGoogleMaps" mode="place" location="Corner Brook, NL, Canada" maptype="roadmap"] 

Will look into it. No that shouldn't be happening. Its a bug. Sorry for the inconvenience, we'll get it fixed up. Thanks for letting us know. :)
  389