Forum Activity for @michael

michael
@michael
06/25/14 09:50:37PM
7,832 posts

stream is working in chrome but not in firefox


Jamroom Developers

If your not going to post a url for us to see that working for ourselves, at least post a way to reproduce the problem.
michael
@michael
06/25/14 06:13:26PM
7,832 posts

Awesome


Jamroom Developers

oh cool! that is awesome.

Sooo easy to setup a dev environment with that.
michael
@michael
06/25/14 04:39:45PM
7,832 posts

Awesome


Jamroom Developers

cool. If you stumbled on that by accident, you did it in a timely manner. The press release only went out the other day.

Theres a video called:

"Easy Install Jamroom 5 CMS into cPanel server"
Easy Install Jamroom 5 CMS into cPanel server


On youtube about it. Great to see that ampps has softaculous already installed. Is that cpanel or something else?
michael
@michael
06/25/14 12:32:46AM
7,832 posts

How stream url works to play mp3 songs.


Jamroom Developers

that key is only valid for you.

I looked for the audio file list:
http://dev.xtraxx.com/audio

but there is nothing there.
michael
@michael
06/25/14 12:07:37AM
7,832 posts

JrEmbed Place Holder Tag Is Not Being Rendered


Installation and Configuration

check that your template code matches any from the original skins. It worked fine when I tried just now.
screenshot_blog_with_embed.png screenshot_blog_with_embed.png - 210KB

updated by @michael: 06/25/14 12:07:54AM
michael
@michael
06/20/14 08:42:46PM
7,832 posts

Newsletter success!


Using Jamroom

Try at mail gun:
https://mailgun.com/cp/bounces

In their control panel.
michael
@michael
06/20/14 08:24:51PM
7,832 posts

new artists


Jamroom Help

Check that the artists that are not showing up do not have their profile set to private.
michael
@michael
06/20/14 02:18:18AM
7,832 posts

new artists


Jamroom Help

So are they in that quota?
michael
@michael
06/20/14 02:02:59AM
7,832 posts

How change Top Videos


Using Jamroom

It depends on what skin your using as to where you will find the code.

If you are using the jrElastic skin then look in the:
index.tpl file via either the template editor in the ACP or changing the .tpl file in the file system.

The code for a list looks like this:
{jrCore_list module="jrVideo" order_by="_created desc" template="index_list_videos.tpl" limit="5" require_image="video_image"}

That piece of code reads "Get me a list of the jrVideo modules items. order them by the date they were created with the newest first. only get me 5 and make sure they each have an image. I want to customize how the output looks, so check the index_list_videos.tpl file for layout instructions."

There is more info on using the jrCore_list function here:

"{jrCore_list}"
http://www.jamroom.net/the-jamroom-network/documentation/development/89/jrcore-list

You will want to change it to something like:
{jrCore_list module="jrYouTube" order_by="_created desc" template="index_list_youtube.tpl" limit="5" require_image="video_image"}

That file index_list_youtube.tpl probably doesnt exist, so you will need to create that if you want a custom layout. If you leave it out, you get the default layout.
michael
@michael
06/20/14 12:05:16AM
7,832 posts

Table Tag Removed After Saving


Using Jamroom

If i add:
style="text-align:center;"
to the TD then it remains centered.
  686