Forum Activity for @michael

michael
@michael
01/21/17 12:30:02AM
7,837 posts

Issue Installing


Installation and Configuration

Sounds like you're missing the .htaccess file. When you unzip the download, on some systems . prefixed files are hidden.

I know on kubuntu I need to do alt+. to see hidden files.

Could be that. Check you have uploaded the .htaccess file from the jamroom package.

If not that, then need to make sure mod_rewrite is working on your server. They are the only 2 things that come to mind.

When you say you are "installing it on my own server", makes me question: does that install have a domain name like yoursite.com or are you installing it on the ip adresss ( 127.0.0.1 ) or are you using localhost ( http://localhost/ ) coz that may make a difference too.

When I setup a local install, I always use /etc/hosts and give my install a domain name even if that domain only works for my machine, its still better than an ipaddress or localhost.
michael
@michael
01/21/17 12:24:16AM
7,837 posts

Block Audio Download for Guests


Using Jamroom

What douglas is talking about here ^ is item action buttons, the docs are here.

Docs: "Item Action Buttons"
https://www.jamroom.net/the-jamroom-network/documentation/jamroom-developers-guide/1508/item-action-buttons
michael
@michael
01/21/17 12:21:51AM
7,837 posts

Site Radio And TV


Using Jamroom

izhmel:.... how can I modify the playlist module to add songs by "artist, add by genera " .........If we could modify the play list module , we could create an admin radio with all the songs....

You can, jamroom is open source. You are free to build modules for it and release them.

izhmel:......How do I do this without codes ? I want point and click .......

Modules are built with code, PHP, HTML, CSS, Javascript along with a database, so SQL.

If you have the skills you can adjust them. We can help if you get stuck. What is a little past help is someone having to build what you want, then tell you how they built it in the forums.
michael
@michael
01/21/17 12:06:38AM
7,837 posts

queue depth just keeps increasing


Installation and Configuration

soaringeagle:....
i don't get why all modules update but the core....

Guess is that the core is the biggest module and takes the most time, so suspect something relating to timeouts causes the issue.
michael
@michael
01/21/17 12:05:01AM
7,837 posts

Audio Pro - New Chart Bug


Using Jamroom

Great bug report, real easy to follow. Thanks.

Can you test again. I followed your steps.

and at the point of changing the chart days to 90 from page to got redirected back to http://audiopro.n8flex.com/chart/days=90 not the indicated url in your report.

Presuming that Nate may have fixed the issue. Can you still reproduce it now?
michael
@michael
01/21/17 12:01:47AM
7,837 posts



Try Audio Pro or Media Pro instead.
michael
@michael
01/21/17 12:00:45AM
7,837 posts

Oddness since latest updates?


Using Jamroom

Strumelia:
One last thing- just now got a notice (right after midnight) that all of this morning's site updates were now waiting for me to apply, including the Core update. So....I went and RE-applied all the very same updates that i already APPLIED successfully this morning. Does this happen simply because i restored a skin from yesterday's skin backups? Feel like I'm losing my mind. =8-o G'nite!
Now it really sounds like you reverted the whole site, not just a skin.
michael
@michael
01/20/17 11:59:49PM
7,837 posts

Oddness since latest updates?


Using Jamroom

Strumelia:.... Getting more confusing yet. Why was my previous skin clone from an hour before ..gone?....
guess: you cloned a skin, then restored the site from a backup, the backup state was in the past at a time before the skin had been cloned so reverting to that state reverted to a time before the new cloned skin had been created.
michael
@michael
01/20/17 11:56:27PM
7,837 posts

Oddness since latest updates?


Using Jamroom

Can see the background color is different for #wrapper. The cause of the issue is in this CSS:

#wrapper {
    background-attachment: fixed;
    background-color: #d3c58d;
    background-image: url("http://fotmd.com/image/img/skin/mdFOTMD_Jan1_2017/wrapper_bckgrnd.png");
    background-position: left top;
    background-repeat: repeat-x;
    background-size: initial;
    margin: 0 auto;
}
Remove the background-color: #d3c58d; to fix the issue. Im not sure where that is in your site, can help locate it if you cant find it.
  285