Forum Activity for @themetalscene

MetalScene
@themetalscene
05/24/20 12:12:41PM
66 posts

An error was encountered loading the media URL


Using Jamroom

It increases the play count but just throws up a error.
MetalScene
@themetalscene
05/24/20 07:20:05AM
66 posts

An error was encountered loading the media URL


Using Jamroom

All my audio is doing this, 150 + songs across 20 bands

An error was encountered loading the media URL

Some track were working now they not.

I personally uploaded all the items.
updated by @themetalscene: 05/24/20 07:21:04AM
MetalScene
@themetalscene
05/23/20 02:10:35PM
66 posts

A - Z Artist / Profiles page - Audio Pro


Design and Skin Customization

slow and steady, i know i need to still add some pieces to language file etc, thats why its still in the part above, right now i am trying to figure out to throw it into columns, sort able and and
WhatsApp Image 2020-05-23 at 23.08.05.jpeg WhatsApp Image 2020-05-23 at 23.08.05.jpeg - 58KB

updated by @themetalscene: 05/23/20 02:12:08PM
MetalScene
@themetalscene
05/23/20 02:07:31PM
66 posts

A - Z Artist / Profiles page - Audio Pro


Design and Skin Customization

@michael thank you, i busy messing with it this weekend again, been trying to understand it more and more . Your help is great.

{* archives.tpl *}

{jrCore_include template="header.tpl"}
<center><br></br>
<a href="{$jamroom_url}/archives/letter=a">A</a>
<a href="{$jamroom_url}/archives/letter=b">B</a>
<a href="{$jamroom_url}/archives/letter=c">C</a>
<a href="{$jamroom_url}/archives/letter=d">D</a>
<a href="{$jamroom_url}/archives/letter=e">E</a>
<a href="{$jamroom_url}/archives/letter=f">F</a>
<a href="{$jamroom_url}/archives/letter=g">G</a>
<a href="{$jamroom_url}/archives/letter=h">H</a>
<a href="{$jamroom_url}/archives/letter=i">I</a>
<a href="{$jamroom_url}/archives/letter=j">J</a>
<a href="{$jamroom_url}/archives/letter=k">K</a>
<a href="{$jamroom_url}/archives/letter=l">L</a>
<a href="{$jamroom_url}/archives/letter=m">M</a>
<a href="{$jamroom_url}/archives/letter=n">N</a>
<a href="{$jamroom_url}/archives/letter=o">O</a>
<a href="{$jamroom_url}/archives/letter=p">P</a>
<a href="{$jamroom_url}/archives/letter=q">Q</a>
<a href="{$jamroom_url}/archives/letter=r">R</a>
<a href="{$jamroom_url}/archives/letter=s">S</a>
<a href="{$jamroom_url}/archives/letter=t">T</a>
<a href="{$jamroom_url}/archives/letter=u">U</a>
<a href="{$jamroom_url}/archives/letter=v">V</a>
<a href="{$jamroom_url}/archives/letter=w">W</a>
<a href="{$jamroom_url}/archives/letter=x">X</a>
<a href="{$jamroom_url}/archives/letter=y">Y</a>
<a href="{$jamroom_url}/archives/letter=z">Z</a>
<br></br></center>
<section class="featured">
    <div class="row">
        <div class="col12">
            <div class="head">
                {jrCore_icon icon="stats" size="20" color="ff5500"} <span> {jrCore_lang skin="TMS" id=69 default="Top 200"}</span>
            </div>
            <div class="index_chart">
                <div class="list_item">
                    <div class="table center">
                        <div class="table-row">
                            <div class="table-cell desk" style="width: 200px">
                                {jrCore_lang skin="TMS" id="31" default="Artist"}
                            </div>

                            <div class="table-cell desk" style="width: 150px;">
                                Genre
                            </div>
                            <div class="table-cell desk" style="width: 150px;">
                                {jrCore_lang skin="TMS" id="58" default="Plays"}
                            </div>
                            <div class="table-cell desk" style="width: 50px;">
                                &nbsp;
                            </div>
                            <div class="table-cell" style="width: 150px;">
                               Origin 
                            </div>
                            <div class="table-cell desk" style="width: 50px;">
                                &nbsp;
                            </div>
                            <div class="table-cell" style="width: 150px;">
                               Formed
                            </div>
                            <div class="table-cell desk" style="width: 50px;">
                                &nbsp;
                            </div>
                            <div class="table-cell desk" style="width: 150px;">
                               Status
                            </div>
                            <div class="table-cell desk" style="width: 50px;">
                                &nbsp;
                            </div>
                            <div class="table-cell desk" style="width: 150px">
                              Fans
                            </div>
                            <div class="table-cell desk" style="width: 50px;">
                                &nbsp;
                            </div>
                            <div class="table-cell" style="width: 150px">
                              Updated
                            </div>

                            <div class="table-cell chart_buttons" style="width:150px; text-align: right; position: relative;">
                     {jrCore_module_url module="jrImage" assign="iurl"}
                                {if $_conf.TMS_require_price_3 == 'on'}
                                    {$s2 = "audio_file_item_price > 0"}
                                {/if}
                                {$days = $_conf.TMS_chart_days}
                                {if isset($_post.days) && strlen($_post.days) > 0}
                                    {$days = $_post.days}
                                {/if}
                                <div id="chartLoader" class="p10" style="display:none"><img src="{$jamroom_url}/skins/TMS/img/ajax-loader.gif" alt="{$working|jrCore_entity_string}"></div>
                                <select class="form_select" id="chart_days" onchange="jrCore_window_location('{$jamroom_url}/chart/days=' + this.value)">
                                    <option {if $days == '1'}selected="selected"{/if} value="1">1 {jrCore_lang skin="TMS" id=61 default="Days"}</option>
                                    <option {if $days == '7'}selected="selected"{/if} value="7">7 {jrCore_lang skin="TMS" id=61 default="Days"}</option>
                                    <option {if $days == '14'}selected="selected"{/if} value="14">14 {jrCore_lang skin="TMS" id=61 default="Days"}</option>
                                    <option {if $days == '30'}selected="selected"{/if} value="30">30 {jrCore_lang skin="TMS" id=61 default="Days"}</option>
                                    <option {if $days == '90'}selected="selected"{/if} value="90">90 {jrCore_lang skin="TMS" id=61 default="Days"}</option>
                                    <option {if $days == '365'}selected="selected"{/if} value="365">365 {jrCore_lang skin="TMS" id=61 default="Days"}</option>
                                </select>
                            </div>
                        </div>
                    </div>           
                </div>
                <div class="list" id="chart">
                    {jrCore_list module="jrProfile" search1="profile_name like `$_post['letter']`%"}
                </div>
            </div>
        </div>
    </div>
