Roundcube Community Forum

News and Announcements => General Discussion => Topic started by: max123 on June 30, 2010, 06:58:38 AM

Title: how to customize the interface
Post by: max123 on June 30, 2010, 06:58:38 AM
how can I customize the interface of the roundcube. There are no familiar html or php files to edit.How can I do that.

eg:
adding another lable, textbox, inserting an image,
show a value stored in a variable, etc

Please help
Title: how to customize the interface
Post by: SKaero on June 30, 2010, 08:56:31 AM
Check out Doc_Skins ? Roundcube Webmail (http://trac.roundcube.net/wiki/Doc_Skins) and Doc_SkinML ? Roundcube Webmail (http://trac.roundcube.net/wiki/Doc_SkinML)
Title: how to customize the interface
Post by: max123 on June 30, 2010, 09:30:10 AM
In the document you provide, code for implementing is given. But how can I define those. It means if I define a label, how can I set the text of the label?
Title: how to customize the interface
Post by: SKaero on June 30, 2010, 11:00:17 AM
You would need to make a plugin Doc_Plugins ? Roundcube Webmail (http://trac.roundcube.net/wiki/Doc_Plugins) or modify the RoundCube localization files.