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)

zelnik 09-02-2008 02:47 PM

Quote:

Originally Posted by sturdy (Post 1612815)
Imported the german lang-pack, why do I get "entrez voutre chat" in the textfield before entering any text the first time ?

You can change that in one of the options in the config in admincp

VBDev 09-02-2008 03:02 PM

Quote:

Originally Posted by zelnik (Post 1612835)
Yes I just get those in the error console, but if think it's a VBSEO issue with that as it mentions forum/plaza and there is not a directory called plaza but we have a section called the plaza on the forum.

But we get this error when you're watching the whois online when someone posts a message :

Unknown Location
/forum/clientscript/mgc_cb_evo_add/css/indicator.gif

Edit the jquery.autocomplete.css file in the clientscript/mgc_cb_evo_add/css directory and replace :
Code:

.ac_loading {
    background: white url('indicator.gif') right center no-repeat;
}

by

Code:

.ac_loading {
    background-color: white;
}

I'll correct that really minor issue in the next version :)

VBDev 09-02-2008 03:09 PM

Quote:

Originally Posted by Fireproof (Post 1612758)
Oh - okay, I get it now. :)

And yes, that would be a very CONVENIENT feature in the next version if it's not too difficult to implement.

Keep up the great work!!

Thank you for your support, it's a pleasure for me to build up this chatbox.

I am however a bit unhappy that my chatbox is now relegated at the second place here :( But that how life goes !

Anyway I know have decided to take less time on vBulletin due to my daywork, the company I own with 2 friends and my personnal life. I will only continue developping the chatbox which is the product that has brought me the biggest fun time during development :D And you guys through your donations and encouraging posts have kept me on the road to bring this product at the level it currently is and I thank you for that.

It's was a philosophic post made by me lol

Fireproof 09-02-2008 03:16 PM

That sounds reasonable, VBDev. I'm low on funds right now, so donation will have to come later. But I did nominate you for MOTM, for what it's worth. :)

Keep up the great work! :)

VBDev 09-02-2008 04:35 PM

I don't ask for donations ;)

It's up to eveyrone he he.

VBDev 09-02-2008 04:35 PM

* Thanks to Neutralizer for his kind donation

sturdy 09-02-2008 07:07 PM

Quote:

Originally Posted by zelnik (Post 1612837)
You can change that in one of the options in the config in admincp

Thanks dude, I already wondered about my intellegence because I didnt find any phrase for that :D

zelnik 09-02-2008 09:16 PM

Hi,

Thank you for taking the time to reply and find the little bug.

I have changed said file but it is still doing it is there anything I need to do after changing the file like rebuild a cache or anything?

Thanks in advance.

Quote:

Originally Posted by VBDev (Post 1612846)
Edit the jquery.autocomplete.css file in the clientscript/mgc_cb_evo_add/css directory and replace :
Code:

.ac_loading {
    background: white url('indicator.gif') right center no-repeat;
}

by

Code:

.ac_loading {
    background-color: white;
}

I'll correct that really minor issue in the next version :)


VBDev 09-03-2008 05:04 AM

You should perhaps empty your browser cache yes.

reitube 09-03-2008 10:13 AM

1 Attachment(s)
Quote:

Originally Posted by VBDev (Post 1612757)
Yes but in that case, how would the chat looks like ??

Could you make a small drawing ?

The chat would be used as a little shoutbox (or greeting box whatsoever).
I give an example as attachment.

First line: Username (the X means Mods can delete this item)
second line: Date and time
following lines: Message itself

Best Reagrds,

VBDev 09-03-2008 01:54 PM

Quote:

Originally Posted by reitube (Post 1613477)
The chat would be used as a little shoutbox (or greeting box whatsoever).
I give an example as attachment.

First line: Username (the X means Mods can delete this item)
second line: Date and time
following lines: Message itself

Best Reagrds,

I see what you mean but that option would affect the chatbox display on all pages. Which is not very beautiful on the forumhome page for example.

