Currently the disk quota or disk usage is only displayed when the mouse goes over the select area in the main screen.
Is there anyway that I can permanently display these figures, i.e. disk quota / disk usage.
You could move the quota in the skins files.
I have moved it in the main.html but it doesn't seem to allow 2 instances of the following code
<roundcube:if condition="env:quota" />
<img id="quotaimg" src="/images/quota.gif" alt="" />
<div id="quota">
<roundcube:object name="quotaDisplay" display="image" width="100" height="14" id="quotadisplay" />
Try changing the id of the actual html element as by definition ids have to be unique to the page.
I haven't tested it though so ymmv
Sent from my SAMSUNG-SGH-I897 using Tapatalk
And of course after looking at it, you may need a plugin to do this or you'll be hacking the core of roundcube.
I've tried piecing a quick one together; however, haven't had much success. If I could get around one problem, it wouldn't be so bad.