vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Chat Modifications - MGC Chatbox Evo (https://vborg.vbsupport.ru/showthread.php?t=168992)

Skyrider 09-10-2009 11:46 AM

I changed mgc_cb_evo_jsloc+"mgc_cb_evo_ajax.php with http://forum.esforces.com/mgc_cb_evo_ajax.php

I replaced 1 line in one of the files, and 19x "mgc_cb_evo_jsloc+"mgc_cb_evo_ajax.php" in the other file.. all replaced with http://forum.esforces.com/mgc_cb_evo_ajax.php

updated 09-10-2009 11:53 AM

I noticed a few problems with 2.4.1:

1. Smilies. When clicking on More... to see the extra smilies, the page doesn't load right. The page comes up mostly blank space. It takes a long time to load, like it's in some kind of loop. Then finally finished with about 10 smilies halfway down a blank page.

2. Channel Order - The channels don't seem to be displayed in the order set in the settings. No matter what they are changed to they always follow the same order.

3. Private Messages - The option doesn't seem to show up. The command is enabled though.

I've reverted back to 2.3.2 for now and all is well.

VBDev 09-10-2009 05:49 PM

Quote:

Originally Posted by FF|Skyrider (Post 1882428)
VBDev? I can no longer find the plugin template "Chatbox display on forumhome" How come?

The plugins are now in files : includes/mgc_cb_evo/plugins.php

Quote:

Originally Posted by FF|Skyrider (Post 1882433)
It seems "MGC Chatbox Evo created by MGC, Version 2.4.1, Copyright 2009 all rights reserved" at the bottom is being added on all the templates, except for the first one. I'm not very confused.. What's going on?

Do you have any javascript error if you look in the javascript console ?

Quote:

Originally Posted by jeejuh (Post 1882450)
Nice update. Thanks!

I think I found a bug... Using the new /pm command: Activate the private chats in tabs feature, the option of clicking on a username to open a private chat tab doesn't seem to work for usernames with apostrophes in them.

Already in the bug list ;)

Quote:

Originally Posted by updated (Post 1882517)
1. Smilies. When clicking on More... to see the extra smilies, the page doesn't load right. The page comes up mostly blank space. It takes a long time to load, like it's in some kind of loop. Then finally finished with about 10 smilies halfway down a blank page.

Hum, thought I fixed that.

Quote:

Originally Posted by FF|Skyrider (Post 1882433)
2. Channel Order - The channels don't seem to be displayed in the order set in the settings. No matter what they are changed to they always follow the same order.

Will look into this

Quote:

Originally Posted by FF|Skyrider (Post 1882433)
3. Private Messages - The option doesn't seem to show up. The command is enabled though.

You have to give usergroup permissions to users also.

Skyrider 09-10-2009 06:23 PM

2 quotes above are not from me VBDev! :), but I'm afraid the cache is not the issue. All the other templates (themes) are working except for the very first one. I tried a lot of things, reinstalling, removing the files, reuploading, refreshing cache, all does not work.

jazde86 09-10-2009 07:07 PM

If I attemp to upload your product file within AdminCP my network card disconnects me from my router and thats with your language file the same! Its only with this new version, I've no idea whats wrong there, other mods are working fine. :eek:

And what are these mysterious .DS_Store files do? Found the answer.

danyz81 09-10-2009 09:04 PM

Hello,
I've similiar issues about other users but with vers. 2.4.1

After upgrade the window's smilies not working for me with error "page not found" and also some user have always in loop load page.
Thnks for any help or fix!

sharemee 09-10-2009 09:09 PM

Hello guys, great mod by the way, ............ i was wondering if someone can help

I want a link to the chat in my arcade so users can open the chat in a new small window when they click it.

ive played around with the "ARCADE" template in my admin panel but with no joy, can anyone shed some light on this little problem

Thanks in advance

Andy

Michael.A 09-10-2009 09:44 PM

first i got database error so i upgrade to vb3.8.4 to fix it and now am getting this
Code:

Fatal error: Call to undefined method vb_activecache::flush() in /home/my site/public_html/forums/includes/adminfunctions_template.php(2359) : eval()'d code on line 6
from trying to install it,
place help me fix it!!!

