Forum Activity for @michael

michael
@michael
12/17/13 11:32:54PM
7,832 posts

Disable Media Keys? for Off Site Streaming


Design and Skin Customization

adding flash players to other sites is available in the sharethis module.
https://www.jamroom.net/the-jamroom-network/networkmarket/105/share-this

I'd have to look at the code to figure out what your trying to do to do it outside that module.
michael
@michael
12/17/13 12:12:26AM
7,832 posts

Foxycart and Downloadable Audio


Design and Skin Customization

Thats not anything your told to add. That was already there.
michael
@michael
12/16/13 11:30:00PM
7,832 posts

How do you show artists from a certain quota?


Jamroom Developers

You'll want to put it in the search parameter:

{jrCore_list module="jrProfile" limit="5" search1="profile_quota_id = 1" order_by="_created DESC" template="index_list_profiles.tpl"}

assuming your trying to do this with the {jrCore_list } template function
michael
@michael
12/16/13 10:10:29PM
7,832 posts

Foxycart and Downloadable Audio


Design and Skin Customization

not really because Im not setup to debug on your server. I just need to recreate it so I can see what needs to be done.
michael
@michael
12/16/13 08:43:58PM
7,832 posts

Return Policy


Off Topic

I like the documentation module for writing blogs more than the blogs module.
michael
@michael
12/16/13 08:42:15PM
7,832 posts

Adding a js function to a form Cancel button


Jamroom Developers

Ignore my answer above, It is what your trying to do but can't.

How would you like line 3370 of form.php to look? Better than me guessing at what needs to be done.
michael
@michael
12/16/13 08:36:26PM
7,832 posts

Adding a js function to a form Cancel button


Jamroom Developers

SteveX:
What I want to be able to do is:
    $cancel = "myModule_update_div();";
    $_tmp = array(
        'submit_value' => '13,
        'cancel'       => $cancel,
        'values'       => $_rt
    );
    jrCore_form_create($_tmp);

would this work?
* define a function for what you want to do on the cancel and call that function

myModule_my_cancel_func()
    $cancel = "myModule_update_div();";
    $_tmp = array(
        'submit_value' => '13,
        'cancel'       => myModule_my_cancel_func(),
        'values'       => $_rt
    );
    jrCore_form_create($_tmp);
michael
@michael
12/16/13 08:32:51PM
7,832 posts

Foxycart and Downloadable Audio


Design and Skin Customization

ba9801:
How do I make the foxycart respect the Downloadable check box.
The rest of the areas are but not the Songs or Charts pages

In order to answer this question I would need to setup the same setup you are trying to create, then tell you how I set it up.

You could make it easier on me by telling me how you have it setup now.
michael
@michael
12/14/13 02:13:13AM
7,832 posts

MediaPro issue


Installation and Configuration

The theme right now is Nova so I cant see what the issue is with the code.

It definitely looks wrong though. Try seeing if there are any updates available in the marketplace section.

http://in4music.com/marketplace/system_update

Also try the usual places to look when there is an issue to see if they help:
"Integrity check"
http://in4music.com/core/integrity_check

"Reset caches"
http://in4music.com/image/cache_reset
http://in4music.com/core/cache_reset
  754