Forum Activity for @cloud-media

Cloud Media
@cloud-media
02/27/18 05:25:30PM
53 posts

Page break issue.


Design and Skin Customization

Yes,

It was working fine prior to the update.

Example

http://mixbizz.com/beatz/featured-artist

When you hit the next button it defaults to our 404 WordPress page instead of going to the next random list item.

It's happening on all the page breaks within the platform.
Cloud Media
@cloud-media
02/26/18 07:54:42PM
53 posts

Page break issue.


Design and Skin Customization

After updating the core and modules today the global page break is no longer working in the Audio Pro skin.

Any ideas?
updated by @cloud-media: 05/31/18 05:11:58AM
Cloud Media
@cloud-media
10/26/17 04:17:00PM
53 posts

Newsletter and validation emails down since recent update


Installation and Configuration

Recently updated and have not been able to send newsletters, test emails and validation is no longer going out. It appears that the mailing system is no longer working. Server and database have been updated.

Any ideas on what happened. Worked great previously.
updated by @cloud-media: 01/30/18 03:44:11AM
Cloud Media
@cloud-media
09/07/17 10:50:10PM
53 posts

Audio not showing on profile after update.


Installation and Configuration

Recently updated and audio player is not appearing on profile. File is uploading because you can download it but will not show player on user profile.

Any Thoughts?
updated by @cloud-media: 12/24/17 06:19:05PM
Cloud Media
@cloud-media
01/19/17 05:38:11PM
53 posts

Audio Pro Playlist


Using Jamroom

The embed playlist is not working on the Audio Pro Skin. Also, their is no option to change the global media player in the skin settings.

Is there a work around?
updated by @cloud-media: 04/25/17 10:13:50PM
Cloud Media
@cloud-media
10/25/16 08:46:16PM
53 posts

child birth event errors


Genosis

The genosis skin shut down our site.

The imixfm.com page isn’t working

imixfm.com is currently unable to handle this request.
Cloud Media
@cloud-media
06/09/16 07:47:31PM
53 posts

Advanced Charts


Installation and Configuration

How do I actually create the chart_row.tpl in Lucid? I used a list custom at first.
Cloud Media
@cloud-media
06/09/16 07:20:40PM
53 posts

Advanced Charts


Installation and Configuration

Thanks Douglas,

We actually had it working with this. All we had to do was call the arrow images.

{jrCore_module_url module="jrAudio" assign="murl"}
{if isset($_items)}
    
        
            {foreach from=$_items item="item"}

                
                    
                        
                            
                    

                    
                        
                            {if $item.audio_file_extension == 'mp3'}
                                {jrCore_media_player type="jrAudio_button" module="jrAudio" field="audio_file" item=$item}
                            {else}
                                {jrCore_image image="download.png" alt="Download" title="Download"}
                            {/if}
                        
                    
                    
                        
                            {if $item.chart_direction == 'up'}
                                {if $item.chart_change > 10}
                                    {assign var="chart_image" value="hot"}
                                {else}
                                    {assign var="chart_image" value="up"}
                                {/if}
                            {elseif $item.chart_direction == 'down'}
                                {if $item.chart_change > 10}
                                    {assign var="chart_image" value="cold"}
                                {else}
                                    {assign var="chart_image" value="down"}
                                {/if}
                            {elseif $item.chart_direction == 'same'}
                                {assign var="chart_image" value="same"}
                            {/if}
                            
                                
                                    {$item.list_rank}
                                
                                
                                    {if $item.chart_direction != 'same'}
                                        {jrCore_lang  skin=$_conf.jrCore_active_skin id="46" default="moved" assign="chart_postition_title1"}
                                        {assign var="cp_title" value="`$chart_postition_title1` `$item.chart_direction`"}
                                    {else}
                                        {jrCore_lang  skin=$_conf.jrCore_active_skin id="47" default="position" assign="chart_postition_title1"}
                                        {assign var="cp_title" value="`$item.chart_direction` `$chart_postition_title1`"}
                                    {/if}
                                    {jrCore_image image="`$chart_image`.png" width="16" height="16" alt=$item.chart_direction title=$cp_title}
                                    {if $item.chart_change > 0}
                                        {$item.chart_change}
                                    {else}
                                        -
                                    {/if}
                                
                                
                                    {$item.audio_title}
{jrCore_lang module="jrAudio" id="12" default="genre"}: {$item.audio_genre} 
                                    {if isset($item.audio_album) && strlen($item.audio_album) >0}album: {$item.audio_album}{else}{/if}
                                    {jrCore_lang skin=$_conf.jrCore_active_skin id="49" default="plays"}: {$item.chart_count}
                            
                        
                    
                    
                        
                            {jrCore_module_function function="jrRating_form" type="star" module="jrAudio" index="1" item_id=$item._item_id current=$item.audio_rating_1_average_count|default:0 votes=$item.audio_rating_1_count|default:0 }
                        
                    
                    
                        
                            {if isset($item.audio_file_item_price) && $item.audio_file_item_price > 0}
                                {if jrCore_module_is_active('jrFoxyCart')}
                                    {jrCore_module_function function="jrFoxyCart_add_to_cart" module="jrAudio" field="audio_file" item=$item}
                                {elseif jrCore_module_is_active('jrPayPal')}
                                    {jrPayPal_buy_now_button module="jrAudio" item=$item}
                                {/if}
                            {elseif $_conf.jrAudio_block_download != 'on'}
                                