wAnBoA 09-11-2009 12:24 AM

Anyone has the problem with the new thread notification in the chatbox? Ever since i installed the ver 2.4.1 The new thread notification column in the chatbox is gone.

What Exit? 09-11-2009 12:28 AM

Quote:

Originally Posted by cory_booth (Post 1882466)
To everyone who uses this plugin and has the "always loading" issues....

Seach both javascript functions found in /clientscript/mgc_cb_evo..
mgc_cb_evo_functions.js
and
mgc_cb_evo_static.js

Find the following: mgc_cb_evo_jsloc+"mgc_cb_evo_ajax.php"

Replace with: "http://yourwebsite.com/mgc_cb_evo_ajax.php"

For me the mgc_cb_evo_jsloc varible has never worked on any of the versions.

There are multiple occurances of these, so do a find and replace.

You may need to adjust the http:// reference if you have your forum in a subdirectory.
All this edit does is remove the "guess work" of the jsloc varible and force the correct location.

Thank you, great add-on

I'm on 2.3.2, should I try this fix or just upgrade to 2.4.1? Or should I do both?

jobbe 09-11-2009 03:15 AM

Disregard, sorry

frightie 09-11-2009 03:44 AM

I'm still not able to load any of the smilies after clicking the [More] link

VBDev 09-11-2009 04:02 AM

Quote:

Originally Posted by FF|Skyrider (Post 1882726)
2 quotes above are not from me VBDev! :), but I'm afraid the cache is not the issue. All the other templates (themes) are working except for the very first one. I tried a lot of things, reinstalling, removing the files, reuploading, refreshing cache, all does not work.

What is specific with your first style ?

Do you have a js error in that style ?

Quote:

Originally Posted by danyz81 (Post 1882814)
Hello,
After upgrade the window's smilies not working for me with error "page not found" and also some user have always in loop load page.
Thnks for any help or fix!

This is marked in the bug list ;)

Quote:

Originally Posted by sharemee (Post 1882817)
I want a link to the chat in my arcade so users can open the chat in a new small window when they click it.

ive played around with the "ARCADE" template in my admin panel but with no joy, can anyone shed some light on this little problem

There is no such option in the chatbox.

Quote:

Originally Posted by MAD--DOG (Post 1882838)
first i got database error so i upgrade to vb3.8.4 to fix it and now am getting this
Code:

Fatal error: Call to undefined method vb_activecache::flush() in /home/website1/public_html/forums/includes/adminfunctions_template.php(2359) : eval()'d code on line 6
from trying to install it,
place help me fix it!!!

This is not coming from the chatbox vb_activecache is not a chatbox function.

Quote:

Originally Posted by wAnBoA (Post 1882900)
Anyone has the problem with the new thread notification in the chatbox? Ever since i installed the ver 2.4.1 The new thread notification column in the chatbox is gone.

Have you check the notifications options ?

VBDev 09-11-2009 04:03 AM

Quote:

Originally Posted by frightie (Post 1882955)
I'm still not able to load any of the smilies after clicking the [More] link

It's in the bug list ;)

frightie 09-11-2009 04:13 AM

Ah, okay thanks.

Skyrider 09-11-2009 05:44 AM

VBDev.. The weird thing is that it doesn't work in the first style, and it does in the second style. What's the difference between those 2? Nothing! I duplicated the whole theme/style so they are both exactly the same. So it is weird it works on one, but not the other. While both themes are exactly the same. I'll try to check for errors though, know how to search for any? O_o, I have no idea how personally, heh. I need a reminder.

Skyrider 09-11-2009 06:18 AM

I fixed it VBDev.. I had to revert some templates to your new 2.4.1 template version. Seems that was the issue all along. PS:


MGC Chatbox Evo [ARCHIVE] and MGC Chatbox Evo created by MGC, Version 2.4.1, Copyright 2009 all rights reserved are not centered, how do I solve this?

Possible bug?

The "Activate the bot in the chatbox ?" was set to NO, but the bot answered me regardless when the option "user can talk to bot" enabled in the usergroup settings.

PPS2:
Can the bot also be a user rather than a guest? That you select the userID to use. I love this feature though!

