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)
-   -   Add-On Releases - vBSSO - vBulletin Single Sign-On (https://vborg.vbsupport.ru/showthread.php?t=270517)

tambo 05-26-2013 07:10 PM

Quote:

Originally Posted by Syxguns (Post 2420110)
...useful stuff...

Thanks for the reply, man. I kinda gave up on Wordpress as it just would not connect properly, however, I have had more success with mediawiki (of a sort), which leads me to...
Quote:

Originally Posted by xeagle (Post 2420164)
Dear tambo,

...Could you please clean up "Access Settings"...

Xeagle,

I've managed to get this connected to MediaWiki 1.20.6, however, I'm having some real difficulties understanding what each setting is supposed to do.

You've made something that looks awesome. The downside of that is that you now get a load of demanding people trying to use it! :D

I need help... but you guys seriously need some step-by-step documentation and definitions! So I figured I'd construct my question in a way that starts making that documentation for you... and you can fill in the blanks.

Things you need to clarify are in red.

Here is my current Vbulletin-MediaWiki set-up:

Step 1: vBulletin Installation
  • Upload everything from the unzipped "upload" folder to the `/` root directory of forum (in my case "/vb")
  • Log in to forum Admin Control Panel as administrator
  • Navigate to 'Plugins & Products' section
  • Expand section and click on the 'Manage Products' link
  • Scroll down in the right-hand frame until you find 'Add/Import Product' link
  • Click on the link and browse for vbsso.xml file
  • Click on the import button

Step 2: MediaWiki Installation
  • Download MediaWiki vBSSO.
  • Unzip and upload everything to `/extensions/vbsso/` directory of your MediaWiki installation.
  • Log in to MediaWiki as administrator.
  • Open `LocalSettings.php` file in the root of MediaWiki installation and add:
    Code:

    require_once( “$IP/extensions/vbsso/vbsso.php” );
  • Make sure that *.conf files are writable. (I see two such files: "platform.conf" and "vbsso.conf" - who should they be writable to? At the point of installation, chmod is set to 644. Is this enough?)

Step 3: MediaWiki Configuration
  • Log into Administrator account on MediaWiki installation.
  • Navigate to 'Special Pages'.
  • At the bottom, under 'Other special pages', click 'vBSSO' and you will be taken to the 'Special:Vbssoconfig' page.
  • Fill in the shared platform key to one of your choice (this will need to match what you put in vBulletin in the next step).
  • Click Submit.
  • Your completed form should now look like this:

    https://vborg.vbsupport.ru/external/2013/05/7.png

Step 4: vBulletin Configuration
  • Log in to forum Admin Control Panel as administrator
  • Navigate to the vBSSO section near the top of the left-hand frame
  • Expand the section and click 'Connect a Platform'
  • Insert the respective details from the wiki's 'Special:Vbssoconfig' page. Your completed form should look like this:

    https://vborg.vbsupport.ru/external/2013/05/8.png

  • Click 'Connect'.
  • After receiving confirmation, you should now have the following connection in green at the bottom of the page:

    https://vborg.vbsupport.ru/external/2013/05/9.png

At this point, any vBulletin account can successfully log into MediaWiki as a 'User'. However, I would like to restrict this to particular usergroups. In the example below, I go to 'Access Settings' and set the usergroup to 6 (vBulletin Admin usergroup number).

https://vborg.vbsupport.ru/external/2013/05/10.png

Despite this, it's still permitting access to other usergroups. 'Registered Users' (usergroup 2) are able to log into and edit the wiki.

Further questions that aren't clear to me:
  • What do the 'Login Access Setting' do, and why are they arranged in a 2x2 checkbox formation? They don't seem to have an effect.

  • If I were to remove the top-right checkbox (the only one I can toggle in the example above), what is supposed to be the effect?

  • Also, what is the effect of the 'Connection Settings' and 'Master Platform'? On installation, I left it alone, but have since changed it to match the MediaWiki key, as shown below. Again, it has not made much difference.

    https://vborg.vbsupport.ru/external/2013/05/11.png

  • Assuming the plugin does handle usergroups, how does the plugin handle a change of usergroup? So if I ban someone in vBulletin, is their access revoked in MediaWiki too?

xeagle 05-28-2013 01:06 PM

Quote:

Originally Posted by tambo (Post 2424354)
Thanks for the reply, man. I kinda gave up on Wordpress as it just would not connect properly, however, I have had more success with mediawiki (of a sort), which leads me to...

tambo, great start for knowledge base! Unfortunately we admit there is a lack of useful documentation and the summer is a season when vBSSO is committed to change this to the better state.

Regarding to your questions:
Q: Make sure that *.conf files are writable. (I see two such files: "platform.conf" and "vbsso.conf" - who should they be writable to? At the point of installation, chmod is set to 644. Is this enough?)

A: platform.conf and vbsso.conf. In most cases 644 is not enough, because the web application server should have a permission to update those files.

Q: Despite this, it's still permitting access to other usergroups. 'Registered Users' (usergroup 2) are able to log into and edit the wiki.

A: It shouldn't happen, we will check it.

Q: What do the 'Login Access Setting' do, and why are they arranged in a 2x2 checkbox formation? They don't seem to have an effect.

A: It's another type of configuration. For example if there are more than 2 platforms connected to vBulletin it makes sense to log user from WordPress and skip sign-in to MediaWIki for example and it's regulated by checkbox from left(source platform) to right(destination platform).

Q: Also, what is the effect of the 'Connection Settings' and 'Master Platform'? On installation, I left it alone, but have since changed it to match the MediaWiki key, as shown below. Again, it has not made much difference.

A: Connection Settings are used if you want to connect one vBulletin forum to another one and slave forum settings are configured at Connection Settings.

Q: Assuming the plugin does handle usergroups, how does the plugin handle a change of usergroup? So if I ban someone in vBulletin, is their access revoked in MediaWiki too?

A: Latest version of MediaWiki doesn't support usergroups. MediaWiki usergroups support is in progress.

We hope our answers bring more understanding to you.

Chris Beveridge 05-29-2013 01:13 PM

I went to install this on a VB 4.2 install today and in doing the import, it returned these errors:

We have identified the potential buggy hooks / plugins conflicted with vBSSO. If you experience any issues with vBSSO, please resolve the conflicts before contacting the support team.
You need to replace highlighted code with this pattern:
require_once(DIR . '/path/to/plugin/file.php');

Title Hook Location Hook code
GlowHost - Spam-O-Matic: AKISMET SPAM filter newpost_process
require_once('includes/functions_ghsom.php');

GlowHost - Spam-O-Matic: Finish Registration register_addmember_complete
require_once('includes/functions_ghsom.php');
SOM_UpdateLog();
GlowHost - Spam-O-Matic: Registration Pre-Check register_addmember_process
require_once('includes/functions_ghsom.php');
SOM_Process();
GlowHost - Spam-O-Matic: First Post/Thread Control threadfpdata_presave
require_once('includes/functions_ghsom.php');

GlowHost - Spam-O-Matic: Replies Control postdata_presave
require_once('includes/functions_ghsom.php');

Form actions inlinemod_action_switch
require_once('includes/functions_ghsom.php');
SOM_cleanupProcess();

tambo 05-29-2013 03:05 PM

Quote:

Originally Posted by xeagle (Post 2424628)
A: platform.conf and vbsso.conf. In most cases 644 is not enough, because the web application server should have a permission to update those files.

666 then?

Quote:

Originally Posted by xeagle (Post 2424628)
Despite this, it's still permitting access to other usergroups. 'Registered Users' (usergroup 2) are able to log into and edit the wiki.

A: It shouldn't happen, we will check it.

Hmmm... so, as I understand it, only the array of vBulletin usergroups IDs defined in 'Access Settings' should be provided access to the default "Users" MediaWiki usergroup?

For your info, I'm running vB 4.2.1 and MW 1.20.6.

Do you require access to my test site to verify/compare?

Happy to do so, if needed.
Quote:

Originally Posted by xeagle (Post 2424628)
A: It's another type of configuration. For example if there are more than 2 platforms connected to vBulletin it makes sense to log user from WordPress and skip sign-in to MediaWIki for example and it's regulated by checkbox from left(source platform) to right(destination platform).

Understood, thankyou.

Quote:

Originally Posted by xeagle (Post 2424628)
A: Connection Settings are used if you want to connect one vBulletin forum to another one and slave forum settings are configured at Connection Settings.

Understood.

Quote:

Originally Posted by xeagle (Post 2424628)
A: Latest version of MediaWiki doesn't support usergroups. MediaWiki usergroups support is in progress.

Being able to match specific vB usergroup IDs to specific MediWiki usergroup names (and have a change in the vBulletin usergroup effect a change in the MediWiki usergroup) would be pretty much awesome.

xeagle 05-30-2013 05:07 PM

Quote:

Originally Posted by Chris Beveridge (Post 2424791)
I went to install this on a VB 4.2 install today and in doing the import, it returned these errors:

We have identified the potential buggy hooks / plugins conflicted with vBSSO. If you experience any issues with vBSSO, please resolve the conflicts before contacting the support team.
You need to replace highlighted code with this pattern:
require_once(DIR . '/path/to/plugin/file.php');

Title Hook Location Hook code
GlowHost - Spam-O-Matic: AKISMET SPAM filter newpost_process
require_once('includes/functions_ghsom.php');

GlowHost - Spam-O-Matic: Finish Registration register_addmember_complete
require_once('includes/functions_ghsom.php');
SOM_UpdateLog();
GlowHost - Spam-O-Matic: Registration Pre-Check register_addmember_process
require_once('includes/functions_ghsom.php');
SOM_Process();
GlowHost - Spam-O-Matic: First Post/Thread Control threadfpdata_presave
require_once('includes/functions_ghsom.php');

GlowHost - Spam-O-Matic: Replies Control postdata_presave
require_once('includes/functions_ghsom.php');

Form actions inlinemod_action_switch
require_once('includes/functions_ghsom.php');
SOM_cleanupProcess();

Chris, try please go over those hooks ("Plugins & Products" section) and replace the includes in require_once('lib') with the require_once(DIR . '/lib'); where "lib" is included script.

xeagle 05-31-2013 04:44 AM

Quote:

Originally Posted by tambo (Post 2424805)
666 then?


Hmmm... so, as I understand it, only the array of vBulletin usergroups IDs defined in 'Access Settings' should be provided access to the default "Users" MediaWiki usergroup?

For your info, I'm running vB 4.2.1 and MW 1.20.6.

Do you require access to my test site to verify/compare?

Happy to do so, if needed.

Understood, thankyou.


Understood.


Being able to match specific vB usergroup IDs to specific MediWiki usergroup names (and have a change in the vBulletin usergroup effect a change in the MediWiki usergroup) would be pretty much awesome.

#1 Just ensure that your *.conf files are writable by application server, so, keep using extension connecting mediawiki to vBulletin.

#2 if 'Access Settings' is specified, yes, access only to those certain usergroups is allowed, otherwise for all.

If you have a more tech questions please don't hesitate to contact vBSSO support team. :)

Syxguns 06-03-2013 03:55 PM

xeagle-
Has your team been successful in making this modification work with "https" for a member that paid for it? I've been waiting for quite some time. Do I need to take the time to see if I can make the changes to the code myself?

I really like this plug-in but it will not work for me!

Quote:

Why Is A SSL Certificate Required?

With booming Internet trends and fraud, most will not submit their private details on the web unless they know that the information they provide is securely transmitted and not accessible for anyone to view.

xeagle 06-04-2013 10:48 AM

Quote:

Originally Posted by Syxguns (Post 2425557)
xeagle-
Has your team been successful in making this modification work with "https" for a member that paid for it? I've been waiting for quite some time. Do I need to take the time to see if I can make the changes to the code myself?

I really like this plug-in but it will not work for me!

The latests version of vBSSO support https connection between vBulletin and WordPress. So, vBSSO readme.txt was updated for WordPress, please feel free to give it a try.

tambo 06-11-2013 05:03 PM

Quote:

Originally Posted by xeagle (Post 2424628)
Q: Despite this, it's still permitting access to other usergroups. 'Registered Users' (usergroup 2) are able to log into and edit the wiki.

A: It shouldn't happen, we will check it.

Were you able to replicate this, or do I need to work on my installation?

Cheers

xeagle 06-13-2013 10:11 AM

Quote:

Originally Posted by tambo (Post 2427421)
Were you able to replicate this, or do I need to work on my installation?

Cheers

The issue was replicated and fix would be actually a part of soonest vBSSO vBulletin update with features and improvements.

tambo 06-13-2013 04:46 PM

Neat! Thanks for the reply! Look forward to the next update.

rmd1 06-29-2013 10:21 PM

hello,

i would like to use your single sign on system to have vb users post comments on wp articles. but i do want to keep my wp users (editors / my staff) to create the content.
a couple of weeks/months ago you told me this is on your list - are there any news about it?

also, does your plugin work with the WP Plugin "WP Super Cache" ? Right now I am using the lampwrights plugin for the needs described above, but WP Super Cache doesnt work with it, so I would be happy if vbSSO would solve the problem - would be happy to buy the pro version if it does its job.

Da^MsT 07-03-2013 02:54 AM

Having trouble with "forum/vbsso/profile.php?do=dst" which gives the user a 404 on registration. If I disable vBSSO in vB, it works lite i should.

xeagle 07-03-2013 07:17 AM

Quote:

Originally Posted by rmd1 (Post 2431256)
hello,

i would like to use your single sign on system to have vb users post comments on wp articles. but i do want to keep my wp users (editors / my staff) to create the content.
a couple of weeks/months ago you told me this is on your list - are there any news about it?

also, does your plugin work with the WP Plugin "WP Super Cache" ? Right now I am using the lampwrights plugin for the needs described above, but WP Super Cache doesnt work with it, so I would be happy if vbSSO would solve the problem - would be happy to buy the pro version if it does its job.

Hi rmd1,

Answering your first question - yes, it's possible. The recent release of vBSSO vBulletin and vBSSO WordPress supports usergroups <> roles synchronization. To accomplish this, you should create the required roles in WordPress grant them the necessary permissions, configure usergroups in vBulletin, open vBSSO WordPress Settings and connect those roles to the certain vBulletin usergroups. This would connect your users to the certain WordPess roles.

Regarding to the SuperCache, we recommend you to contact vBSSO support team - http://vbsso.com/request-new-feature/ and they would help you to figure out.

xeagle 07-03-2013 07:24 AM

Quote:

Originally Posted by Da^MsT (Post 2431804)
Having trouble with "forum/vbsso/profile.php?do=dst" which gives the user a 404 on registration. If I disable vBSSO in vB, it works lite i should.

It looks like the vBulletin option "Always use Forum URL as Base Path" is turned off. It has to be enabled.

Da^MsT 07-04-2013 04:55 AM

Quote:

Originally Posted by xeagle (Post 2431833)
It looks like the vBulletin option "Always use Forum URL as Base Path" is turned off. It has to be enabled.

No, thats not it. I do have that option enabled.

Oh, I'm on Nginx if that makes any differens?

xeagle 07-04-2013 06:22 AM

Quote:

Originally Posted by Da^MsT (Post 2431979)
No, thats not it. I do have that option enabled.

Oh, I'm on Nginx if that makes any differens?

It shouldn't make any difference generally. Could you please contact support team http://vbsso.com/report-an-issue/ describing the steps you use to reproduce your case on your website.

rmd1 07-08-2013 01:43 PM

Quote:

Originally Posted by xeagle (Post 2431832)
Hi rmd1,

Answering your first question - yes, it's possible. The recent release of vBSSO vBulletin and vBSSO WordPress supports usergroups <> roles synchronization. To accomplish this, you should create the required roles in WordPress grant them the necessary permissions, configure usergroups in vBulletin, open vBSSO WordPress Settings and connect those roles to the certain vBulletin usergroups. This would connect your users to the certain WordPess roles.

Regarding to the SuperCache, we recommend you to contact vBSSO support team - http://vbsso.com/request-new-feature/ and they would help you to figure out.

Thanks for the reply!!! Trying the new version out ASAP. If it works, I go Pro and spend some money on you guys :)

