vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   Integration with vBulletin - Complete Wordpress/Vbulletin Bridge - Share Users And Postings (https://vborg.vbsupport.ru/showthread.php?t=205388)

Jafo232 03-09-2009 05:44 PM

Delete the files, then re-upload the NEW files..

rcadden 03-09-2009 08:27 PM

Just tested the new update with scheduled post ability.

1. It works, as advertised. Schedule posts publish at the correct time on Wordpress, the comments bridge is correctly shown, and the corresponding thread is correctly created.

2. Unfortunately, the userID used to create the forum thread is incorrect. On wordpress, the correct author is shown. In the forum overview, it shows 'OtherAuthor' (which is what I input in the Vbridge settings). However, when I go to read the thread (and comment), it shows an actual user (NOT the correct admin), who is only a registered user.

To be honest, ideally, I would LOVE to have this setup:

1. All new threads that come from Wordpress shown as the same author, regardless of who wrote it
2. a byline added specifically in the forum thread (since this is already shown in Wordpress) to designate who wrote it, pulled from Wordpress.

In either case, it's working, but not showing the correct author.

Update:

When I turned Auto-Integrate on, my authors in Wordpress were all screwed up - each user was replaced with another (I'm sure there was a correlation, I just couldn't find it). I fixed it by re-disabling Auto-Integrate. Now everything is back to normal.

Wrong - with Auto-Integrate disabled, everything works fine, and looks normal in Wordpress - however, the new thread created by the post is tied to the wrong author (incidentally, the same author that was showing in Wordpress with Auto-Integrate enabled). If it helps, the user id of the correct author is 3, whereas the incorrect author is 8.

Also, I confirmed this author-mix-up is only happening with scheduled posts. The correct author is shown when publishing a post directly.

Unfortunately, my media uploader is busted, as well. I don't use any image handling plugins - this is pure vanilla Wordpress. It pops up fine, but simply says, 'Are you sure you want to do this?' and there's a link to "PLease try again', which, when clicked, reloads my Wordpress dashboard inside the popup window.

COOLover 03-09-2009 09:32 PM

Hi,

first thx for a great Mod.

second Sorry for my bad english ;)

I hope anyone can help me.
I try to Integrate wordpress with vB. It works for the first steps realy good. Bud how can i change on the Startpage/Page (wordpress template index.php) the comment counter?
It shows ever 0 Comments. When i go into a Topic, than i have comments from the vB (as sample 3)

Can i aktivate the registration on wordpress with OpenID to register automatic on forum?

Hope you can understand and help me.

lynch23 03-09-2009 10:12 PM

man, this one is great. thx so much!

lynch23 03-09-2009 11:17 PM

hey, i figured out a problem there.

i just want to use this hack to identify my vbulletin users in wordpress. this works fine, but behind every username in the comments there stands "(author")

i tried everything in the Vbridge User Settings, but nothing will change it.

here are 2 screens:

https://vborg.vbsupport.ru/

https://vborg.vbsupport.ru/

thanks for any help!

beezo 03-10-2009 10:10 AM

Please disregard, its working like a charm!

Mr. Mooney 03-10-2009 02:44 PM

Hey Jafo. I've setup the mod, and its working great so far. I did notice one issue though. Our forum has a private admin forum. The mods do not have access to it. When a moderator goes to make a post in Wordpress, it gives them to post it in the admin forum and also in another hidden forum to mods. Is there a way to stop their ability to see these forums?

Thanks!

maipoman 03-10-2009 03:51 PM

Quote:

Originally Posted by beezo (Post 1764765)
Please disregard, its working like a charm!

Do you mean that you get the vB-avatar and link to vB-profile in Wordpress? If so, please share how you got it working! :)

For me, the bridge works - but avatars or link to vB-profile is not imported into WP.

pspcrazy 03-10-2009 08:55 PM

Quote:

Originally Posted by Jafo232 (Post 1763495)
I will be applying this to the next version, but for now, open functions_vbridge.php and find this line:

