Forum for discussing general topics related to Couch.
3 posts Page 1 of 1
Hi,

Is it possible to have a custom administrator page once logged in?
So instead of landing on my homepage with the editable regions I would land on a custom page. (Think of logging into the administrator area of Joomla CMS for example).

Thanks in advance.
Searched forum for 'custom admin'?
Also, there is a fast way to show some information with cms:editable type='message'.
@FreelancePixels, expanding upon @trendoman's suggestion - please see
http://docs.couchcms.com/concepts/datab ... in-screens

You could use a separate template (say named 'dashboard.php'), set its 'weight' to something negative (e.g. '-10') to make it list as the first template in admin-panel and then use the 'custom-admin-screen' technique mentioned above to show within it any content you wish.

This way upon logging-in, the user will see your custom content.

Hope it helps.
3 posts Page 1 of 1