tambo 07-15-2013 02:12 PM

Any news on an update to the mediawiki version to support synchronous usergroups?

xeagle 07-24-2013 03:12 PM

Quote:

Originally Posted by tambo (Post 2433785)
Any news on an update to the mediawiki version to support synchronous usergroups?

Earlier on August vBSSO expects to deliver the updated extension.

induslady 07-24-2013 11:22 PM

1 Attachment(s)
While trying to install VBSSO, why am I getting the error as attached?

MikeF 07-25-2013 09:37 AM

I notice with two vBulletin forums one is master and one slave. Is there a way to simply share the two? I was hoping this could be used to link two forums users back and forth via username and e-mail.

xeagle 07-25-2013 09:52 AM

Quote:

Originally Posted by induslady (Post 2435217)
While trying to install VBSSO, why am I getting the error as attached?

The error message clearly states that PHP ZIP extension is missing on hosting where your forum is running. Please ask your hosting facility to install PHP zip extension.

xeagle 07-25-2013 09:54 AM

Quote:

Originally Posted by MikeF (Post 2435292)
I notice with two vBulletin forums one is master and one slave. Is there a way to simply share the two? I was hoping this could be used to link two forums users back and forth via username and e-mail.

vBSSO doesn't support two ways sync between connected platforms yet. vBulletin is always maser system so far and all the connected platforms are slave ones.