</section>
{jrCore_include template="footer.tpl"}


Busy trying to get it into columns now, and then so you can sort it via the column names.
remove that |chart thing on the right.

Learning, getting there, using the chart.tpl and what i am seeing on that other skin you mentioned

eish my poor old eyes hahahah
MetalScene
@themetalscene
05/13/20 03:57:04PM
66 posts

A - Z Artist / Profiles page - Audio Pro


Design and Skin Customization

michael:
MetalScene:......With regards to bands with Numbers or a # $ type symbol in the first part of the name, what character calls them up ?......

instead of 'profile_name' if you search on 'profile_url' that will not contain any weird characters.

{jrCore_list module="jrProfile" search1="profile_url like a%"}

'profile_url' is the profiles name converted to characters that are valid in a url, so "Crosby, Stills & Nash" would be converted to "crosby-stills-nash"

where would it list a band called for example "127 rockers" or "45Soil"
MetalScene
@themetalscene
05/11/20 11:56:15AM
66 posts

A - Z Artist / Profiles page - Audio Pro


Design and Skin Customization

Yeah i want to do the upgrade, just not allowed to leave my house still. Currently on day 45 of lock down. Military and the cops will whip my ass if i go out on the street .
As soon as i can get to the bank, im in.. hoping by Wednesday they ease the lockdown for us.
updated by @themetalscene: 05/11/20 11:56:59AM
MetalScene
@themetalscene
05/10/20 02:57:43PM
66 posts

A - Z Artist / Profiles page - Audio Pro


Design and Skin Customization

Thanks, yeah i think i nee that media pro.., need to upgrade my subscription after lockdown
MetalScene
@themetalscene
05/07/20 04:02:11PM
66 posts

A - Z Artist / Profiles page - Audio Pro


Design and Skin Customization

Going to try

# --- Image --- Name --- Genre --- City --- Province --- Country --- Date Formed --- Status --- Date Split

That way if a user clicks a name they can sort the columns in the archive, i have already created all the extra data points on the forms designer.
updated by @themetalscene: 05/07/20 04:03:25PM
MetalScene
@themetalscene
05/07/20 03:07:45PM
66 posts

A - Z Artist / Profiles page - Audio Pro


Design and Skin Customization

Looking at it now i may try to use the chart table on the front page of Audio pro as a layout template for this archives page, that way its is like a excel file sort able columns.

i think the layout that is going to work is the index_chart_item.tpl type idea i will look at how they did that for the front and try mimic it, using the information i have learnt here

{if isset($_items)}
    {$rank = 0}
    {foreach from=$_items item="item"}
        {$class = ''}
        {$rank = $rank+1}
        {if $rank%2 == 0}
            {$class = ' odd'}
        {/if}
        <div class="list_item{$class}">
            <div class="table">
                <div class="table-row">
                    {if strlen($item.audio_title) > 0}
                        {jrCore_module_url module="jrAudio" assign="murl"}
                        <div class="table-cell" style="width: 30px; text-align: center">
                            {$item.chart_position}
                        </div>
                        <div class="table-cell" style="width: 28px; text-align: center;">
                            {$color = '777777'}
                            {$icon = "chart_same"}

                            {if $item.chart_new_entry == 'yes'}
                                {$color = '339933'}
                                {$icon = 'chart_up'}
                            {elseif $item.chart_direction == 'same'}
                                {$icon = "chart_same"}
                            {elseif $item.chart_direction == 'up'}
                                {$icon = 'chart_up'}
                                {if $item.chart_change > 5}
                                    {$color = 'FF5500'}
                                {/if}
                            {else}
                                {$icon = 'chart_down'}
                                {if $item.chart_change > 5}
                                    {$color = '3393ff'}
                                {/if}
                            {/if}

                            {jrCore_icon icon=$icon size="24" color=$color title='hi'}
                        </div>
                        <div class="table-cell" style="width: 30px; text-align: center">

                            {if $item.chart_new_entry == 'yes'}
                                —
                            {elseif $item.chart_direction == 'same'}
                                {$item.chart_position}
                            {elseif $item.chart_direction == 'up'}
                                {$item.chart_position + $item.chart_change}
                            {else}
                                {$item.chart_position - $item.chart_change}
                            {/if}

                        </div>
                        <div class="table-cell desk" style="width: 30px; text-align: center">
                            <div class="image">
                                <a href="{$jamroom_url}/{$item.profile_url}/{$murl}/{$item._item_id}/{$item.audio_title_url}">
                                    {jrCore_module_function
                                    function="jrImage_display"
                                    module="jrAudio"
                                    type="audio_image"
                                    item_id=$item._item_id
                                    size="xlarge"
                                    crop="auto"
                                    class="img_scale"
                                    alt=$item.audio_title
                                    width=false
                                    height=false
                                    }</a>
                            </div>
                        </div>
                        <div class="table-cell" style="width: 22px">
                            {if $item.audio_active == 'on' && $item.audio_file_extension == 'mp3'}
                                {jrCore_media_player type="jrAudio_button" module="jrAudio" field="audio_file" item=$item}
                            {else}
                                 
                            {/if}
                        </div>
                        <div class="table-cell">
                                <span class="index_title"><a
                                            href="{$jamroom_url}/{$item.profile_url}/{$murl}/{$item._item_id}/{$item.audio_title_url}">{$item.audio_title|truncate:40}</a></span>
                        </div>
                        <div class="table-cell desk" style="width:200px;">
                                <span class="date"><a
                                            href="{$jamroom_url}/{$item.profile_url}">{$item.profile_name|truncate:24}</a></span>
                        </div>
                        <div class="table-cell desk" style="width: 100px">
                                <span class="date"><a
                                            href="{$jamroom_url}/{$item.profile_url}">{$item.audio_genre}</a></span>
                        </div>
                        <div class="table-cell desk" style="width: 60px; text-align: right">
                            <span class="date">{$item.chart_count|jrCore_number_format}</span>
                        </div>
                        <div class="table-cell chart_buttons" style="width: 130px">
                            {jrLike_button item=$item module="jrAudio" action="like"}
                            {jrCore_module_function function="jrFoxyCart_add_to_cart" module="jrAudio" field="audio_file" item=$item}
                        </div>
                    {/if}
                </div>
            </div>
        </div>
    {/foreach}
{else}
    <div class="no-items">
        <h1>{jrCore_lang skin="TMS" id="62" default="No items found"}</h1>
        {jrCore_module_url module="jrCore" assign="core_url"}
        {if $_conf.TMS_require_price_3 == 'on'}
            {jrCore_lang skin="TMS" id="63" default="This list currently requires items to have a price set."}
        {/if}
        <button class="form_button" style="display: block; margin: 2em auto;" onclick="jrCore_window_location('{$jamroom_url}/{$core_url}/skin_admin/global/skin={$_conf.jrCore_active_skin}/section=List+2')">{jrCore_lang skin="TMS" id="64" default="Edit Configuration"}</button>
    </div>
{/if}



Got a feeling i might need to do a lot of reading.
updated by @themetalscene: 05/07/20 03:11:35PM
  2