Forum Activity for @soaringeagle

soaringeagle
@soaringeagle
02/06/15 03:44:08PM
3,304 posts

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
soaringeagle
@soaringeagle
02/06/15 03:14:06PM
3,304 posts

new ningja update issue


Ning To Jamroom

everything in profile sidebar below recently rated is gone, i reset it to default just to be sure its not on any profiles
that includes the tagcloud location the profile questions everything
updated by @soaringeagle: 04/01/15 05:27:41AM
soaringeagle
@soaringeagle
02/06/15 01:25:32PM
3,304 posts

profile faq does not show pager


Design and Skin Customization

well all the faqs i created are now gone but ill recreate
soaringeagle
@soaringeagle
02/06/15 10:37:11AM
3,304 posts

location lot a signup question or editable field


Ning To Jamroom

thnx your the best


while i got your attention i updated the broken links thing with examples i know it wss in a diferent discussion maybe the faq pagination wich still needs attention and im still not able to get that playylist working (i know im asking alot lol)
soaringeagle
@soaringeagle
02/06/15 10:22:43AM
3,304 posts

location lot a signup question or editable field


Ning To Jamroom

they came from somewhere i have no idea where but all i can assume is they were left over from members that used that id in the past
or from a wipe and reimport i dont know

cause some were only a month old others 5 years old
soaringeagle
@soaringeagle
02/06/15 08:08:43AM
3,304 posts

location lot a signup question or editable field


Ning To Jamroom

paul:
soaringeagle:
i assume thats what they are from i have no way of knowing for sure i just know new members that join tend to have 2 comments both the same some from weeks ago some from years ago

Show me

https://www.dreadlockssite.com/profile

click any of the new members that joined recenttly

even shop profiles that were added to existing users
soaringeagle
@soaringeagle
02/06/15 08:07:16AM
3,304 posts

location lot a signup question or editable field


Ning To Jamroom

its profile_location profile_country profile_zip
they are set in the profikle not the user
i hid all signup questions on shops etc but left the locations
the reason the signup questions were set at user level and cant be changed on the profiles and were irelevent to shops
a shop and a user might have a diferent location so they can be set profile to profile individually
soaringeagle
@soaringeagle
02/06/15 05:51:53AM
3,304 posts

location lot a signup question or editable field


Ning To Jamroom

i assume thats what they are from i have no way of knowing for sure i just know new members that join tend to have 2 comments both the same some from weeks ago some from years ago
soaringeagle
@soaringeagle
02/06/15 01:18:30AM
3,304 posts

hiding the profile location and questions on shops and mnain forums


Ning To Jamroom

senario
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
updated by @soaringeagle: 04/16/15 12:49:21PM
  199