Needing Advice On A New skin
Design and Skin Customization
Have you tried PhotoPro?
https://www.jamroom.net/the-jamroom-network/networkmarket/115/photo-pro-skin
{if isset($_user.user_jrPrivateNote_unread_count) && $_user.user_jrPrivateNote_unread_count > 0}
<a href="{$jamroom_url}/note/notes">In Box</a> ({$_user.user_jrPrivateNote_unread_count})
{else}
<a href="{$jamroom_url}/note/notes" target="_top">In Box (0)</a>
{/if}
{* STATS *}
<div class="title">{jrCore_lang skin=$_conf.jrCore_active_skin id="36" default="stats"}</div>
<div class="body_3 mb10">
<div style="width:90%;display:table;margin:0 auto;">
{capture name="template" assign="stats_tpl"}
{literal}
{foreach $_stats as $title => $_stat}
<div style="display:table-row">
<div class="capital bold" style="display:table-cell">{$title}</div>
<div class="hilite" style="width:5%;display:table-cell;text-align:right;">{$_stat.count}</div>
</div>
{/foreach}
{/literal}
{/capture}
{jrCore_stats template=$stats_tpl}
</div>
</div>
{* STATS *}
{if isset($_conf.jrFlashback_show_stats) && $_conf.jrFlashback_show_stats == 'on'}
<div class="title">{jrCore_lang skin=$_conf.jrCore_active_skin id="36" default="stats"}</div>
<div class="body_3 mb10">
<div style="width:90%;display:table;margin:0 auto;">
{capture name="template" assign="stats_tpl"}
{literal}
{foreach $_stats as $title => $_stat}
<div style="display:table-row">
<div class="capital bold" style="display:table-cell">{$title}</div>
<div class="hilite" style="width:5%;display:table-cell;text-align:right;">{$_stat.count}</div>
</div>
{/foreach}
{/literal}
{/capture}
{jrCore_stats template=$stats_tpl}
</div>
</div>
{/if}