Forum Activity for @soaringeagle

soaringeagle
@soaringeagle
11/14/14 11:51:42PM
3,304 posts

bug report


Ning To Jamroom

even just found it and compared to previus version itsidenticle

its gotta be currupt data from the ning archive
orthe database
\
updated by @soaringeagle: 12/29/14 09:23:54AM
soaringeagle
@soaringeagle
11/14/14 11:48:27PM
3,304 posts

bug report


Ning To Jamroom

{if isset($_items) && is_array($_items)}
    <div class="online_status_table">
    {foreach $_items as $item}

        {if $item.user_is_online == '1'}
        <div class="online_status_online" style="display:table-row">
        {else}
        <div class="online_status_offline" style="display:table-row">
        {/if}

            <div class="online_status_image">
                {jrCore_module_function function="jrImage_display" module="jrUser" type="user_image" item_id=$item._user_id size="small" crop="auto" alt=$item.user_name class="img_shadow" width="40" height="40" style="padding:2px"}
            </div>

            <div class="online_status_user">
                <h2><a href="{$jamroom_url}/{$item.profile_url}">{$item.user_name}</a></h2><br>
                {if $item.user_is_online == '1'}
                <i>{jrCore_lang module="jrUser" id="101" default="online"}</i>
                {else}
                <i>{jrCore_lang module="jrUser" id="102" default="offline"}</i>
                {/if}
            </div>

        </div>

    {/foreach}
    </div>
{/if}
nothing that i can see
i grabbed it by ftp was not sure where to find it in acp
updated by @soaringeagle: 12/29/14 09:23:54AM
soaringeagle
@soaringeagle
11/14/14 11:43:44PM
3,304 posts

bug report


Ning To Jamroom

yea i looked everywhere and i didnt even end up usingthat class cause it didnt target what i expected
so reset it

where else should i look

if u want ill set u up an admin account while we debug it

i tried going to sleep over 6 hours ago
so ill have to try figurinbg it out tomorow
but it affects every skin

its gottabe a module then but ive checked every logical place and 1/2 the ones that wouldnt make sense
updated by @soaringeagle: 12/29/14 09:23:54AM
soaringeagle
@soaringeagle
11/14/14 11:21:52PM
3,304 posts

bug report


Ning To Jamroom

this is my only edit when compared
<div class="item profilelistitem">
im going through module by module i have added classes here and there just for styling control nothing

just that 1 profilelistitem class is in a for loop
ill try resetting that and see but i cant seehow that ciuld do it
updated by @soaringeagle: 12/29/14 09:23:54AM
soaringeagle
@soaringeagle
11/14/14 11:09:00PM
3,304 posts

bug report


Ning To Jamroom

ok i did do an edit i think all i did was add a class though

{if isset($_items)}

    {foreach from=$_items item="item"}
    <div class="item profilelistitem">

        <div class="container">
            <div class="row">
                <div class="col2">
                    <div class="block_image">
                        <a href="{$jamroom_url}/{$item.profile_url}">{jrCore_module_function function="jrImage_display" module="jrProfile" type="profile_image" item_id=$item._profile_id size="large" crop="auto" class="iloutline img_scale" alt=$item.profile_name title=$item.profile_name width=false height=false}</a>
                    </div>
                </div>
                <div class="col10 last">
                    <div class="p10">
                        <h1><a href="{$jamroom_url}/{$item.profile_url}">{$item.profile_name}</a></h1>
                        {if !empty($item.profile_bio)}
                        <br><span class="normal">{$item.profile_bio|jrCore_format_string:$item.profile_quota_id|truncate:250:"..."}</span>
                        {/if}
                    </div>
                </div>
            </div>
        </div>

    </div>
    {/foreach}
{/if}

updated by @soaringeagle: 12/29/14 09:23:54AM
soaringeagle
@soaringeagle
11/14/14 11:06:07PM
3,304 posts

bug report


Ning To Jamroom

and like i said my template edits have been pretty minimal

oh wait could it be in the profile modules? let me see what edits ive done there
updated by @soaringeagle: 12/29/14 09:23:54AM
soaringeagle
@soaringeagle
11/14/14 11:04:55PM
3,304 posts

bug report


Ning To Jamroom

