vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Private Messages Enhancements - User PM Search (https://vborg.vbsupport.ru/showthread.php?t=149609)

FishMRC 04-23-2008 08:24 PM

OK I've just installed this mod/hack and can only search my PM's!

I've just had vBulletin update the forum software (to version 3.6.9) and wanted this to work before re-opening the forum.

Is there a quick fix/tweak for this?

Thanks
Fish

merlin_de 04-25-2008 12:29 PM

Hi,
doesn?t work with 3.6.10 :eek:.

Code:

Dein Seitenaufruf konnte auf Grund eines fehlenden oder falschen Securitytokens nicht verarbeitet werden.
In english :
Code:

Your submission could not be processed because a security token was missing or mismatched.
Will there be an Update ?
Greets,Micha

dennisuello 04-28-2008 02:39 PM

Quote:

Originally Posted by merlin_de (Post 1498973)
Hi,
doesn?t work with 3.6.10 :eek:.

Code:

Dein Seitenaufruf konnte auf Grund eines fehlenden oder falschen Securitytokens nicht verarbeitet werden.
In english :
Code:

Your submission could not be processed because a security token was missing or mismatched.
Will there be an Update ?
Greets,Micha

Same here.

Dabbi 04-28-2008 02:48 PM

Thank you, I love this mod!

Hopefully it will be updated to 3.7 since I've found it wonderfully handy to have. :)

Dabbi 04-29-2008 08:12 PM

Sorry for the totem post but when I came to check something I just noticed this: Developer Last Online: Nov 2007. That doesn't bode well for them updating or supporting it. :(

I don't suppose it part of 3.7 and I missed it? Perhaps if not vB will consider it for an upcoming release. It's really a very handy function.

Mark.B 04-29-2008 08:20 PM

This is how I made 1.0.2 work in 3.7.0, I have no idea about 2.0.0 though.

In template pm_messagelist, find:
Code:

input type="text" class="bginput" name="query" size="35" value="$query" style="width:250px" />
Add below:
Code:

<input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" />
Then find:
Code:

<input type="text" class="bginput" name="searchuser" id="userfield_txt" size="35"  value="$searchuser" style="width:250px" autocomplete="off" />
Add below:
Code:

<input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" />
Something similar should fix 2.0.0 also, but I haven't tried.

whitetigergrowl 05-01-2008 02:10 AM

Quote:

Originally Posted by Mark.B (Post 1502678)
This is how I made 1.0.2 work in 3.7.0, I have no idea about 2.0.0 though.

In template pm_messagelist, find:
Code:

input type="text" class="bginput" name="query" size="35" value="$query" style="width:250px" />
Add below:
Code:

<input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" />
Then find:
Code:

<input type="text" class="bginput" name="searchuser" id="userfield_txt" size="35"  value="$searchuser" style="width:250px" autocomplete="off" />
Add below:
Code:

<input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" />
Something similar should fix 2.0.0 also, but I haven't tried.

I cant find any of those lines of code in the final version. >_<

Mutt 05-01-2008 02:51 AM

for 3.7, open the pmsearch template. search for
Code:

</form>
it's there twice.

directly before each one add

Code:

<input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" />

ShMilO 05-02-2008 02:22 PM

the page's name is : PM Search

how can i change the name ?

Makc666 05-04-2008 12:43 PM

Quote:

Originally Posted by Mutt (Post 1504098)
for 3.7, open the pmsearch template. search for
Code:

</form>
it's there twice.

directly before each one add

Code:

<input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" />

The best way to fi this one is:
1. Open file product-pm_search.xml or template pmsearch

2. Look for line:
Code:

<form action="private.php?pmsearch=1" method="post">
3. After add:
Code:

<input type="hidden" name="s" value="$session[sessionhash]" />
<input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" />

4. Look for lines:
Code:

<form action="private.php?do=managepm&amp;folderid=$folderid" method="post">
<input type="hidden" name="s" value="$session[sessionhash]" />

5. After add:
Code:

<input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" />
6. If you have edited the file product-pm_search.xml then upload the product.

Makc666 05-04-2008 12:50 PM

Quote:

Originally Posted by ShMilO (Post 1505782)
the page's name is : PM Search

how can i change the name ?

1. Open file product-pm_search.xml

2. Look for lines:
Code:

  // generate navbar
  $navbits[''] = "PM Search";//$vbphrase['confirm_deletion'];

3. Replace with lines:
Code:

  // generate navbar
  $navbits[''] = $vbphrase['search'];//$vbphrase['confirm_deletion'];

4. Upload the product.

P.S. You can change $vbphrase['search']; to any you like but I recommend not to change it.

Vayu 05-07-2008 07:22 PM

hmmm i followed your instructions for the 2.0 in vB 3.7, but i won't work. Could someone maybe attach a working product.xml?
Would appreciate it :)

