issues with new skin and gallery data imports
Ning To Jamroom
sure thats awesome thnx
updated by @soaringeagle: 12/29/14 09:23:54AM
<p>{jrCore_list module="jrGallery" template="my_gallery.tpl" pagebreak="20" pager="true" order_by="gallery_rating_overall_average_count desc" }</p>{jrCore_module_url module="jrGallery" assign="murl"}
{if isset($_items)}
<div class="container">
<div class="row">
{foreach from=$_items item="item"}
<div class="col3{if $item@last} last{/if}">
<div class="img-profile"{if jrCore_is_mobile_device()} style="margin-bottom:50px;"{/if}>
<a href="{$jamroom_url}/{$item.profile_url}/{$murl}/{$item._item_id}/{$item.gallery_image_name|urlencode}" title="{$item.gallery_caption|default:$item.gallery_image_name|jrCore_entity_string}">{jrCore_module_function function="jrImage_display" module="jrGallery" type="gallery_image" item_id=$item._item_id size="large" crop="auto" class="iloutline img_scale" alt=$item.gallery_image_name title=$item.gallery_image_name}</a><br>
<a href="{$jamroom_url}/{$item.profile_url}/{$murl}/{$item._item_id}/{$item.gallery_title_url}" title="{$item.gallery_title}">{$item.gallery_title|truncate:25:"...":false}</a><br>
<a href="{$jamroom_url}/{$item.profile_url}" style="margin-bottom: 10px;">@{$item.profile_url}</a><br>
</div>
</div>
{/foreach}
</div>
</div>
{/if}<div class="gallerymore"><a href="{$jamroom_url}/highest-rated-photos">see all highest rated photos</a></div>{jrCore_module_url module="jrGallery" assign="murl"}
{if isset($_items)}
<div class="container">
<div class="row">
{foreach from=$_items item="item"}
<div class="col3{if $item@last} last{/if}">
<div class="img-profile"{if jrCore_is_mobile_device()} style="margin-bottom:50px;"{/if}>
<a href="{$jamroom_url}/{$item.profile_url}/{$murl}/{$item._item_id}/{$item.gallery_image_name|urlencode}" title="{$item.gallery_caption|default:$item.gallery_image_name|jrCore_entity_string}">{jrCore_module_function function="jrImage_display" module="jrGallery" type="gallery_image" item_id=$item._item_id size="large" crop="auto" class="iloutline img_scale" alt=$item.gallery_image_name title=$item.gallery_image_name}</a><br>
<a href="{$jamroom_url}/{$item.profile_url}/{$murl}/{$item._item_id}/{$item.gallery_title_url}" title="{$item.gallery_title}">{$item.gallery_title|truncate:25:"...":false}</a><br>
<a href="{$jamroom_url}/{$item.profile_url}" style="margin-bottom: 10px;">@{$item.profile_url}</a><br>
</div>
</div>
{/foreach}
</div>
</div>
{/if}