Forum Activity for @soaringeagle

soaringeagle
@soaringeagle
04/19/15 10:02:16AM
3,304 posts

possible seemless order by created bug?


Using Jamroom

no its the ones undfrr it in the menu like newest photos highest rated photos and well not feaatured that i know of think the other 2

now gallery should have the same order by _created that newest photos has except newest photos has flickerincluded (could they be combined like audio/video0

but the orders not right the newest photos are nowhere to beseen and after the 1st few hundred pages the rest areblank
soaringeagle
@soaringeagle
04/19/15 08:47:10AM
3,304 posts

possible seemless order by created bug?


Using Jamroom

i tried your suggestion seemed like nothing changed
and i have a whole lot of blankpages in the seemless lists
like mostofthem theres like 3000+ pages but only the 1st 100+ have images
somethings really funky with it
soaringeagle
@soaringeagle
04/16/15 11:59:02AM
3,304 posts

possible seemless order by created bug?


Using Jamroom

ok ill try it but can u explain why i have so many pages that are "empty' there was a weird issue with the server rebuild and its possible some media files are in the wrong locations
but is there any way i could have 1 of uyou take a look at it for me when im backi and test this ill send an email ticket
soaringeagle
@soaringeagle
04/15/15 08:11:56PM
3,304 posts

possible seemless order by created bug?


Using Jamroom

{jrSeamless_list modules="jrFlickr,jrGallery" pagebreak="16" pager=true order_by="_created desc" template="newest_galleries.tpl" page=$_post.p}
though ive donre both numerical and not
soaringeagle
@soaringeagle
04/15/15 08:09:48PM
3,304 posts

possible seemless order by created bug?


Using Jamroom

i believe so yes but i also just noticed im having the exact same issues on my music pages that are seemless lists
soaringeagle
@soaringeagle
04/14/15 12:35:54PM
3,304 posts

possible seemless order by created bug?


Using Jamroom

yea its something in that templater i cant figure it out but both the pages that share that template have the same issue with thousands of blank pages
soaringeagle
@soaringeagle
04/14/15 12:28:16PM
3,304 posts

possible seemless order by created bug?


Using Jamroom

do u see any issues here
{if isset($_items)}
{jrCore_module_url module="jrGallery" assign="murl"}
{jrCore_module_url module="jrFlickr" assign="furl"}

    <div class="container">
        {foreach from=$_items item="item"}
{if $item.seamless_module_name == "jrGallery"}
        {if $item@iteration == 1 || $item@iteration == 5}
        <div class="row">
        {/if}
            <div class="col3{if $item@iteration is div by 4} last{/if}">
                <div class="img-profile"{if jrCore_is_mobile_device()} style="margin-bottom:50px;"{/if}>
                    <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="xlarge" crop="auto" class="iloutline img_scale" alt=$item.gallery_image_name title=$item.gallery_image_name style="max-width:292px;max-height:292px;"}</a><br>{if isset($item.gallery_image_title)}
                    {$item.gallery_image_title|truncate:30:"...":false}
                {else}
                    {$item.gallery_image_name|truncate:30:"...":true}
                {/if}<br>
                    <a href="{$jamroom_url}/{$item.profile_url}/{$murl}/{$item._item_id}/{$item.gallery_title_url}" title="{$item.gallery_title}">{$item.gallery_title|truncate:25:"...":false}</a><br>
                    <a href="{$jamroom_url}/{$item.profile_url}" style="margin-bottom: 10px;">@{$item.profile_url}</a><br>
<div class="gallery_rating">
                        {jrCore_module_function function="jrRating_form" type="star" module="jrGallery" index="1" item_id=$item._item_id current=$item.gallery_rating_1_average_count|default:0 votes=$item.gallery_rating_1_count|default:0}
                    </div>
                </div>
            </div>
        {if $item@iteration is div by 4}
        </div><div style="clear:both"></div>
        {/if}
{elseif $item.seamless_module_name == "jrFlickr"}
{if $item@iteration == 1 || $item@iteration == 5}
        <div class="row">
        {/if}
            <div class="col3{if $item@iteration is div by 4} last{/if}">
                <div class="img-profile"{if jrCore_is_mobile_device()} style="margin-bottom:50px;"{/if}>
                    <a href="{$jamroom_url}/{$item.profile_url}/{$furl}/{$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="xlarge" crop="auto" class="iloutline img_scale" alt=$item.gallery_image_name title=$item.gallery_image_name style="max-width:292px;max-height:292px;"}</a><br>{if isset($item.gallery_image_title)}
                    {$item.gallery_image_title|truncate:30:"...":false}
                {else}
                    {$item.gallery_image_name|truncate:30:"...":true}
                {/if}<br>
                    <a href="{$jamroom_url}/{$item.profile_url}/{$furl}/{$item._item_id}/{$item.gallery_title_url}" title="{$item.gallery_title}">{$item.gallery_title|truncate:25:"...":false}</a><br>
                    <a href="{$jamroom_url}/{$item.profile_url}" style="margin-bottom: 10px;">@{$item.profile_url}</a><br>
<div class="gallery_rating">
                        {jrCore_module_function function="jrRating_form" type="star" module="jrGallery" index="1" item_id=$item._item_id current=$item.gallery_rating_1_average_count|default:0 votes=$item.gallery_rating_1_count|default:0}
                    </div>
                </div>
            </div>
        {if $item@iteration is div by 4}
        </div><div style="clear:both"></div>
        {/if}
{/if}
        {/foreach}
{/if}
soaringeagle
@soaringeagle
04/14/15 12:26:55PM
3,304 posts

possible seemless order by created bug?


Using Jamroom

ok corection only like the 1st 100-200 or so pages are working in the seemless list in the refgulsar gallery 5000+ pages work
soaringeagle
@soaringeagle
04/14/15 12:15:00PM
3,304 posts

possible seemless order by created bug?


Using Jamroom

i tried _created asc it switched the orfer but it showslike 3000+ pages however thge last 1000 or so are blank
i think somethings wrong since the server rebuild mustascrewedd siome things uop bad
soaringeagle
@soaringeagle
04/14/15 12:08:12PM
3,304 posts

possible seemless order by created bug?


Using Jamroom

thsatis what i have _created desc
  175