Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Changing Admin Panel start page
#1
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):
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)
Reply


Messages In This Thread
Changing Admin Panel start page - by Carlos - 2010-06-07, 06:23:48
Changing Admin Panel start page - by Carlos - 2011-06-04, 21:39:33



Users browsing this thread: 1 Guest(s)