bug report
Ning To Jamroom
even just found it and compared to previus version itsidenticle
its gotta be currupt data from the ning archive
orthe database
\
updated by @soaringeagle: 12/29/14 09:23:54AM
{if isset($_items) && is_array($_items)}
<div class="online_status_table">
{foreach $_items as $item}
{if $item.user_is_online == '1'}
<div class="online_status_online" style="display:table-row">
{else}
<div class="online_status_offline" style="display:table-row">
{/if}
<div class="online_status_image">
{jrCore_module_function function="jrImage_display" module="jrUser" type="user_image" item_id=$item._user_id size="small" crop="auto" alt=$item.user_name class="img_shadow" width="40" height="40" style="padding:2px"}
</div>
<div class="online_status_user">
<h2><a href="{$jamroom_url}/{$item.profile_url}">{$item.user_name}</a></h2><br>
{if $item.user_is_online == '1'}
<i>{jrCore_lang module="jrUser" id="101" default="online"}</i>
{else}
<i>{jrCore_lang module="jrUser" id="102" default="offline"}</i>
{/if}
</div>
</div>
{/foreach}
</div>
{/if}<div class="item profilelistitem">{if isset($_items)}
{foreach from=$_items item="item"}
<div class="item profilelistitem">
<div class="container">
<div class="row">
<div class="col2">
<div class="block_image">
<a href="{$jamroom_url}/{$item.profile_url}">{jrCore_module_function function="jrImage_display" module="jrProfile" type="profile_image" item_id=$item._profile_id size="large" crop="auto" class="iloutline img_scale" alt=$item.profile_name title=$item.profile_name width=false height=false}</a>
</div>
</div>
<div class="col10 last">
<div class="p10">
<h1><a href="{$jamroom_url}/{$item.profile_url}">{$item.profile_name}</a></h1>
{if !empty($item.profile_bio)}
<br><span class="normal">{$item.profile_bio|jrCore_format_string:$item.profile_quota_id|truncate:250:"..."}</span>
{/if}
</div>
</div>
</div>
</div>
</div>
{/foreach}
{/if}<div class="col3">
<div>
<div class="block">
<div class="profile_image {$profile_photo_radius}">
{if jrProfile_is_profile_owner($_profile_id)}
{jrCore_module_url module="jrProfile" assign="purl"}
{jrCore_lang skin=$_conf.jrCore_active_skin id="7" default="Change Image" assign="hover"}
<a href="{$_conf.jrCore_base_url}/{$purl}/settings/profile_id={$_profile_id}">{jrCore_module_function function="jrImage_display" module="jrProfile" type="profile_image" item_id=$_profile_id size="xlarge" class="img_scale img_shadow" alt=$profile_name title=$hover width=false height=false}</a>
<div class="profile_hoverimage">
<span class="normal" style="font-weight:bold;color:#FFF;">{$hover}</span> {jrCore_item_update_button module="jrProfile" view="settings/profile_id=`$_profile_id`" profile_id=$_profile_id item_id=$_profile_id title="Update Profile"}
</div>
{else}
{jrCore_module_function function="jrImage_display" module="jrProfile" type="profile_image" item_id=$_profile_id size="xxlarge" class="img_scale img_shadow" alt=$profile_name width=false height=false}
{/if}
</div>
</div>
{if !jrCore_is_mobile_device()}
<div class="block">
<div class="block_content mt10">
<div style="padding-top:8px;min-height:48px;max-height:288px;overflow:auto;">
{jrUser_online_status profile_id=$_profile_id}
</div>
</div>
</div>
{/if}
{if strlen($profile_bio) > 0}
<div class="block">
<h3>{jrCore_lang skin=$_conf.jrCore_active_skin id="8" default="About"} {$profile_name}</h3>
<div class="block_content mt10">
<div style="padding-top:8px;max-height:350px;overflow:auto;">
{$profile_bio|jrCore_format_string:$profile_quota_id}
</div>
</div>
</div>
{elseif jrCore_module_is_active('jrNingImport')}
<div class="block">
<h3>{jrCore_lang skin=$_conf.jrCore_active_skin id="8" default="About"} {$profile_name}</h3>
<div class="block_content mt10">
<div style="padding-top:8px;max-height:350px;overflow:auto;">
<h4>{jrCore_lang skin=$_conf.jrCore_active_skin id="17" default="Location"}:</h4> {$profile_location} {$profile_country} {$profile_zip}
<br>
{jrNingImport_signup_questions user_id=$_user_id}
</div>
</div>
</div>
{/if}
{if !jrCore_is_mobile_device() && jrCore_module_is_active('jrFollower')}
{jrCore_list module="jrFollower" search1="follow_profile_id = `$_profile_id`" search2="follow_active = 1" order_by="_created desc" limit="25" assign="followers"}
{if strlen($followers) > 0}
<div class="block">
<h3>{jrCore_lang skin=$_conf.jrCore_active_skin id="9" default="Latest Followers"}:</h3>
<div class="block_content mt10">
<div style="padding-top:8px">
{$followers}
</div>
</div>
</div>
{/if}
{/if}
{if !jrCore_is_mobile_device()}
{jrCore_list module="jrRating" profile_id=$_profile_id search1="rating_image_size > 0" order_by="_updated desc" limit="14" assign="rated"}
{if strlen($rated) > 0}
<div class="block">
<h3>{jrCore_lang skin=$_conf.jrCore_active_skin id="10" default="Recently Rated"}:</h3>
<div class="block_content mt10">
<div style="padding-top:8px">
{$rated}
</div>
</div>
</div>
{/if}
{/if}
</div>
</div>