vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Beta Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=34)
-   -   vB Pager 2.0.4 (https://vborg.vbsupport.ru/showthread.php?t=72823)

Polo 01-13-2005 09:09 PM

cool.. will wait for it ;)

yoyoyoyo 01-13-2005 09:13 PM

Quote:

Originally Posted by uae
Sorry guys, but I am on a vacation, I'll be back on track next week.

Should be ready by the end of next week.

I hope.

enjoy your vacation. I am looking forward to seeing the new release, also!

uae 01-24-2005 09:13 AM

vB Pager 2.0.4 has been released :)

Please Backup your database and files befor upgrading or installing a fresh copy.

Installing this version will require the uninstall of any previous versions.

Uninstalling of previous versions are included in the zip file.

First Post has been updated.

The Realist 01-24-2005 09:50 AM

Installed on VB 3.0.5, I see the options in admin panel and I have edited a phase but I see no links or gifs next to a username to use the pager?

If I run the pager.php file it brings me back to my forums front page?

uae 01-24-2005 10:06 AM

Quote:

Originally Posted by The Realist
Installed on VB 3.0.5, I see the options in admin panel and I have edited a phase but I see no links or gifs next to a username to use the pager?

If I run the pager.php file it brings me back to my forums front page?

Have you done the file and template changes in
vbpager2_04_file_edit.txt
and
vbpager2_04_template_edit.txt

??

The Realist 01-24-2005 10:15 AM

:) must be blind, missed that.

Working fine, but I will test it shortly.

Thanks.

The Realist 01-24-2005 10:19 AM

One problem I see is I have to refresh the page to see any vbpager messages and its the same for replies?

How can I get it to automatically refresh?

uae 01-24-2005 10:56 AM

Quote:

Originally Posted by The Realist
One problem I see is I have to refresh the page to see any vbpager messages and its the same for replies?

How can I get it to automatically refresh?

I didn't get it, but you have to click the close button and refresh the page to get a new one.

Pager messages boxes does not refresh automatically, it's the page you're viewing which should get refreshed, and alwayes click the close button to get the next one, if you got any awaiting!

Polo 01-24-2005 12:51 PM

what where the updates to this new version? can we know? oh and I will try it as soon as possible... I liked the previous version but I was getting some erros on IE, hopefully in this new version they have been fixed now :)

thanks alot uae :)

uae 01-24-2005 01:08 PM

Quote:

Originally Posted by Polo
what where the updates to this new version? can we know? oh and I will try it as soon as possible... I liked the previous version but I was getting some erros on IE, hopefully in this new version they have been fixed now :)

thanks alot uae :)

Polo,

vB Pager 2.0.4 does not use any pop up windows anymore, which means that you don't need to worry about pop up killers nor the size of the new pager window.

All Pager messages windows are DHTML, and should work with All browsers.

Should be faster when clicking to send a new pager message.

Other thing is that I have added an option in the ADMINCP under vB Pager Options, where you can select to have the messages hard deleted whenever someone delete them from his/her Inbox or Outbox.

So, no need for an Admin to log into ADMINCP and hard delete hundreds of messages anymore, unless you want to keep a record for all messages and hard delete them yourself "as an ADMIN" whenever you wanthttps://vborg.vbsupport.ru/external/2011/07/3.gif.

docvader 01-24-2005 05:37 PM

Uae, thanks for getting this out. But you mention that we should uninstall the old version first. Will this upgrade, or, should we completely take out everything from the old version, before installing this?

Just trying to diminish the amount of work I have to do. My gf is annoyed at me, LOL.

Edit: Sorry, just read the new zip file, that answered my questions.

GF's gonna be pissed.... LOL

docvader 01-25-2005 06:35 AM

OK.

Truly impressed. Damn. Really impressed.

It works. And it works great. Not a hitch so far. Installation instructions and edits are exact, a true example of how hacks should be put together. And what an addition to a forum. Move it out of the beta section boys, this thing is ready.

ONE ISSUE. The smart guys here will figure this out:

