Roundcube Community Forum

News and Announcements => General Discussion => Topic started by: tomlobato on August 22, 2010, 08:35:43 AM

Title: Email address on top
Post by: tomlobato on August 22, 2010, 08:35:43 AM
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?
Title: Email address on top
Post by: mmaraghy on August 22, 2010, 08:48:25 AM
the user info plugin puts the email address above the folder list.
Title: Email address on top
Post by: tomlobato on August 22, 2010, 01:51:31 PM
I tried it.
A 'user info' tab appears under settings, but the mail address does not appear above folder list. Something more to enable?
Title: Email address on top
Post by: hosenhans on August 22, 2010, 04:08:57 PM
Use this code to include the mail address:

Code: [Select]
<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:

Code: [Select]

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





Title: Email address on top
Post by: mmaraghy on August 23, 2010, 10:38:35 AM
Quote from: tomlobato;29583
I 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.
Title: Email address on top
Post by: SleepyJohn on August 24, 2010, 11:40:21 PM
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.
Title: Email address on top
Post by: tomlobato on August 29, 2010, 02:55:25 AM
Thank you all,
I used the hosenhans solution.
Title: Email address on top
Post by: mattfox27 on September 22, 2010, 12:37:12 AM
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