Forum Activity for @michael

michael
@michael
11/03/15 09:21:36PM
7,832 posts

Creating Default Galleries


Using Jamroom

jrCore_page_note.tpl is an over-ride of the jrCore modules page_note.tpl template by your skin.

If your skin has jrCore_page_note.tpl then its probably something you put there, or something that was put there for you by the skin designer.

Removing it will result in the default version being used.
michael
@michael
11/03/15 09:09:39PM
7,832 posts

Documentation suggestions


Suggestions

I'll make sure to emphasise that point more, thanks very much. :)
michael
@michael
11/03/15 08:59:46PM
7,832 posts

ERROR-invalid jrCore_checktype:....How to fix it?


Design and Skin Customization

can you take a screenshot of the Form Designer for that form please.

The checktype checks that what is being entered is correct, so if you specify its supposed to be a number, but someone enters a word, then the number checktype will display an error.

That error seams to be saying that the type of checktype chosen is not a valid type of check.
michael
@michael
11/03/15 08:56:46PM
7,832 posts

incorrect storage showing in dashboard


Installation and Configuration

What is the name of the panel that your referring to? The panels display what the system reports.

If you can let me know the name of the panel you're referring to I can look up what function its using.
michael
@michael
10/31/15 12:52:53AM
7,832 posts

JR5 Audio Charts


Installation and Configuration

"Advanced Charts"
https://www.jamroom.net/the-jamroom-network/documentation/modules/274/advanced-charts

What moves the chart is the chart_field.

eg if you look at the example on that page:
https://www.jamroom.net/the-jamroom-network/documentation/modules/274/advanced-charts#jrcore-list

it is:
{jrCore_list module="jrAudio" chart_field="audio_file_stream_count" chart_days="7" tpl_dir="jrFlashback" template="music_chart_row.tpl" pagebreak="5" page=$_post.p}

That wants to know the charting movements of the audio_file_stream_count for the last 7 days.

Whatever your wanting is what its based on. Any module that has a datastore can be charted.
michael
@michael
10/31/15 12:48:27AM
7,832 posts

How to use search


Using Jamroom

yeah even the search engines dont do a great job with that phrase:

"display song information in chart"
https://duckduckgo.com/?q=site%3A+jamroom.net+display+song+information+in+chart

But what your looking for is the item_list.tpl file for whatever module your interested in.

Inside each modules item_list.tpl file you will find a {foreach} loop

"{foreach} loops"
https://www.jamroom.net/the-jamroom-network/documentation/development/3142/foreach-foreach

You can add the extra info you want to display inside there and it will be output.
{$item.audio_songwriter}
etc....

Might be good to read this doc too:

"Altering a modules template"
https://www.jamroom.net/the-jamroom-network/documentation/development/1051/altering-a-modules-template

So that the changes are done in a way that keeps them safe during module updates.
michael
@michael
10/31/15 12:43:24AM
7,832 posts

Issue with transferring a site


Jamroom Hosting

cool, thanks for that. Yeah, I get the space in password issue frequently. In fact its so often that its one of the first things I check now when something doesnt work. paste whatever it is into notepad then re-copy it and try again.

Thanks for the update.
michael
@michael
10/30/15 10:21:23PM
7,832 posts

where's the jrUser 'bot button' code update located?


Using Jamroom

No template, this one shouldn't need anything done on your part, it should just be there. I can see its not on your site, looking into why now.

--edit--
I see what's happened, it will come online when the new JR 5.3.0 core comes out shortly.

Its there, but because the core is still at 5.2.41 in the marketplace, its not showing up yet.

Sorry bout that. You will not need to do any alterations to see it when it arrives, its not in the templates.
updated by @michael: 10/30/15 10:27:21PM
  470