Roundcube Community Forum

Release Support => Release Discussion => Topic started by: techdude on June 26, 2008, 08:45:13 AM

Title: Add Custom Button to Taskbar
Post by: techdude on June 26, 2008, 08:45:13 AM
I would like to add a FAQ button to the Taskbar of RoundCube (where the Email, Addressbook, Settings and Logout options are show.)  How do I add a link to the FAQ there?
Title: Add Custom Button to Taskbar
Post by: bpat1434 on June 26, 2008, 07:28:14 PM
You'd have to edit the template "taskbar.html" which is in the "includes" directory of the skin you're using (typically "default").
Title: Add Custom Button to Taskbar
Post by: rnbguy on November 04, 2008, 01:04:22 AM
what about adding another button which will act the same as the existing ones, e.g load within the current page with the access to the username variable etc..
Title: Add Custom Button to Taskbar
Post by: mspicer on February 16, 2009, 07:17:07 PM
It seems you can add html directly to the taskbar.html file and then have it appear on the page.  The problem I am having is that I want to display something from PHP.  I can't seem to get access to that.  I simply want to show the current logged in person's email address on the task bar.