Forum Activity for @michael

michael
@michael
01/20/17 11:46:39PM
7,826 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,826 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,826 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,826 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.
michael
@michael
01/20/17 12:57:17PM
7,826 posts

queue depth just keeps increasing


Installation and Configuration

soaringeagle:
can you upload new core version then run a script to update?

sure. SFTP upload is fine. Then run the integrity check.
michael
@michael
01/20/17 12:55:34PM
7,826 posts

Block Audio Download for Guests


Using Jamroom

If it doesn't work, then you need to figure out the cause of the issue. My guess is editing the wrong template.

So when you are following the steps in the link, to make sure you are looking and editing in the correct place put some place holder text.

Add THIS IS MY PLACEHOLDER, WHERE DOES THIS COME OUT????????? or some other easy text to see.

save the template, refresh the caches and go to the URL where you're expecting to see changes. If you see the "THIS IS MY PLACEHOLDER, WHERE DOES THIS COME OUT????????" message you know your edits are working and from there you just need to make sure the code is.
michael
@michael
01/19/17 03:55:13PM
7,826 posts

A bit odd


Using Jamroom

Can replicate the issue.

I uploaded 4 audio files by the admin to their home profile while audio was set to unlimited. Then changed the "Max Items" to 2. Ran the integrity check and reset caches, then viewed the profile by a logged out user expecting to see 2 items. All items are visible.

Will try more tests with non-admin user.
michael
@michael
01/18/17 08:50:51PM
7,826 posts

Page Next Issue


Design and Skin Customization

your site is large, I suspect you have settings to make it run better, take a look here:
yoursite.com/core/admin/global/section=DataStore

and see if the 'use optimized pager' setting is set:
Quote: Checking this option will disable the Page Jumper on listing pages when the core determines the resulting SQL COUNT() query would slow down the system.

Leave this option enabled - disabling this on large systems can result in slow page generation.

Or it might be somewhere else. something is turning that on for you, we can pinpoint where if its necessary to track it down.
michael
@michael
01/18/17 07:14:52PM
7,826 posts

queue depth just keeps increasing


Installation and Configuration

you do come up with some interesting scenarios. Well done on getting it sorted.
michael
@michael
01/18/17 07:11:47PM
7,826 posts

Page Next Issue


Design and Skin Customization

looks like simplepagebreak is active. With that you skip the counting function that returns the total number of results. Its speeds up the query but means that you dont get the page number, so dont use the page jumper. Just the next/prev buttons.

--edit--
Bit of info on it here:

Docs: "{jrCore_list} : Performance Tips"
https://www.jamroom.net/the-jamroom-network/documentation/jamroom-developers-guide/89/jrcore-list#performance-tips

Its probably enabled for your system somewhere in the ACP to improve site speed.
updated by @michael: 01/18/17 07:13:32PM
  285