version 1.3.5 contain next updates:
Thanks for all how help for this release. I hope we remove most of bugs (software have bugs by definition, he-he).
This release contain next changes:
GPix design implement cell per option philosofi 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.
next features implement for this release.
I get more requests for "back link checker", this improvements will be implemented in next version.
Thanks for who help for this release.
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.
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.
New release included next:
Currently I wait test results, so it will take several days to see release at TUFaT
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}
{if !$app->setting->grids_as_options} {if $links} {foreach item=link from=$links} {$link} {/foreach} {/if} {/if}
after this line
<td align="right">
{if $app->setting->grids_as_options} ##Grid:##
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.