Forum Activity for @michael

michael
@michael
08/03/20 12:48:14AM
7,719 posts

Trying to help my member with his problem...


Using Jamroom

Love his lifestyle choice. Sounds idyllic.

Traveling on a canal boat playing dulcimer music. :)
updated by @michael: 08/03/20 12:48:53AM
michael
@michael
07/31/20 01:10:17AM
7,719 posts

Play list


Using Jamroom

What is the error in the error log?
michael
@michael
07/31/20 01:09:51AM
7,719 posts

site news


Using Jamroom

Try resetting the caches.
michael
@michael
07/31/20 01:09:03AM
7,719 posts

APCu functions


Using Jamroom

Ask your hosting company if its installed correctly.
michael
@michael
07/28/20 07:03:49PM
7,719 posts

Facebook API advice gives me the heebie-jeebies


Using Jamroom

Nothing you need to worry about. It's saying: "the way we used to do things has changed and all that effort you put into getting it to work is probably broken now. Please re-do all the effort to match the new way of doing things. Vent your complaints and frustrations HERE where other developers can see them(we're probably going to ignore your comments though)"
michael
@michael
07/27/20 11:42:32PM
7,719 posts

403 Forbidden error


Using Jamroom

Its a server error, contact your new hosting company.
michael
@michael
07/21/20 11:32:26PM
7,719 posts

Lost Admin Password


Using Jamroom

ACP -> CORE -> MARKETPLACE -> GLOBAL CONFIG -> GENERAL SETTINGS -> MARKETPLACE VERSIONS

Change from "Keep All Versions" to "1 version"
keep.jpg keep.jpg - 768KB
michael
@michael
07/20/20 09:30:12PM
7,719 posts

Profile pictures on e-mail


Jamroom Developers

If you grab the URL of the image from the email that arrives in google, take that and paste it in to the url and it shows then its google blocking it. If it doesn't show then "why doesn't it show" is what to look for.
michael
@michael
07/16/20 10:28:28PM
7,719 posts

Which template files need modification to create a filter that can display all users or items for a given Quota


Design and Skin Customization

This is a good tool for finding out which templates construct a page "Template name in source"

Docs: "Developer tools -> Template Name in Source"
https://www.jamroom.net/the-jamroom-network/documentation/modules/932/developer-tools#template-name-in-source

In truth I don't use that very often though. What I do is grab a distinctive looking class from one of the elements on the page and run that through the search function in my IDE to locate the templates. If that fails then I'd use the above tool to figure out the template.

jrCore_list is the swiss army knife of getting anything from a datastore out to a template:

Docs: "{jrCore_list}"
https://www.jamroom.net/the-jamroom-network/documentation/module-developer-guide/89/jrcore-list

Jamroom has 2 types of data storage systems, a regular mysql 'table' and a 'datastore'.

A datastore is a KEY -> VALUE storage system that allows you not to have to define a table structure. Most modules use a datastore for their items.

--edit--
Careful though, if you're making alterations to jrAudioPro then if it gets updates and you upgrade all your adjustments will be lost.

What happens when a skin gets upgraded is the existing skin gets moved to a version directory jrAudio-version-1.2.3 and the new update gets put in its place.

In order to avoid that clone the skin to its own name so there will be no updates to over-write your changes.
updated by @michael: 07/16/20 10:30:53PM
  50