Forum Activity for @soaringeagle

soaringeagle
@soaringeagle
01/16/15 09:15:07PM
3,304 posts

cloud performance increase vs price question


Using Jamroom

cloud modules are in the "bundles" in marketplace i think its roughly 179ish if i remember right

i do think it also requires you to have more then 1 server
soaringeagle
@soaringeagle
01/16/15 07:46:13PM
3,304 posts

rotator comment and question


Using Jamroom

i had a feeling id seen that
man u guys really think of everything
soaringeagle
@soaringeagle
01/16/15 04:10:45PM
3,304 posts

gallery oddness (last image dropping below rest)


Design and Skin Customization

much appreciated went with the div by 4
much shorter code then the 1st options

ive done alotta research into smarty but most of whatr ive found revolved around using smarety in php or the php/smarty equivalents


oh and trustme i know how much it unlocks amazing potential im just still learning to unravel the codes but sure have come a long way in a short time
soaringeagle
@soaringeagle
01/16/15 03:56:02PM
3,304 posts

gallery oddness (last image dropping below rest)


Design and Skin Customization

yay solved good job
i learn something new every day here
its always a matter of staring at the code trying to figure it out then when ya give me just the right clue it makes perfect sense...
soaringeagle
@soaringeagle
01/16/15 03:51:35PM
3,304 posts

gallery oddness (last image dropping below rest)


Design and Skin Customization

ok thnx i kept looking at that thinking it must be something to do with that ..now it makes perfect sence it just needs to be 4 rows
soaringeagle
@soaringeagle
01/16/15 03:41:36PM
3,304 posts

gallery oddness (last image dropping below rest)


Design and Skin Customization

ok u know im still trying to work my way through understanding the code but what i think im seeing is it should create a new row after each 4 aka after each "last"
so after each last there should be a row
and thge clear both after each row

but its only giving the 1st 2 rows
soaringeagle
@soaringeagle
01/16/15 03:09:35PM
3,304 posts

gallery oddness (last image dropping below rest)


Design and Skin Customization

this dont look right at all the big arrows the image out of alignment
- 73KB

updated by @soaringeagle: 01/16/15 03:10:44PM
soaringeagle
@soaringeagle
01/16/15 03:00:35PM
3,304 posts

gallery oddness (last image dropping below rest)


Design and Skin Customization

{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 == 4 || $item@iteration == 8}
        </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 == 4 || $item@iteration == 8}
        </div><div style="clear:both"></div>
        {/if}
{/if}
        {/foreach}
{/if}
thats what i got now and its still weird
soaringeagle
@soaringeagle
01/16/15 02:53:22PM
3,304 posts

gallery oddness (last image dropping below rest)


Design and Skin Customization

ok i tried it on the ones right before the iteration i was close

thnx
  231