induslady 07-26-2013 06:59 PM

Quote:

Originally Posted by xeagle (Post 2435294)
The error message clearly states that PHP ZIP extension is missing on hosting where your forum is running. Please ask your hosting facility to install PHP zip extension.

Since my hosting guys installed PHP zip extension, I haven't been able to access AdminCp. Gives a 404 Not Found error. Please advise.

While the forum pages (front-end) seems to be working fine. May be because the Forum page URLs are re-written to be HTML and retrieved as HTML pages (not PHP).

xeagle 07-27-2013 04:29 AM

Quote:

Originally Posted by induslady (Post 2435533)
Since my hosting guys installed PHP zip extension, I haven't been able to access AdminCp. Gives a 404 Not Found error. Please advise.

While the forum pages (front-end) seems to be working fine. May be because the Forum page URLs are re-written to be HTML and retrieved as HTML pages (not PHP).

Yes, that might be a reason, we recommend you to review your .htaccess file to identify potential rewrite rules that might break it. Additionally you are free to contact vBSSO support http://vbsso.com/request-new-feature/ sent your .htaccess to let them review and asisst you. Thank you.

Eadron 07-28-2013 12:51 AM

I'm having a problem with access rights in the Mediawiki extension.
Trying to limit read access of the wiki to forum members only, I set
Code:

$wgGroupPermissions['*']['read'] = false;
in the Mediawiki config.
This however seems to lock out VBSSO completely, the single sign on no longer works.

Whitelisting Special:UserLogin doesn't do a difference either.

The api.php documentation mentions the vbsso plugin requires read rights. How do I assign these?

tintin74 07-31-2013 11:41 AM

Hi xeagle ,

are you sure that vbsso is fully compatible with Tapatalk? When I activate vbsso product on vbulletin ( 4.1.11 ) , some tapatalk features doesn't work . In the Tapatalk site, on my control panel I get this:

Quote:

Warning!
API Key has not been filled or incorrectly filled. Tapatalk can continue to work without API Key but Push Notification and Single Sign-On features are disabled. Please copy the API Key provided in the "Basic" section and paste it in your forum AdminCP, Tapatalk Settings.
Obviously the tapatalk API key is inserted correctly into Vbulletin settings --> Tapatalk settings.

Disabling vbsso , everything come to works normally and the error message disappear.

I think there's some issue with tapatalk API key.

Could you check it please?

tintin74 07-31-2013 01:36 PM

Never mind, using your latest plugin version , it works. Sorry ;-)

tambo 07-31-2013 07:36 PM

Quote:

Originally Posted by xeagle (Post 2435120)
Earlier on August vBSSO expects to deliver the updated extension.

