Settings optimization.

Thu, 02 Oct 2008

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.

GPix 1.3.3

Tue, 19 Aug 2008

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.

Where our time is going

Thu, 31 Jul 2008

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.

backlink checker

Wed, 30 Jul 2008

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.

GPix 1.3.2

Mon, 28 Jul 2008

New release included next:

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

Grids as options

Mon, 28 Jul 2008

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


in toolbar.inc.tpl
insert next code:

{if $app->setting->grids_as_options}
##Grid:##