Thanks in advance,

Vayu

Legende 05-08-2008 07:44 AM

Same here, not working for me? Using 2.0 + vb3.7 also made manual template changes and when i try to access private.php?pmsearch=1 nothing happens?

edit: weird i tried to install it on my local computer with xampp and there it is working??

Animparadise 05-10-2008 06:49 PM

Quote:

Originally Posted by Vayu (Post 1511951)
hmmm i followed your instructions for the 2.0 in vB 3.7, but i won't work. Could someone maybe attach a working product.xml?
Would appreciate it :)

Thanks in advance,

Vayu

me 2
i try all things but no one solved this problem:erm:

peterle1 05-11-2008 06:49 PM

Quote:

Originally Posted by Mutt (Post 1504098)
for 3.7, open the pmsearch template. ...

For those of you wondering where that might be ... it's the part, you enter in the pm_messagelist template, as said in the install instructions of the mod.

Took me a few minutes to find it and I don't want to search again. :p

EDIT: This is for 1.02

markp_2000 05-27-2008 03:03 AM

Using
Quote:

Originally Posted by Mark.B (Post 1502678)
This is how I made 1.0.2 work in 3.7.0, I have no idea about 2.0.0 though.

In template pm_messagelist, find:
Code:

input type="text" class="bginput" name="query" size="35" value="$query" style="width:250px" />
Add below:
Code:

<input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" />
Then find:
Code:

<input type="text" class="bginput" name="searchuser" id="userfield_txt" size="35"  value="$searchuser" style="width:250px" autocomplete="off" />
Add below:
Code:

<input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" />
Something similar should fix 2.0.0 also, but I haven't tried.

Here is the correct paste after code in the pm_messagelist. Remember this is the 1.0.2 version.

Code:

<!-- PM Search -->


<form action="private.php?folderid=$search_folderid" method="post">
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<thead>
        <tr>
                <td class="tcat">
                        <a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('pmsearch')"><img id="collapseimg_pmsearch" src="$stylevar[imgdir_button]/collapse_tcat$vbcollapse[collapseimg_pmsearch].gif" alt="" border="0" /></a>
                        $vbphrase[private_message_search]
                </td>
        </tr>
