New Ning To Jamroom Support Forum
Ning To Jamroom
If you want to send that info to support [at] jamroom.net I can try it out for you. But if you do that then you'll need to change the password after I've checked. Best bet is your hosting company.
{jrCore_module_url module="jrEvent" assign="murl"}
{if isset($_items)}
{jrCore_module_url module="jrEvent" assign="murl"}
{foreach $_items as $item}
<div class="container">
<div class="row">
<div class="col2">
<div class="block_image">
{if isset($item.event_image_size) && $item.event_image_size > 0}
{jrCore_module_function function="jrImage_display" module="jrEvent" type="event_image" item_id=$item._item_id size="small" crop="auto" alt=$item.event_title title=$item.event_title class="iloutline iindex"}
{else}
{jrCore_module_function function="jrImage_display" module="jrProfile" type="profile_image" item_id=$item._profile_id size="small" crop="auto" alt=$item.profile_name title=$item.profile_name class="iloutline iindex"}
{/if}
</div>
</div>
<div class="col10">
<a href="{$jamroom_url}/{$item.profile_url}/{$murl}/{$item._item_id}/{$item.event_title_url}">{$item.event_title}</a><br/>
<span class="normal">{$item.event_date|jrCore_date_format:"%A %B %e %Y, %l:%M %p"}{if $item.event_end_day} {jrCore_lang module="jrEvent" id="64" default="-"} {$item.event_end_day|jrCore_date_format:"%A %B %e %Y, %l:%M %p"}{/if}</span>
{if isset($item.event_location) && strlen($item.event_location) > 0}
<br>
<span class="normal">@ {$item.event_location|jrCore_strip_html|truncate:60}</span>
{/if}
{if isset($item.event_description) && strlen($item.event_description) > 0}
<br>
<span class="normal">{$item.event_description|jrCore_format_string:$item.profile_quota_id|jrCore_strip_html|truncate:180}</span>
{/if}
</div>
</div>
</div>
{/foreach}
{/if}