for photo titles and admin comments will i need a wipe of those?
Ning To Jamroom
unless 1 was released today i do you guys release things so fast i check for updates 2-4 times a day
updated by @soaringeagle: 12/29/14 09:23:54AM
<div class="col3">
<div>
<div class="block">
<div class="profile_image">
{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 (isset($profile_location) && strlen($profile_location) > 0) || (isset($profile_country) && strlen($profile_country) > 0) || (isset($profile_zip) && strlen($profile_zip) > 0) && $_conf.jrNingja_profile_location_box == 'on'}
<div class="block">
<h3>{jrCore_lang skin=$_conf.jrCore_active_skin id="17" default="Location"}:</h3>{debug}
<div class="block_content mt10">
<div style="padding-top:8px">
{jrCore_lang skin=$_conf.jrCore_active_skin id="43" default="Address"}: {$profile_location}<br>
{jrCore_lang skin=$_conf.jrCore_active_skin id="44" default="Zipcode"}: {$profile_zip}<br>
{jrCore_lang skin=$_conf.jrCore_active_skin id="45" default="Country"}: {$profile_country}
</div>
</div>
</div>
{/if}
{if jrUser_is_logged_in() && $_conf.jrNingja_profile_questions == 'on'}
{jrNingImport_signup_questions user_id=$_user_id assign="ning_questions"}
{if isset($ning_questions)}
<div class="block">
<div class="block_content mt10">
{$ning_questions}
</div>
</div>
{/if}
{/if}
{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 !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}
{if isset($_conf.jrNingja_profile_stats) && $_conf.jrNingja_profile_stats == 'on'}
<div class="block">
<h3>{jrCore_lang skin=$_conf.jrCore_active_skin id="39" default="stats"}</h3>
<div class="block_content mt10">
<div style="padding-top:8px">
{capture name="template" assign="stats_tpl"}
{literal}
{foreach $_stats as $title => $_stat}
{jrCore_module_url module=$_stat.module assign="murl"}
<div class="stat_entry_box" onclick="window.location='{$jamroom_url}/{$profile_url}/{$murl}'">
{$title}: {$_stat.count|default:0}
</div>
{/foreach}
{/literal}
{/capture}
{jrProfile_stats profile_id=$_profile_id template=$stats_tpl}
<div class="clear"></div>
</div>
</div>
</div>
{/if}
{if isset($_conf.jrNingja_profile_tag_cloud) && $_conf.jrNingja_profile_tag_cloud == 'on'}
{jrTags_cloud profile_id=$_profile_id height="350" assign="tag_cloud"}
{if strlen($tag_cloud) > 0}
<div class="block">
<h3>{jrCore_lang module="jrTags" id="1" default="Profile Tag Cloud"}:</h3>
<div class="block_content mt10">
<div style="padding-top:8px">
{$tag_cloud}
</div>
</div>
</div>
<div class="clear"></div>
{/if}
{/if}
</div>
</div>