GPix

Settings optimization.

GPix design implement cell per option philosophy and this require to run database each time when I add new option.

So, today I finish to test philosophy 'row per option'. I just tested code which use actively options table with new option 'timezone'. So, to add new options I will need to add html code only. This mean that alter table query will not be required.

Tags:
Links:

GPix 1.3.3

next features implement for this release.

  • "Remember me on this computer" option for admin
  • order continue functionality after user register/login
  • back link checker http://forum.tufat.com/showthread.php?t=50238
  • multi get/bill, get more that one region per grid functionality

I get more requests for "back link checker", this improvements will be implemented in next version.
Thanks for who help for this release.

Tags:
Links:

Where our time is going

I work with GPix every day and only now I understood how many time I spent to admin login page

I spent to GPix near 2 hours(average) every day and I login minimum 3(average) times per day. My browser remember login and pass, so I wait page and click login 5-8 secs

All this mean that I spent minimum 90 minutes for latest year to login!!! and all this time I use two computers only! amazing
So, I implement "Remember my computer" button I think that it will be useful for GPix administrators.

Tags:
Links:

backlink checker

I have received several mails from active GPix testers about 'back links' functionality.

It is common way to increase you site rank and don't spend direct money for this.
So, I see common problem 'curl' extension and cron setup.

As result I will try to implement this functionality without this requirements.

Tags:
Links:

GPix 1.3.2

New release included next:

Currently I wait test results, so it will take several days to see release at TUFaT

Tags:
Links:

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:
Syndicate content