</thead>
<tbody id="collapseobj_pmsearch" style="$vbcollapse[collapseobj_pmsearch]">
        <tr>
                <td class="panelsurround" align="center">
                <div class="panel">
                                <table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0" width="100%">
        <tr>
                <td align="$stylevar[left]" valign="top" width="50%">
                        <fieldset class="fieldset" style="margin:0px">
                                <legend>$vbphrase[search_by_key_word]</legend>
                                <table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0">
                                <tr>
                                        <td colspan="2">
                                                <div>$vbphrase[key_words]:</div>
                                                <div><input type="text" class="bginput" name="query" size="35" value="$query" style="width:250px" /></div>
                                                <input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" />
                                        </td>
                                </tr>
                                <if condition="!$show['searchthread']">
                                <tr>
                                        <td>               
                                                <select name="titleonly">
                                                        <option value="0" $titleonlyselected[0]>$vbphrase[search_entire_pms]</option>
                                                        <option value="1" $titleonlyselected[1]>$vbphrase[search_titles_only]</option>
                                                </select><if condition="$show['nocache']"> <label for="cb_nocache"><input type="checkbox" name="nocache" value="1" id="cb_nocache" />$vbphrase[do_not_use_cached_results]</label></if>
                                        </td>
                                </tr>
                                </if>
                                </table>
                        </fieldset>
                </td>
                <td align="$stylevar[left]" valign="top" width="50%">                                       
                        <fieldset class="fieldset" style="margin:0px">
                                <legend>$vbphrase[search_by_user_name]</legend>
                                <table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0">
                                <tr>
                                        <td colspan="2">
                                                <div>$vbphrase[username]:</div>
                                                <div id="userfield">
                                                        <input type="text" class="bginput" name="searchuser" id="userfield_txt" size="35"  value="$searchuser" style="width:250px" autocomplete="off" />
                                                        <input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" />
                                                </div>
                                                <if condition="$show['searchthread']">
                                                        <div>
                                                                <label for="cb_exactname"><input type="checkbox" name="exactname" value="1" id="cb_exactname" $exactnamechecked[1] />$vbphrase[exact_name]</label>
                                                        </div>
                                                </if>
                                                <if condition="$show['popups']">
                                                        <div id="userfield_menu" class="vbmenu_popup" style="display:none"></div>
                                                        <script type="text/javascript" src="clientscript/vbulletin_ajax_namesugg.js?v=$vboptions[simpleversion]"></script>
                                                        <script type="text/javascript">
                                                        <!--
                                                        vbmenu_register('userfield', true);
                                                        snc = new vB_AJAX_NameSuggest('snc', 'userfield_txt', 'userfield');
                                                        //-->
                                                        </script>
                                                </if>
                                        </td>
                                </tr>
                                <if condition="!$show['searchthread']">
                                <tr>
                                        <td>
                                                <select name="toby">
                                                        <option value="0" $starteronlyselected[0]>$vbphrase[find_pms_by_user]</option>
                                                        <option value="1" $starteronlyselected[1]>$vbphrase[find_pms_to_user]</option>
                                                </select>
                                        </td>
                                        <td><label for="cb_exactname"><input type="checkbox" name="exactname" value="1" id="cb_exactname" $exactnamechecked[1] />$vbphrase[exact_name]</label></td>
                                </tr>
                                </if>
                                </table>
                        </fieldset>
               
                </td>
        </tr>
        </table>
                       
                </div>
                <div style="margin-top:$stylevar[cellpadding]px">
                <input type="submit" class="button" name="dosearch" value="$vbphrase[search_now]" accesskey="s" />
                <input type="reset" class="button" value="$vbphrase[reset_fields]" accesskey="r" />
        </div>
                </td>
        </tr>
</tbody>
</table>
</form>

<if condition="$showsearch">
<br />
<form action="private.php?do=managepm&amp;folderid=$folderid" method="post">
<input type="hidden" name="s" value="$session[sessionhash]" />
<input type="hidden" name="do" value="managepm" />
<input type="hidden" name="folderid" value="$folderid" />
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<thead>
        <tr>
                <td class="tcat" colspan="4" style="padding: $stylevar[cellpadding]px 0 $stylevar[cellpadding]px $stylevar[cellpadding]px">
                        <span class="smallfont" style="float:$stylevar[right]">
                                <label for="checkall_all">
                                $vbphrase[number_of_search_results]: <strong>$search_totalmessages</strong>
                                <if condition="$search_totalmessages > 0"><input type="checkbox" name="allbox" id="checkall_all" title="$vbphrase[check_uncheck_all]" onclick="js_check_all(this.form)" /></if>
                                </label>                       
                        </span>
                        $vbphrase[search_results_in_folder]<span class="normal">: $foldername</span>                       
                </td>
        </tr>
</thead>

<if condition="$search_totalmessages == 0">
<tbody>
        <tr>
                <td class="alt1">
                        $vbphrase[no_search_results]
                </td>
        </tr>
</tbody>
</if>

<if condition="$errors">
<tbody>
        <tr>
                <td class="alt1">
                        $displayCommon                </td>
        </tr>
