Forum Activity for @soaringeagle

soaringeagle
@soaringeagle
12/26/14 12:17:26PM
3,304 posts

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
soaringeagle
@soaringeagle
12/26/14 12:14:54PM
3,304 posts

groups not displaying right


Using Jamroom

strum i do not see members i do not see pages or discussions and i do see the profile sidebar wich i shhouldnt

but heres the thing
your suposed to clone the default upgraded skin in a clean state then you compare that clean unmodified clone to your last clone and adsd back in your changes
though if u clone a already cloned and modified skin it sure does copy your changes..just not your css wicfh you then have to copy over as well as any cusome created templates it might be set to only clone the default skinds in that clean state so that you always know you have a good base to work from
so go ahead and clone your skin copy your mods ovver using the compare feature then from now on every update u clone the update do a compare against your previos modified skin and add your mods to the new clone

if i designed the dev tools id design them to only clone the installed skins clean unmodified that way you know they will always work cause if u screw up your default skin it can be hard to fix but if u just clone it to a new 1 u start fresh and then re-add your code peice by peice testing each addition
updated by @soaringeagle: 12/22/16 11:55:59AM
soaringeagle
@soaringeagle
12/26/14 12:03:21PM
3,304 posts

for photo titles and admin comments will i need a wipe of those?


Ning To Jamroom

ok well the comments isnt such a huge deal that id bother delete and reimport of everything so ill do create only on all but photos...and groups groups just to see if it fixes my odd groups issue
updated by @soaringeagle: 12/29/14 09:23:54AM
soaringeagle
@soaringeagle
12/26/14 11:04:59AM
3,304 posts

for photo titles and admin comments will i need a wipe of those?


Ning To Jamroom

i havent gotten a reply yet and my uploads finaly finished so about to start the import today plz someone reply
updated by @soaringeagle: 12/29/14 09:23:54AM
soaringeagle
@soaringeagle
12/25/14 08:31:35PM
3,304 posts

groups not displaying right


Using Jamroom

srry bout the post overload but just had a thought.;.u put out sooo many updates so fast its hard to keep track but iknow there were 2 core releases not too long ago but wasnt there a marketplace module update too?

was thinking that if the packager checks for debugs sholdnt it also check for unapplied changes
and the fact a debug got buy it as well as all those unchecked boxes maybe the flaws in the marketplace updater?

cause although strumelias groups work her dev tools cloner etc werent working right so im wondering if the updates arent updating cleanly
updated by @soaringeagle: 12/22/16 11:55:59AM
soaringeagle
@soaringeagle
12/25/14 08:23:34PM
3,304 posts

groups not displaying right


Using Jamroom

went back to 1.0.8 still seeing the same thing except in 1.0.8 i also see the profile stats..wich im not seeing in 1.0.10
unfortunately only have a customized version i tried downloading 1.0.9 and uploading its contents into a diferentlly named folder but it broke the skin admin and couldnt access it till i deleted the files
wish there was a way to go back and test it on an uncustomized version prior to 1.0.9


btw thnx for taking the time to check in on xmass...most unexpected
updated by @soaringeagle: 12/22/16 11:55:59AM
soaringeagle
@soaringeagle
12/25/14 07:56:05PM
3,304 posts

groups not displaying right


Using Jamroom

<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>&nbsp;{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>

see it was the 1st i checked cause i remember it took so long to find cause it was the last i checked before...see it right there after the h3

and i really think this might be somehow messin with the group since the sidebar shouldnt be shown but pages and discussioins shiould be


srry i thought it was a sittebuilder issue when it was a skin issue all along
updated by @soaringeagle: 12/22/16 11:55:59AM
soaringeagle
@soaringeagle
12/25/14 07:53:25PM
3,304 posts

groups not displaying right


Using Jamroom

and i was right in reemembering wheree it was after the h3 in the profile sidebar and the sidebar i thinks whats messing up the groups...
updated by @soaringeagle: 12/22/16 11:55:59AM
soaringeagle
@soaringeagle
12/25/14 07:49:49PM
3,304 posts

groups not displaying right


Using Jamroom

michael:
Look for the {debug} in the template editor. Its very unlikely to come from the default packaged skin because the skin packager checks for that and removes it when its uploaded to the marketplace.

There is a new compare system that should help compare templates coming out soon. Just needs to be checked and approved. That should help compare files that have been changed via the template editor.

well

thats the odd part as the debugs not in my customized skin but is in the packaged 1
and when i found it it was likke in the middle of a block of code i think in an if/else type statelemnt and when i have used it nearly every time i put it at the top or bottom of the code ..if not rigtht at top then afyter any includes i cant think of one time i ever stuck it in the middle like that

its very odd
updated by @soaringeagle: 12/22/16 11:55:59AM
soaringeagle
@soaringeagle
12/25/14 07:45:40PM
3,304 posts

groups not displaying right


Using Jamroom

ok heres how thourough i was i disabled 1 sitebuilder modiule at a time tested it i unchecked my group customizations tested it i tested it in default ninja skin i got that odd debug
i renamed the jrningja folder and reinstalled it tested it got that odd debug i went and cloned the newly uinstalled skin and checked all the unchecked checkboxes and tested it and gotrt that oidd debug
i re-enabled my customized skin wich took me a good bit of hunting to find that odd debug in and remove it but that seems to be packaged into the skin along with all the odd unchecked chyeckboxes

now im so confused
cause strumelia sees heres diferent then i see mine maybe she hasnt upgraded i dont know

but can u post a screenshot of what the groups should look like now

in hers there was no profile sidebar
there was something that said discussions..i have none
and on the side it said pages i dont have that eitther
only comment wall nothing else
oh yea i disablesd profile tweaks as well

i dug as deep as i could into this and i just cant find it
i search my7 code for "page" or " discuss" and the only occurances are within the post text itself
no t0op discussions no pages
no way to add a discussion or page


my next imoport im thinking of wipoinmg members (so my comments end up in my profile not profile 1) photos to get the titles ..and grooups and pages and see if a wipe and reimport fixes them


but id also like you to take a look and see if you can find any reason why my sites behaving diferently from strumelias (besides the size diference)

andthe fact that iu think shes never cloined the skin and only did minor changes to the default skin

im especialy stumped that i doint see discussions in a frewshly installed ninja and those weird checkboxes and the debug .. ps srry for the long posts trying to be thourough and ill find that debug for u in the new version ..well for douuglass..
somethings definately been odd with the upgrade

its unfortunate i hadnt looked into the groups enough to notice if the missing peices were ever there .. hmm if i rename the previos versions of ningja would they show up in the list and i can test em....
let me try...
well ill look for the debug and look for a version that the groups worked right in
updated by @soaringeagle: 12/22/16 11:55:59AM
  261