Forum Activity for @michael

michael
@michael
07/04/14 02:26:05AM
7,832 posts

profile_option.tpl


Jamroom Developers

Yeah right.

I made profile_view_jrBlog_test() as:
function profile_view_jrBlog_test ($_profile,$_post,$_user,$_conf)
{ return 'hello world'; }

and the result is:
<div style="margin:12px;"> hello world </div>

mmmm. It was probably put there for a reason. Wonder what that was.

profile_tabs.tpl also has a margin:0 12px;

My first suspicion was so that modules don't have to think about profiles css structure to line up with the layout. Looking more now.
michael
@michael
07/03/14 11:08:20PM
7,832 posts

youtube in form designer availabe for both blogs and events


Suggestions

Not fully understanding.

What Im getting is "How do I add a youtube field to a module via the form designer?"

The answer to that is to add a text field, that is validated as a URL (or a string if you just want the ID ), then use the output of that to put the player on the page.

--edit--
Alteranatively, the blogs and the events modules have text areas, you can use the jrEmbed module to put a youtube into the text area.
updated by @michael: 07/03/14 11:09:36PM
michael
@michael
07/03/14 02:27:37AM
7,832 posts

Embed Audio


Using Jamroom

I've added this in to the latest update of the jrAudio module.

There is no interface for it because I cant see how to make that logical. If you have an idea for the interface in the popup, by all means, let me know.

Now you can change the embed code to this:
[ jrEmbed module="jrAudio" profile_id="#" ]
to show that profiles songs. (limit of 100)
updated by @michael: 07/03/14 02:27:54AM
michael
@michael
07/03/14 01:31:48AM
7,832 posts

SOX, LAME, and other audio functions


Jamroom Developers

You shouldn't need to branch/clone/copy a module. Use the events and listeners system to tap into its functionality.

"Events and Listeners"
https://www.jamroom.net/the-jamroom-network/documentation/development/1011/events-and-listeners

If your wanting to tap into a location where there is no event, ask for one to be put into that location, or ask which event to use to get xxxxxxxxxxx done. That would be an easier question to answer.
michael
@michael
07/02/14 08:38:15PM
7,832 posts

Play count


Using Jamroom

ipaddress and user id are recorded to prevent duplicate counts.
michael
@michael
07/02/14 07:00:07PM
7,832 posts

SOX, LAME, and other audio functions


Jamroom Developers

andersda:...
In other words, to paraphrase this interaction:
Me: Can you provide more detailed documentation
You: You should figure it out for yourself, and then write the documentation for us.

Not the response i was looking for.

Funny, the way I read it was:
You: I did some stuff to the jrAudio module now I need to re merge it. Would someone do all the leg work for me so I don't have to.
Me: Nope, if you want to do it you have to do it yourself just like anybody answering you would have to. If your willing to share that with everyone, great. (as we are open source now.)

Interesting how we everyone interprets things differently.
michael
@michael
07/02/14 06:52:29PM
7,832 posts

Embed Audio


Using Jamroom

jrEmbed is plugable, so you could make a module that adds a tab to jrEmbed that had a list of profiles, then make that addable via jrEmbed.

If you think it should be part of the jrAudio module, make a screenshot of what you think the interface in the popup embed window should look like so I can understand.
michael
@michael
07/02/14 01:21:03AM
7,832 posts

glDatePicker offset/position


Jamroom Developers

huh? who is gl? why cant you ask them?

So the problem is jamroom is using an older version of some plugin that needs updating?

Maybe im not up-to-date enough with what the plugin is to try to help.

--edit--
found gl: https://github.com/glad/glDatePicker/

sorry I thought gl was their Jamroom developers prefix. oops.
updated by @michael: 07/02/14 01:22:40AM
michael
@michael
07/02/14 12:15:25AM
7,832 posts

SOX, LAME, and other audio functions


Jamroom Developers

me.

I did it by setting up xdebug and walking through the code as it runs.

--edit--
I used the free trial of https://www.lucidchart.com/

Then watched xdebug as it progressed over router.php.

Whenever there was an IF(something) I would draw a decision diagram.
updated by @michael: 07/02/14 12:17:20AM
michael
@michael
07/01/14 09:22:23PM
7,832 posts

SOX, LAME, and other audio functions


Jamroom Developers

Yeah the question is a bit broad.

If your going to build documentation for others, that's awesome.

Perhaps in diagram format eg:
https://en.wikipedia.org/wiki/Jamroom#mediaviewer/File:A_diagram_of_the_routing_system_used_in_Jamroom_5.png
  684