Media Pro 5 - Light Blog menu button
Design and Skin Customization
Are you seeing any activity, debug or php error logs in your ACP > System Tools > Activity Logs?
Thanks!
{jrCore_include template="header.tpl"}
{capture name="template" assign="tpl"}
{literal}
{jrCore_module_url module="jrGallery" assign="murl"}
{if isset($_items)}
<div class="container">
{foreach from=$_items item="item"}
{if $item@iteration == 1 || $item@iteration == 5 || $item@iteration == 9}
<div class="row">{/if}
<div class="col3{if $item@iteration == 4 || $item@iteration == 8 || $item@last} last{/if}">
<div class="img-profile">
<a href="{jrGallery_get_gallery_image_url item=$item}" title="{$item.gallery_alt_text}">{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_alt_text}</a><br>
</div>
<div class="center mb10">
<a href="{jrGallery_get_gallery_image_url item=$item}" title="{$item.gallery_alt_text}" class="bold">{if isset($item.gallery_image_title)}{$item.gallery_image_title|truncate:30:"...":false}{else}{$item.gallery_image_name|truncate:30:"...":true}{/if}</a><br>
<a href="{$jamroom_url}/{$item.profile_url}/{$murl}/{$item.gallery_title_url}/all" class="media_title">{$item.gallery_title}</a><br>
<a href="{$jamroom_url}/{$item.profile_url}" style="margin-bottom:10px"><span class="capital">@{$item.profile_url}</span></a>
</div>
</div>
{if $item@iteration == 4 || $item@iteration == 8 || $item@last}
</div>
{/if}
{/foreach}
</div>
{/if}
{/literal}
{/capture}
<div class="block">
<div class="title">
{jrSearch_module_form fields="gallery_title,gallery_image_title,gallery_caption,gallery_description,gallery_image_name"}
<h1>{jrCore_lang module="jrNingja" id=36 default="Images"}</h1>
</div>
<div class="block_content">
<div class="item">
<div class="container">
<div class="row">
{jrCore_list module="jrGallery" order_by="_updated numerical_desc" require_image="gallery_image" pagebreak=12 page=$_post.p pager=true template=$tpl}
</div>
</div>
</div>
</div>
</div>
{jrCore_include template="footer.tpl"}
<a href="{$jamroom_url}/{$item.profile_url}/{$murl}/{$item.gallery_title_url}/all" class="media_title">{$item.gallery_title}</a><br>
<a href="{$jamroom_url}/{$item.profile_url}/{$murl}/{$item.gallery_title_url}/all" class="media_title" title="{$item.gallery_title}">{$item.gallery_title|truncate:25:"...":false}</a><br>