Angel-Wings 09-04-2008 03:07 AM

Installed :)

Just - I've reworked some JS / IF conditions like:

Quote:

<if condition="!empty($autocompletion_js)">
function mgc_cb_evo_autocomplete()
{
$("#mgc_cb_evo_input").autocomplete([$autocompletion_js]);
}
$(document).ready(function(){
mgc_cb_evo_autocomplete();
}
);</if>
Before the "IF" condition was inside the function and so created an empty JS function used for nothing.
Also about the Collapse / Show mode:

Quote:

<span id="mgc_cb_evo_title_opened"
<if condition="$vbcollapse[collapseobj_mgc_cb_evo] == ''">
<else />
style="display: none;"
</if>
>
....
<span id="mgc_cb_evo_title_closed"
<if condition="$vbcollapse[collapseobj_mgc_cb_evo] == ''">
style="display: none;"
</if>
>
Got a CSS warning - specially about the first one - because the IF condition produced an empty:

Quote:

style='display: ';
This fixes this :)

VBDev 09-04-2008 04:45 AM

Quote:

Originally Posted by Angel-Wings (Post 1614096)
Installed :)

Just - I've reworked some JS / IF conditions like:



Before the "IF" condition was inside the function and so created an empty JS function used for nothing.
Also about the Collapse / Show mode:



Got a CSS warning - specially about the first one - because the IF condition produced an empty:



This fixes this :)

Oh yes thanks for the info :) I'll add it to the "bug list" to be fixed !

solidlink 09-04-2008 04:48 AM

i've got 2 questions....... how does it affect the server load? is there anyway to clear the logs or sth? thx

solidlink 09-04-2008 04:58 AM

all the commands does not seem to work for me?

# /me : well known IRC command
# /del : remove shouts (different possibilities of removal)
# /ignore : ignore shouts from another user
# /ban : ban user from chatbox
# /pm : send a private chat to another user
# /announcement : modify the announcement on top of the chatbox

txspaderz 09-04-2008 06:48 AM

I'm getting this error when going: /ban show

Any idea's? I did uninstall the old chatbox too

Quote:

Database error in vBulletin 3.7.3:

Invalid SQL:

SELECT username,userid,usergroupid,displaygroupid
FROM user
WHERE mgc_cb_evo_banned='1'
ORDER BY username ASC;

MySQL Error : Unknown column 'mgc_cb_evo_banned' in 'where clause'
Error Number : 1054
Request Date : Thursday, September 4th 2008 @ 02:41:00 AM
Error Date : Thursday, September 4th 2008 @ 02:41:00 AM
Script : http://www.*****.com/forum/mgc_cb_evo.php?do=showban
Referrer : http://www.****.com/forum/index.php?
IP Address :
Username :
Classname : vB_Database
MySQL Version : 5.0.51a-community

carphead 09-04-2008 10:26 AM

I'm trying to disable this style on a pair of styles (Iphone and a fast loading text only style). But when I go into the Chatbox display on forumhome theres is no $search_text = '$forumhome_markread_script';. Has the plug in changed?

Code:

if($vbulletin->options['mgc_cb_evo_active'] && $vbulletin->userinfo['mgc_cb_evo_show'] && can_view_mgc_cb_evo())
{
  require_once(DIR . '/includes/functions_mgc_cb_evo.php');
   
  if (can_view_mgc_cb_evo() && $vbulletin->options['mgc_cb_evo_forumhome'])
  {
      /* Stats */
      if ($vbulletin->options['mgc_cb_evo_forumhome_stats'])
      {
        $mgc_cb_evo_stats = construct_mgc_cb_evo_forumhome_stats();
      }
     
     
      $replace = ' $mgc_cb_evo ';
     
      if($vbulletin->options['mgc_cb_evo_forumhome'] == 1)
      {
          $find = '$navbar';
          $brb = ' ';
          $bra = ' <br />';
      }
      else
      {
          $find = '$forumhome_markread_script';
          $brb = ' <br />';
          $bra = ' ';
      }
     
      $mgc_cb_evo = build_mgc_cb_evo_display($vbulletin->options['mgc_cb_evo_normalmode_height']);

      $vbulletin->templatecache['FORUMHOME'] = str_replace($find,$find . $brb . $replace . $bra,$vbulletin->templatecache['FORUMHOME']);
  }
}


