![]() |
I noticed that! hehe
But that doesn´t solve the problem at all! Cause the limit is for all Boxes you have and not only for inbox!! Maybe someone can modify the hack??? Greetings StarBuG |
this will count all your folders, but I had a 35 limit and had 38 messages so Im not sure if this is correct...maybe admins arent limited, i havent had a chance to check
PHP Code:
|
Admins aren't limited. Also, even a normal member can go over by sending messages. e.g., if total messages in all folders = limit, the user cannot receive, but can still send messages. when he sends it, a copy is kept in sent items, adding to the total.
Anyways, off to try the code. Thanks! :) |
That´s it!!
Looks much nicer now! hehe Thx for your support! Greetings StarBuG |
Using a normal user account, all works well.
But when using my admin account, the indicator works on the index page but fails to work in the PM page. There, the percentage is always 30% more than the actual percentage. Even after clearing all folders, it still shows that I've used 30% of my inbox. |
Quote:
|
Can't be, cause I cleaned out the sent items. Plus, the extra 30% only occurs with my admin account AND in the PM screen. Kinda odd... I'll go try it on another server tomorrow.
|
Quote:
if he can send and that will add to the folders, that will defeate the purpose of this hack by adding all folders to it. the count will always be off |
is to add a line, once 100% is reached, then user is warned that he can send but cannot receive until he cleans mailbox.
|
Quote:
|
Quote:
|
this hack removes the birthdays doesnt it?(it did for me) is there anyway to add them back?
Thanks |
Quote:
|
hey I was thinking of something cool for this hack, what about a square say 20x20 or 50x50 pixle flash (swf) file that was like a gas gauge where it would change depending on the amount in used (ie. the gas like gauge pointer would move up and down depending on the amount of space left) I donno what sorta speed problems this would create, but I don't mind making it, if someone can code it into the .fla file... I can draw it, but im not use how to code it in. anyone?
|
Cool hack. Works for me.
|
BB hows tricks ? ;)
|
Very neat hack,
I use the text-only on forumhome, thx, -Tom |
Hi BB,
Hmmm, got a message that my PM folder is full, although the gauge tells me that only 56% is full. I'm using your modified version from here: https://vborg.vbsupport.ru/showthrea...802#post214802 (some posts above) Any idea? Thanks a bunch, -Tom |
this is a nice hack but I only installed the numerical display part of it and not the graphic since the side of the JPG is 42k.
thanks! - jeff |
Is there any ways this could be made smaller? And added as a column to the PM Table. Similar to the size hotmail uses.
|
So, where would i put the code if I wanted to display the gauge for each in every post? ie: under their avatar......
|
So this hack only counts the messages in the inbox folder???
Edit: Never mind. I found the fix that makes the hack count all the folders in this thread. :) |
Quote:
I used the all-folder version, too, but still got ~36% PM though I already got a mail stating that my quota is reached... |
Quote:
|
Also interested in a smaller version...not so great with my columns and stuff :)
Quote:
|
nice hack
|
I wantd it to be smaller also, here is how I did it...it's a little better.
PHP Code:
|
I log in as as mod and it show 30% useage all the time no matter how many is in my folders.
is there a fix for this |
ok I fix it and changed the code some and took out the query so that 1 less query your server has to make.
I changed mine to do all the pm's for your account not just the inbox. here is the code change I did Code:
//PM GAUGE HACK BY GOBLIN |
Quote:
Thanks! :) |
The funniest thing. The bars look like the bars from another hack. like the rpg hack.
|
Okay, check it out! Here is my forumhome_pmloggedin template, see attached image.
PHP Code:
|
ok here is mine forumhome_pmloggedin
Where does that backgroud tag keep showing up after I make a post? im going to put this into a txt file and attach it. this is insane when I post its chaning my code........ Code:
<tr id="cat"> |
ok here is the txt ver
I dont understand why this board is still parseing inside of the [ php ] and [ code ] tags need to get that fixed. |
I figured out how you did it, mine is a tad different I put the gauge in a separate box, different color, etc., though.
|
lets see a SS of yours ver
Im going to rewrite this hack so it doesnt use images so that a few less images download each time. |
My inbox in now 78% full, however the bar is still yellow, it's supposed to change to red after 75%.
any ideas? |
okay, for those of you using the bar graph here is the correct code to display the green, yellow and red images:
PHP Code:
|
Very nice hack, just working great with my vB 2.2.6!!
Thank you!! :D |
you dont need this line
Code:
$inboxpms=$DB_site->query_first("SELECT COUNT(*) AS messages FROM privatemessage WHERE userid=$bbuserinfo[userid] $ignoreusers"); you can replace it with this line. Code:
$inboxpms=$allpm; |
All times are GMT. The time now is 09:36 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|