Code:

        if ( !$user || ($user->user_login != strtolower$username) ) {
Replace with:

Code:

        if ( !$user || (strtolower($user->user_login) != strtolower($username)) ) {

Thanks for letting me know. Also about the pm's thanks for letting me know. Darn though lol it's not easy finding someone who knows about this as much as you do.

Can I hack the source of this plugin as well and use some of it on the new site i'm building? Thanks, PSPC

beezo 03-10-2009 08:56 PM

Quote:

Originally Posted by maipoman (Post 1764998)
Do you mean that you get the vB-avatar and link to vB-profile in Wordpress? If so, please share how you got it working! :)

For me, the bridge works - but avatars or link to vB-profile is not imported into WP.

I am not totally, totally sure. But I followed the instructions to the T. (Added code after the part it told me, replaced what I needed to replace all in comments.php)

After I tested the bridge which worked i integrated it. What I think my problem was, I was trying to comment on old posts that don't seem to work, but when I made a new post, I saw my avatar and link to the post on VB and their profile. Have you tried doing a new post. I also have VB handling my comments.

bigjosh359 03-10-2009 11:14 PM

Quote:

Originally Posted by Celebutopia (Post 1755465)
I have installed this and this is the error that I get:

Code:

Fatal error: Cannot redeclare get_userdatabylogin() (previously declared in /home/celeb/public_html/wp-includes/pluggable.php:166) in /home/celeb/public_html/wp-content/plugins/functions_vbbridge.php on line 33

I get this too. I tried the newest version and had to deactive. I went back to 4.01 and now it is broke too. Not sure what I did wrong to break the new and old version.

lynch23 03-11-2009 03:12 PM

Quote:

Originally Posted by lynch23 (Post 1764442)
hey, i figured out a problem there.

i just want to use this hack to identify my vbulletin users in wordpress. this works fine, but behind every username in the comments there stands "(author")

i tried everything in the Vbridge User Settings, but nothing will change it.

here are 2 screens:

https://vborg.vbsupport.ru/

https://vborg.vbsupport.ru/

thanks for any help!

anyone an idea? :)

butler312 03-12-2009 02:47 AM

I keep getting this error or something similar:

Code:

Warning: chdir() [function.chdir]: Not a directory (errno 20) in [path]/wp-content/plugins/vbbridge.php on line 108

Warning: require_once(./includes/class_dm.php) [function.require-once]: failed to open stream: No such file or directory in [path]/wp-content/plugins/vbbridge.php on line 113

Fatal error: require_once() [function.require]: Failed opening required './includes/class_dm.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/supersma/public_html/wp-content/plugins/vbbridge.php on line 113

I changed the path to to my forums as you described in your initial post, as I was having errors before that, and thought it worked but then I got this when I tried to make a new post.

emsplanet 03-12-2009 10:54 PM

what todo in settings? my forum is in /forum and i want blog on main page when ever i try to go in setting url this error message appear what todo now exactly please help
Code:

Fatal error: Call to a member function query_read() on a non-object in /home/warez/public_html/wp-content/plugins/vbbridge.php on line 475
im doing like this
Code:


 VB User ID:  1
VB Username:  xyz
VB Forum ID:  16
Forum URL:  http://www.mydomain.com/forum
Forum Relative Path:  /forum
Database Prefix:  empty


laztrix 03-13-2009 06:28 AM

I tried the last release erly in the morning. The image problem seemed to be solved but the media manager is still not working.... Altough I want to use this plugin so badly, unfortunately only its functional for those who uses ISO-8859-1 encoding or utf-8. I wish there were any option possible for users who has to use other encodings because of their local necessarity. I'm personally forced to use ISO-8859-9 encoding for my forum any other option were not optional. I hope Jafo 232 would consider this for next releases....

tako 03-13-2009 03:08 PM

Just wondering if VB admin users are listed in author drop down list if we map them as WP admin?

