Forum Activity for @michael

michael
@michael
01/21/14 11:14:24PM
7,832 posts

Audio Snip Too Short


Suggestions

chorton581:
where is this jrAudio_create_sample file at?

That function is used in about 4 locations in the jrAudio module. In the include.php file and the index.php file.
michael
@michael
01/21/14 10:52:43PM
7,832 posts

Language selection on Opera Browser


Using Jamroom

could be opera clearing out the cookies. (just a guess)
michael
@michael
01/21/14 09:18:20PM
7,832 posts

Like IT Module


Jamroom Help

ba9801:
Doesn't work in Nova skin on the profile_header.tpl
Thats all I have found so far.

There were a couple of issues in play in profile_header.tpl

The first is that the required $item is not there, the second is that a profile does not have an $_item_id which the module is looking for.

Here is some code that seams to work to allow you to like profiles:
{capture name="the_tpl" assign="like_button"}
    {literal}
       {$item = $_items.0}
       {$item['_item_id'] = $item['_profile_id']}
       {jrLike_button action="like" module="jrProfile" item=$item}
    {/literal}
{/capture}
{jrCore_list module="jrProfile" profile_id=$_profile_id template=$like_button}

What its doing is using the jrCore_list function to get the $_items array structure for a single profile, then using the _profile_id as the _item_id that the like it module needs to determine unique items.

The capture structure is used to avoid having to make another file in the file system for such a simple thing.
michael
@michael
01/21/14 08:52:20PM
7,832 posts

Developer License


Jamroom Help

The jrElastic skin is MPL licensed, so you can use that for free for any skins that are also free.

If its a for-sale skin, which skin do you want to use as a base?
michael
@michael
01/21/14 08:10:21PM
7,832 posts

New Stuff


Discussions

I think the base structure for connecting to other storage systems is in place. I remember talk about ngix webserver instead of apache coming up too.
michael
@michael
01/21/14 07:17:16PM
7,832 posts

New Stuff


Discussions

If you want to learn the concepts, I'm happy to help you get your skills sharpened.

send me an email michael [at] jamroom.net and we can work out a way to get some training going.
michael
@michael
01/21/14 07:14:08PM
7,832 posts

New JR I am lost


Off Topic

old stuff is still here, its just moved to:
http://archive.jamroom.net/

you can get to all the JR4 stuff there.

There is no PM inbox here. Just the forums. Backstage is still there for subscribers:
https://www.jamroom.net/backstage/forum

If your just getting started with JR5 check out the documentation:
http://www.jamroom.net/the-jamroom-network/documentation/

and maybe you want to watch videos, there is a course here that will walk you through the new systems.

"Start Your Own Online Community"
https://www.udemy.com/start-your-own-online-community

If you just want an overview, try:
"JR4 to JR5"
http://www.jamroom.net/the-jamroom-network/documentation/jr4-to-jr5
michael
@michael
01/21/14 07:10:44PM
7,832 posts

New Stuff


Discussions

yeah. but I think Jamroom needs it.

So far have the udemy courses,
https://www.udemy.com/start-your-own-online-community
https://www.udemy.com/developers-guide-to-customizing-jamroom/

A bootstrap base skin:
https://github.com/ussher/bootstrap

and spend a good portion of the day on the social networks and IRC trying to attract developers.

If we have more developers it will bring more options to the whole community.
michael
@michael
01/21/14 06:59:57PM
7,832 posts

New Stuff


Discussions

I'm working on educating developers. Then they can build stuff.
  741