Sendy.co
Off Topic
I've asked them for a demo copy to see how hard it would be to turn it into a module.
we'll see.
function jrProfile_is_profile_view(){
return jrCore_get_flag('jrprofile_view_is_active');
}
jrCore_set_flag('jrprofile_view_is_active', true);
{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}