vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   Major Additions - vbBux / vbPlaza v1.5.8 (Points + Store System) (https://vborg.vbsupport.ru/showthread.php?t=106953)

CMX_CMGSCCC 02-01-2006 10:00 PM

vbBux / vbPlaza v1.5.8 (Points + Store System)
 
vbBux / vbPlaza v1.5.8 by CMX (http://www.cmgsccc.com)
Official Homepage - http://www.vbplaza.com

v1.5.7 AND HIGHER are now compatible with vBulletin v3.5.x and v3.6.x :)

Welcome to the largest points/store system for vBulletin! READ THE ENTIRE POST AGAIN AS THERE HAVE BEEN CHANGES SINCE THE CONVERSION TO vbBux / vbPlaza!!

Credits: MrZeropage for ibProArcade Support, John for v3 Arcade Support, Caimakale for various additions including ribbons and his other addons for vbPlaza, defi for the addon for Paypal Subscriptions.

New Premium Modification Forum: https://vborg.vbsupport.ru/forumdisplay.php?f=171
If you post a new thread in there, it will be easier to track the answer to your thread folks!

Now with 135 Options for purchasing at your forums and this is still rising folks!

NOTE: As of this version, there is a Template Patcher helper inside the Admin CP. Admin CP -> vbPlaza Maintenance -> Auto Patch Templates, when you run this the first time, it will just list the changes that it has found/not found. If you press Attempt Auto Patches, it will modify the template changes it has found only. It will also modify all styles for your forums. I have tested this on all 3 of my licensed vBulletin production websites and the patches all worked great.

UPDATED MUST READ NOTES:
1) RE-READ THE UPGRADING OR NEW INSTALLATION INSTRUCTIONS AS THEY HAVE CHANGED FROM THE PREVIOUS VERSIONS!!
2) IF UPGRADING FROM A PREVIOUS VERSION OF eBux / eStore. YOU MUST INSTALL THIS ONE FIRST TO SAVE YOUR SETTINGS. (BUT YOU WOULD KNOW THIS IF YOU READ THE UPGRADING INSTRUCTIONS!! DONT SAY I DIDNT WARN YOU!!)

Branding Free Option
If you have donated in the past, you can get the Branding Free Option for Free by sending CMX a PM on the http://www.vbplaza.com/forums Message Board.
Otherwise, you will need to purchase it by signing up for an account at http://www.vbplaza.com/forums/register.php and then going to http://www.vbplaza.com/forums/payments.php

Features List:
This section has been moved due to its length. Look in the file included insize the zip named features.txt.

Release Notes:
This section will only show the most recent changes. For the rest of the changes, look in the file included inside the zip named changes.txt.

NOTE: If you want ibProArcade, v3 Arcade or vBookie integration now, you'll have to install the appropriate Addon included in the download. The reason for these parts being packaged as Addons, is to make the install a little smaller for users who do not have an Arcade, and because both Arcades cant be installed simultaneously as well. So it saves space only installing the one that you currently have.

v1.5.8 Updates:
1) Bugfix: Quick editing a post with BB Codes, modified the post directly instead of modifying a copy.
2) Bugfix: Some phrases fixed.
3) Bugfix: TABLEPREFIX bug has been fixed.
4) Bugfix: Addon Product XML sheets do not have executionorder in them anymore for vB 3.5 compatibility.

Database Backups Recommended!
Although I have upgraded 3 forums with this script already, it IS recommended that you backup your database before installing this product!!

Upgrading Instructions:
NOTE: THESE INSTRUCTIONS ARE FOR UPGRADING IF YOU HAD A PREVIOUS VERSION OF eBux / eStore INSTALLED!!
1) DO NOT UNINSTALL eBux / eStore (UNLESS YOU WANT TO LOSE ANY AND ALL SETTINGS.)
2) Reupload all of the files in the upload folder to your forum's root folder. Make sure that all files are being overwritten. Do not move on to the next step until all files are transferred successfully!
NOTE: It could take a long time to install if you have a lot of registered users, be PATIENT! It should display the messages as it goes along to let you know that it IS working.
3) After finished with step 2!! Reimport the product-vbbuxplaza.xml file via Admin CP -> Plugin System -> Manage Products -> Add/Import Product. Make sure that Allow Overwrite is set to YES.
4) Refresh the Admin CP and you will see all of the vbBux / vbPlaza Admin CP features at the top.
5) UNINSTALL THE OLD eBux / eStore NOW!! Go to Admin CP -> Plugin System -> Manage Products -> eBux / eStore -> Uninstall.
6) You can delete all files/folders that have the word estore or elottery in them from the FTP as well.
7) You will need to redo the template edits listed below as almost all of them have changed since the previous eBux / eStore.