Free{jrCore_icon icon="download" size="24"}

                            {else}
                                
N/A{jrCore_icon icon="lock" size="24"}
                            {/if}
                            {jrCore_module_function function="jrPlaylist_button" playlist_for="jrAudio" item_id=$item._item_id}
                        
                    
                    

            {/foreach}
        
    
    {if $info.total_pages > 1}
        {if isset($_post.module_url) && $_post.module_url == 'song_chart'}
            {assign var="pb_url" value="song_chart_weekly"}
        {else}
            {assign var="pb_url" value=$_post.module_url}
        {/if}
        
            
                        {if isset($info.prev_page) && $info.prev_page > 0}
                            
                        {/if}
                    

                    
                        {if $info.total_pages 
                                
                                    {for $pages=1 to $info.total_pages}
                                        {if $info.page == $pages}
                                             {$info.this_page}
                                        {else}
                                             {$pages}
                                        {/if}
                                    {/for}
                                 / {$info.total_pages}
                            
                        {/if}
                    

                    
                        {if isset($info.next_page) && $info.next_page > 1}
                            
                        {/if}
                    

                
    {/if}
{/if}

But then it caused this error.

CRI: Query Error: MySQL server has gone awayCRI: Query Error: MySQL server has gone away

Then I dropped the file count from 50 to 10 and please see the attachment.

Where am I going wrong we actually had it working with the 50 count.
Attachments:
Doc1.pdf - 97KB
Cloud Media
@cloud-media
06/09/16 05:43:09AM
53 posts

Advanced Charts


Installation and Configuration

Here you go.

{jrCore_list module="jrAudio" chart_field="audio_file_stream_count"
chart_days="0" pagebreak="50" page=$_post.p}

{if $item.chart_direction == 'up'}
{if $item.chart_change > 10}
{assign var="chart_image" value="hot_up"}
{else}
{assign var="chart_image" value="up"}
{/if}
{elseif $item.chart_direction == 'down'}
{if $item.chart_change > 10}
{assign var="chart_image" value="cool_down"}
{else}
{assign var="chart_image" value="down"}
{/if}
{elseif $item.chart_direction == 'same'}
{assign var="chart_image" value="same"}
{elseif $item.chart_direction == 'new'}
{assign var="chart_image" value="new"}
{/if}
Cloud Media
@cloud-media
06/08/16 08:33:57PM
53 posts

Advanced Charts


Installation and Configuration

Thanks Michael,

I did try the above code it's what's saved now.

So it's the skin.

Is there a work around to get the above code to work in Lucid?
  5