</tbody>
</if>

<if condition="$search_totalmessages > 0">$searchresults

<tbody>
        <tr>
                <td class="tfoot" align="$stylevar[right]" colspan="4">                       
                        <div class="smallfont">
                                $vbphrase[selected_messages]:
                                <select name="dowhat">
                                        <if condition="$show['movetofolder']"><option value="move">$vbphrase[move_to_folder]...</option></if>
                                        <option value="delete">$vbphrase[delete]</option>
                                        <option value="read">$vbphrase[mark_as_read]</option>
                                        <option value="unread">$vbphrase[mark_as_unread]</option>
                                        <option value="xml">$vbphrase[download_as_xml]</option>
                                        <option value="csv">$vbphrase[download_as_csv]</option>
                                        <option value="txt">$vbphrase[download_as_text]</option>
                                </select>
                                <input type="submit" class="button" value="$vbphrase[go]" />
                        </div>               
                </td>
        </tr>
</tbody>
</if>
</table>
</form>
</if>

<br />
<!-- PM Search end -->

Mark

Dark_Sirius 05-27-2008 06:33 PM

Will there be any updates for this for 3.7? This is an awesome mod!

logicuk 05-29-2008 09:19 PM

yeah please someone update this sweet mod to vb 3.7 :)

afullcup 05-30-2008 12:56 AM

Working fine for me in 3.7 - here's the XML I modified.

hope it helps someone...

note: I had the Icons for User CP installed and the Search button would not show up. As soon as I disabled that, this hack worked fine. :)

karnevil 06-07-2008 09:06 PM

After installing this Mod https://vborg.vbsupport.ru/showthread.php?t=179113 (thank you https://vborg.vbsupport.ru/member.php?u=171640 nice Mod) I slightly adapted it to make the User PM Search Mod work by the following

Style Manager -> Edit Templates -> pm_messagelist

Find:

HTML Code:

HTML Code:

<if condition="$show['pagenav']">
<table cellpadding="0" cellspacing="0" border="0" width="100%" style="margin-bottom:3px">
<tr valign="bottom">
<if condition="$pagenav"><td align="$stylevar[right]">$pagenav</td></if>
</tr>
</table>
</if>

Replace it with:


HTML Code:

HTML Code:

<table cellpadding="0" cellspacing="0" border="0" width="100%" style="margin-bottom:3px">
<tr valign="bottom">
<td><a href="private.php?pmsearch=1"><img src="$stylevar[imgdir_button]/find.gif" alt="$vbphrase[send_new_message]" border="0" /></a></td>
 <if condition="$pagenav">
<td align="$stylevar[right]">$pagenav</td></if>
</tr>
</table>

Then save.

I must give the credit to Mazinger for this one as without their New PM Mod I wouldnt have had the idea.

Tested on our own forum www.legalbeagles.info, and with the original PM Hack already added.

logicuk 06-12-2008 11:11 AM

This dont work on vB 3.7 beta 5 :(

and i tried the xml also thats in post: #219

MajidOnline 06-12-2008 04:57 PM

Hi .. This mod is Eror in db .. !!
Code:

Database error in vBulletin 3.7.1:

Invalid SQL:

                        SELECT pm.*, pmtext.*
                                , icon.title AS icontitle, icon.iconpath
                        FROM pm AS pm
                        LEFT JOIN pmtext AS pmtext ON(pmtext.pmtextid = pm.pmtextid)
                        LEFT JOIN icon AS icon ON(icon.iconid = pmtext.iconid)
                        WHERE pm.userid=1
                          AND MATCH(pmtext.title, pmtext.message) AGAINST ('+سلام' IN BOOLEAN MODE)
                        ORDER BY pmtext.dateline DESC;

MySQL Error  : The used table type doesn't support FULLTEXT indexes
Error Number  : 1214
Request Date  : Thursday, June 12th 2008 @ 06:53:18 PM
Error Date    : Thursday, June 12th 2008 @ 06:53:18 PM
Script        : http://localhost/VB3.7/private.php?pmsearch=1
Referrer      : http://localhost/VB3.7/private.php?pmsearch=1
IP Address    : 127.0.0.1
Username      : admin
Classname    : vB_Database
MySQL Version : 5.0.45-community-nt

How do ?

DiSpy 06-15-2008 01:34 PM

Quote:

Originally Posted by afullcup (Post 1535801)
Working fine for me in 3.7 - here's the XML I modified.

hope it helps someone...

That worked for me until a new version is released... THANK YOU! :)