Only WP "admin" is listed as only one author on WP side when I try to change author.

Any advice?

Thanks

emsplanet 03-13-2009 05:16 PM

<i>answer my question</i>

COOLover 03-13-2009 05:29 PM

Quote:

Originally Posted by emsplanet (Post 1767323)
answer my question

what a tone you use?
i wait for a anther, too. But not so - when user anther than okay, but not 1000times ask or in this tone!

amjadz4 03-13-2009 05:40 PM

Quote:

Originally Posted by emsplanet (Post 1767323)
answer my question

did you even READ the readme text file?
redo the whole procedure step by step using the read me. you wont get that error.


Great Mod Jafo! Works perfectly!

myHybridcar.com 03-13-2009 07:14 PM

There's a major permissions error, here. Contributors should not be able to view all these features.
http://www.westernstreet7.com/images/mhc.pngIs anyone else aware of this?

emsplanet 03-13-2009 08:40 PM

Quote:

Originally Posted by COOLover (Post 1767331)
what a tone you use?
i wait for a anther, too. But not so - when user anther than okay, but not 1000times ask or in this tone!

Sorry! acctually this is not my tone.. i ask my friend to post a reply here and he post just a short line..

Quote:

Originally Posted by amjadz4 (Post 1767338)
did you even READ the readme text file?
redo the whole procedure step by step using the read me. you wont get that error.


Great Mod Jafo! Works perfectly!

Thanks mate.. i solved that problem. acctually i make some mitake in settings and now its work.. thanks for help..

To Coder

Thanks for this great plugin.. acctually you already told the solution via PM but i m stupid tht i not understnd what you talking about.. sorry and thanks one more time for support.. one more question related this.. is this only share post of Wordpress to forum or also share forum post to wordpress post? bcoz i try on sample post in wordpress its ok its also show in forum section where i mention in setting but when i post in such section in my forum i not see any thing in my wordpress..

getfitatl 03-14-2009 01:31 AM

:up: Ok so after banging my head against the wall I think I split it open and released the "fart" because I think I finally get it. So to start here's what I've done:

1. Create a new VB User ID: 6
2. Create a new user for the VB Username: mypublicuser
3. Create a new forum and add it to VB Forum ID: 8
4. Add the Forum URL: http://mysite.com/vb
5. Add the Forum Relative Path: /vb
6. Add the Database Prefix: vb_
7. Answer Yes to Forum use UNICODE (UTF-8)
8. Select Yes to the "Post Articles To Forum" option
9. Clicked Submit and successfully create a new Post in the forum.
10. I then mapped my VBUsers accordingly:

Unregistered / Not Logged In Do Not Map
Users Awaiting Email Confirm Subscriber
Super Moderators Editor
Moderators Author
Registered Users Subscriber
(COPPA) Users Awaiting Mod. Subscriber
Administrators Administrator
Banned Users Do Not Map

11. Mapped users Saved!
12. Turn Auto-Integrate on. Saved!

Observation: the WordPress account I'm logged in with is no longer recognized so I'm immedialy logged out of the site. This is where I'm suppose to log in with a vBulletin account.

=======================================

1. Either register some new accounts or log into the vBulletin Admin panel and create some new accounts.
2. Assign the newly created user(s) to the Registered Users group which should've been mapped to WordPress Registered Users.
3. Log in to vBulletin with this newly created user. Once logged in to vBulletin you're also logged in to WordPress. This can be confirmed by entering /wp-admin to be taken to the Dashboard.
What I've tried to do is this:

a. Download the WordPress Sidebar Login plugin, upload, and activate it.
b. Now I log in to WordPress with one my new accounts, go to the vBulletin via /vb, and see that I'm also logged in to vBulletin.
b. With the sidebar login plugin I can go to the options and add a few links:
<a href="http://mysite.com/wp-admin/">Dashboard</a>
<a href="http://mysite.com/vb/">Forums</a>
<a href="http://mysite.com/vb/usercp.php">vBulletin Profile</a>

