314parley / kfm

Automatically exported from code.google.com/p/kfm
0 stars 0 forks source link

Store settings like the panel situation in the database or make it a configuration parameter #4

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
The starting panel situation is build in the program. In my ideal situation
it would be configurable like:

$kfm_panels_defaults('directories'=>1, 'search'=>1, 'logs'=>0, etc);
// The next parameter decides if the panel situation is stored in the
database. If true the situation when start using is the same as the ending
of the last time it was used.
// for multiple users it might be more appropriate to store these settings
in a cookie.
$kfm_remember_panel_situation = true|false;

Original issue reported on code.google.com by bterku...@gmail.com on 27 Oct 2006 at 2:04

GoogleCodeExporter commented 8 years ago
1.4 version

Original comment by bterku...@gmail.com on 27 Sep 2009 at 7:46