RSS Feeds Not Updating
Using Jamroom
This should be fixed for the next release.
Thanks!
{if isset($item.sales_videos_limit) && $item.sales_videos_limit > 0}
<div class="title">
<h1>Video</h1> <input type="button" value="View All" class="form_button" style="float: right;" onclick="jrCore_window_location('{$jamroom_url}/{$_post.module_url}/uploaded_video');">
<div class="block_content">
{jrCore_list module="jrVideo" profile_id=$item._profile_id search1="video_file_item_price > 0" order_by="video_display_order numerical_asc" limit=$item.sales_videos_limit}
</div>
</div>
{/if}
{capture name="limit_template" assign="limit_template_row"}
{literal}
{if isset($_items)}
{foreach $_items as $item}
{$item.sales_videos_limit}
{/foreach}
{/if}
{/literal}
{/capture}
{jrCore_list module="jrVideo" profile_id=$item._profile_id limit="1" template=$limit_template_row assign="svl"}
{if isset($svl) && $svl > 0}
{jrCore_list module="jrVideo" profile_id=$item._profile_id search1="video_file_item_price > 0" order_by="video_display_order numerical_asc" limit=$svl}
{else}
{jrCore_list module="jrVideo" profile_id=$item._profile_id search1="video_file_item_price > 0" order_by="video_display_order numerical_asc" limit="2"}
{/if}