Now when I go to the WordPress front page I see that I now have a way of clicking to the WordPress Dashboard, my vBulletin Forums and Profile.

Note:
1. It seems as though the side bar login links are visible only during the current session. Once I log out and re-enter I'll have to add the links again. So what I need to do is figure out how to hard code the links so that it appears for all users.
2. When logging out of WordPress the only way to completely log out of it and vBulletin is to do so from within the WordPress Dashboard. If I attempt to log out by clicking either the Logout link on the WordPrss front page or within vBulletin the account remains logged in, regardless of how many times I click the link.

Observation(s):
1. I have my front paged linked to a static page and the posts linked to a page called News. So upon visiting the site users are presented with a greeting. Now that I've turned on integration my welcome page has been replaced by the new / posts page. What I'd like to know is if there's a way to control this or do I have to turn the greeting into a post?

2. When I click on Comments in the post it causes my sidebar and center to shift. See it here. Should I remove the Comments link or would it be possible to change it so that when clicked it takes you to that post? Also, aside from the one post I don't think I want all of my posts linking to the forum. Is there a way to make it so that it doesn't happen or is this a feature of how the inntegration uses the vBulletin comment system? If it is I'll go with it I just need to better understand it.

Current Challenges:

1. Create links inside of vBulletin that point to wordPress. Or maybe this is where I try to "Wrap" vBulletin inside of WordPress. Any ideas?

:D I'm all teeth as I'm almost there.

Blackhat 03-14-2009 07:34 AM

I will consider to install this. Is it working, are there still many bugs ?

amjadz4 03-14-2009 11:31 AM

It works perfectly. No visible issues if you follow the instructions exactly as they are said.

Anyone require theme integeration, that is wrapping your vbulletin inside the wordpress page can contact me. I can do it for you for a small charge! :)

COOLover 03-14-2009 04:37 PM

hi getfitatl,

any link from your WP oder vB is wrong.
http:/getfit-atlanta.com/ <-- you need at : an /

COOLover 03-14-2009 10:19 PM

Quote:

Originally Posted by COOLover (Post 1764363)
Hi,

first thx for a great Mod.

second Sorry for my bad english ;)

I hope anyone can help me.
I try to Integrate wordpress with vB. It works for the first steps realy good. Bud how can i change on the Startpage/Page (wordpress template index.php) the comment counter?
It shows ever 0 Comments. When i go into a Topic, than i have comments from the vB (as sample 3)

Can i aktivate the registration on wordpress with OpenID to register automatic on forum?

Hope you can understand and help me.

For the right counter on startpage replace in the index.php (from template)
Code:

  <?php comments_popup_link(__('No Comments »', 'kubrick'), __('1 Comment »', 'kubrick'), __('% Comments »', 'kubrick'), '', __('Comments Closed', 'kubrick') ); ?>
with:
Code:

<?php
if (function_exists('Comment_Handler')) {

        $vbridge = Comment_Handler($post->ID);

        global $vbulletin;
}
?>
<a href=<?php echo get_option('vbb_VBURL') ?>/showthread.php?t=<?php echo $vbridge[id] ?>>
<?php

if (intval($vbridge[count]) === 0)
        echo "No Comments &raquo;";
else
        echo intval($vbridge[count])." Comments &raquo;";
?>
</a><br /><a href=<?php echo get_option('vbb_VBURL') ?>/newreply.php?do=newreply&noquote=1&t=<?php echo $vbridge[id] ?>>Add your comments</a>

but how can i use OpenID?

SABRSox 03-15-2009 04:51 AM

I've noticed an issue. When I auto-integrate, the bridge seems to confuse the wordpress userid with the vbulletin userid.

For example, say I, with userid #2 on the blog, writes a post. With auto-integrate, it will list on the wordpress blog the article as written by whomever has userid #2 on vbulletin.

