PHP

Grids as options

option list via direct lists for multiple grids (http://forum.tufat.com/showthread.php?p=153689)

To implement this feature in your skin, you need to apply next changes
index.tpl:

{if $links}
    {foreach item=link from=$links}
        {$link}   
    {/foreach}
{/if}

replaced with:
{if !$app->setting->grids_as_options}
  {if $links}
    {foreach item=link from=$links}
      {$link}   
    {/foreach}
  {/if}
{/if}

after this line

      <td align="right">

in toolbar.inc.tpl
insert next code:
        {if $app->setting->grids_as_options}
          ##Grid:##

Tags:
Links:

Original images development

I have many request for original images feature

so, now it is done

GPix users which will update its own templates need to merge index.tpl, show_pixels.tpl and style.css with original files from GPix package.

Tags:
Links:

GPix translation example

translation update for request
http://forum.tufat.com/showthread.php?p=204697#post204697

instructions:

  • upload attached file to temp directory, grant read permission
  • go to "Import Language Texts" in administration menu, choose "de (Deutsch)" and click import
  • use "Clear cache" administration menu to clear caches
  • go to "Get pixels" page and review
Tags:
Links:

direct links option for GLink

It is requested http://forum.tufat.com/showthread.php?t=36544

So, something like that was done for GPix and now will be merged with GLink source tree.

It is part of SEO practice, so like for GPix this feature will be configurable via admin.

Links:
Syndicate content