This should be simple... just couldn't find anything on it...
How would some one put a Welcome:"userName" in the admin area?
in case it makes a diff:
cms1.3
Welcome Message in Admin? [solved]
Welcome Message in Admin? [solved]
Last edited by JeremyBASS on Tue Jun 10, 2008 4:36 pm, edited 1 time in total.
-
- Support Guru
- Posts: 8169
- Joined: Tue Oct 19, 2004 6:44 pm
Re: Welcome Message in Admin?
actually, surprisingly enough, there's no functionality for that.
It'd be a modification to the admin theme.
It'd be a modification to the admin theme.
Follow me on twitter
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
Re: Welcome Message in Admin?
Yeah i thought that... i was trying different things in the NCleanGrey theme... just no luck... tryed using the list user.php as a guide but nothing so far... 

Re: Welcome Message in Admin?
You can edit the defaultTheme.php file and look for the:
function DisplayTopMenu()
and change this line, adding the text in red:
echo ''.lang('adminpaneltitle').' - '. $this->cms->siteprefs['sitename'] .' - Welcome ' . $this->cms->variables['username'] .'';
Nullig
function DisplayTopMenu()
and change this line, adding the text in red:
echo ''.lang('adminpaneltitle').' - '. $this->cms->siteprefs['sitename'] .' - Welcome ' . $this->cms->variables['username'] .'';
Nullig
Re: Welcome Message in Admin? [solved]
is implement now in NCleanGrey last svn!
Best regards
Best regards