Ross L 03-15-2009 11:33 AM

Quote:

Originally Posted by SABRSox (Post 1768450)
I've noticed an issue. When I auto-integrate, the bridge seems to confuse the wordpress userid with the vbulletin userid.

For example, say I, with userid #2 on the blog, writes a post. With auto-integrate, it will list on the wordpress blog the article as written by whomever has userid #2 on vbulletin.

Yeah that is a pain, I noticed that this morning!

Also, if you click on Authors & Users it redirects to forums/admincp/user.php and a lot of people change the name of their admincp for security reasons. Could it be made so you can define the admincp in the settings for vbbridge?

Also if there was a way of supporting user avatars from vBulletin to wordpress, that would be sweet. That way it would be easier to distinguish posters on the blog (as most people remember the avatar rather than the name).

COOLover 03-15-2009 01:19 PM

Quote:

Originally Posted by John69Steph (Post 1762424)
I have the same problem

My post in wordpress is :
Code:


      Essai lien : <a href="http://xxx-xxx.net">xxx-xxx</a>
 
      Essai image : <img src="http://www.xxx-xxx.net/relief-bleu/misc/Ban1.png" alt="" />

And when i publish my post and write to Vbulletin, i see that :

Code:


      Essai lien : http://ahref>XXX-XXX
 
      Essai image : http://imgsrc alt="" />

What's problem ?

Thank's for your answer

here a fix for the ahref problem:
file: wordpress/wp-content/plugins/functions_wysiwyg2.php


find:
Code:

                $text = preg_replace('#<script[^>]*>(.*)</script>#siU', '', $text);
add after that:
Code:

                $text = str_replace('http://ahref>', '', $text);

myHybridcar.com 03-15-2009 11:51 PM

My visual editor is working again for blog posts, but it's not working for pages.

Pirat3 03-16-2009 12:21 AM

What are the known issues on latest release? I am on the last release and only issues is url now showing up.

pspcrazy 03-16-2009 10:03 AM

Well so far with me the usernames that are associated with the posts are completely off atm. Like for instance my username is id 1, and it's showing the username with the id of 22. When another user with a userid of like 692 shows a person who's user id is 2217.

Check it out yourself: http://www.animecrazy.net/gintama-episode-1/ Click on the author and you'll see it's the real author, but on the wp site it shows up wrong.

Thanks for any help provided.

Edit reverted to older version for now.

WhiteNewsNow 03-17-2009 12:14 AM