If upgrading from a previous version of vbBux / vbPlaza follow these instructions:
1) Reupload all of the files in the upload folder to your forum's root folder. Make sure that all files are being overwritten. Do not move on to the next step until all files are transferred successfully!
2) After finished with step 2!! Reimport the product-vbbuxplaza.xml file via Admin CP -> Manage Products -> Add/Import Product. Make sure that Allow Overwrite is set to YES.
3) Refresh the Admin CP and get to checking your settings!
NOTE: You will be happy know that NO templates have been updated from v1.5.0 to v1.5.2!

New Installation Instructions:
1) Upload all of the files/folders in the UPLOAD folder to your forum's root folder.
2) Import the product-vbbuxplaza.xml via Admin CP -> Manage Products -> Add/Import Product.
NOTE: It could take a long time to install if you have a lot of registered users, be PATIENT! It should display the messages as it goes along to let you know that it IS working.
3) Refresh the Admin CP and start setting up your settings!
4) You will need to do all of the template edits listed below as well.

Template Edits:
A) Inside templates 'postbit' AND 'postbit_legacy':

Find:
Code:

<div id="postmenu_$post[postid]">
Replace With:
Code:

<!-- vbPlaza start -->
<div id="postmenu_$post[postid]" <if condition="$post['namestyle']">style="$post[namestyle]"</if>>
<!-- vbPlaza end -->

Next Find:
Code:

<if condition="$post['usertitle']"><div class="smallfont">$post[usertitle]</div></if>
Replace With:
Code:

<!-- vbPlaza start -->
<if condition="$post['usertitle']"><div class="smallfont" <if condition="$post['titlestyle']">style="$post[titlestyle]"</if>>$post[usertitle]</div></if>
<!-- vbPlaza end -->

Then Find:
Code:

$vbphrase[posts]: $post[posts]
Replace With:
Code:

$vbphrase[posts]: $post[posts]
<!-- vbPlaza start -->
<if condition="$show['pointsinpostbit']"><br />
$vbphrase[vbbux_points]: $post[points]<br />
$vbphrase[vbbux_bank]: $post[bank]<br />
<phrase 1="$vbphrase[vbbux_points]">$vbphrase[vbbux_total_points]</phrase>: $post[totalpoints]<br />
<a href="vbplaza.php?do=donate&amp;userid=$post[userid]">$vbphrase[vbplaza_donate]</a><br />
</if>
<!-- vbPlaza end -->

Then Find:
Code:

                                <div>$post[icqicon] $post[aimicon] $post[msnicon] $post[yahooicon] $post[skypeicon]</div>
Add Below:
Code:

<!-- vbPlaza start -->
                                <if condition="$post['giftsdisplay']"><div class="smallfont">$post[giftsdisplay]</div></if>
                                <if condition="$post['ribbonsdisplay']"><div class="smallfont">$post[ribbonsdisplay]</div></if>
<!-- vbPlaza end -->

B) Inside template 'navbar':

Find:
Code:

                <td class="vbmenu_control"><a href="calendar.php$session[sessionurl_q]">$vbphrase[calendar]</a></td>
                <if condition="$show['popups']">

Add Below:
Code:

<!-- vbPlaza start -->
                        <if condition="$show['member']">
                                <if condition="$vboptions['vbplaza_enabled']"><td id="vbplazamenu" class="vbmenu_control"><a href="$show[nojs_link]#vbplazamenu">$vbphrase[vbplaza_name] $vbphrase[vbplaza_menu]</a> <script type="text/javascript"> vbmenu_register("vbplazamenu"); </script></td></if>
                        </if>
<!-- vbPlaza end -->

Then Find:
Code:

<!-- / NAVBAR POPUP MENUS -->
Add Above:
Code:

<!-- vbPlaza start -->
        <if condition="$show['member']">
        <!-- vbplaza tools menu -->
        <div class="vbmenu_popup" id="vbplazamenu_menu" style="display:none">
                <table cellpadding="4" cellspacing="1" border="0">

                <tr><td class="thead"><a href="vbplaza.php?$session[sessionurl]">$vbphrase[vbplaza_name] $vbphrase[vbplaza_main]</a></td></tr>
                <tr><td class="vbmenu_option"><a href="vbplaza.php?$session[sessionurl]do=action&amp;itemid=48">$vbphrase[vbplaza_lottery]</a></td></tr>
                <tr><td class="vbmenu_option"><a href="vbplaza.php?$session[sessionurl]do=action&amp;itemid=27">$vbphrase[vbplaza_give_gifts]</a></td></tr>
                <tr><td class="vbmenu_option"><a href="vbplaza.php?$session[sessionurl]do=action&amp;itemid=118">$vbphrase[vbplaza_give_ribbons]</a></td></tr>
                <tr><td class="vbmenu_option"><a href="vbplaza.php?$session[sessionurl]do=action&amp;itemid=13">$vbphrase[vbbux_bank]</a></td></tr>
                <tr><td class="vbmenu_option"><a href="vbplaza.php?$session[sessionurl]do=action&amp;itemid=7">$vbphrase[vbplaza_donate]</a></td></tr>
                <tr><td class="vbmenu_option"><a href="vbplaza.php?$session[sessionurl]do=action&amp;itemid=16">$vbphrase[vbplaza_thief]</a></td></tr>

                <tr><td class="vbmenu_option"><a href="vbplaza.php?$session[sessionurl]do=richestusers">$vbphrase[vbbux_richest_users]</a></td></tr>
                <tr><td class="vbmenu_option"><a href="vbplaza.php?$session[sessionurl]do=userhistory">$vbphrase[vbplaza_history]</a></td></tr>
                <tr><td class="vbmenu_option"><a href="vbplaza.php?$session[sessionurl]do=mostsold">$vbphrase[vbplaza_most_sold]</a></td></tr>

                <if condition="is_member_of($vbulletin->userinfo, $vboptions['vbplaza_adminusergroups'])">
                        <tr><td class="thead">$vbphrase[vbplaza_admin_only]</a></td></tr>
                        <tr><td class="vbmenu_option"><a href="vbplaza.php?$session[sessionurl]do=action&amp;itemid=12">$vbphrase[vbplaza_admin_donate]</a></td></tr>
                </if>

                </table>
        </div>
        <!-- / vbplaza tools menu -->
        </if>
<!-- vbPlaza end -->

C) Inside template 'MEMBERINFO':

Find:
Code:

                                <div class="bigusername">$userinfo[musername] $userinfo[onlinestatus]</div>
Replace With:
Code:

<!-- vbPlaza start -->
                                <div class="bigusername" <if condition="$userinfo['namestyle']">style="$userinfo[namestyle]"</if>>$userinfo[musername] $userinfo[onlinestatus]</div>
<!-- vbPlaza end -->

Next Find:
Code:

                                <if condition="$userinfo['usertitle']"><div class="smallfont">$userinfo[usertitle]</div></if>
Replace With:
Code:

<!-- vbPlaza start -->
                                <if condition="$userinfo['usertitle']"><div class="smallfont" <if condition="$userinfo['titlestyle']">style="$userinfo[titlestyle]"</if>>$userinfo[usertitle]</div></if>
<!-- vbPlaza end -->

Then Find:
Code:

                        <if condition="$vboptions['usereferrer']">
Add Above:
Code:

<!-- vbPlaza start -->
                        <if condition="$vboptions['vbbux_enabled']">$show[vbbuxuserinfo]</if>
                        <if condition="$show['gifts']">$show[gifts]</if>
                        <if condition="$show['ribbons']">$show[ribbons]</if>
<!-- vbPlaza end -->

D) Inside template 'forumrules':

Find:
Code:

                <div><phrase 1="$htmlcodeon">$vbphrase[html_code_is_x]</phrase></div>
Add Below:
Code:

