Roundcube Community Forum

 

Email address on top

Started by tomlobato, August 22, 2010, 08:35:43 AM

Previous topic - Next topic

tomlobato

Hello,
I just installed Roundcube and it is working perfectly.
But I miss a little thing... the email address of the logged user on top.
Maybe before Logout button or left to the E-mail button (see attached file).
Is there something to enable or just changing the code?

mmaraghy

the user info plugin puts the email address above the folder list.

tomlobato

I tried it.
A 'user info' tab appears under settings, but the mail address does not appear above folder list. Something more to enable?

hosenhans

Use this code to include the mail address:

<roundcube:object name=&quot;username&quot; />

To put the mail address next to the E-Mail tab you could edit skins/default/includes/taskbar.html as follows:


<roundcube:object name=&quot;username&quot; /> 






mmaraghy

Quote from: tomlobato;29583I tried it.
A 'user info' tab appears under settings, but the mail address does not appear above folder list. Something more to enable?

maybe its the 'more user info' plugin that adds the email address above the folder list. sounds like hosenhans has a simple way of accomplishing what you want without a plugin and may be the way to go.

SleepyJohn

If you install the remote imap plugin you will get a dropdown list of all the imap accounts you want to access, with the logged in account displayed at the top, above the folder list sidebar.  I find this very useful.

tomlobato

Thank you all,
I used the hosenhans solution.

mattfox27

The Hosenhans method works great and its very clean and simple...i added an extra   and it moved it over just a little more...looks great super simple...excellent