which templates this list in i believe itsnow in the new profile left side right


if so heres what i got

<div class="col3">
    <div>

        <div class="block">
            <div class="profile_image {$profile_photo_radius}">
                {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 !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 strlen($profile_bio) > 0}
            <div class="block">
                <h3>{jrCore_lang skin=$_conf.jrCore_active_skin id="8" default="About"} {$profile_name}</h3>
                <div class="block_content mt10">
                    <div style="padding-top:8px;max-height:350px;overflow:auto;">
                        {$profile_bio|jrCore_format_string:$profile_quota_id}
                    </div>
                </div>
            </div>
        {elseif jrCore_module_is_active('jrNingImport')}
            <div class="block">
                <h3>{jrCore_lang skin=$_conf.jrCore_active_skin id="8" default="About"} {$profile_name}</h3>
                <div class="block_content mt10">
                    <div style="padding-top:8px;max-height:350px;overflow:auto;">
                        <h4>{jrCore_lang skin=$_conf.jrCore_active_skin id="17" default="Location"}:</h4> {$profile_location} &nbsp; {$profile_country} &nbsp; {$profile_zip}
                        <br>
                        {jrNingImport_signup_questions user_id=$_user_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}

    </div>
</div>

if thats the wrong template tell me wich 1
but there dont seem to be any links in any for each anything
updated by @soaringeagle: 12/29/14 09:23:54AM
soaringeagle
@soaringeagle
11/14/14 10:59:22PM
3,304 posts

my list of things ning migrators will mkiss


Ning To Jamroom

michael:
soaringeagle:...they want to move in today...

Today might be a little early, but we'll try to get everything smoothed out and functional. I'm sure together we can.

haha i know i wont be even close to ready for a couple weeks i think
but
im tryin hard to get it ready andmake it amazing quickly
updated by @soaringeagle: 12/29/14 09:23:54AM
soaringeagle
@soaringeagle
11/14/14 10:57:58PM
3,304 posts

my list of things ning migrators will mkiss


Ning To Jamroom

michael:
gary.moncrieff:... I need everyone to be able to post to the tracker on the community profile....

Thats something that will need to be looked at as its a bit different from the normal.

soaringeagle:... still have every member in the list inder profile photo saying online and linking to my profile...

It will be an issue with the template. Check to make sure it uses the same format as the default template.

If you want to open another thread to talk about that and paste the code your using I'll try to help out. Looking at this page: ( http://greentechnologyforums.com/soaring-eagle/audio/4157/shilo-circle-sex-is-life ) It looks like you might have typed your URL inside the FOREACH loop so its always pointing to you. Just a guess though. Show me the code you have in an new thread.

i dont know how that can be i mean it happens in every skin
and i didnt do much template editing really when i upgraded the skin i deleted 1 line of code and pasted 1 lil if block and another in a tag

before that the only other thing i did was fix the discuss to discussions link

wich template would that be in but ill post in my bug reoort thread
updated by @soaringeagle: 12/29/14 09:23:54AM
soaringeagle
@soaringeagle
11/14/14 10:52:29PM
3,304 posts

my list of things ning migrators will mkiss


Ning To Jamroom

1 thing missing from the menu thats very important
photos
link to the photo gallery

on my site the forums are prime we cant do without them thier value is unmeasurable
but besides the forum the photos are another top feature

and although u can access a list of users galleries there must be a link to a all in 1 listing of every photo in every gallery with a featured photos option


additionaly ..if possible a responsive non flash slideshow option on front page and profiles


that can be long rainge plan the slideshows i mean but the menu link to 1 centralized gallery of every photo is a must

if you cant get to it in the next couple weeks i understand and ill try to wotk out my own solution and post how we managed it

but many ning sites will really need this


remember ninfgs always been about community
where you excell at the look at me ..showing off my band..my goods etc nings always been more look at we.. well just mean more centralized so a centralized photo gallery that is just a chronological mix of individual galleries pulls us all together


and ill say i cannot thank you enough for how hard and fast and responsively youve worked on this

i am so greatful
and loving my site more every day
and whats more..my members are excited.. very excited

they want to move in today
updated by @soaringeagle: 12/29/14 09:23:54AM
  305