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?
You'd have to edit the template "taskbar.html" which is in the "includes" directory of the skin you're using (typically "default").
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..
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.