Roundcube Community Forum

 

Show Disk Quota Figures

Started by gib_user, June 21, 2011, 09:32:09 AM

Previous topic - Next topic

gib_user

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.

SKaero

You could move the quota in the skins files.

gib_user

#2
I have moved it in the main.html but it doesn't seem to allow 2 instances of the following code

<roundcube:if condition=&quot;env:quota&quot; />
<img id=&quot;quotaimg&quot; src=&quot;/images/quota.gif&quot; alt=&quot;&quot; />
<div id=&quot;quota&quot;>
<roundcube:object name=&quot;quotaDisplay&quot; display=&quot;image&quot; width=&quot;100&quot; height=&quot;14&quot; id=&quot;quotadisplay&quot; />

bpat1434

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
 
 

bpat1434

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.