Forum Activity for @michael

michael
@michael
01/05/14 06:46:37PM
7,832 posts

2 music tpl pages


Jamroom Help

I would do it like this:

Copy music.tpl to 2 other files
* music1.tpl
* music2.tpl

or whatever you want to name them.

The in music.tpl delete the entire contents of that page and just put in an included determined by what quota the user is in.
{if $_user.profile_quota_id == "3"}
    {* this is quota 3 *}
    {jrCore_include template="music1.tpl"}
    {else}
    {* This is NOT quota 3 *}
    {jrCore_include template="music2.tpl"}
{/if}

That code reads: "If the user looking at this page is in quota 3, then show them the music1.tpl page, otherwise show them the music2.tpl page."
michael
@michael
12/30/13 11:10:55PM
7,832 posts



Already part of FoxyCart module. :)

"Supported Gateways"
https://wiki.foxycart.com/gateways/start

So you can start accepting Bitcoin now. Not sure about litecoin, dogecoin or any of the other ones, but the Foxycart guys are keeping up with bitcoin.


Luke, one of the developers at foxycart has an interesting talk about bitcoin here:

"Could Bitcoin Be More Disruptive than the Internet?"
http://www.foxycart.com/blog/could-bitcoin-be-more-disruptive-than-the-internet

and more info on their site here:

"Why Shouldn't You Accept Bitcoin?"
http://www.foxycart.com/blog/why-shouldnt-you-accept-bitcoin

"Why Does FoxyCart Support Bitcoin?"
http://www.foxycart.com/blog/why-does-foxycart-support-bitcoin
updated by @michael: 11/19/17 05:39:45AM
michael
@michael
12/30/13 10:06:32PM
7,832 posts

Artists By Rating - jrRating Module


Design and Skin Customization

That fixed the link when the rating made it into the timeline, but it was a bit inconsistent with the rating showing up in the activity stream. Of about user profiles doing ratings 5 ratings, 1 showed up once.

Not sure why, ran out of time looking at it.
michael
@michael
12/30/13 05:34:51PM
7,832 posts

Free Web Buttons


Resources

Nice.
michael
@michael
12/29/13 09:45:26PM
7,832 posts

[Solved] How to Add a Download Button for a free song?


Design and Skin Customization

The button code will look something like this:

{jrCore_module_url module="jrAudio" assign="murl"}

<a href="{$jamroom_url}/{$murl}/download/audio_file/{$item._item_id}">{jrCore_icon icon="download"}</a><br>

updated by @michael: 12/29/13 09:45:51PM
michael
@michael
12/29/13 09:25:00PM
7,832 posts

How to Show a members quota


Design and Skin Customization

If the {debug} does not show that popup box, then you probably have a popup blocker on.

Take a look at this video to see how it should work:

"{debug} Using smarty debug console"
{debug} Using smarty debug console
michael
@michael
12/29/13 09:14:42PM
7,832 posts

login form


Design and Skin Customization

I'm guessing the code douglas had in that box was the same stuff that is on this page:

"HowTo: add the user login form to any page"
https://www.jamroom.net/the-jamroom-network/documentation/howto/603/howto-add-the-user-login-form-to-any-pagehowto-add-the-user-login-form-to-any-page
michael
@michael
12/29/13 09:12:46PM
7,832 posts

Media Download and Foxycart


Design and Skin Customization

Cheers Caper, i didn't think of that. :)
michael
@michael
12/29/13 09:09:00PM
7,832 posts

Problem with Timeline Footer


Using Jamroom

All looking fine here too.

Another guess could be a tray tag in one of the item_actions.tpl files of a type that you had in your activity list.

Not so likely if its not appearing now though.
michael
@michael
12/29/13 09:00:17PM
7,832 posts

jrAudio and some files?


Installation and Configuration

I downloaded that file too and put it in audacity, it too has those red marks, but not as many of them.
(screenshot)
screenshot_audacity_not_my_day.png screenshot_audacity_not_my_day.png - 67KB

updated by @michael: 12/29/13 09:00:38PM
  748