Forum Activity for @johnchansa

johnchansa
@johnchansa
12/09/13 04:12:17PM
195 posts

Jamroom 5 Updates


Using Jamroom

With just a click of a button "update all items",I was able to update all jamroom 5 modules on my site......great stuff
updated by @johnchansa: 01/14/14 12:53:23AM
johnchansa
@johnchansa
12/01/13 08:59:38AM
195 posts

JR5 Jplayer and Youtube


Using Jamroom

Ok....I now understand.I actually thought that it was a new Jplayer feature.
johnchansa
@johnchansa
12/01/13 08:47:34AM
195 posts

JR5 Jplayer and Youtube


Using Jamroom

I remember asking about this a while ago.It was not possible then.I found this info which may be of interest:

"hi i have found this http://p-stevenson.com/free-stuff/jplayer.php where the owner managed to implement youtube video into jplayer. http://p-stevenson.com/free-stuff/demo/jplayer/youtube-custom.html
please note when you download the demo files there is a bug in the youtube player to fix it just go to http://p-stevenson.com/free-stuff/demo/jplayer/youtube-custom.html and copy the source and over ride the demo file for youtube and it will work."

updated by @johnchansa: 01/01/14 03:45:56AM
johnchansa
@johnchansa
11/28/13 06:12:13PM
195 posts

Image upload-Song form field


Using Jamroom

Thanks micheal...I will give that a try
Basically what I have is a producers list on my JR4 site(click producers on www.zmusicportal.com).
I customized the JR4 Albums module to achieve this.The module displays the band image to the listing:

$_rep['PRODUCER_IMAGE_URL'] = "{$aurl}/image.php?band_id={$_row['band_id']}&song_id={$_row['song_id']}&mode=band_image";

I wanted to change the band_image to something like song_label_image(...song label image).Using the custom form field,I have field created and the database also contains this column.I'm trying to link this field to the code above..
updated by @johnchansa: 11/28/13 06:16:09PM
johnchansa
@johnchansa
11/27/13 07:06:39AM
195 posts

Image upload-Song form field


Using Jamroom

Thats sounds interesting.What code can I use to let jamroom show the image?I guess you have to use the image.php function
johnchansa
@johnchansa
11/26/13 03:57:13AM
195 posts

Image upload-Song form field


Using Jamroom

I want to create an additional image upload field on the song form.I want to associate it with the song label.Can it be done in JR 4?
updated by @johnchansa: 12/29/14 09:14:37AM
johnchansa
@johnchansa
11/25/13 04:01:05AM
195 posts

jrSeamless: modules parameter not set


Using Jamroom

After making the correction,the error has gone.But I'm now getting no images on the top songs section.It's blank.
What other changes should I make to the code...

This is the full code I used

{if isset($_conf.jrNova_require_images) && $_conf.jrNova_require_images == 'on'}
{jrSeamless_list modules="jrAudio,jrSoundCloud" template="index_list_songs.tpl" pagebreak="5" page=$_post.p}
{else}
{jrSeamless_list modules="jrAudio,jrSoundCloud" template="index_list_songs.tpl" pagebreak="5" page=$_post.p}
{/if}
updated by @johnchansa: 11/25/13 08:55:40AM
johnchansa
@johnchansa
11/24/13 07:40:58PM
195 posts

jrSeamless: modules parameter not set


Using Jamroom

I have been trying to create a seamless list of audio and soundcloud songs.I'm always getting an error.How can I make this work?

Default top songs code:
{jrCore_list module="jrAudio" chart_field="audio_file_stream_count" chart_days="7" template="index_list_songs.tpl" require_image="audio_image" pagebreak="5" page=$_post.p}
{else}

My Seamless code:
{jrSeamless_list module="jrAudio,jrSoundCloud" template="index_list_songs.tpl" require_image="audio_image" pagebreak="5" page=$_post.p}
{else}
updated by @johnchansa: 12/27/13 12:18:24PM
johnchansa
@johnchansa
11/23/13 01:41:05PM
195 posts

Nova skin-Random Featured lists


Installation and Configuration

I have the same data on my JR4 site 20 Artists,126 songs and over 80 videos.Everything works well on JR4
  18