Can Member Profile Content Be Limited or Focused?
Using Jamroom
No probs. hosting will be up and running by the end of this month so check back then.
Thanks
updated by @paul: 02/08/15 12:00:15AM
{if $profile_quota_id != x}
{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>
<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="44" default="Country"}: {$profile_country}
</div>
</div>
</div>
{/if}
{if jrUser_is_logged_in() && $_conf.mdLisaNEW_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}