new ningja update issue
Ning To Jamroom
or u can apply it and verify you see what i see then simply swiitch back since u clone evrerrtime u update right
{if $profile_quota_id !="8,13,19" || $profile_id !="13827"}
{if $_conf.segolivenew_profile_location_box == 'on'}
{if (isset($profile_location) && strlen($profile_location) > 0) || (isset($profile_country) && strlen($profile_country) > 0) || (isset($profile_zip) && strlen($profile_zip) > 0)}
<div class="block">
<h3>{jrCore_lang skin=$_conf.jrCore_active_skin id="17" default="Location"}:</h3>
<div class="block_content mt10">
<div style="padding-top:8px">
{jrCore_lang skin=$_conf.jrCore_active_skin id="17" default="Location"}: {$profile_location}<br>
{jrCore_lang skin=$_conf.jrCore_active_skin id="43" default="Zipcode"}: {$profile_zip}<br>
{jrCore_lang skin=$_conf.jrCore_active_skin id="44" default="Country"}: {$profile_country}
</div>
</div>
</div>
{/if}
{/if}
{if jrUser_is_logged_in() && $_conf.segolivenew_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}