Page 1 of 1

individual text on Admin Frontpage

Posted: Sat Dec 17, 2005 5:13 pm
by fneumeier
Hi,

is there a way to put some text on the Administration Suite's frontpage (the one appearing right after login, saying "Welcome back, [username]")?

My audience is rather computer illiterate and I'd like to put some basic user manual there ...

Thanks very much,
Franz

Posted: Sun Dec 18, 2005 8:06 pm
by judebert
Modify WELCOME_BACK in lang/serendipity_lang_en.inc.php.orig.

You could also look in include/admin/overview.inc.php, which uses that text.

Posted: Mon Dec 19, 2005 10:09 am
by garvinhicking
You can also code a plugin that listens to the 'backend_frontpage_display' event to display more information there :)

Regards,
Garvin