I'm using vba cmps; and I've noticed when people get a message while they are in the adv_index page (the vba cmps page, when you are using the navbar on that page as I do), a pager message will pop up, and "stall", ie, get stuck. (You can't close it). I'm wondering if the footer pager hack part, not being there, is causing this.

So, can we put a conditional in the navbar hack section, along this idea (I use this to change the links in the navbar depending on where you are in the site):

Quote:

<td class="vbmenu_control"><if condition="THIS_SCRIPT == 'adv_index'"><a

href="$vboptions[bburl]?$session[sessionurl]"> Forum/Library <else /> <a

href="http://x.russbo.com/index.php"> Forum News </if></a></td>
that shuts off the pager mechanism if one is viewing the vba cmps index page???

Great job Uae. Truly awesome. Most definitely should be a part of the next vbulletin.

Oops. Gotta run. GF is really pissed....

rich
http://x.russbo.com/index.php

uae 01-25-2005 08:06 AM

For those who installed vB Pager 2.0.4 befor this post.

Please FIND in TEMPLATE "vbpager_new"

Code:

<form method="POST" action="pager.php" name="frmnewpager" target="ipager1" onSubmit="return SubmitPager(this);">
REPLACE it WITH

Code:

<form method="POST" action="$vboptions[bburl]/pager.php" name="frmnewpager" target="ipager1" onSubmit="return SubmitPager(this);">
Hack file has been updated.

uae 01-25-2005 08:12 AM

Quote:

Originally Posted by docvader
OK.

Truly impressed. Damn. Really impressed.

It works. And it works great. Not a hitch so far. Installation instructions and edits are exact, a true example of how hacks should be put together. And what an addition to a forum. Move it out of the beta section boys, this thing is ready.

ONE ISSUE. The smart guys here will figure this out:

I'm using vba cmps; and I've noticed when people get a message while they are in the adv_index page (the vba cmps page, when you are using the navbar on that page as I do), a pager message will pop up, and "stall", ie, get stuck. (You can't close it). I'm wondering if the footer pager hack part, not being there, is causing this.

So, can we put a conditional in the navbar hack section, along this idea (I use this to change the links in the navbar depending on where you are in the site):

that shuts off the pager mechanism if one is viewing the vba cmps index page???

Great job Uae. Truly awesome. Most definitely should be a part of the next vbulletin.

Oops. Gotta run. GF is really pissed....

rich
http://x.russbo.com/index.php

Thank you Sir, your words means alot to me :)

But will you guys click on Install this hack please :ermm:

I am using vba cmps and never had that problem with all browsers I've been testing the hack with!!
hmmmmmmmmmmm

I'll look into it.

Thanks again

OrangeFlea 01-25-2005 01:52 PM

Hi, I'm still using 3.0.3. Will this hack work for that version still or do I have to make some slight adjustments? Thanks!

uae 01-25-2005 03:50 PM

Quote:

Originally Posted by OrangeFlea
Hi, I'm still using 3.0.3. Will this hack work for that version still or do I have to make some slight adjustments? Thanks!

It should work fine with 3.0.1 and UP.

So, no problem with 3.0.3

Sooner95 01-25-2005 03:58 PM

looks lile even in beta, it works well.. defintly gonna add this to my site, might wait till final rls tho.. thx!

OrangeFlea 01-25-2005 06:19 PM

How long before the final version is released and do you plan on adding anything else of significance? I'm very eager to put this up.

OrangeFlea 01-25-2005 06:21 PM

Also, I have the "Who's online" disabled on my forum. Is it possible for members to simply click on an icon in the postbit area to page another member? And does the pager icon appear only when the user has a message (page) or is it always visible?

docvader 01-25-2005 10:44 PM

Uae, getting a mysql error when trying to access the Who's Online section of my site:
Quote:

Database error in vBulletin 3.0.6:

Invalid SQL:
SELECT user.username, session.useragent, session.sessionhash, session.location, session.lastactivity, user.userid, user.options, session.host, session.badlocation, session.incalendar, user.aim, user.icq, user.msn, user.yahoo,
// [END HACK='vB Pager' AUTHOR='WwW.UAEWEB.COM' VERSION='2.0.4' CHANGEID= 3 ]

IF(displaygroupid=0, user.usergroupid, displaygroupid) AS displaygroupid
FROM session AS session
LEFT JOIN user AS user USING (userid)
WHERE session.lastactivity > 1106699443

ORDER BY user.username asc

mysql error: You have an error in your SQL syntax near '// [END HACK='vB Pager' AUTHOR='WwW.UAEWEB.COM' VERSION='2.0.4' CHANGEID= 3 ]

' at line 3

mysql error number: 1064

Date: Tuesday 25th of January 2005 04:45:44 PM
Script: http://x.russbo.com/vb/online.php?
Referer:
Username: xxxxx
IP Address: xxxx
My online.php relevant section looks like this:
Quote:

$sorturl = "online.php?$session[sessionurl]";

eval("\$sortarrow[$sortfield] = \"" . fetch_template('forumdisplay_sortarrow') . '";');


// [START HACK='vB Pager' AUTHOR='WwW.UAEWEB.COM' VERSION='2.0.4' CHANGEID= 3 ]
$allusers = $DB_site->query("

SELECT user.username, session.useragent, session.sessionhash, session.location, session.lastactivity, user.userid, user.options, session.host, session.badlocation, session.incalendar, user.aim, user.icq, user.msn, user.yahoo,
// [END HACK='vB Pager' AUTHOR='WwW.UAEWEB.COM' VERSION='2.0.4' CHANGEID= 3 ]


IF(displaygroupid=0, user.usergroupid, displaygroupid) AS displaygroupid
Any ideas? It was working before the hack.

rich

ethank 01-26-2005 12:42 AM

I still have a problem with messages keeping popping up even after they're read. Every page load makes this happen. How do I fix this?

A note that this happens even after I delete the message from my box. THis only happens in Safari, not FireFox

ethank 01-26-2005 12:42 AM

Also, still, upon reply it causes a new window to pop up.

uae 01-26-2005 02:36 AM

Quote:

Originally Posted by OrangeFlea
How long before the final version is released and do you plan on adding anything else of significance? I'm very eager to put this up.

I am just making sure that there are no bugs with this hack, and I'll move it to the full release forum.

Basically, I have written this hack for my "Lazy" S-Moderators and Moderators only, so no other usergroup is using it.

However I am thinking to give the permission to my members to use, but I don't want to go beyond the logic of this hack and change it to a chatting tool!
There are many out there.

I would think that I will add :
1- Number of pager messages can be sent per day, hours... per usergroup.
2- Require X posts befor getting the permission to send pager messages... per usergroup.

uae 01-26-2005 02:44 AM

Quote:

Originally Posted by OrangeFlea
Also, I have the "Who's online" disabled on my forum. Is it possible for members to simply click on an icon in the postbit area to page another member? And does the pager icon appear only when the user has a message (page) or is it always visible?

If you have allowed that usergoup to use vB Pager, then yes, they can send messages to another member from postbit, Member info page and forumhome_loggedinuser anytime and the icon is always visible.

A member can NOT send a pager message to him/her self.

uae 01-26-2005 02:48 AM

Quote:

Originally Posted by docvader
Uae, getting a mysql error when trying to access the Who's Online section of my site:


My online.php relevant section looks like this:


Any ideas? It was working before the hack.

rich

You have missed something there, let's do it again.

In ONLINE.PHP FIND

Code:

SELECT user.username, session.useragent,
Replace it WITH

Code:


SELECT user.username, session.useragent, session.sessionhash,

AGAIN in ONLINE.PHP FIND

Code:

$guests["$count"]['username'] = $vbphrase['guest'];
Add Below

Code:


// [START HACK='vB Pager' AUTHOR='WwW.UAEWEB.COM' VERSION='2.0.4' CHANGEID= 3 ]
  $guests["$count"]['sessionid']= $users[sessionhash];
// [END HACK='vB Pager' AUTHOR='WwW.UAEWEB.COM' VERSION='2.0.4' CHANGEID= 3 ]


uae 01-26-2005 03:06 AM

Quote:

Originally Posted by ethank
I still have a problem with messages keeping popping up even after they're read. Every page load makes this happen. How do I fix this?

A note that this happens even after I delete the message from my box. THis only happens in Safari, not FireFox

mmmm, Guys, can anyone test this with Safari please? cos I don't have it installed.

docvader 01-26-2005 03:17 AM

Uae, I have online.php as you dictated. Again, here's my relevant sections of online.php:
Quote:

// [START HACK='vB Pager' AUTHOR='WwW.UAEWEB.COM' VERSION='2.0.4' CHANGEID= 3 ]
$allusers = $DB_site->query("

SELECT user.username, session.useragent, session.sessionhash, session.location, session.lastactivity, user.userid, user.options, session.host, session.badlocation, session.incalendar, user.aim, user.icq, user.msn, user.yahoo,
// [END HACK='vB Pager' AUTHOR='WwW.UAEWEB.COM' VERSION='2.0.4' CHANGEID= 3 ]
IF(displaygroupid=0, user.usergroupid, displaygroupid) AS displaygroupid

and, the second change:
Quote:

$guests["$count"]['username'] = $vbphrase['guest'];
// [START HACK='vB Pager' AUTHOR='WwW.UAEWEB.COM' VERSION='2.0.4' CHANGEID= 3 ]

$guests["$count"]['sessionid']= $users[sessionhash];

// [END HACK='vB Pager' AUTHOR='WwW.UAEWEB.COM' VERSION='2.0.4' CHANGEID= 3 ]

$guests["$count"]['invisible'] = 0;

$guests["$count"]['displaygroupid'] = 1;

$guests["$count"]['musername'] = fetch_musername($guests["$count"]);

It's this file edit, that's causing the member profile from working properly. When I revert to my older online.php, member profile works, AND, the pager system seems to work too.

Also, I've noticed that the pager box stays open when you have asked for a reply. The message gets sent, and if the other person does NOT reply, they cannot get rid of the pager box. Therefore, maybe having the "add reply" box checked, unchecked as default, would solve this annoyance for some.

Hope you can figure this out. Otherwise, it seems to be working very well.
rich
http://x.russbo.com/vb/index.php

docvader 01-26-2005 03:29 AM

OK, I fixed it. Self inflicted error, nothing to do with Uae's work. My apologies if people think that your excellent work caused this.

My attempt at "organizing" in preparation for the inevitable 3.07 upgrade (tomorrow, lol) causes this error. Adding
Quote:

// [END HACK='vB Pager' AUTHOR='WwW.UAEWEB.COM' VERSION='2.0.4' CHANGEID= 3 ]
where I did, is triggering the mysql error.

I took it out.

Oops...

uae 01-26-2005 04:06 AM

Quote:

Originally Posted by docvader
OK, I fixed it. Self inflicted error, nothing to do with Uae's work. My apologies if people think that your excellent work caused this.

My attempt at "organizing" in preparation for the inevitable 3.07 upgrade (tomorrow, lol) causes this error. Adding where I did, is triggering the mysql error.

I took it out.

Oops...

Maaan, never use // [END HACK='vB Pager' AUTHOR='WwW.UAEWEB.COM' VERSION....

Insied Queries :)

docvader 01-26-2005 05:54 AM

Yes, yet another brilliant move on my part, LOL.

It's working fine, but I've got some people complaining about the message box not closing. I think it has to do with the "reply box" being checked, but I need more time to figure this out.

Great hack. Very useful for my community.

AlexanderH 01-26-2005 03:33 PM

I am confused.

I did all the steps, yet no changes to the forum !

Also, my ACP was mucked up (See the quote)

Quote:

Parse error: parse error, unexpected T_STRING in /home/element/public_html/admincp/index.php on line 547

Any ideas ?

docvader 01-26-2005 09:56 PM

Uae, we seem to be having a small problem with the pager. It might be the way you designed it, as opposed to it being a bug.
If someone gets a page, with the respond box attached, they cannot get rid of the page unless they respond.

So, either we fix that, so that people can ignore the page, or, make the check box "unselected" by default. I prefer to do that now, but I don't know where in the code that is.

Where do I change that?

Otherwise, it seems to be working well.

docvader 01-27-2005 07:15 PM

We've been using the pager now since the new version came out. Working great, but, some people, not all, are having problems with the pager box not disappearing, despite trying to close it. Not sure why, not always related to the checked "allow reply" box.

Is there any way of putting some sort of time limit on this pager box, so that it "self destructs" and disappears, on its own, within a minute or two???? That might be the easiest way to solve this issue.

Otherwise. it's impressive. The pager icon shows up in the vba cmpls "who's online" box, which I found surprising. Also, having it in the "Who's Online" section was pure genius.

Let's get this thing to go away, and move the hack out of beta. AS I see it, it's the only issue.

wolfe 01-27-2005 09:54 PM

m8 i also got this working with the Who Was Online Hack :)

also m8 i have fixed up the vbpager template replace the whole template with the attached file

also m8 i might add a title to the pager messages because if itsshowing the message it will take up alot of space could be title Oi

lol

docvader 01-27-2005 10:56 PM

Hey, m8. Did you attach your new file? Not sure if it changed anything for me.

Also, I noticed that if you don't check the allow reply box, you can't close the pager. You can if you check the allow reply box.

laborer75 01-28-2005 01:16 AM

I installed this hack to a tee and get this error when trying to get in my forums. Won't even let me log into admincp unless i overwrite my global.php file back to original. I see the options in admincp. The button to click and page is all there too.

Fatal error: Call to undefined function: can_pager() in /home2/laborer7/public_html/forums/global.php on line 300

Ive checked everything and can't figure this one out. i have uninstalled and reinstalled 3 times. Any suggestions? Kinda new to this all but I have installed other hacks no problemo........Thanx in advance :)

wolfe 01-28-2005 01:22 AM

m8 here what you do

in includes/functinons.php


find

PHP Code:


/*======================================================================*\
|| ####################################################################
|| # Downloaded: 17:25, Wed Jan 26th 2005
|| # CVS: $RCSfile: functions.php,v $ - $Revision: 1.984.2.13 $
|| ####################################################################
\*======================================================================*/
?> 

its at the end of the file

then above it add

PHP Code:


// [START HACK='vB Pager' AUTHOR='WwW.UAEWEB.COM' VERSION='2.0.4' CHANGEID= 7 ]
    
function can_pager($type=0$usrid=0)
     {
        global 
$vboptions$bbuserinfo;

        if (
$usrid==0)
         
$usrid $bbuserinfo[userid];
        if (
$usrid==0)
         return 
false;

        if (
$vboptions[vbpager_on_off]=="0")
          return 
false;

    
$gid_m        $vboptions[vbpager_usergroup_member]; 
    
$gid_g        $vboptions[vbpager_usergroup_guest];
    
$uid_m        $vboptions[vbpager_userid_member];
    
$uid_g        $vboptions[vbpager_userid_guest];


    if (!(
$gid_m))
     
$gid_m "-1";

    if (!(
$gid_g))
     
$gid_g "-1";

    if (!(
$uid_m))
     
$uid_m "-1";

    if (!(
$uid_g))
     
$uid_g "-1";


    
$uids explode(','str_replace(' '''$uid_g));
    foreach(
$uids AS $ids)
     if (
$usrid==$ids)
      {
        
$vboptions[vbpager_canpager] = 1;
         return 
true;    
      }

if (
$type==0)
 {
    
$uids explode(','str_replace(' '''$uid_m));
    foreach(
$uids AS $ids)
     if (
$usrid==$ids)
      {
        
$vboptions[vbpager_canpager] = 1;
         return 
true;    
      }
 }
    
$uids explode(','str_replace(' '''$gid_g));
    foreach(
$uids AS $ids)
     if (
$bbuserinfo[usergroupid]==$ids)
      {
        
$vboptions[vbpager_canpager] = 1;
         return 
true;    
      }
       
$mids explode(','str_replace(' '''$bbuserinfo[membergroupids]));
        foreach(
$uids AS $id)
          {
        foreach(
$mids AS $ids)
         if (
$id==$ids)
           {
               
$vboptions[vbpager_canpager] = 1;
               return 
true;    
            }
         }
if (
$type==0)
 {
    
$uids explode(','str_replace(' '''$gid_m));
    foreach(
$uids AS $ids)
     if (
$bbuserinfo[usergroupid]==$ids)
      {
        
$vboptions[vbpager_canpager] = 1;
         return 
true;    
      }
       
$mids explode(','str_replace(' '''$bbuserinfo[membergroupids]));
        foreach(
$uids AS $id)
          {
        foreach(
$mids AS $ids)
         if (
$id==$ids)
           {
               
$vboptions[vbpager_canpager] = 1;
               return 
true;    
            }
         }
 }
        
$vboptions[vbpager_canpager] = 0;
        return 
false;
     }

    function 
show_pager()
     {
        global 
$vboptions$vbphrase$bbuserinfo$DB_site;

    if (
$bbuserinfo[userid]!=0)
     {
    
$pagerinfo $DB_site->query_first("SELECTp.pagerid, p.parentpid, p.fromuserid, p.touserid, u.username,p.message, p.msgdate, p.canreply, p.hidden FROM " .  TABLE_PREFIX"pager as p left join " .  TABLE_PREFIX "user as u on(u.userid=p.fromuserid) WHERE p.delsent=0 and p.active=1 andp.touserid="$bbuserinfo['userid'] ." order by msgdate");
             
$pagerinfo[timesent] = vbdate($vboptions['dateformat'],$pagerinfo[msgdate], true) . " " vbdate($vboptions['timeformat'],$pagerinfo[msgdate]);     
     if (!(
$pagerinfo))
      {
        
$show[pager]         = "";
        
$show[pagererror]    = 1;
        
$nopager        1;
      }
      else
        {
        if (
$pagerinfo[hidden])
           
$pagerinfo[username] = $vbphrase['vbpager_na'];
        elseif(
$pagerinfo[username]=="")
            
$pagerinfo[username] = $vbphrase['guest'];
        }

     }
    elseif ( (
$bbuserinfo[userid]==0) and ($vboptions[sessionid]!="") )
     {
        
$userexist =$DB_site->query_first("SELECT sessionhash from " TABLE_PREFIX "session where sessionhash='" $vboptions[sessionid] ."'");
        if (
$userexist)
        
$pagerinfo =$DB_site->query_first("SELECT p.pagerid, p.parentpid, p.fromuserid,p.touserid, u.username, p.message, p.msgdate, p.hidden, p.canreply FROM" .  TABLE_PREFIX "pager as p left join " .  TABLE_PREFIX ."user as u on (u.userid=p.fromuserid) WHERE p.active=1 and delsent=0and p.tosessionid='"$vboptions[sessionid] ."' order by msgdate");

        if(!(
$pagerinfo))
         {
            
$show[pager]         = "";
            
$show[pagererror]    = 1;
            
$nopager        1;
         }
        else
             {
           
$pagerinfo[timesent]= vbdate($vboptions['dateformat'], $pagerinfo[msgdate], true) . " " .vbdate($vboptions['timeformat'], $pagerinfo[msgdate]); 
        if (
$pagerinfo[hidden])
           
$pagerinfo[username] = $vbphrase['vbpager_na'];
        elseif(
$pagerinfo[username]=="")
            
$pagerinfo[username] = $vbphrase['guest'];
             }
     }
   if (!
$pagerinfo[pagerid])
 if (
$bbuserinfo[pager] > 0)
  {
  
$result $DB_site->query("UPDATE "TABLE_PREFIX "user set pager=pager - 1 where 
userid = " 
$bbuserinfo[userid] . "");
  return 
false;
  }
        return 
$pagerinfo;
     }
// [END HACK='vB Pager' AUTHOR='WwW.UAEWEB.COM' VERSION='2.0.4' CHANGEID= 7 ] 

this should fix it

Sooner95 01-28-2005 01:24 AM

how close is this to being final? really like to throw this on my site. Thx

wolfe 01-28-2005 01:26 AM

fixed a few bugs in this file overwrite your old one with it.

docvader 01-28-2005 01:32 AM

Can you show us what your global php hacked area looks like, around line 300??


All times are GMT. The time now is 04:52 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.01714 seconds
  • Memory Usage 1,953KB
  • 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
  • (6)bbcode_code_printable
  • (2)bbcode_php_printable
  • (18)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