PPS3:
Just an idea.. An option for the bot to private message the person rather than saying it in the chat box? So we can choose either display in chat or private message :D

Another bug report:
The "me" plugin/command is bugged. Once it is enabled, it'll display a "Loading ..." issue, which displays on all themes. Is this known or... Is it only me? I reinstalled everything, and the rest is working fine for me now.

EDIT BUG ABOVE:
Seems to happen with "announcement", "ban" , "del" "ignore", "announcement" and "slap", the others seems to work.


EDIT BUG ABOVE:
VBDev, with the above commands. when the commands are enabled, but the user is not on the list of "allowed to use", it'll stuck the using in the "loading ...." issue. For example, try to enable the "del" command and remove yourself from the allow list so the usergroup list is empty that are allowed to use it. You should be stuck in "loading ...." as well.

Michael.A 09-11-2009 07:40 AM

ever time i install MGC Chatbox i get this error

Code:

Fatal error: Call to undefined method vb_activecache::flush() in /home/my site/public_html/forums/includes/adminfunctions_template.php(2359) : eval()'d code on line 6
and ever time i uninstall it i get this error
Code:

-= my style name =- .Style ... (Templates) (StyleVars) (Replacement Variables)
Fatal error: Call to undefined method vb_activecache::flush() in /home/my site/public_html/forums/includes/adminfunctions_template.php(1014) : eval()'d code on line 4

some of the avatars wasn't showing on mgc 2.4.1 so i overwrite a downgraded to mgc 2.3.2 and that's how its all started now my hole site is acting up

ever thing its fixed but the avatars are not showing

danyz81 09-11-2009 09:13 AM

Hello, thanks for reply VBDev, im waiting for a fix about the smilies problem :)

For the loop on page load, i've fixed the problem easly with a cookie and cache reset.
(u can use cclenaer for that) All works :)

New issue: i dont know if there's also on the old versions
PM messages don't work for me (/pm user messages) 'cause it gives me always the same error: "user not exist" and i cant see the users online on the chatbox (on the admincp the option are activated)

Skyrider 09-11-2009 11:18 AM

Also, the "Notifications display choice" I don't think the melted in chats will do the trick.. All the new threads/posts are displayed at the bottom of the chat box while the chats are being displayed above the new threads/posts... No one can see the new chats now unless you scroll up. Would be better if new threads / posts will show the same way you type, for example:

Quote:

02:16 PM <FF|Skyrider> :o
02:17 PM <FF|Skyrider> Hey!
02:17 PM <Zapper> Hey man!
02:18 PM <FF|Skyrider> How are you?
02: 18 PM <Mous4u> Answered in thread : Vegeta..
02:18 PM <Zapper> I'm great!
^ something like that would be awesome.

jazde86 09-11-2009 12:38 PM

Bot system: regex would be wonderful, e.g. *time and whats the time? --> the time is now 15:37

And enable the bot in various channels too.

danyz81 09-11-2009 12:52 PM

Hello, I've found the problem for the "more smilies" issue. The link is wrong.

correct: mgc_cb_evo.php?do=showsmilies
wrong (on the current version): mgc_cb_evo.php/?do=showsmilies

how can i take away the "/" ?

DR AUTONAMUS 09-11-2009 02:19 PM

Tried all possible fixes for the "always loading" bug with no fix, even downgraded to the version I had before so could the issue be in the database?

Skyrider 09-11-2009 03:17 PM

Quote:

Originally Posted by DR AUTONAMUS (Post 1883174)
Tried all possible fixes for the "always loading" bug with no fix, even downgraded to the version I had before so could the issue be in the database?

Have you altered the original chat box templates? If so, you might want to revert them back.

defetzer 09-11-2009 03:57 PM

1 Attachment(s)
Quote:

Originally Posted by danyz81 (Post 1883120)
Hello, I've found the problem for the "more smilies" issue. The link is wrong.

correct: mgc_cb_evo.php?do=showsmilies
wrong (on the current version): mgc_cb_evo.php/?do=showsmilies

how can i take away the "/" ?

extract attached file and copy content to .\clientscript\mgc_cb_evo
Overwrite the old file and all will be fine :)

