| Re: Edit default login/logoff messages |
| by Tongo on 2006/3/19 23:34:59 Wonderful! Exactly what I needed. Thanks! |
| Re: Edit default login/logoff messages |
| by stefan88 on 2006/3/19 23:24:57 You have to play little more for that - it is the template. If you use "default" template set you have to clone it (in admin -> templates) and set the new one as default (in admin -> preferences -> general -> Default template set) Then in admin -> templates -> new one edit SYSTEM -> "system_redirect.html" and change in this part le="color: #000000"><?php <div style="text-align:center; background-color: #EBEBEB; border-top: 1px solid #FFFFFF; border-left: 1px solid #FFFFFF; border-right: 1px solid #AAAAAA; border-bottom: 1px solid #AAAAAA; font-weight : bold;"> this: background-color: #EBEBEB; to whatever you want... |
| Re: Edit default login/logoff messages |
| by Tongo on 2006/3/19 23:06:56 And there they are! Thank you! ![]() One other question: Any idea how to change the message background color from the default silver/gray to one that matches my theme? |
| Re: Edit default login/logoff messages |
| by stefan88 on 2006/3/19 22:49:04 edit your /language/english/user.php define('_US_LOGGINGU','Thank you for logging in, %s.'); and define('_US_LOGGEDOUT','You are now logged out'); whit what you want. If you use different language, other than english, you have to edit it, not the english. |
| Edit default login/logoff messages |
| by Tongo on 2006/3/19 22:39:52 I want to edit the default verbage and looks of the login/logout messages (the ones that appear at the top of the screen immediately after logging in and out) but I cannot locate them. Where are they? CAN they be customized? |