This I great news, xeagle. Look forward to it.

doopz 08-07-2013 02:43 PM

Is there a way to prevent banned users from posting ?

control1110 08-09-2013 02:17 AM

I want to do premium subscriptions on my forum which changes a users usergroup. This seems to work fine in VB but it doesn't change the usergroup in VBSSO for wordpress. This is not allowing me to make it so my users will not see ads on my wordpress site.

My question is how to I make it so it pulls the usergroup from the vb side to do the check as VBSSO only seems to update the usergroup the first time they register/login to WP.

Inferno Dragon 08-14-2013 07:25 AM

Quote:

Originally Posted by xeagle (Post 2265115)
vBSSO actually hides user profile inputs to change password in WordPress. In meantime user is free to change its own password in vBulletin and use it further.

vBSSO doesn't touch passwords in WordPress and single sign-on is relied on passwords stored in vBulletin users database only. Thereby, the passwords in WordPress stay untouched / unchanged as they were prior vBSSO plugin is activated.

That's not happening, I can see the password change fields when I click edit users or profile in worspress (VB 4.2.1 + WP 3.6)

xeagle 08-14-2013 08:14 AM

Quote:

Originally Posted by Inferno Dragon (Post 2438775)
That's not happening, I can see the password change fields when I click edit users or profile in worspress (VB 4.2.1 + WP 3.6)

