Forum Activity for @john-bizley

John Bizley
@john-bizley
12/07/14 11:13:19AM
251 posts

Issue with message appearing in ProJam5 in videos


Using Jamroom

douglas:
Do you see this code near the top of the template?

{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}

Yes that is there douglas
John Bizley
@john-bizley
12/07/14 10:06:44AM
251 posts

Issue with message appearing in ProJam5 in videos


Using Jamroom

@douglas
Sorry miss understood the code you wanted, here is what I have in that div



{$item.list_rank}
{if $item.chart_direction != 'same'}
{jrCore_lang skin=$_conf.jrCore_active_skin id="98" default="moved" assign="chart_position_title1"}
{assign var="cp_title" value="`$chart_position_title1` `$item.chart_direction`"}
{else}
{jrCore_lang skin=$_conf.jrCore_active_skin id="65" default="position" assign="chart_position_title1"}
{assign var="cp_title" value="`$item.chart_direction` `$chart_position_title1`"}
{/if}
{jrCore_image image="chart_`$chart_image`.png" alt="`$item.chart_direction`" title=$cp_title}
{if $item.chart_change > 0}
{$item.chart_change}
{else}
-
{/if}
updated by @john-bizley: 12/07/14 10:09:47AM
John Bizley
@john-bizley
12/07/14 08:46:44AM
251 posts

Issue with message appearing in ProJam5 in videos


Using Jamroom

douglas:
Can you show us the code you have inside the rank div?

<div class="rank">
The code you have here.....
</div>

Thanks!

Hi Douglas, yes that is in the image above 'cantloadimage' one. It is only the video charts that are not displaying the images, the music charts one seem to show them ok.
John Bizley
@john-bizley
12/07/14 08:17:35AM
251 posts

Issue with message appearing in ProJam5 in videos


Using Jamroom

brian:
OK then you should be good if you use this for the image call:

{jrCore_image image="`$chart_image`.png" alt=$item.chart_direction title=$cp_title}

Let me know if that helps.

Thanks!

That didn't work brian, I even have tried downloading the images then re-add them like you would replacing another image, set them to active but those even don't show.
Here is a screenshot while inspecting and if you hover over the url it display the message of could not load image.

cantloadimage.jpg cantloadimage.jpg - 140KB

updated by @john-bizley: 12/07/14 08:20:04AM
John Bizley
@john-bizley
12/07/14 07:06:25AM
251 posts

Issue with message appearing in ProJam5 in videos


Using Jamroom

And here they are in the skin img directory
chartimages-skin.jpg chartimages-skin.jpg - 47KB

updated by @john-bizley: 12/07/14 07:06:42AM
John Bizley
@john-bizley
12/07/14 07:05:29AM
251 posts

Issue with message appearing in ProJam5 in videos


Using Jamroom

brian:
Check in the skins/SkinName/img directory for the "chart_direction" images - i.e.

up.png
down.png
same.png

Hope this helps!

They are there in the acp images list and in the img folder of my cloned skin
Here they are in the acp list
chartimages.jpg chartimages.jpg - 63KB

updated by @john-bizley: 12/07/14 07:05:57AM
John Bizley
@john-bizley
12/07/14 06:07:11AM
251 posts

Issue with message appearing in ProJam5 in videos


Using Jamroom

Yep that solved the issue Michael with the message showing up so the other question would be even though the chart images are in the images list why they are not showing up or not available ? Here is the screenshot without the message showing up.
chartsissue-solved.jpg chartsissue-solved.jpg - 34KB

updated by @john-bizley: 12/07/14 06:07:35AM
John Bizley
@john-bizley
12/07/14 05:20:23AM
251 posts

Issue with message appearing in ProJam5 in videos


Using Jamroom

Thanks Michael will give that a go and report back.
John Bizley
@john-bizley
12/06/14 05:08:37PM
251 posts

Issue with message appearing in ProJam5 in videos


Using Jamroom

I have got the ProJam5 skin and noticed that in the video charts there seems to be some sort of array message appearing, any ideas where this is coming from ?

videocharts-issuemessage.jpg videocharts-issuemessage.jpg - 82KB

updated by @john-bizley: 01/07/15 07:08:16PM
  20