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?
the user info plugin puts the email address above the folder list.
I tried it.
A 'user info' tab appears under settings, but the mail address does not appear above folder list. Something more to enable?
Use this code to include the mail address:
<roundcube:object name="username" />
To put the mail address next to the E-Mail tab you could edit skins/default/includes/taskbar.html as follows:
<roundcube:object name="username" />
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.
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.
Thank you all,
I used the hosenhans solution.
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