Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 2.x > vBulletin 2.x Full Releases
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Details »»

Version: 1.00, by Bald Bouncer Bald Bouncer is offline
Developer Last Online: Feb 2016 Show Printable Version Email this Page

Version: 2.2.x Rating:
Released: 01-17-2002 Last Update: Never Installs: 84
 
No support by the author.

Displays a gauge on how full your PM Inbox is....

Updates

Display on Forum Home or in PM section
Bar Colour changes with % Limits

Fixed

Black box in PM Template

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #62  
Old 06-03-2002, 01:22 PM
mbaskett mbaskett is offline
 
Join Date: Jan 2002
Posts: 43
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

So, where would i put the code if I wanted to display the gauge for each in every post? ie: under their avatar......
Reply With Quote
  #63  
Old 06-05-2002, 09:45 PM
HappyPike's Avatar
HappyPike HappyPike is offline
 
Join Date: Feb 2002
Location: USA
Posts: 131
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
  #64  
Old 06-06-2002, 07:12 AM
Thomas P's Avatar
Thomas P Thomas P is offline
 
Join Date: Oct 2001
Location: Munich, DE
Posts: 365
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally posted by HappyPike
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.
Does it work for you?

I used the all-folder version, too, but still got ~36% PM though I already got a mail stating that my quota is reached...
Reply With Quote
  #65  
Old 06-14-2002, 09:18 AM
Freestyler's Avatar
Freestyler Freestyler is offline
 
Join Date: Nov 2001
Location: Auckland, New Zealand
Posts: 22
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally posted by JZarate
Is there any ways this could be made smaller? And added as a column to the PM Table. Similar to the size hotmail uses.
I'm wanting to know the exact same thing :cheeky:
Reply With Quote
  #66  
Old 06-17-2002, 04:05 PM
Limpkinw Limpkinw is offline
 
Join Date: Feb 2002
Posts: 107
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Also interested in a smaller version...not so great with my columns and stuff

Quote:
Originally posted by Freestyler


I'm wanting to know the exact same thing :cheeky:
Reply With Quote
  #67  
Old 06-30-2002, 01:20 PM
Bro_Joey_Gowdy's Avatar
Bro_Joey_Gowdy Bro_Joey_Gowdy is offline
 
Join Date: May 2002
Location: Hickory Flat MS 38633
Posts: 364
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

nice hack
Reply With Quote
  #68  
Old 07-08-2002, 12:16 AM
Prince Prince is offline
 
Join Date: Oct 2001
Posts: 333
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I wantd it to be smaller also, here is how I did it...it's a little better.

PHP Code:
<tr>
      <
td bgcolor="{secondaltcolor}" colspan="6"><smallfont>Your PM box is <b>$pmpercent%</bfull<br>
      <
img src="$barimgwidth="$pmpercent%" height="6">
        <
table border="0" cellspacing="0" width="100%">
          <
tr>
            <
td width="33%"><smallfont>0%</td>
            <
td width="34%">
              <
p align="center"><smallfont>50%</td>
            <
td width="33%">
              <
p align="right"><smallfont>100%</smallfont></p>
            </
td>
          </
tr>
        </
table>
      </
td>
    </
tr
Reply With Quote
  #69  
Old 07-08-2002, 11:03 AM
87GTR 87GTR is offline
 
Join Date: Apr 2002
Posts: 24
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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
Reply With Quote
  #70  
Old 07-08-2002, 11:14 AM
87GTR 87GTR is offline
 
Join Date: Apr 2002
Posts: 24
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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
$inboxpms=$allpm;

and I commetted out the next line that is a query.
and thats it.
Reply With Quote
  #71  
Old 07-08-2002, 03:16 PM
Prince Prince is offline
 
Join Date: Oct 2001
Posts: 333
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally posted by 87GTR
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
$inboxpms=$allpm;

and I commetted out the next line that is a query.
and thats it.
Will you please post your html template code you used!

Thanks!
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 07:29 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
  • Page Generation 0.04700 seconds
  • Memory Usage 2,316KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (2)bbcode_code
  • (1)bbcode_php
  • (4)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete