When you log in GetSimple admin panel, you are taken directly to Page Management.
You may prefer to start with a different tab, or your favourite plugin.
To do this, edit /admin/inc/configuration.php line 16 (GS 2.0x) or line 18 (GS 3.0):
Examples:
Start with File Management:
Start with your typical plugin:
Start with SquareIt GS Gallery:
(Sorry, I haven't found a way to do this without patching the core... don't think it can be done with a plugin right now)
(Edit: updated for GS 3.0)
You may prefer to start with a different tab, or your favourite plugin.
To do this, edit /admin/inc/configuration.php line 16 (GS 2.0x) or line 18 (GS 3.0):
Code:
$cookie_redirect = 'pages.php';
Examples:
Start with File Management:
Code:
$cookie_redirect = 'upload.php';
Start with your typical plugin:
Code:
$cookie_redirect = 'load.php?id=typicalplugin';
Start with SquareIt GS Gallery:
Code:
$cookie_redirect = 'loadtab.php?id=squareit-gallery&item=squareit-gallery';
(Sorry, I haven't found a way to do this without patching the core... don't think it can be done with a plugin right now)
(Edit: updated for GS 3.0)