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)
-   -   Store addon: More PM quota (https://vborg.vbsupport.ru/showthread.php?t=47624)

Dark Jim 01-11-2003 10:00 PM

Store addon: More PM quota
 
For this you need to have the Store hack installed.

With this hack members can buy a bigger private message box. Usefull for members who get lots of private messages. :)

1/12/03 - Updated attachment to replace 1 variable because the previous one was used in another hack.

Dark Jim 01-12-2003 12:19 AM

If you installed the PM Gauge hack you need to do the following:

In private.php find:
PHP Code:

$pmpercent round(($msgcount[messages] / $pmquota) * 100,2); 

Replace with:
PHP Code:

$pmpercent round(($msgcount[messages] / ($pmquota * (($bbuserinfo[morepm] * 0.25) + 1))) * 100,2); 


Link14716 01-12-2003 09:10 PM

Nice hack. I might install this one later. :)

EcpHosting 01-13-2003 05:00 PM

Nice hack... i will install on my next install batch. Thanks buddy!

The_Wanderer 01-13-2003 06:01 PM

haha... that's kinda cool... good job

Dark Jim 01-18-2003 10:00 PM

Update to change $morepmquota[] or whatever it was to $contest[] like it is with the other store items. Not neccessary though, just for my own convenience (and yours if you add all my addons).

LOD-squa 01-24-2003 10:00 PM

nice my members wanted this. Thanks bro.

ImportPassion 03-06-2003 01:36 PM

Quantity Amount(leave to 0 to not display the quantity)

Is this a precentageor an actual number, like get an extra 50 pm's?

And waht does it mean to not display the quantity amount?

dstruct2k 03-09-2003 06:47 AM

Quantity amount is how many copies of that item/action are avaliable for purchase in the store. It would have no effect on how many more PMs you get per purchase.

ImportPassion 03-09-2003 01:38 PM

so how may more PM's do you get with this if it has no affect?


All times are GMT. The time now is 12:34 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.01165 seconds
  • Memory Usage 1,728KB
  • 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
  • (1)pagenav_pagelink
  • (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