Issue with message appearing in ProJam5 in videos
Using Jamroom
You should be seeing this code in that div....
<div class="rank">{$item.list_rank}<br>
{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}<br>
{if $item.chart_change > 0}
{$item.chart_change}
{else}
-
{/if}
</div>
Hope this helps!