Forum Activity for @soaringeagle

soaringeagle
@soaringeagle
11/20/14 11:28:31AM
3,304 posts

ningja 1.03 profiles the great and thed almost great


Ning To Jamroom

love love love the new profile improvements
but a couple notes for improvements
1 still n9o commenting (im sure u knew) and cant post to followers timelines still (since the 1.02)
2 the music and vids sections have both vertical and horizontal scroll when horizontals not needed...or functional theres no slider to scroll just the 'tract' (not sure what the right term is) that the scroller would scroll on
3 photo gallery still unresponsive but tharts probly not a skin but module issue..so probly not worth mentioning but in case it was askin thing...

other then those minor things.. love the improvements so far
now the comments would be great as a wider module below the rest (right 2 columns)


updated by @soaringeagle: 07/09/16 09:21:02AM
soaringeagle
@soaringeagle
11/20/14 11:17:27AM
3,304 posts

conversion priority for music like vids have


Suggestions

ok
ill have some testing to do
soaringeagle
@soaringeagle
11/20/14 10:58:25AM
3,304 posts

conversion priority for music like vids have


Suggestions

the cpus are fast and were noyt showing much use the servers got 8 3.2ghz and during the conversion process averaged about 0.01
at highest was 0.17 and that i think was just during my 200+ gig ftp upload
memory averaged 15-17% never going over 20

1 thing when installing the script and seeing i needed ffmpeg the server admins installed it at a diferent location then the sys test looked for but then paul i think installed a 2nd copy within the install directory somewhere

he also installed the cloud modules wich caused alot of issues
now that the queues clear maybe i should re-enable the cloud modules for testing/
soaringeagle
@soaringeagle
11/20/14 10:46:24AM
3,304 posts

video watermarked and coversion questions


Ning To Jamroom

well maybe it was cause i had such a large number but the audio files took days and even when it was down to a queue of only like 30 it still took hours i think

now that the ques clear ill test it with new uploads
updated by @soaringeagle: 12/29/14 09:23:54AM
soaringeagle
@soaringeagle
11/19/14 12:39:49PM
3,304 posts

yikes multiple problems


Ning To Jamroom

haha remember when the new activity feed came out on 2.0 andit was an absolute mess and i had to publish myown list of "down and dirty bug fixes"

they werent perfect mind you cause the way they had it coded was just a mess but i had to fix it myself then tech others how to as far as i know i still think i was the only 1 offering asolution to the embneds/iframes and the tinymce editor responsiveness
i still dont think they fixed those


these guys here are soooo much better and im guessing they arent wasting 44 millioin in the process
updated by @soaringeagle: 12/29/14 09:23:54AM
soaringeagle
@soaringeagle
11/19/14 12:07:39PM
3,304 posts

conversion priority for music like vids have


Suggestions

i have a pretty large network im moving to jr and even after setting it to 5 workers the audio conversion process was painfully slow
now i see videos have not only a setting for the number of workers but a priority setting as well
i know the thinking is vids are typicaly much larger files so a higher priority might be needed for conversion but if your alowing unlimited music uploads the queue can be overwhelmed and take days to catch up without alowing a higher priority setting on dedicated servers

updated by @soaringeagle: 12/31/14 08:48:02AM
soaringeagle
@soaringeagle
11/19/14 11:20:01AM
3,304 posts

yikes multiple problems


Ning To Jamroom

douglas:
If your referring to the Images page for Ningja, there is an issue with it being responsive and we will get it fixed.

Thanks!

ah yes i was thnx and yea there is srry i didnt see yoir post till i went into a long detailed description of how rhe responsiveness should work
updated by @soaringeagle: 12/29/14 09:23:54AM
soaringeagle
@soaringeagle
11/19/14 11:18:21AM
3,304 posts

yikes multiple problems


Ning To Jamroom

heres examples
a 2 column layout left sidebar right main content (photos)
http://ww3.dreadlockssite.com/dreadlocks-photos
but more importantly the full page layout
(made this just as a demo for you)
http://ww3.dreadlockssite.com/fullpagegrid
see how when u resize the window it gracefully goes from 4 colums to 2 then 1

its accomplished by a ul li
the li has a width of 25% (for 4 colums) and max width of 400px
so it stats 25% //or 4 colums but is constrained by the max width i think there must be a min width too im not seeing that determines when it changges from 4 to 2 then 1 column
that might be on the ul or the containing div

but i think you get what i mean ..instead of organized as rows its gotto be more fluid and able to re-orgaize itself gracefully

(and stevex i know you said to make my posts shorter but its hard to convey alot ofinfo in fewer words and when you try it just takes a dozen more short posts..and a few extra days to reach an understanding so id rather be detailed as can be get it all down at 1 time and not have to go back and forth for days)
updated by @soaringeagle: 12/29/14 09:23:54AM
soaringeagle
@soaringeagle
11/19/14 10:46:36AM
3,304 posts

