Page 1 of 1

Welcome! message in admin panel

Posted: Wed 16. May 2012, 09:14
by zuker
Hi, where can I translate “Welcome!” message in admin panel?

Re: Welcome! message in admin panel

Posted: Wed 16. May 2012, 10:03
by flip-flop
Hi,

File: login.php

Knut

Re: Welcome! message in admin panel

Posted: Wed 16. May 2012, 10:20
by thoblerone
Hi Zucker,

if you are thinking of the orange status message box shown immediatly after login at the top of the "Home" BE page, this text ist fixed to be "Welcome <username>". \login.php Line 185 (as of V 1.5 r431).

What you can change is the "Backend Standard Text" displayed at the bottom of the home screen. Go to Admin -> Backend default text and enter some HTML code here. My favorite one is

Code: Select all

<p>useful information resources:</p>
<ul>
<li>Forum: <a href="http://forum.phpwcms.org"><b>http://forum.phpwcms.org</b></a></li>
<li>Wiki: <a href="http://www.phpwcms-howto.de/wiki/"><b>http://www.phpwcms-howto.de</b></a></li>
<li>Docu: <a hre="http://www.phpwcms-docu.de"><b>http://www.phpwcms-docu.de</b></a></li>
</ul>
Thomas

p.s. Knut, you were 2 fast 4 me

Re: Welcome! message in admin panel

Posted: Wed 16. May 2012, 11:23
by zuker
Thank you for help.