Forum Activity for @michael

michael
@michael
02/15/14 07:40:58PM
7,832 posts

Paypal buy me button


Installation and Configuration

First thing that is wrong with :
http://zmusic.biz/song_chart/p=10

is that the 'Video Charts' tab light is on.
michael
@michael
02/14/14 05:53:16PM
7,832 posts

Looking for Showcase sites


Announcements

Those screenshots are from FF 27.0 on linux at a resolution of 1024x780
michael
@michael
02/14/14 01:05:23AM
7,832 posts

Genres in Maestro3


Installation and Configuration

If this is a skin specific thing to maestro3, it would be best to ask in the skin creators forums here:

https://www.jamroom.net/n8flex/forum

If its a general question about Jamroom, here is fine. If you are wanting t have multiple different signup quotas for Songwriter, and Guitar Player the quota system might be what your after.

"The Jamroom Quota System"
http://www.jamroom.net/the-jamroom-network/documentation/getting-started/693/the-jamroom-quota-system
michael
@michael
02/14/14 12:33:34AM
7,832 posts

Twitter widget breaks page


Design and Skin Customization

put a space between any { and the rest of the code.

eg BAD:
if(!d.getElementById(id)){js=d.createE

GOOD
if(!d.getElementById(id)){ js=d.createE

Same thing with any closing javascript }. just put a space.

Without a space, smarty things its smarty. with the space, smarty knows its javascript.
michael
@michael
02/13/14 03:33:09PM
7,832 posts

Developers in Auckland, New Zealand


Jamroom Developers

yep, see you in the Gold Coast on Mon 10th. We fly out of there on the 11th and have some free time on the 10th if you have.
michael
@michael
02/13/14 01:00:13PM
7,832 posts

Is there a way to download a FULL album?


Using Jamroom

brian:Just to add to the "zip" talk here, the Core actually already has some functions designed to do this, but the only place they had been exposed was ....

That is real useful info. Started some docs on it to keep it from getting lost.


"Using core functions: (zip some files)"
https://www.jamroom.net/the-jamroom-network/documentation/development/1678/using-core-functions-zip-some-files
michael
@michael
02/13/14 01:51:39AM
7,832 posts

PSD to Jamroom skin job listed on freelancer


Jamroom Developers

Hi all,

Saw this via twitter just now:
http://www.freelancer.com/projects/Website-Design-HTML.1/Jamroom-website.html

Anyone want to do some freelancing?

convert a PSD image into a jamroom skin:
Quote:

Project Description:
All i have is PSD of how i want to my site to look like
I need someone to make website from it using Jamroom 5 open source platform
http://www.jamroom.net/

Please do NOT bid if you don't have Jamroom experiance

updated by @michael: 03/23/14 04:15:42PM
michael
@michael
02/13/14 01:42:19AM
7,832 posts

Is there a way to download a FULL album?


Using Jamroom

paul:
Sorry ;-)
In NZ and still have time for succinct responses!! Take a break :-)

cheers. Still feel like im in work mode even though im in another country.

Went for a ride today. going tomorrow too, and the next day, then a riding course on Sunday. Got to ride the big 'Vulcan 900 custom' that I sent out here to sell. Its bigger than I expected it to be. Good fun. :)
michael
@michael
02/13/14 01:37:34AM
7,832 posts

FIND IN SET(id, column)


Jamroom Developers

no worries, suggestion appreciated. It might be a great one, im not sure. Brian will know.

JR4 didn't have datastores so they're quite a new thing to get used to.

but once you get used to them they are awesome and you want everything to be a datastore.

standard mysql tables can be used too if you want to or as extra info setup but the beauty with a datastore is moduleA can write to moduleB's datastore to extend it without needing to alter its table structure.

One example of this is the jrTags module which when activated allows users (who are given permission to) to tag items with words. (the concept is pretty standard).

When something like an audio track is tagged, jrTag adds those tags to the jrAudio's datastore. so when someone requests a list of audio items, they get back the tags come out too.

Because of datastores jrTags is able to tag any other module that also uses a datastore. This means that future modules that also use a datastore are already compatible with the jrTags module.

No awareness needed.

Because of datastores and the 'events' and 'listeners' system (similar to hooks if you've used drupal) when one module requests stuff from its own datastore other modules can inject relevant info into the returning data.

its pretty cool. :)
  728