i want too hide the "owner" info the location and profile questions or at least profile questions on shops and the main forums
im using
{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}
in otherwords only show that if the profile quotas are not shop quotas or profile id is not the main forumws
but as usual..i know im close just not working yet
u know sooner or later ill stop asking questions and start answering them
im getting close to figuring it all out just not there yet
--
soaringeagle
head dreadhead at dreadlocks site
glider pilot student and member/volunteer coordinator with freedoms wings international soaring for people with disabilities
updated by @soaringeagle: 04/16/15 12:49:21PM