Forum Activity for @johnchansa

johnchansa
@johnchansa
01/30/14 06:45:12PM
195 posts

Image cropping and resizing


Design and Skin Customization

Great stuff.....
The info helped me sort out the issue.
johnchansa
@johnchansa
01/30/14 06:48:16AM
195 posts

Image cropping and resizing


Design and Skin Customization

large Images on my JR 5 site are cut off or cropped to the default size while on my JR4 site the same images are re-sized or made to fit.
JR 4
http://www.zmusicportal.com/image.php?band_id=44&mode=band_image&width=200&crop_height=250&skin=Nova

JR5
http://zmusic.biz/profile/image/profile_image/24/medium/crop=auto/_v=1387621411

How can i have the images re-sized or made to it on my JR5 site?

updated by @johnchansa: 03/04/14 05:19:24PM
johnchansa
@johnchansa
01/25/14 02:07:53PM
195 posts

Play all audio and soundcloud tracks


Design and Skin Customization

I want my pop up radio player to play all audio and soundcloud tracks on my site.How can I modify the code below to achieve this? Instead of me individually adding all tracks on to a playlist.

 <a onclick="popwin('{$jamroom_url}/radio_player/{$item._item_id}/{$item.playlist_title_url}','radio_player',640,490,true);"> 

{jrCore_media_player type="jrPlaylist_player_dark" module="jrPlaylist" item_id=$_post.option   items=$item.playlist_items autoplay=$_conf.$ap} 

updated by @johnchansa: 02/26/14 11:11:04PM
johnchansa
@johnchansa
01/19/14 11:11:09AM
195 posts

Jbservers


Jamroom Hosting

I have a Jamroom 4x account with Jbservers.Lately I have failed to log into my billing account.I can access my cpanel but I fail to get to their website.

Do you have any information about Jbservers?

I guess you still have a partnership with them.

updated by @johnchansa: 12/29/14 09:14:08AM
johnchansa
@johnchansa
01/17/14 04:47:01PM
195 posts

Jamroom Polling Module


Suggestions

Try to develop a module for online polls or surveys.A site owner can set up series of polls and users can vote for say,"best video" ,"best rap song","best artist","best member" etc.
A special tab can be created for online polls on each skin.Check this out-
http://www.rollingstone.com/music/news/vote-for-the-2014-rock-and-roll-hall-of-fame-inductees-20131016
updated by @johnchansa: 02/17/14 10:57:37PM
johnchansa
@johnchansa
01/13/14 03:27:55PM
195 posts

Seamless module help


Design and Skin Customization

I managed to create a page which lists items based on video director/producer.I borrowed the idea from the concerts location tab(Nova Skin).I'm having trouble replicating this to create a producers listing for the songs.My songs listings are seamless audio and soundcloud .How can I work this out?Any suggestions?

For youtube/video directors,this is what i have and it works:
http://zmusic.biz/you_tube/directors
{elseif isset($_post.option) && $_post.option == 'directors'}       
        {jrCore_list module="jrYouTube" order_by=$order_by group_by="youtube_directors" template="directors.tpl"  pagebreak="20" page=$_post.p}

{if isset($_items)}
    {jrCore_module_url module="jrYouTube" assign="murl"}
    <div class="container">
        <div class="row">
        {foreach from=$_items item="item"}
            <div class="col3{if $item@last} last{/if}">
                <div class="p20 center media_title">
                    <a href="{$jamroom_url}/you_tube/directors/{$item.youtube_directors}">{$item.youtube_directors}</a>
                </div>
            </div>
        {/foreach}
        </div>
    </div>
For song producers,this is what I get:
http://zmusic.biz/songs/producers
{elseif isset($_post.option) && $_post.option == 'producers'}
           {jrSeamless_list modules="jrAudio,jrSoundCloud" order_by=$order_by group_by="*_producer" template="producers.tpl"  pagebreak="20" page=$_post.p}

{if isset($_items)}
    {foreach from=$_items item="item"}
      {if $item.seamless_module_name == 'jrAudio'}
         {jrCore_module_url module="jrAudio"}
 <div class="container">
        <div class="row">
           <div class="col3{if $item@last} last{/if}">
                <div class="p20 center media_title">
                    <a href="{$jamroom_url}/songs/producers/{$item.audio_producer}">{$item.audio_producer}</a>
                </div>
            </div>
       </div>
</div>
        {elseif $item.seamless_module_name == 'jrSoundCloud'}
        {jrCore_module_url module="jrSoundCloud"}.....

updated by @johnchansa: 02/15/14 09:43:49AM
johnchansa
@johnchansa
01/06/14 05:34:05AM
195 posts

jrYouTube and Video Charts on ProJam skin


Using Jamroom

The code paul suggested will work.I have a youtube chart as well as a soundcloud chart on my Nova skin site based on similar code.
http://zmusic.biz/youtube_chart
http://zmusic.biz/soundcloud_chart

Nonetheless,a Seamless Charts module would be the best addition to JR5.
updated by @johnchansa: 01/06/14 06:00:43AM
johnchansa
@johnchansa
01/04/14 04:39:34AM
195 posts

Some Artist profiles are not listing videos


Using Jamroom

My apologies.I wrongly sent the info to brian.
You can check your mail(both gmail and motagator).
johnchansa
@johnchansa
01/03/14 04:23:40PM
195 posts

Some Artist profiles are not listing videos


Using Jamroom

I send the info....
Thanks
johnchansa
@johnchansa
01/02/14 10:58:55AM
195 posts

Some Artist profiles are not listing videos


Using Jamroom

OK...you can pass on my login details to Paul or Brian.The've had back end access to both my sites before.

The best thing I can do is a fresh installation.I'll see if the problem will persist.
updated by @johnchansa: 01/03/14 08:38:27AM
  13