Roundcube Community Forum

 

Login Id display on header/top

Started by Red Rose, November 27, 2011, 11:24:53 AM

Previous topic - Next topic

Red Rose

I m using roundcube for my site jupitersecurity.in. I have created many email account and i need to check it out every day.
what really bothers me is that sometime i forget my logged in id. One way i found to check identities from setting tab.

Request: can u please help me by putting identity some were on main page so that i can know from which id i m logged in.


Thanks in advance.

rosali

You could use my accounts plugin (see footer).
Regards,
Rosali

Jack!

If your goal is to only show the logged on identity there's another quick solution. Add the following line as second line to file skins/default/includes/taskbar:
<font size=&quot;-2&quot;><roundcube:var name='session:username' />&nbsp;&nbsp;&nbsp;</font>
So the complete content reads like:

<font size=&quot;-2&quot;><roundcube:var name='session:username' />&nbsp;&nbsp;&nbsp;</font>






I know this is a change in RC's code file but this file hasn't been changed for ages and has survived a lot of Roundcube versions 'till now :)