Announcement

#16 2013-09-16 15:47:26

flop25
Piwigo Team
2006-07-06
7037

Re: how to permanently set thumbnails dimension

paul105 wrote:

Flop25, the reply wasn't to you , I was indicating to salavtore that missing image size will not influence his pagerank.

Apologies if I was not clear.

I was talking to salvatore. We wrote at the same time


To get a better help : Politeness like Hello-A link-Your past actions precisely described
Check my extensions : more than 30 available
who I am and what I do : http://fr.gravatar.com/flop25
My gallery : an illustration of how to integrate Piwigo in your website

Offline

 

#17 2013-09-18 10:55:09

salvatore
Member
2012-08-18
84

Re: how to permanently set thumbnails dimension

flop25 wrote:

Are you arguing I'm wrong? Of course many website will say that's important you know why? They sell services based on that !
You can have a 0 in page rank and be top on Google results and having a lot of trafic
http://blog.hubspot.com/blog/tabid/6307 … evant.aspx and whatever you can found by using "Page rank useless"

It's a tool, and like any tool you need to be smart to interpret the results, not acting like a machine

Well Whatever... you should take a look at the Option->Template page, and looking at thumbnails.tpl of your theme

I'm doing all this to have a better seo performance

thisi is what I find in local files editor:
<!-- This is a sample of template extensions -->
{if !empty($thumbnails)}
<ul class="thumbnails">
{foreach from=$thumbnails item=thumbnail}
    <li>
    <span class="wrap1">
        <span class="wrap2">
        <a href="{$thumbnail.URL}">
            <img class="thumbnail" src="{$thumbnail.TN_SRC}" alt="{$thumbnail.TN_ALT}" title="{$thumbnail.TN_TITLE}">
        </a>
        </span>
        <span class="thumbLegend" style="color:#F36;">
    &copy; 2008 Piwigo<br>
        {if !empty($thumbnail.NAME)}{$thumbnail.NAME}{/if}
        {if !empty($thumbnail.ICON_TS)}{$thumbnail.ICON_TS}{/if}

        {if isset($thumbnail.NB_COMMENTS)}
        <span class="{if 0==$thumbnail.NB_COMMENTS}zero {/if}nb-comments">
        <br>
        {$pwg->l10n_dec('%d comment', '%d comments',$thumbnail.NB_COMMENTS)}
        </span>
        {/if}

        {if isset($thumbnail.NB_HITS)}
        <span class="{if 0==$thumbnail.NB_HITS}zero {/if}nb-hits">
        <br>
        {$pwg->l10n_dec('%d hit', '%d hits',$thumbnail.NB_HITS)}
        </span>
        {/if}
        </span>
    </span>
    </li>
{/foreach}
</ul>
{/if}



<!-- This is a sample of template extensions -->
{if !empty($thumbnails)}
{html_head}<link rel="stylesheet" type="text/css" href="./template-extension/distributed/samples/my-thumbnails2.css">{/html_head}
<ul class="thumbnails">
{foreach from=$thumbnails item=thumbnail}
    <li>
    <fieldset class="fld1">
        <legend class="thumbLegend">
        {if !empty($thumbnail.NAME)}{$thumbnail.NAME}{/if}
        </legend>
        <a href="{$thumbnail.URL}" class="lap2">
            <span><img class="thumbnail" src="{$thumbnail.TN_SRC}" alt="{$thumbnail.TN_ALT}" title="{$thumbnail.TN_TITLE}"></span>
        </a>
  </fieldset>
    </li>
{/foreach}
</ul>
{/if}

Offline

 

Board footer

Powered by FluxBB

github twitter newsletter Donate Piwigo.org © 2002-2024 · Contact