Forum Activity for @michael

michael
@michael
01/21/17 12:05:01AM
7,832 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,832 posts



Try Audio Pro or Media Pro instead.
michael
@michael
01/21/17 12:00:45AM
7,832 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,832 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,832 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.
michael
@michael
01/20/17 11:46:39PM
7,832 posts

How do i let users have multiple profiles?


Using Jamroom

I read the question as: "Is there a way to allow non-admin users to create profiles?" so I think you're one step ahead strumelia. Guessing Zach wants to know how to enable Power Users.

Zach: Only users that are in a quota that has Power User enabled will be able to create another profile.

YOUR-SITE.com/user/admin/quota

at the bottom of that page is the "power user" section where you can let users create extra profiles. That would need to be enabled for them to see the + to create new profiles.
michael
@michael
01/20/17 01:09:30PM
7,832 posts

Site Radio And TV


Using Jamroom

izhmel:
Under /playlist/change, how can I modify the playlist module to add songs by "artist, add by genera " ? so I can add the songs the same way how I added these songs by going to under /playlist/change, then change owner to add the songs .....

If we could modify the play list module , we could create an admin radio with all the songs
http://dubmusic.com/dubmaster/playlist/25/the-dubmaster

You can look at the code in the playlist module and build your own module that works how you want it to work, sure. as for the how to do it, its a large question.
michael
@michael
01/20/17 01:02:55PM
7,832 posts

there is no Item to select a file to replace


Using Jamroom

Brians screenshot IS an image of /file/update and it is there. Need more detailed steps to reproduce the issue.
michael
@michael
01/20/17 01:01:04PM
7,832 posts

Website displaying forbidden url after attempted upgrade


Installation and Configuration

The way jamroom works is: Initially each module is housed on its own URL.

/modules/jrCore/*

Then after a marketplace update, the current version of the core gets moved off to its version number and the base directory becomes a symlink that points to the most recent version.

/modules/jrCore/
/modules/jrCore-ver-6.0.3/
/modules/jrCore-ver-6.0.4/

Well done for figuring that out.
  285