Author Topic: Email address on top  (Read 3503 times)

Offline tomlobato

  • Newbie
  • *
  • Posts: 3
Email address on top
« 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?

Offline mmaraghy

  • Jr. Member
  • **
  • Posts: 28
Email address on top
« Reply #1 on: August 22, 2010, 08:48:25 AM »
the user info plugin puts the email address above the folder list.

Offline tomlobato

  • Newbie
  • *
  • Posts: 3
Email address on top
« Reply #2 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?

Offline hosenhans

  • Jr. Member
  • **
  • Posts: 30
Email address on top
« Reply #3 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; /> 






Offline mmaraghy

  • Jr. Member
  • **
  • Posts: 28
Email address on top
« Reply #4 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.

Offline SleepyJohn

  • Jr. Member
  • **
  • Posts: 12
Email address on top
« Reply #5 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.

Offline tomlobato

  • Newbie
  • *
  • Posts: 3
Email address on top
« Reply #6 on: August 29, 2010, 02:55:25 AM »
Thank you all,
I used the hosenhans solution.

Offline mattfox27

  • Jr. Member
  • **
  • Posts: 53
Email address on top
« Reply #7 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