Forum Activity for @michael

michael
@michael
04/03/14 08:01:17PM
7,832 posts

checktype error


Jamroom Developers

the core checktypes are all in:
/modules/jrCore/libs/checktypes.php

I don't have a (module name)_checktype_split() anywhere here, so its not a jamroom checktype, must be something custom.
michael
@michael
04/03/14 07:57:40PM
7,832 posts

Building a module from scratch-ish - 500 error


Jamroom Developers

500 is an "Internal Server Error" so your server broke.

Try using the jrAparana module to build the base structure, its a really quick way to get the basic module structure in place if you're planning to use a datastore.

in the TOOLS tab put in your module name:
gcSomething

That module will be created in the /modules/jcSomething dir. download it and start fiddling.
michael
@michael
04/03/14 03:47:32AM
7,832 posts

JrSeamless will not work


Installation and Configuration

Whats the code content of template="index_video.tpl"
michael
@michael
04/03/14 03:40:53AM
7,832 posts

Bundles on jamroom.net


Jamroom Developers

What if you check the "bundles only" button in the update screen for those free modules.

Not exactly what your after, but its something to look at. It should be there for free ones too I think.

--edit--
ignore me, its either a skin or module issue, i see your buttons.

screenshot_ultrajam_package_buttons.png screenshot_ultrajam_package_buttons.png - 164KB

updated by @michael: 04/03/14 03:43:54AM
michael
@michael
04/03/14 03:38:49AM
7,832 posts

Adding a button in user login page


Jamroom Developers

Jamroom wont work on Windows. It only runs on Linux.

Try making the base of your module with the jrAparana module.

If what it makes also fails to be able to update and save, then its probably a server error.

If what it makes works, then its something in your module.
michael
@michael
04/02/14 06:29:21PM
7,832 posts

Action Feeds For Audio Plays


Design and Skin Customization

White screen mean there is an error in the code.

* Change the code
* reset the caches
* refresh the screen.
michael
@michael
04/02/14 06:24:25PM
7,832 posts

jrPlaylist URL Links for other media players


Design and Skin Customization

That's not a feature that exists.

As far as I know, iTunes plays local media, but the songs on a jamroom site are on the server. I believe you would need to download them first.
michael
@michael
04/02/14 06:17:17PM
7,832 posts

Bundles on jamroom.net


Jamroom Developers

SteveX:So it's only paid for items that can be added to a bundle.
nah, its not. should be able to click the bundle icon and add it to wherever.

(screenshot)
add-to-bundle.png add-to-bundle.png - 309KB

updated by @michael: 04/02/14 06:17:33PM
michael
@michael
04/02/14 05:47:51PM
7,832 posts

fixed height div for social login box


Design and Skin Customization

Actually Firebug is mentioned in this video:

"Development Tools the Jamroom Team uses"
Development Tools the Jamroom Team uses

From about 3:20

iLoveHouseMusic:Does firebug show you if the page is loading in a TPL? (honest question)

firebug can only help you with the output to the screen. It will not know anything that happened on the server to form the html.
  714