<!-- vbPlaza start -->
                <if condition="$vboptions['vbbux_enabled']">
                        <if condition="!$show['codeonly']">
                        <hr />
                        <div><phrase 1="$vbphrase[vbbux_points]" 2="$foruminfo[points_perview]">$vbphrase[vbbux_points_perview]</phrase></div>
                        <div><phrase 1="$vbphrase[vbbux_points]" 2="$foruminfo[points_perthread]">$vbphrase[vbbux_points_perthread]</phrase></div>
                        <div><phrase 1="$vbphrase[vbbux_points]" 2="$foruminfo[points_perreply]">$vbphrase[vbbux_points_perreply]</phrase></div>
                        </if>
                </if>
<!-- vbPlaza end -->

E): Inside template 'USERCP_SHELL':

Find:
Code:

<if condition="$show['avatarlink']">
Add Above:
Code:

<!-- vbPlaza start -->
<if condition="$vboptions['vbplaza_enabled']">
        <tr>
                <td class="$navclass[vbplaza]" nowrap="nowrap"><a class="smallfont" href="vbplaza.php?$session[sessionurl]do=editvbpoptions"><phrase 1="$vbphrase[vbplaza_name]">$vbphrase[edit_vbplaza_options]</phrase></a></td>
        </tr>
</if>
<!-- vbPlaza end -->

F): Inside template 'threadbit':

Find:
Code:

                $thread[title_editable]
                <div>

Replace With:
Code:

<!-- vbPlaza start -->
                $thread[title_editable]
                <div <if condition="$thread['titlestyle']">style="$thread[titlestyle]"</if>>
<!-- vbPlaza end -->

vBulletin 3.5.x Only Edit:

Next Find:
Code:

                        <if condition="$show['gotonewpost']">
                                <strong><a href="showthread.php?$session[sessionurl]t=$thread[threadid]$thread[highlight]" id="thread_title_$thread[realthreadid]">$thread[threadtitle]</a></strong>
                        <else />
                                <a href="showthread.php?$session[sessionurl]t=$thread[threadid]$thread[highlight]" id="thread_title_$thread[realthreadid]">$thread[threadtitle]</a>
                        </if>

Replace With:
Code:

<!-- vbPlaza start -->
                        <if condition="$show['gotonewpost']">
                                <strong><a href="showthread.php?$session[sessionurl]t=$thread[threadid]$thread[highlight]" id="thread_title_$thread[realthreadid]" <if condition="$thread['titlestyle']">style="$thread[titlestyle]"</if>>$thread[threadtitle]</a></strong>
                        <else />
                                <a href="showthread.php?$session[sessionurl]t=$thread[threadid]$thread[highlight]" id="thread_title_$thread[realthreadid]" <if condition="$thread['titlestyle']">style="$thread[titlestyle]"</if>>$thread[threadtitle]</a>
                        </if>
<!-- vbPlaza end -->


vBulletin 3.6.x Only Edit:

Next Find:
Code:

                        <a href="showthread.php?$session[sessionurl]t=$thread[threadid]$thread[highlight]" id="thread_title_$thread[realthreadid]"<if condition="$show['gotonewpost']"> style="font-weight:bold"</if>>$thread[threadtitle]</a>
Replace With:
Code:

                        <a href="showthread.php?$session[sessionurl]t=$thread[threadid]$thread[highlight]" id="thread_title_$thread[realthreadid]"<if condition="$thread['titlestyle']">style="$thread[titlestyle]"</if>>$thread[threadtitle]</a>
G): Inside template 'memberlist_resultsbit':

Find:
Code:

                <a href="member.php?$session[sessionurl]u=$userinfo[userid]">$userinfo[musername]</a>
                <if condition="$show['usertitlecol']"><div class="smallfont">$userinfo[usertitle]</div></if>

Replace With:
Code:

<!-- vbPlaza start -->
                <div <if condition="$userinfo['namestyle']">style="$userinfo[namestyle]"</if>><a href="member.php?$session[sessionurl]u=$userinfo[userid]" <if condition="$userinfo['namestyle']">style="$userinfo[namestyle]"</if>>$userinfo[musername]</a></div>
                <if condition="$show['usertitlecol']"><div class="smallfont" <if condition="$userinfo['titlestyle']">style="$userinfo[titlestyle]"</if>>$userinfo[usertitle]</div></if>
<!-- vbPlaza end -->

-CMX

CMX_CMGSCCC 02-02-2006 02:32 AM

First post reserved for future use.

-CMX

.Tim 02-02-2006 02:34 AM