VBDev 09-04-2008 11:08 AM

Quote:

Originally Posted by solidlink (Post 1614145)
i've got 2 questions....... how does it affect the server load? is there anyway to clear the logs or sth? thx

The new version is very light on the server load, far more than it used to be.

Yes it's possible through the use of a command or a periodic cron task or directly from the archives with a inline moderation removal tool.

Quote:

Originally Posted by solidlink (Post 1614150)
all the commands does not seem to work for me?

# /me : well known IRC command
# /del : remove shouts (different possibilities of removal)
# /ignore : ignore shouts from another user
# /ban : ban user from chatbox
# /pm : send a private chat to another user
# /announcement : modify the announcement on top of the chatbox

You have to set permissions boy :) Check the command management tool in the admincp.

Quote:

Originally Posted by txspaderz (Post 1614183)
I'm getting this error when going: /ban show

Any idea's? I did uninstall the old chatbox too

Did you install the 1.0.0 chatbox just when released or more recently ?

Coz there was a small mistake in the first zip file of the 1.0.0.

Quote:

Originally Posted by carphead (Post 1614281)
I'm trying to disable this style on a pair of styles (Iphone and a fast loading text only style). But when I go into the Chatbox display on forumhome theres is no $search_text = '$forumhome_markread_script';. Has the plug in changed?

Code:

if($vbulletin->options['mgc_cb_evo_active'] && $vbulletin->userinfo['mgc_cb_evo_show'] && can_view_mgc_cb_evo())
{
  require_once(DIR . '/includes/functions_mgc_cb_evo.php');
   
  if (can_view_mgc_cb_evo() && $vbulletin->options['mgc_cb_evo_forumhome'])
  {
      /* Stats */
      if ($vbulletin->options['mgc_cb_evo_forumhome_stats'])
      {
        $mgc_cb_evo_stats = construct_mgc_cb_evo_forumhome_stats();
      }
     
     
      $replace = ' $mgc_cb_evo ';
     
      if($vbulletin->options['mgc_cb_evo_forumhome'] == 1)
      {
          $find = '$navbar';
          $brb = ' ';
          $bra = ' <br />';
      }
      else
      {
          $find = '$forumhome_markread_script';
          $brb = ' <br />';
          $bra = ' ';
      }
     
      $mgc_cb_evo = build_mgc_cb_evo_display($vbulletin->options['mgc_cb_evo_normalmode_height']);

      $vbulletin->templatecache['FORUMHOME'] = str_replace($find,$find . $brb . $replace . $bra,$vbulletin->templatecache['FORUMHOME']);
  }
}


Sorry it's not $search_text but $find.

txspaderz 09-04-2008 03:54 PM

Quote:

Originally Posted by VBDev (Post 1614303)
Did you install the 1.0.0 chatbox just when released or more recently ?

Coz there was a small mistake in the first zip file of the 1.0.0.

Hi!

I downloaded it last night around midnight CST if that helps.

gtcompscientist 09-04-2008 04:56 PM

Quote:

Originally Posted by Ranger187 (Post 1588808)
I figured it out.....

MOD_SECURITY on linux boxes disables this plugin from working...

edit/create .htaccess

Add

Code:

<IfModule mod_security.c>
  SecFilterEngine Off
  SecFilterScanPOST Off
</IfModule>

Place this in the root of the forum. Done. ;)

Ranger - Thanks for this... after the upgrade lots of users were complaining of problems, and this fixed it straight-away.

VBDev 09-05-2008 04:01 AM

Quote:

Originally Posted by txspaderz (Post 1614474)
Hi!

