Forum Activity for @michael

michael
@michael
01/20/17 12:57:17PM
7,832 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,832 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,832 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,832 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,832 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,832 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
michael
@michael
01/18/17 06:36:11PM
7,832 posts

Page Next Issue


Design and Skin Customization

This {if $info.total_pages > 1}. reads "If there are more than 1 page".

So its saying: "Only show the page buttons if there are pages to go to"
michael
@michael
01/18/17 05:10:10PM
7,832 posts

A bit odd


Using Jamroom

I'll go check the default code, because I think thats how it should work too. Better to get that working that debug workaround code.
michael
@michael
01/18/17 05:08:25PM
7,832 posts

Followers page not showing


Using Jamroom

Fixed in jrAudioPro ver 1.0.7
michael
@michael
01/18/17 04:54:23PM
7,832 posts

Followers page not showing


Using Jamroom

right o, got it. Can see the issue now, we'll get this fixed up, thanks. :)
  286