Boofo 06-15-2008 02:08 PM

Quote:

Originally Posted by afullcup (Post 1535801)
Working fine for me in 3.7 - here's the XML I modified.

hope it helps someone...

note: I had the Icons for User CP installed and the Search button would not show up. As soon as I disabled that, this hack worked fine. :)

Not working on 3.7.1.

Sadie Frost 06-15-2008 06:05 PM

I tried moving the link elsewhere but when I try to do a search it tells me the security token isn't valid...

logicuk 06-18-2008 05:52 AM

hope someone can fix this for 3.7 i have over 3000pm's and a search feature would be nice

Dean C 06-19-2008 03:20 PM

I didn't have time to figure out why the permissions weren't showing up in the ACP for 3.7 but anyone trying to get it working on 3.7 just open up the private_start hook location and add this after the first if statement:

PHP Code:

$show['pm_search'] = 1;
$permissions['pm_search'] = 1

That'll make it so all your usergroups can search their PMs. Quick fix for now... You'll need to add the usercp link to www.sitename.com/forums/private.php?pmsearch=1 still in USERCP_shell as per the instructions in the original file.

Hope this helps someone.

symptome 06-25-2008 07:42 AM

I don't see the possibility to set $pmsearch in 3.6.8.
can you help?

Thanks a lot!
Marcel

EarnDollars 07-08-2008 02:19 PM

Ok, I just installed for my Forum with 3.7.0 following the modifiction suggested by makc666 in post #210

Looks work fine for me.

But just checked with my Mods / Members and there has no "search link" in there private.php page. I can not find the link in ACP to edit authorazations for usergroups.. Can anyone tell me how to allow all members search PM?

Thanks !

EarnDollars 07-14-2008 06:53 AM

Sorry bump
Could any one tell me how to enable the Search Function for other members? Currently only Forum Admin can use it

Mike-D 07-14-2008 10:33 AM

Quote:

Originally Posted by EarnDollars (Post 1570099)
But just checked with my Mods / Members and there has no "search link" in there private.php page. I can not find the link in ACP to edit authorazations for usergroups.. Can anyone tell me how to allow all members search PM?

Well, I guess you have Enabled the permissions for the other Usergroups. Did you? The other problem in that hack is, that Users have to click on a Link inside of the Private Messages group of the UserCP. Such like "Inbox, Send Items or Track Messages". After you can see the Link "Search Messages". But this kind of coding is in my opinion not the best way and it's no problem to change it so that the Link always appear - providing that Users have the permission to see that ;)

On A Side Note: The Hack itself has a lot of power, but the Code needs to be rewritten on several spots. Several Plugins and lots of Codes are really not necessary which overload the Memory. Also the Usergroup Permissions should be rewritten, because those things belongs to Bitfield Permissions. But it's just my opinion of course :)

Jah-Hools 07-14-2008 09:23 PM

This sounds great..

I will subscribe in case there are more tweaks for 3.7 made for it..

ThE LeAdEr 07-23-2008 05:11 PM

In 3.7, for LINK to Search in UserCP:


Search in USERCP_SHELL:
PHP Code:

<if condition="$show['pmtracklink']"

Above add:

PHP Code:

<!-- PM Search -->
<if 
condition="$show['pm_search']">
  <
tr class="alt2">
    <
td class="$navclass[pm_search]nowrap="nowrap"><class="smallfont" href="private.php?$session[sessionurl]pmsearch=1">$vbphrase[search]</a></td>
  </
tr>
</if>
<!-- /
PM Search --> 