yikes multiple problems


Ning To Jamroom

@michael and more important;y @douglas

is this the template that creates the grid
{jrCore_module_url module="jrGallery" assign="murl"}
{if isset($_items)}

    {if $_post.module == 'jrTags'}
        {* for the jrTags module it makes no sense to show a gallery.  Its the image thats tagged, show that.*}
            {foreach $_items as $item}
                <div class="jrgallery_image_grid">
                    <a href="{$jamroom_url}/{$item.profile_url}/{$murl}/{$item._item_id}/{$item.gallery_image_name|urlencode}" title="{$item.gallery_caption|default:$item.gallery_image_name|jrCore_entity_string}">{jrCore_module_function function="jrImage_display" module="jrGallery" type="gallery_image" item_id=$item._item_id size="medium" crop="auto" class="gallery_img iloutline" alt=$item.gallery_title width=false height=false}</a><br>
                </div>
            {/foreach}
    {else}


        {capture name="row_template" assign="template"}
            {literal}
                {jrCore_module_url module="jrGallery" assign="murl"}
                {foreach from=$_items item="item"}
                <a href="{$jamroom_url}/{$item.profile_url}/{$murl}/{$item._item_id}/{$item.gallery_image_name|urlencode}">{jrCore_module_function function="jrImage_display" module="jrGallery" type="gallery_image" item_id=$item._item_id size="small" crop="auto" class="iloutline" alt=$item.gallery_title}</a>
                {/foreach}
                <a href="{$jamroom_url}/{$item.profile_url}/{$murl}/{$item.gallery_title_url}/all"><span style="margin-left:6px;">{jrCore_icon icon="next"}</span></a>
            {/literal}
        {/capture}

        {foreach from=$_items item="item"}
            <div class="item">
                <div class="container">
                    <div class="row">
                        <div class="col10">
                            <div class="jr_gallery_row">
                                <div>
                                    <h2><a href="{$jamroom_url}/{$item.profile_url}/{$murl}/{$item.gallery_title_url}/all">{$item.gallery_title}</a></h2>
                                    {if !empty($item.gallery_description)}
                                        <br>
                                        <span class="normal">{$item.gallery_description}</span>
                                    {/if}
                                </div>
                                <div class="mt10" style="padding-top:0">
                                    {assign var="limit" value="6"}
                                    {if jrCore_is_mobile_device()}
                                        {assign var="limit" value="5"}
                                    {/if}
                                    {jrCore_list module="jrGallery" profile_id=$item._profile_id search1="gallery_title_url = `$item.gallery_title_url`" template=$template order_by="gallery_order numerical_asc" exclude_jrUser_keys="true" exclude_jrProfile_quota_keys="true" limit=$limit}
                                </div>
                            </div>
                        </div>
                        <div class="col2 last">
                            <div class="block_config">

                                {jrCore_item_update_button module="jrGallery" profile_id=$item._profile_id item_id=$item._item_id}
                                {jrCore_item_delete_button module="jrGallery" profile_id=$item._profile_id action="`$murl`/delete_save/`$item.profile_url`/`$item.gallery_title_url`"}

                            </div>
                        </div>
                    </div>

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

i couldn't find the containing block_container so im not sure but thought that mightbe outside the template, this seems..if i understand it correctly to create rows of 6 unless mobile then rows of 5

but that to me doesnt make sence as alot of tablets might only alow rows of 2 ferticly or 3 maybe 4 in lanscape and mobile phones only 1
while most modern desktops with high res would be fine with 6 i just had to boot into safe mode ant took a look at it there and it had a row of 4 then 2 below it

instead a more "graceful' solution would be a centered block, and a single 'row' that wrapped to next row when out of space

ideally theered be a way forthe last "row' to keep the same number of 'colums" as the 1 above but if thats not posible just keeping a finite number of images on a page the last row might have fewer (but be centered)

im not sure thats ideal either but you get what im saying

perhaps the ideal solutions what some call the 'holy grail' layout the 3 column responsive grid that then becomes 2 then 1

and like i said also a set height for the whole block )or item i mean the photo caption and name those 3 items together that div should have a set height so that theres no variation in row heights
updated by @soaringeagle: 12/29/14 09:23:54AM
soaringeagle
@soaringeagle
11/19/14 03:40:44AM
3,304 posts

yikes multiple problems


Ning To Jamroom

so it wontg rea,ly be responsive
cause then on a tasblet it might hasve 4 across then 2 below it
instead of being in rows with fixed numbers of items it shouldaddapt all 1 row or block that changes the number of colums as screen sizes narrow
but having i fixed number odf rows before pagination

i think my pcs fixed so let me try to figure it iout if you casn just tell me wich template to klook in ive been trying to find the right 1 with no luck
updated by @soaringeagle: 12/29/14 09:23:54AM
  296