I'd like to modify the default skin to display the email address currently logged in. I'm new to this but it looks like I use "rcmail_current_username". I want it to appear above the RC logo, so I amended header.html:
<div id="header"><roundcube:object name="rcmail_current_username" />
I don't think this is calling the routine though. Do I have the right idea?
~ ~ Dave
No-one's done this, or has any info?
DaveG wrote:
I'd like to modify the default skin to display the email address currently logged in. I'm new to this but it looks like I use "rcmail_current_username". I want it to appear above the RC logo, so I amended header.html:
<div id="header"><roundcube:object name="rcmail_current_username" />
I don't think this is calling the routine though. Do I have the right idea?
~ ~ Dave
Sorry, but this is not documented. The right tag to use in your skin templates would be <roundcube:object name="username" />
Regards, Thomas
DaveG wrote:
I'd like to modify the default skin to display the email address currently logged in. I'm new to this but it looks like I use "rcmail_current_username". I want it to appear above the RC logo, so I amended header.html:
<div id="header"><roundcube:object name="rcmail_current_username" />
I don't think this is calling the routine though. Do I have the right idea?
~ ~ Dave
Thanks. Is there a document/wiki/something I can update to include this info? If not, I have some experience with wiki's and would be happy to start one up.
~ ~ Dave
Thomas Bruederli wrote:
Sorry, but this is not documented. The right tag to use in your skin templates would be <roundcube:object name="username" />
Regards, Thomas
DaveG wrote:
I'd like to modify the default skin to display the email address currently logged in. I'm new to this but it looks like I use "rcmail_current_username". I want it to appear above the RC logo, so I amended header.html:
<div id="header"><roundcube:object name="rcmail_current_username" />
I don't think this is calling the routine though. Do I have the right idea?
~ ~ Dave
DaveG wrote:
Thanks. Is there a document/wiki/something I can update to include this info? If not, I have some experience with wiki's and would be happy to start one up.
An official RoundCube wiki is on the way... It will be announced here as soon as it is ready to use.
~ ~ Dave
Thanks. Thomas
Thomas Bruederli wrote:
Sorry, but this is not documented. The right tag to use in your skin templates would be <roundcube:object name="username" />
Regards, Thomas
DaveG wrote:
I'd like to modify the default skin to display the email address currently logged in. I'm new to this but it looks like I use "rcmail_current_username". I want it to appear above the RC logo, so I amended header.html:
<div id="header"><roundcube:object name="rcmail_current_username" />
I don't think this is calling the routine though. Do I have the right idea?
~ ~ Dave