Warning: Unexpected character in input: ''' (ASCII=39) state=1 in /home/content/88/3771288/html/wordpress/resetvbbridge.php on line 4
Unable to add cookies, header already sent.
File: /home/content/88/3771288/html/wordpress/resetvbbridge.php
Line: 4

Had an issue and used /resetvbbridge.php and it let me back in. Tried it again and no dice. I can not get get back into wp no matter what I do. Any Ideas?

http://www.WhiteNewSnow.com/wordpress

I just went ahead and uninstalled WP and started from scratch. If you still want to offer assistance with my install issue I would very much like to run this mod. I think it is a great one.

getfitatl 03-17-2009 12:15 AM

I don't understand what do you mean:

Quote:

any link from your WP oder vB is wrong.
http:/getfit-atlanta.com/ <-- you need at : an /
Are you saying I need to add the training slash / somewhere? I did this without thinking or looking and now I get the following error:

Fatal error: Cannot redeclare get_userdatabylogin() (previously declared in /home/content/g/e/t/getfitatl/html/wp-includes/pluggable.php:166) in /home/content/g/e/t/getfitatl/html/wp-content/plugins/functions_vbbridge.php on line 33

WTF! I go back and I thought I saw where it stated NO TRAILING SLASHES! So what are you referring to and how can I resolve this issue? :mad:
I've tried disabling, removing, and reinstalling but I continue to get this error everytime I activate the plugin. I've seen where the question has been asked but don't recall seeing a fix, unless I'm so blinded by own frustration that I'm failing to see.

I've got the phpMyAdmin plugin installed but don't see where I can go and make this change. I try to hard code the /vb path in the vbbridge.php file but it doesn't work.

ANY responses appreciated.

devoslack 03-17-2009 08:03 PM

After turning on the plug-in, I consistently get:

"Error 500 - Internal server error

An internal server error has occured!
Please try again later."

I try removing the vbb entries in the wp_options MySQL table, start from scratch with the same error when I attempt to activate the plug-in.

pspcrazy 03-17-2009 09:28 PM

Getting this error when i use forum excerpts (pulled from error log):
Code:

WordPress database error Lost connection to MySQL server                                                                                        during query for query SELECT t.*, tt.* FROM dc_terms AS t INNER JOIN dc_term_ta                                                                                        xonomy AS tt ON t.term_id = tt.term_id WHERE tt.taxonomy IN ('category')  ORDER                                                                                        BY t.name ASC  made by require, require_once, include, get_sidebar, locate_templ                                                                                        ate, load_template, require_once, dynamic_sidebar, call_user_func_array, wp_widg                                                                                        et_categories, wp_list_categories, get_categories, get_terms
It'll post the post, and edit the vbulletin thread but i'll get a blank page immediately after i click the publish button.

kawe 03-18-2009 03:46 PM

SHow this error after save option

Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\phing\wp-content\plugins\vbbridge.php:153) in C:\xampp\htdocs\phing\wp-includes\functions.php on line 698

Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\phing\wp-content\plugins\vbbridge.php:153) in C:\xampp\htdocs\phing\wp-includes\functions.php on line 699

dieslcruisrhead 03-18-2009 07:20 PM

Jafo - thanks again. It is pretty much working perfectly for me...

Here is a sample for anyone to check out. Our site launches to the public next week but if anyone wants to take a look. In my book it's an excellent sample of the integration:

www.hazardassembly.com


Thank you again! Perhaps you could add my site as samples of the integration and also add me to the list of contributors if possible.

Appreciated,
Andre

maipoman 03-18-2009 10:53 PM

Quote:

Originally Posted by dieslcruisrhead (Post 1771346)
Jafo - thanks again. It is pretty much working perfectly for me...

Here is a sample for anyone to check out. Our site launches to the public next week but if anyone wants to take a look. In my book it's an excellent sample of the integration:

www.hazardassembly.com


Thank you again! Perhaps you could add my site as samples of the integration and also add me to the list of contributors if possible.

Appreciated,
Andre

It sure is and thanks for sharing! :) I didn't see any comments from your vB, so I have to ask: did you get the avatars and usernames to migrate to? My problem is that I can't get that option to work. I've followed the "readme" a hundred times, but I'm just clueless when I get to this point:
Quote:

Wherever you see the code: <?php the_author() ?> You can replace that with something like: <?php if (function_exists('Comment_Handler') and $vbridge == '') {
....
Exactly where am I supposed to see the code "<?php the_author() ?>"? I don't see it "wherever" - in fact, I can't seem to find it anywhere! Is it supposed to be in the "comments.php" template? The only thing similar that I can find in my comments-template is "<?php echo $comment_author; ?>".
Also, does "replace it with something like..." mean "just replace it with THIS freakin' code"? ;)

jestyr 03-19-2009 12:16 AM

Quote:

Originally Posted by devoslack (Post 1770687)
After turning on the plug-in, I consistently get:

"Error 500 - Internal server error

An internal server error has occured!
Please try again later."

I try removing the vbb entries in the wp_options MySQL table, start from scratch with the same error when I attempt to activate the plug-in.

Do you have suexec enabled on your webserver?
Make sure your folders etc are all chmodded to 755 (anything above that and you get 500 godes)


All times are GMT. The time now is 11:39 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.02176 seconds
  • Memory Usage 1,894KB
  • 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
  • (13)bbcode_code_printable
  • (16)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)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