I downloaded it last night around midnight CST if that helps.

Hum then it should be ok.

Can you check your user table in the database to check if the mgc_cb_evo_banned and mgc_cb_evo_ignored field exists ?

txspaderz 09-05-2008 06:09 AM

They do not exist... All I have is mgc_cb_evo_params and mgc_cb_evo_channel_activities

VBDev 09-05-2008 06:50 AM

Hum. Try uninstalling the product and installing it back again to see if afterwards they appear.

nimafire 09-05-2008 07:52 AM

Quote:

Originally Posted by Rajdeep (Post 1535206)
I have solved tht problem.Chat box is showing up but now when i type something in chatbox and press ok i cnt see it

I have the same problem

txspaderz 09-05-2008 06:28 PM

Done:

Same:
Code:

Database error in vBulletin 3.7.3:

Invalid SQL:

      SELECT username,userid,usergroupid,displaygroupid
      FROM user
      WHERE mgc_cb_evo_banned='1'
      ORDER BY username ASC;

MySQL Error  : Unknown column 'mgc_cb_evo_banned' in 'where clause'
Error Number  : 1054
Request Date  : Friday, September 5th 2008 @ 02:28:06 PM
Error Date    : Friday, September 5th 2008 @ 02:28:07 PM
Script        : http://www.xxxxxx.com/forum/mgc_cb_evo.php?do=showban
Referrer      : http://www.xxxxxxx.com/forum/index.php?
IP Address    :
Username      :
Classname    : vB_Database
MySQL Version : 5.0.51a-community


g0dfather1984 09-05-2008 07:13 PM

Is there a way to limit X amount of posts needed per hour, besides per 24 hours?

ngalonas 09-05-2008 09:36 PM

i have a problem with chatbox,i have try install all chatbox mod from vb.org but no one have the greek language,what is the problem

lolo? 09-06-2008 04:59 AM

hy vbdev i have a probleme
all my command dosent works and i give the permission on admin cp
I have unisntall all and re install re upload all fille but it's the same
test on firefox3 and IE
not works for me :(

Keyser Soze 09-06-2008 06:34 AM

Regarding the mysql-error with the ban-command: Creating the missing column 'mgc_cb_evo_banned' in your user table will fix this error :)

Ville 09-06-2008 07:47 PM

Is there a way to hide the "general" chat entirely, or from a specific user group? I'd like to give a specific user group access to a specific channel only. In other words, I wouldn't want that user group to see the "general" chat at all.

There could be another channel set up for all users to see, so the "general" chat could be technically hidden from everyone if it were possible to assign a default channel per user group.

Gamempire 09-07-2008 08:43 AM

the chat doesn't work anymore...it say always "Loading..."
if i write something, it refresh the table on mysql but it doesn't display nothing, and it say always "Loading..."

what can i do?

Ky Kiske 09-07-2008 10:00 AM

Quote:

Originally Posted by Gamempire (Post 1616452)
the chat doesn't work anymore...it say always "Loading..."
if i write something, it refresh the table on mysql but it doesn't display nothing, and it say always "Loading..."

what can i do?

My advice is downgrade to 0.5.0. It's less buggy. I had this problem and just downgraded.

yeku 09-07-2008 01:16 PM

Problem with the letter ñ and accents...

What can I do?

thanks

NeutralizeR 09-07-2008 06:06 PM

I'm not sure if it's discussed before but banned user can still send messages untill he refreshes the page.

lord eriol 09-07-2008 06:22 PM

great chat.... a lot of useful options, thanks

however, i tried on vb 3.7.2 and some stuff seem doesn't function:
- if I disable users to use BBcode, and assign default text color to groups (from usergroup permissions), inside chatbox the bbcode aren't translated, in other words I see date/time - user [ color = X] message [ /color ].
to obtain colored text I MUST abilitate users to use BBcode, but if you set this, ALL options of text formatting are available to users (font, size, etc.)
In my forum I want that users can choose ONLY color (and if possible, in a easy way... user cp/option is not much friendly), no other text formatting options... hoping for a fix soon here (or other way to solve)

