Welcome! message in admin panel

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
Post Reply
zuker
Posts: 80
Joined: Fri 18. May 2007, 17:13
Location: Lithuania

Welcome! message in admin panel

Post by zuker »

Hi, where can I translate “Welcome!” message in admin panel?
٩(͡๏̯͡๏)۶
User avatar
flip-flop
Moderator
Posts: 8178
Joined: Sat 21. May 2005, 21:25
Location: HAMM (Germany)
Contact:

Re: Welcome! message in admin panel

Post by flip-flop »

Hi,

File: login.php

Knut
>> HowTo | DOCU | FAQ | TEMPLATES/DOCS << ( SITE )
thoblerone
Posts: 110
Joined: Fri 27. Jan 2006, 23:34
Location: Essen, Germany
Contact:

Re: Welcome! message in admin panel

Post 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
zuker
Posts: 80
Joined: Fri 18. May 2007, 17:13
Location: Lithuania

Re: Welcome! message in admin panel

Post by zuker »

Thank you for help.
٩(͡๏̯͡๏)۶
Post Reply