Nice! My users have been wanting something like this since we switched to 3.5, I don't have the time to check it out now plus I want to wait and see how it works for others but thanks for making this! I look forward to using it.

Neosoul 02-02-2006 02:39 AM

About to install noW!!

Neosoul 02-02-2006 02:42 AM

HOTM... Easily..

LBSources 02-02-2006 02:48 AM

wow.. good job.. ill see how this plays out.. step on anyones toes? pffft .. good job!

shaynehammy 02-02-2006 03:01 AM

Is this similar to the UCash mod but only better?

Stangsta 02-02-2006 03:08 AM

can you integrate this with vbookie?

docvader 02-02-2006 03:09 AM

Quote:

Originally Posted by shaynehammy
Is this similar to the UCash mod but only better?

Nice, but, since I've been using Ucash for, um, years?, is there anyway to integrate it? I have a lot of users that have accumulated a lot of docdollars...

rich

Reeve of shinra 02-02-2006 03:09 AM

Very much needed. Thanks!

CMX_CMGSCCC 02-02-2006 03:14 AM

All nice features, I will add some more admin features over the next day or so.

Some of the features I'm going to add tomorrow off the top of my head include:
1) Admin Feature: Copying points from ucash fields over to the eBux's field, and forum settings of points perview/perthread/perreply.
2) Admin Feature: Give all users x points / x points in bank.
3) Admin Feature: Set all forums perview/perthread/perreply in 1 go.

It's time for bed tonight, I just know this thread will be 100+ replies when I wake up, haha.

-CMX

PixelFx 02-02-2006 03:19 AM

Quote:

Originally Posted by CMX_CMGSCCC
All nice features, I will add some more admin features over the next day or so.

Some of the features I'm going to add tomorrow off the top of my head include:
1) Admin Feature: Copying points from ucash fields over to the eBux's field, and forum settings of points perview/perthread/perreply.
2) Admin Feature: Give all users x points / x points in bank.
3) Admin Feature: Set all forums perview/perthread/perreply in 1 go.

It's time for bed tonight, I just know this thread will be 100+ replies when I wake up, haha.

-CMX

Looks Promising :D any plans to add paypal intergration?

lordnex 02-02-2006 03:20 AM

Guys, in his write up it says "9) Field Name for where points are located. (Default: ebux)" So I would imagine you can change the default to "ucash" to you don't lose your existing items.
This looks fantastic! :D I'm going to install it right now.

DJ XtAzY 02-02-2006 03:21 AM

im just wondering if its possible to use these points for attachments? Like everytime a member wants to download a attachement, they will need 'x' amount of points before they can download. If that member doenst have enought points, an error will say that he needs at list x points before that member can download. Is this feature possible?

Makaveli105 02-02-2006 03:24 AM

im gonna try this now..wish me luck!

THANKS ALOT! :D

Colejo 02-02-2006 03:27 AM

Installed. Thanks. I'll have it tested out in no time.

rb290 02-02-2006 03:40 AM

thanks for this ! !
will be waiting for the eStore updates

Colejo 02-02-2006 03:44 AM

Can you make it so that non-Admins can't see the option for admin donate? When they click on it then it says they can't purchase the item but it would probably be better if they don't see it at all.

caimakale 02-02-2006 03:51 AM

This is kind of funny on multiple levels...a group has been "organizing" and "creating" this hack for several months now! This one was created in two days!!!

The other funny thing (moreso for me than you)...on my old 3.0.7 board with ucash, I had renamed ucash to EBux...I won't have to change the phrase in this one!!!

Great hack...happy to see this out...now it's time for some plugins. Will you have a system for us to easily import products and stuff into the store to purchase? I am wondering if you are going to have a way to import products in the admincp or hooks for plugins to be written?

***EDIT*** I just read the product description and noticed there will be support for adding actions in the admincp in the future.

PennylessZ28 02-02-2006 04:01 AM

Very nice work!

Zia 02-02-2006 04:01 AM

sounds too kool...
is that similar to ushop/ucash?

does it support download system too????

Makaveli105 02-02-2006 04:03 AM

installed and workin great, needs a few features tho, but your just startin! i love it, no bugs to report yet.

The Chief 02-02-2006 04:35 AM

omg, this is AWESOME and will easily become the HOTM, good job!!