If installed hack Icons for UserCP Navigation 1.2, the change must do USERCP_SHELL_ICONS_PNG instead USERCP_SHELL


Sorry, no english (google translate)

Dabbi 07-31-2008 08:57 AM

For 3.7 to work I followed the instructions given by Makc666 in post #210 and made sure the code in the DL'd 2.0 folder was in the template where it belonged.

It seems to work fine on my board for both admin and regular members. Just click on the "Search" link under Private Messages in the sidebar while in UserCP or Private Message area.

It really would be great if this were updated to 3.7 for ease of use. When working correctly it's a very useful mod, one which I would love to see as part of the vBulletin default. :cool:

Coleccromos 08-05-2008 06:06 PM

Quote:

Originally Posted by ThE LeAdEr (Post 1582413)
In 3.7, for LINK to Search in UserCP:


Search in USERCP_SHELL:
PHP Code:

<if condition="$show['pmtracklink']"

Above add:

PHP Code:

<!-- PM Search -->
<if 
condition="$show['pm_search']">
  <
tr class="alt2">
    <
td class="$navclass[pm_search]nowrap="nowrap"><class="smallfont" href="private.php?$session[sessionurl]pmsearch=1">$vbphrase[search]</a></td>
  </
tr>
</if>
<!-- /
PM Search --> 

If installed hack Icons for UserCP Navigation 1.2, the change must do USERCP_SHELL_ICONS_PNG instead USERCP_SHELL


Sorry, no english (google translate)

Quote:

Originally Posted by Dabbi (Post 1588163)
For 3.7 to work I followed the instructions given by Makc666 in post #210 and made sure the code in the DL'd 2.0 folder was in the template where it belonged.

It seems to work fine on my board for both admin and regular members. Just click on the "Search" link under Private Messages in the sidebar while in UserCP or Private Message area.

It really would be great if this were updated to 3.7 for ease of use. When working correctly it's a very useful mod, one which I would love to see as part of the vBulletin default. :cool:

I just make the changes and the leader of The Post 210 and I am not showing the form of private even giving permits in user groups and I also see it being administrator

Your submission could not be processed because a security token was missing.

If this occurred unexpectedly, please inform the administrator and describe the action you performed before you received this error.

What's wrong?

Thank you

gator777 08-08-2008 09:02 PM

Quote:

Originally Posted by afullcup (Post 1535801)
Working fine for me in 3.7 - here's the XML I modified.

hope it helps someone...

note: I had the Icons for User CP installed and the Search button would not show up. As soon as I disabled that, this hack worked fine. :)

Thank you sir ...that worked well. :D

Jah-Hools 08-08-2008 09:32 PM

As an admin this is great for keeping tabs on all the nutjobs & trouble makers I have to deal with, if one causes trouble - I can now look back over many years to see if its a repeat pattern, review past warnings I have issued and get a better overview..

It will have other more friendly uses I am sure but .. you get the idea..

I was searching for this - glad I found it!

AzzidReign 08-09-2008 03:53 PM

^ That's what proper use of the infractions system and usernotes is for...

Jah-Hools 08-09-2008 09:31 PM

But does the infraction system and user notes help keep track of all PM communications?

(if so I didn't know that and can someone explain how I can use them for that please?)

A lot of troublemakers write epic PMs and their mania can be hard to follow, so when they start up again it will be useful to have record of all their (and my) past communications.. I havent got time to cut and paste PM's into notes...

Thanks

Coleccromos 08-11-2008 07:12 PM

Can not make any progress with the changes that I find in this thread. I get this error

Your submission could not be processed because a security token was missing.

If this occurred unexpectedly, please inform the administrator and describe the action you performed before you received this error.

By not knowing English is very difficult for my work with this add-ons

Someone can post any amendments in order to make this work in the browser version 3.7

Thank you


All times are GMT. The time now is 04:27 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.01766 seconds
  • Memory Usage 1,949KB
  • 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
  • (28)bbcode_code_printable
  • (2)bbcode_html_printable
  • (5)bbcode_php_printable
  • (13)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (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