- some commands seems doesn't function
I have abilitated all commands from admin cp, and set user permissions (admin can use all)
but in chat box some command doesn't function properly
/ me command don't cause any output on chat
/pm username message, say that user not exist (i cheched double spelling and case)

not tried others commands for now
edit: /del all is ok
/ me is ok now! But i must abilitate this command for Registered Users too to use it... if i abilitate admin ONLY, admin cant'use it! Why?
/pm don't function, get ever same error "l'utiliseteur no existe pas" (admin and registered user are abilitated to use it)

- Order of smilies
if I set order of smilies "as from admin panel order" i get random order instead...
only if I set NO on "same admin panel order", i get first X smilies ORDERED as is in admin panel (X is the numbers of smilies that show directly on chatbox clicking on smilie button), but clicking on "more"... others smilies seems random (not same order as admin panel order anyway)

- refreshing time
i just don't understand what is that 30 sec defaut value for refreshing... what that mean? (i set 10 seconds here, but i'm worried about server load)

Ville 09-08-2008 12:12 AM

Quote:

Originally Posted by Ville (Post 1616118)
Is there a way to hide the "general" chat entirely, or from a specific user group? I'd like to give a specific user group access to a specific channel only. In other words, I wouldn't want that user group to see the "general" chat at all.

Since/if it doesn't seem to be possible to hide the general chat, it would be an excellent new feature! That way it would be possible to assign channel per user group (and lock them in to the assigned channel).

VBDev 09-09-2008 04:12 AM

Quote:

Originally Posted by txspaderz (Post 1615323)
Done:

Same:
Code:

Database error in vBulletin 3.7.3:

Invalid SQL:

      SELECT username,userid,usergroupid,displaygroupid
      FROM user
      WHERE mgc_cb_evo_banned='1'
      ORDER BY username ASC;

MySQL Error  : Unknown column 'mgc_cb_evo_banned' in 'where clause'
Error Number  : 1054
Request Date  : Friday, September 5th 2008 @ 02:28:06 PM
Error Date    : Friday, September 5th 2008 @ 02:28:07 PM
Script        : http://www.xxxxxx.com/forum/mgc_cb_evo.php?do=showban
Referrer      : http://www.xxxxxxx.com/forum/index.php?
IP Address    :
Username      :
Classname    : vB_Database
MySQL Version : 5.0.51a-community


Quote:

Originally Posted by Keyser Soze (Post 1615658)
Regarding the mysql-error with the ban-command: Creating the missing column 'mgc_cb_evo_banned' in your user table will fix this error :)

Yes but the table is supposed to be created upon product install !

Anyone else having the problem of ban feature not working due to sql error ?

Quote:

Originally Posted by g0dfather1984 (Post 1615340)
Is there a way to limit X amount of posts needed per hour, besides per 24 hours?

Unless you modify the code no there isn't.

Quote:

Originally Posted by ngalonas (Post 1615436)
i have a problem with chatbox,i have try install all chatbox mod from vb.org but no one have the greek language,what is the problem

This is because no greek speaker has translated the chatbox mod in greek.

Quote:

Originally Posted by lolo? (Post 1615641)
hy vbdev i have a probleme
all my command dosent works and i give the permission on admin cp
I have unisntall all and re install re upload all fille but it's the same
test on firefox3 and IE
not works for me :(

You have given the permissions in the command manager ?

VBDev 09-09-2008 04:17 AM

Quote:

Originally Posted by Ville (Post 1616118)
Is there a way to hide the "general" chat entirely, or from a specific user group? I'd like to give a specific user group access to a specific channel only. In other words, I wouldn't want that user group to see the "general" chat at all.

There could be another channel set up for all users to see, so the "general" chat could be technically hidden from everyone if it were possible to assign a default channel per user group.

Currently no, it's not possible without code modification. I will work on it only if more than one user are interested :)

Quote:

Originally Posted by Gamempire (Post 1616452)
the chat doesn't work anymore...it say always "Loading..."
if i write something, it refresh the table on mysql but it doesn't display nothing, and it say always "Loading..."

what can i do?

When did it stop working ? After upgrade ?

Have you tried refreshing your browser cache ?

Quote:

Originally Posted by Ky Kiske (Post 1616484)
My advice is downgrade to 0.5.0. It's less buggy. I had this problem and just downgraded.

Excuse me buddy but it's not very constructive to act that way !

Downgrading stop your problems perhaps but doesn't help finding out what's wrong in the current version.

Quote:

Originally Posted by yeku (Post 1616593)
Problem with the letter ? and accents...

What can I do?

thanks

Do you have the same problems in the other ajax features of vBulletin ? (perhaps you haven't ajax activated in the other part of your forum like quick edit or quick reply ?)

Quote:

Originally Posted by NeutralizeR (Post 1616807)
I'm not sure if it's discussed before but banned user can still send messages untill he refreshes the page.

Hum really ? I'll add this to the bug list then thank you for reporting it.

VBDev 09-09-2008 04:26 AM

Quote:

Originally Posted by lord eriol (Post 1616815)
- if I disable users to use BBcode, and assign default text color to groups (from usergroup permissions), inside chatbox the bbcode aren't translated, in other words I see date/time - user [ color = X] message [ /color ].
to obtain colored text I MUST abilitate users to use BBcode, but if you set this, ALL options of text formatting are available to users (font, size, etc.)
In my forum I want that users can choose ONLY color (and if possible, in a easy way... user cp/option is not much friendly), no other text formatting options... hoping for a fix soon here (or other way to solve)

You can activate only the color selection to users.

You have to activate the bbcode for user formatting and then there is another option with checkboxes to select which formatting options they have.

Quote:

Originally Posted by lord eriol (Post 1616815)
- some commands seems doesn't function
I have abilitated all commands from admin cp, and set user permissions (admin can use all)
but in chat box some command doesn't function properly
/ me command don't cause any output on chat
/pm username message, say that user not exist (i cheched double spelling and case)

not tried others commands for now
edit: /del all is ok
/ me is ok now! But i must abilitate this command for Registered Users too to use it... if i abilitate admin ONLY, admin cant'use it! Why?
/pm don't function, get ever same error "l'utiliseteur no existe pas" (admin and registered user are abilitated to use it)

You only set admin to be able to use the me command and that doesn't work ? I did tested like that when developping the chatbox and I remember it was working.

Is admin the main usergroup for you ?

For the pm command, I think you have misused it, check the syntax in the chatbox help or use directly the PM sending feature in the little menu near each chat.

Quote:

Originally Posted by lord eriol (Post 1616815)
- Order of smilies
if I set order of smilies "as from admin panel order" i get random order instead...
only if I set NO on "same admin panel order", i get first X smilies ORDERED as is in admin panel (X is the numbers of smilies that show directly on chatbox clicking on smilie button), but clicking on "more"... others smilies seems random (not same order as admin panel order anyway)

I haven't understand the first part of your sentence.

The more windows doesn't take into account the option of the acp. Really should ?

Quote:

Originally Posted by lord eriol (Post 1616815)
- refreshing time
i just don't understand what is that 30 sec defaut value for refreshing... what that mean? (i set 10 seconds here, but i'm worried about server load)

Don't worry with 10 seconds your server load won't explode with the last version of the chatbox :)

lolo? 09-09-2008 06:29 AM

Hy Vbdev yes i have given the permissions in the command manager.

Quand j'utilise une commande le texte area de la shout ce grise et je ne peu plus envoyer de shout je suis oblig" de change de page et revenir pour que je puisse a nouveau parler


All times are GMT. The time now is 04:49 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.07528 seconds
  • Memory Usage 1,907KB
  • 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
  • (9)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