I will definaetly install something like this when I think of some way to make it easily adaptable with my forums..

cool!

lordnex 02-02-2006 04:44 AM

I have the first bug. It's minor but I don't know how to fix it. I have switched over to use the vbookie default table for points (because with vbookie can only use it's own or ucash but nothing else - it's a yes/no thing). The display for points ONLY shows the points in the ebux field. It does correctly put the points into vbookie_cash field (tested to be correct). How do we show the right amount if it's not the default field.

I had originally used ushop but when I uninstalled it it deleted the field (ahwell) but if I put "ushop" as the field for this to use it doesn't create it (just means it needs to be an existing field).

Oh.. found a HUGE bug. LOL..

If you have 0 cash on hand and try to deposit 5 it gives you the correct "you don't have enough"
If you have 0 in the bank and try to withdraw 5 it gives you the correct error too.
If you have 0 in the bank and withdraw -5 points you get 5 points in your active points and your bank balance is -5 (which is no good)

If you deposit -5 points it withdraws 5 points and puts it into your hand.
If you withdrawl -5 points it adds a free 5 points to your bank BUT it gave me : Current Points Total: 18,446,744,073,709,552,000.00

Ugh! That needs to be fixed. LOL. I'll just disable the bank (if possible) until it's fixed.

Colejo 02-02-2006 04:44 AM

When someone is looking at the estore it does not show up under the location under Who's Online. No big deal but I thought I would let you know.

Colejo 02-02-2006 04:46 AM

Great job by the way.

caimakale 02-02-2006 04:46 AM

Quote:

Originally Posted by lordnex
If you withdrawl -5 points it adds a free 5 points to your record BUT it gave me : Current Points Total: 18,446,744,073,709,552,000.00

Ugh! That needs to be fixed. LOL. I'll just disable the bank (if possible) until it's fixed.

I wish I could get my real bank to make that error!

Makaveli105 02-02-2006 04:53 AM

^^dont we all, lol

im gonna continue to test this tomorrow, thanks for the mod, great job :D

Colejo 02-02-2006 05:12 AM

The changes to the username don't show up if you use the Post Reply button but do show up if you use Quick Reply.

ETA: When you reply under a post it makes the username changes of the previous post not show up.

shaynehammy 02-02-2006 06:18 AM

I hope this gets incorporated with Vbookie to use the Ucash option.

Hellcat 02-02-2006 06:20 AM

WOW!
A points/store system that does not need file edits....

THAT's what I have been waiting for!
I'm going to check this out on my private test install and be pretty sure to install on my live board if there are no big issues/bugs, so I'll click that INSTALL button already :)

Hasann 02-02-2006 06:20 AM

Gr8 work!

Stangsta 02-02-2006 06:21 AM

Quote:

Originally Posted by CMX_CMGSCCC
All nice features, I will add some more admin features over the next day or so.

Some of the features I'm going to add tomorrow off the top of my head include:
1) Admin Feature: Copying points from ucash fields over to the eBux's field, and forum settings of points perview/perthread/perreply.
2) Admin Feature: Give all users x points / x points in bank.
3) Admin Feature: Set all forums perview/perthread/perreply in 1 go.

It's time for bed tonight, I just know this thread will be 100+ replies when I wake up, haha.

-CMX

Can you please add the ability to purchase a secondary usergroup, and to change OTHER users avatars and OTHER users user titles?

Sai01 02-02-2006 06:40 AM

how bout change user title? wait, did you add that in yet?

anyways, those this work on 352?

Stylina 02-02-2006 06:54 AM

THAT'S COOOL

Gr8 woork CMX =)

Dr.Jeckyl 02-02-2006 06:56 AM

feature request: Lottery

other than that, koodos.

Gamersource 02-02-2006 07:09 AM

Also, the glow works great... o m g

CM, looks like you'll be adding quite a few things extra. LOL

BLazeD1 02-02-2006 08:12 AM

Kick ass work man, I look forward to reading people reviews of this mod

AshokForums.com 02-02-2006 08:18 AM

Cool.. thanks for this :)

AshokForums.com 02-02-2006 08:39 AM

Few screenshots would be coool :)


All times are GMT. The time now is 02:20 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.06934 seconds
  • Memory Usage 1,895KB
  • 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
  • (30)bbcode_code_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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