MythoLogy 09-11-2009 04:23 PM

Thank you defetzer! That fixed my problem.

dai-kun 09-11-2009 05:25 PM

This doesn't work too well with vbobptimize. I have to flush my cache after a period of using the chatbox, I will get an error saying something about cookies and header already sent, in place of where the forumdisplay threads are.

OnTheSideDesign 09-11-2009 05:43 PM

Hello, I had the chat working great up until i just upgraded to the september upgrade. I did already have the total new setup but decided to do the upgrade. I was working fine on my VBadvanced and on the forums fine. Now I cannot get my site to load when i run it on vbadvanced even when i reinstalled the module. I get the error below

Fatal error: Call to undefined function can_view_mgc_cb_evo() in /home/diyproj/public_html/modules/mgc_cb_evo.php on line 3

I tried to look that up but there is nothing in that file relating on line 3.

I try to also run it on the main forums and get this error repeated 6 times above the header.

Warning: in_array() [function.in-array]: Wrong datatype for second argument in [path]/includes/mgc_cb_evo/class_misc.php on line 412

Please can someone try to help me out. The last version was running fine but this is what i get for trying to fix something that wasnt broken, i just though that the few issues i was having would have been fixed with the upgrade, ugh haha now i have more.

Thank you VERY much

Ghostly24 09-11-2009 07:20 PM

Hey, I'm having a problem with the chat box. When someone makes a new post and or thread, it does not appear on the chat box. How do I fix this? All of the notification settings are turned on.

http://img12.imageshack.us/img12/8243/chat4w.jpg

And if you can't fix this, then can you tell me how to fix this on the older version?

_Thanks

danyz81 09-11-2009 07:38 PM

Quote:

Originally Posted by defetzer (Post 1883218)
extract attached file and copy content to .\clientscript\mgc_cb_evo
Overwrite the old file and all will be fine :)

Great dude thanks! an issue fixed :)

ozzy47 09-11-2009 08:51 PM

Some of my members see these messages on the home page at the top of the forums.
I am running vb 3.8.4 and I have installed and un installed the software twice to try and correct the problem. But still same thing. Shows up on all 9 skins I have set up.

Sorry if this been addressed before but I went through about 600 post's and my eyes are going to start bleeding, LOL.

I see above me has the issue too but a different line number.

Any help would be appreciated!

Warning: in_array() [function.in-array]: Wrong datatype for second argument in [path]/includes/mgc_cb_evo/class_display.php on line 886

Warning: in_array() [function.in-array]: Wrong datatype for second argument in [path]/mgc_cb_evo.php on line 342

Warning: in_array() [function.in-array]: Wrong datatype for second argument in [path]/includes/mgc_cb_evo/class_misc.php on line 347

ozzy47 09-11-2009 09:16 PM

Quote:

Originally Posted by defetzer (Post 1883218)
extract attached file and copy content to .\clientscript\mgc_cb_evo
Overwrite the old file and all will be fine :)


Not to sound stupid but where do I find \clientscript\mgc_cb_evo at?

MAD-DOG 09-11-2009 09:29 PM

Quote:

Originally Posted by ozzy47 (Post 1883344)
Not to sound stupid but where do I find \clientscript\mgc_cb_evo at?

here it is...
https://vborg.vbsupport.ru/attachmen...5&d=1252688123

MAD-DOG 09-11-2009 09:31 PM

Quote:

Originally Posted by Ghostly24 (Post 1883304)
Hey, I'm having a problem with the chat box. When someone makes a new post and or thread, it does not appear on the chat box. How do I fix this? All of the notification settings are turned on.

http://img12.imageshack.us/img12/8243/chat4w.jpg

And if you can't fix this, then can you tell me how to fix this on the older version?

_Thanks

me 2 man how do we fix this place help...

ozzy47 09-11-2009 09:35 PM

Quote:

Originally Posted by MAD-DOG (Post 1883353)


I have the file bro I need to know where to find where I put it

extract attached file and copy content to .\clientscript\mgc_cb_evo
Overwrite the old file and all will be fine

MAD-DOG 09-11-2009 09:41 PM

