![]() |
|
|
|||||||
| For more information about the ads and why they're here, please see the FAQ |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
Hi,
Would be great to have an indicator that tells you how much space you have and how much you are using. Something like a bar. I know that some servers doesn't support this feature, but you can set up an option to enable or disable it. Regards!
__________________
Heritz |
|
#2
|
|||
|
|||
|
Well, there is current disk quota reporting builtin to RoundCube. It displays along the bottom of the screen as:
"Disk usage: unknown" - if you do not have support OR "Disk usage: 42.27MB / 97.66MB (43%)" - if you do have support. As for a bar that displays a visual indication of how full your inbox is, there was a post on the old forum about that. Someone had created code for a nice bar that would be across the bottom. It would be either Green, Yellow, or Red based on where you were in disk usage. Anyone have that post anywhere? Kevin L. |
|
#3
|
||||
|
||||
|
That someone was me, and I'm looking into doing this again with the new beta. I'll see what I can come up with
![]()
__________________
![]()
|
|
#4
|
|||
|
|||
|
You are right. But I got "Disk usage: unknown". What do I have to do with my server to enable this?
I have a dedicated server, so I can do anything to make it work. :P
__________________
Heritz |
|
#5
|
|||
|
|||
|
Any word on how to make this work on CPanel... ?
![]() |
|
#6
|
|||
|
|||
|
I saw this while browsing around and could be a simple solution to having a visual load bar with css.
http://applestooranges.com/blog/post...-graphs/?id=55 Code:
<style>
.graph {
position: relative; /* IE is dumb */
width: 200px;
border: 1px solid #B1D632;
padding: 2px;
}
.graph .bar {
display: block;
position: relative;
background: #B1D632;
text-align: center;
color: #333;
height: 2em;
line-height: 2em;
}
.graph .bar span { position: absolute; left: 1em; }
</style>
<div class="graph">
<strong class="bar" style="width: 24%;">24%</strong>
</div>
|
|
#7
|
|||
|
|||
|
the quota display worked for out of the box and I was sooooo surprized !
For imp ( horde ) I had to create a hoot, enter the password of the cyrusadmin ... but for roundcube it worked just without doing anything. Great! I already love roundcube! keep on the good work.
__________________
http://lcx.at |
|
#8
|
|||
|
|||
|
Any word about what I need to add quota support to my server?
__________________
Heritz |
|
#9
|
|||
|
|||
|
Quote:
Michael
__________________
Roundcube SVN 1335|PHP 5.2.4|hMailServer 5|Win 2003 SP2|IIS 6 |
|
#10
|
|||
|
|||
|
Ok, so whats the name of the "thingy" I need "IMAP Quota Support"
![]()
__________________
Heritz |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
| For more information about the ads and why they're here, please see the FAQ |