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)
-   -   PM Quota by Usergroup Hack... (https://vborg.vbsupport.ru/showthread.php?t=43148)

Nitesh 02-06-2003 02:04 PM

Hi, ive tryed to get this Improved PM folder view, but i cant get it to show the true % either, anyone know how?

Kars10 02-08-2003 07:09 AM

Have installed that hack.
But one thing. How to set the limit in the vbulletin Options?
In the usergroups i have set different limits but in my vboptions are only one limit?? Should i set this to '0'?
Thanks in advance :)

[high]* Kars10 installed[/high]

Nitesh 02-08-2003 11:13 AM

Thanks ppl, got it working now..

Kars10, yeah just set the vb options limit to 0.

kr?mel 03-03-2003 03:43 PM

goooood hack :D

RetroDreams 05-19-2003 04:40 PM

I also have the Improved PM Folderview - Can anyone post the code required to integrate this into that?

RetroDreams 05-19-2003 05:58 PM

Nevermind... got it working. =)

Boofo 05-19-2003 06:03 PM

g-force2k2, how would I incorporate this hack into this code out of the root/global.php for the "full pm popup" hack?

PHP Code:

  elseif($bbuserinfo['pmpopupfull']) {
    
$pms $DB_site->query_first("SELECT COUNT(privatemessageid) AS messages FROM privatemessage WHERE userid='$bbuserinfo[userid]'");
    if ((
$pmquota 0) && ($pms[messages] == $pmquota) && ($bbuserinfo[usergroupid] != 6)) {
      
$fullpm=1;
      eval(
"\$headpmfull = \"".gettemplate('head_pmfull')."\";"); 


Boofo 05-26-2003 05:38 PM

g-force2k2, are you supporting this hack at all?


All times are GMT. The time now is 11:29 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.01700 seconds
  • Memory Usage 1,723KB
  • 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
  • (1)bbcode_php_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (8)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