am guessing you new..!

Code:

/public_html/forums/clientscript/mgc_cb_evo

ozzy47 09-11-2009 09:48 PM

Quote:

Originally Posted by MAD-DOG (Post 1883370)
am guessing you new..!

Code:

/public_html/forums/clientscript/mgc_cb_evo



Thanks Bro I got it now, :D:up: Your the best! New to the server stuff

icarusforde 09-12-2009 01:06 AM

Quote:

Originally Posted by ozzy47 (Post 1883339)
Some of my members see these messages on the home page at the top of the forums.
I am running vb 3.8.4 and I have installed and un installed the software twice to try and correct the problem. But still same thing. Shows up on all 9 skins I have set up.

Sorry if this been addressed before but I went through about 600 post's and my eyes are going to start bleeding, LOL.

I see above me has the issue too but a different line number.

Any help would be appreciated!

Warning: in_array() [function.in-array]: Wrong datatype for second argument in [path]/includes/mgc_cb_evo/class_display.php on line 886

Warning: in_array() [function.in-array]: Wrong datatype for second argument in [path]/mgc_cb_evo.php on line 342

Warning: in_array() [function.in-array]: Wrong datatype for second argument in [path]/includes/mgc_cb_evo/class_misc.php on line 347

I'm also getting an error similar to this...

Quote:

Warning: include([path]/includes/mgc_cb_evo/plugins.php) [function.include]: failed to open stream: No such file or directory in [path]/includes/init.php(301) : eval()'d code on line 1

Warning: include() [function.include]: Failed opening '[path]/includes/mgc_cb_evo/plugins.php' for inclusion (include_path='.:/usr/local/php-5.2.6-1/share/pear') in [path]/includes/init.php(301) : eval()'d code on line 1

Warning: include([path]/includes/mgc_cb_evo/plugins.php) [function.include]: failed to open stream: No such file or directory in [path]/includes/functions.php(1377) : eval()'d code on line 3

Warning: include() [function.include]: Failed opening '[path]/includes/mgc_cb_evo/plugins.php' for inclusion (include_path='.:/usr/local/php-5.2.6-1/share/pear') in [path]/includes/functions.php(1377) : eval()'d code on line 3

Warning: include([path]/includes/mgc_cb_evo/plugins.php) [function.include]: failed to open stream: No such file or directory in [path]/global.php(355) : eval()'d code on line 59

Warning: include() [function.include]: Failed opening '[path]/includes/mgc_cb_evo/plugins.php' for inclusion (include_path='.:/usr/local/php-5.2.6-1/share/pear') in [path]/global.php(355) : eval()'d code on line 59

Warning: include([path]/includes/mgc_cb_evo/plugins.php) [function.include]: failed to open stream: No such file or directory in [path]/global.php(607) : eval()'d code on line 80

Warning: include() [function.include]: Failed opening '[path]/includes/mgc_cb_evo/plugins.php' for inclusion (include_path='.:/usr/local/php-5.2.6-1/share/pear') in [path]/global.php(607) : eval()'d code on line 80
Owner and members wont leave me alone atm! :P

Trying to see if downgrading to our older version (3.2.3 i think) will work

Edit: Doesnt look like it. :|

I'm also locked out of admin cp too - getting the same errors showing up there when i try get to it.

Anyone shed any light?

Skyrider 09-12-2009 05:53 AM

Quote:

Originally Posted by Ghostly24 (Post 1883304)
Hey, I'm having a problem with the chat box. When someone makes a new post and or thread, it does not appear on the chat box. How do I fix this? All of the notification settings are turned on.

http://img12.imageshack.us/img12/8243/chat4w.jpg

And if you can't fix this, then can you tell me how to fix this on the older version?

_Thanks

Not sure if someone has replied to you, but change the "merge" to "separated", currently it shows all the new threads & replies all under the chats, and the chats above the new threads & replies. There is also a new usergroup setting to allow them to view new threads/replies, you might want to look in to that.

& VBDev:
Possible you can add a feature to select a default chat channel for a specific usergroup? EG, I want members only to view the members chat box, while the guests have their own chat box to have fun with. This is to keep things separated. Shame I can't edit the default chat channel to disallow guests to post in there. I want them to talk in another channel instead.

As I mentioned in my previous replies. It would be great if the bot can be a member as well (selecting a specific ID) and that it will private message the user instead. This way, it won't spam the chat box! :D

EDIT 3:
VBDev, I know I am a lot of suggestions :p, but can you make a command so the bot also reacts to words in a line?

For example, I add the word "LOVE" in the chat box with the reply "I love you too!" I'd like the chat box to react to:

"Man, I love you so much right now"

Chat box: "I love you too!"

I'd like it to react to the word that has been mentioned in the line.

VBDev 09-12-2009 02:35 PM

Quote:

Originally Posted by FF|Skyrider (Post 1882985)
I fixed it VBDev.. I had to revert some templates to your new 2.4.1 template version. Seems that was the issue all along.

You always have to do so ;)

Quote:

Originally Posted by FF|Skyrider (Post 1882985)
MGC Chatbox Evo [ARCHIVE] and MGC Chatbox Evo created by MGC, Version 2.4.1, Copyright 2009 all rights reserved are not centered, how do I solve this?

In the mgc_cb_evo_archives template.

Quote:

Originally Posted by FF|Skyrider (Post 1882985)
The "Activate the bot in the chatbox ?" was set to NO, but the bot answered me regardless when the option "user can talk to bot" enabled in the usergroup settings.

Really ? Will note this.

Quote:

Originally Posted by FF|Skyrider (Post 1882985)
Can the bot also be a user rather than a guest? That you select the userID to use. I love this feature though!

Could be !

Quote:

Originally Posted by FF|Skyrider (Post 1882985)
Just an idea.. An option for the bot to private message the person rather than saying it in the chat box? So we can choose either display in chat or private message :D

No IMO it's better if everyone got info from the bot.

Quote:

Originally Posted by FF|Skyrider (Post 1882985)
The "me" plugin/command is bugged. Once it is enabled, it'll display a "Loading ..." issue, which displays on all themes. Is this known or... Is it only me? I reinstalled everything, and the rest is working fine for me now.

Seems to happen with "announcement", "ban" , "del" "ignore", "announcement" and "slap", the others seems to work.

It's only you !

Quote:

Originally Posted by FF|Skyrider (Post 1882985)
VBDev, with the above commands. when the commands are enabled, but the user is not on the list of "allowed to use", it'll stuck the using in the "loading ...." issue. For example, try to enable the "del" command and remove yourself from the allow list so the usergroup list is empty that are allowed to use it. You should be stuck in "loading ...." as well.

I tested that and didn't got the error.

Quote:

Originally Posted by danyz81 (Post 1883029)
New issue: i dont know if there's also on the old versions
PM messages don't work for me (/pm user messages) 'cause it gives me always the same error: "user not exist" and i cant see the users online on the chatbox (on the admincp the option are activated)

Check the syntax buddy :)

Quote:

Originally Posted by FF|Skyrider (Post 1883073)
Also, the "Notifications display choice" I don't think the melted in chats will do the trick.. All the new threads/posts are displayed at the bottom of the chat box while the chats are being displayed above the new threads/posts... No one can see the new chats now unless you scroll up. Would be better if new threads / posts will show the same way you type, for example:


^ something like that would be awesome.

I think it's currently working like that isn't it ?

Quote:

Originally Posted by jazde86 (Post 1883113)
Bot system: regex would be wonderful, e.g. *time and whats the time? --> the time is now 15:37

And enable the bot in various channels too.

Hey man :) Have you check the bot text entering ?? It's already implemented, you have to user {time} in the answer !

Quote:

Originally Posted by danyz81 (Post 1883120)
Hello, I've found the problem for the "more smilies" issue. The link is wrong.

correct: mgc_cb_evo.php?do=showsmilies
wrong (on the current version): mgc_cb_evo.php/?do=showsmilies

how can i take away the "/" ?

Yeah thought it was something like that but didn't yet had a look. Thanks for sharing.


All times are GMT. The time now is 11:40 PM.

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.05994 seconds
  • Memory Usage 1,905KB
  • 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
  • (36)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (5)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