What exactly is not happening for you? Didn't you turn on the option in wordpress called "Show vBulletin Author Profile" ?

Teascu Dorin 08-14-2013 09:19 AM

For Joomla any time soon?

Inferno Dragon 08-15-2013 06:51 PM

Quote:

Originally Posted by xeagle (Post 2438781)
What exactly is not happening for you? Didn't you turn on the option in wordpress called "Show vBulletin Author Profile" ?

As you said in your post that VBSSO actually hides the password change fields in the wordpress so the user can't change the password to avoid any vbulletin > WP sync conflict right? but I just installed the VBSSO on WP 3.6 and I can see the password change fields in Wordpress i-e I can change my password in wordpress..isn't it messed up the VBSSO since it do only one way sync (from vbulletin to wordpress)

Inferno Dragon 08-19-2013 02:58 PM

bump, any update? regarding the above mentioned issue? what will happen if I change the password from the WP admin panel?

TiKu 08-19-2013 07:14 PM

With vBSSO our users cannot reset their vBulletin passwords. They get a mail with a link for resetting the password and when they click it, they only get the following message:
Quote:

{"product":1,"version":"4.1.11","plugin_version":" 1.4.12"}
We're using vB 4.1.11 with vBSSO 1.4.12 and Wordpress 3.5.2.

Dark Pulse 08-21-2013 02:13 AM

For some reason, when trying to link the databases, I'm thrown an HTTP 417 error code with it claiming that it's "Unable to verify platform."

I'm trying to use MediaWiki 1.20.6. Do I need to go all the way back down to 1.20 specifically?

TiKu 08-21-2013 05:10 AM

Quote:

Originally Posted by TiKu (Post 2439816)
With vBSSO our users cannot reset their vBulletin passwords. They get a mail with a link for resetting the password and when they click it, they only get the following message:


We're using vB 4.1.11 with vBSSO 1.4.12 and Wordpress 3.5.2.

Are there any news regarding this issue? Some of our users cannot login because of this.


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

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete