individual text on Admin Frontpage

Creating and modifying plugins.
Post Reply
fneumeier
Posts: 4
Joined: Sun Nov 13, 2005 5:25 pm

individual text on Admin Frontpage

Post 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
judebert
Regular
Posts: 2478
Joined: Sat Oct 15, 2005 6:57 am
Location: Orlando, FL
Contact:

Post 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.
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Post by garvinhicking »

You can also code a plugin that listens to the 'backend_frontpage_display' event to display more information there :)

Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
Post Reply