vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 2.x Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=4)
-   -   Improved PM Folderview (https://vborg.vbsupport.ru/showthread.php?t=36764)

Nemesis77 04-05-2002 01:11 PM

no Problem. Thanks for trying

rawnet 04-07-2002 06:48 PM

Hello,

It would be great to be able to view all messages (messages bodies, not just message subjects) on one page.

At present, one can only see the message subject, and has to click on that to see the message body.

It would be useful, however, to see a list of all messages and their message content (or even just xxx characters of the content) and be able to move or delete each message from this screen without having to click on each message individually.

For people with a larger number of PMs stored, this would be a real help. Make it optional if necessary.

What do you think? Could anybody else use this functionality?

Ross

LouChipher 04-13-2002 02:46 PM

my quota are never red..., normal?

kreftt 04-13-2002 08:11 PM

i guess so.

im not sure but i think there is no such thing like a pm quota for admins...

LouChipher 04-14-2002 10:55 AM

sure kreftt... i'm using 250% of my quota... but other members seen only green and yellow quota, too...

kreftt 04-14-2002 05:54 PM

you are completely right, this appears to be a bug in the original pm gauge hack:

in your private.php FIND:

EDIT: this forum parses the bbcode, so i cant insert it. you MUST take out the space between the { and the imagesfolder} in both the code to find and to paste.


PHP Code:

  if ($pmpercent>50) {
  
$barimg="{ imagesfolder}/yellow.gif";
  } elseif (
$pmpercent>75) {
  
$barimg="{ imagesfolder}/red.gif"

notice that if the pm box is full, the first condition (%>50) is true, so the second condition (%>75) isnt queried at all and the image will always be yellow.

so REPLACE that with:

PHP Code:

  if ($pmpercent>75) {
  
$barimg="{ imagesfolder}/red.gif";
  } elseif (
$pmpercent>50) {
  
$barimg="{ imagesfolder}/yellow.gif"

and you should be done, worked for me.

ZIP in first post will be updated in a minute.

thx for the bug-posting.

kreftt

wooolF[RM] 04-14-2002 06:19 PM

]thanx for bug fixing :)

Hwulex 04-14-2002 06:26 PM

I assume this has to be done to PRIVATE2.php as well?

Erwin 04-14-2002 07:42 PM

Yes.

kreftt 04-14-2002 08:02 PM

d'oh

im sorry, its late

updating zip again.

thx for supporting my hack :)


All times are GMT. The time now is 09:38 AM.

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.01305 seconds
  • Memory Usage 1,737KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_php_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete