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)
-   -   Forum Display Enhancements - vB Enterprise Translator (https://vborg.vbsupport.ru/showthread.php?t=220886)

NLP-er 09-04-2009 04:22 AM

Quote:

Originally Posted by yahoooh (Post 1879322)
also :
if i use cache i think tables that store all translated text will be big in size that will decrease performance

what about to make tables for each language as seprated and this will help i think

Wrong asumption. Cache is indexed for all data used in where clause, so access time is close to constant. Your idea will only bring maintenance problems when new languages occures, but I'm glad that you are looking ways to make this mod even more briliant that it already is ;):up:

Great thanks for that :)

NLP-er 09-04-2009 04:30 AM

Quote:

Originally Posted by Dr.LoVe (Post 1879332)
I use Mozilla Firefox ( Linux Mint )

I don't know , Maybe i should install it on my VB and tell you what's will gonna hapeen

If it's gonna Reverse page or not !

Thanx

Not 'if' :p It is working fine. If you cannot see this in your version of browser it means that your browser just not supports rtl direction. Mod is dooing it's job and you can see this even if your browser isn't too smart. Look here:
http://www.forum.simple-nlp.pl/ar/

This page is reversed right to left. If your browser doesn't show this just go to page source and you will find there dir="rtl" inside of html tag. That means that in mod reversing functionality is working like it should and your browser doesn't :)

imported_silkroad 09-04-2009 08:42 AM

Hey NLP-er!

Congrats on releasing 2.2.0 !

You have done an amazing job in a very short time. Great work!

CThiessen 09-04-2009 10:55 AM

Hi,
very good mod at all.
I do have a little wish, that hopefully is easy to do.
I use this BBCode Add-on:
https://vborg.vbsupport.ru/showthrea...ht=Google+Maps

That let you show an IFAME of Google Maps inside the Forum.
So the mod can?t change anything in an IFRAME, but Part of the Link is already the language. Example:
Code:

<iframe width="425" height="350" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.de/maps?f=q&amp;source=s_q&amp;hl=de&amp;geocode=&amp;q=Rio+de+Janeiro&amp;sll=54.756117,8.28743&amp;sspn=0.282913,0.891953&amp;ie=UTF8&amp;ll=-22.826188,-43.17627&amp;spn=0.451613,0.891953&amp;z=11&amp;iwloc=A&amp;output=embed"></iframe><br /><small><a href="http://maps.google.de/maps?f=q&amp;source=embed&amp;hl=de&amp;geocode=&amp;q=Rio+de+Janeiro&amp;sll=54.756117,8.28743&amp;sspn=0.282913,0.891953&amp;ie=UTF8&amp;ll=-22.826188,-43.17627&amp;spn=0.451613,0.891953&amp;z=11&amp;iwloc=A" style="color:#0000FF;text-align:left">Gr??ere Kartenansicht</a></small>
and its from Google, so they are using th same code as Google Translation.
Do you think tit is possible to change only this part of the IFAME Code.
Than the map will shown in the target language also.

Greetings
Christian

redraider 09-04-2009 11:52 AM

Quote:

Originally Posted by NLP-er (Post 1867267)
This is FAQ :)
What to do, to have translations links good for SEO consensus?
You must have vbSEO, you must set in options of this mod to use SEO links, you must edit .htaccess file.
About editing .htaccess file:
Above all rules to vbseo.php put this rule
Code:

RewriteRule ^/?(af|sq|ar|be|bg|ca|zh-CN|hr|cs|da|nl|en|et|tl|fi|fr|gl|de|el|iw|hi|hu|is|id|ga|it|ja|ko|lv|lt|mk|ms|mt|no|fa|pl|pt|ro|ru|sr|sk|sl|es|sw|sv|zh-TW|th|tr|uk|vi|sq|ca|et|tl|gl|hi|id|lv|lt|mt|sl|uk|vi|cy|yi)/$ vbenterprisetranslator_seo.php?vbet_lang=$1&redirected=/index.php [L,QSA]
RewriteRule ^/?(af|sq|ar|be|bg|ca|zh-CN|hr|cs|da|nl|en|et|tl|fi|fr|gl|de|el|iw|hi|hu|is|id|ga|it|ja|ko|lv|lt|mk|ms|mt|no|fa|pl|pt|ro|ru|sr|sk|sl|es|sw|sv|zh-TW|th|tr|uk|vi|sq|ca|et|tl|gl|hi|id|lv|lt|mt|sl|uk|vi|cy|yi)/(.*)?$ vbenterprisetranslator_seo.php?vbet_lang=$1&redirected=/$2 [L,QSA]

RewriteCond %{REQUEST_URI} !(admincp/|modcp/|vbseo_sitemap/|cron)
RewriteRule ^((archive/)?(.*\.php(/.*)?))$ vbenterprisetranslator_seo.php [L,QSA]


Great mod! I have VBSEO. I got the mod working without SEO links, when I enable SEO links, clicking on the flag takes me to my websites home page (it returns a 404). Here is the setup I have

Main domain: <scorechase.com>
Forums: <scorechase.com/gmat>

I have put the .htaccess entries inside the <scorechase.com/gmat/.htaccess> file. (I even tried putting them on the <scorechase.com>/.htaccess file, but nothing seems to work. Please help.

Thanks

NLP-er 09-04-2009 02:00 PM

Quote:

Originally Posted by CThiessen (Post 1879538)
Hi,
very good mod at all.
I do have a little wish, that hopefully is easy to do.
I use this BBCode Add-on:
https://vborg.vbsupport.ru/showthrea...ht=Google+Maps

That let you show an IFAME of Google Maps inside the Forum.
So the mod can?t change anything in an IFRAME, but Part of the Link is already the language. Example:
Code:

<iframe width="425" height="350" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.de/maps?f=q&amp;source=s_q&amp;hl=de&amp;geocode=&amp;q=Rio+de+Janeiro&amp;sll=54.756117,8.28743&amp;sspn=0.282913,0.891953&amp;ie=UTF8&amp;ll=-22.826188,-43.17627&amp;spn=0.451613,0.891953&amp;z=11&amp;iwloc=A&amp;output=embed"></iframe><br /><small><a href="http://maps.google.de/maps?f=q&amp;source=embed&amp;hl=de&amp;geocode=&amp;q=Rio+de+Janeiro&amp;sll=54.756117,8.28743&amp;sspn=0.282913,0.891953&amp;ie=UTF8&amp;ll=-22.826188,-43.17627&amp;spn=0.451613,0.891953&amp;z=11&amp;iwloc=A" style="color:#0000FF;text-align:left">Gr??ere Kartenansicht</a></small>
and its from Google, so they are using th same code as Google Translation.
Do you think tit is possible to change only this part of the IFAME Code.
Than the map will shown in the target language also.

Greetings
Christian

I will look on this later - put it on TODO list, but didn't decide yet about supporting (have to read carefully what is going on, and now have no time for this) :)

If it is some other mod then author of this mod should be best person to made changes there. Parsing others results have impact on performacne and it is better when those are already appropriate ;)

NLP-er 09-04-2009 02:06 PM

Quote:

Originally Posted by redraider (Post 1879550)
Great mod! I have VBSEO. I got the mod working without SEO links, when I enable SEO links, clicking on the flag takes me to my websites home page (it returns a 404). Here is the setup I have

Main domain: <scorechase.com>
Forums: <scorechase.com/gmat>

I have put the .htaccess entries inside the <scorechase.com/gmat/.htaccess> file. (I even tried putting them on the <scorechase.com>/.htaccess file, but nothing seems to work. Please help.

Thanks

SEO links are not tested on forum in subdirectory. Many people is talkint that they want this, but when I'm asking about access to forum, or setting up testing enviroment then topic is closed :) So - if you want this working on your forum I need a place to test mod in such configuration. If you want it running with SEO liks on your forum PM me acess details to your forum Admin CP and FTP or to test forum with same configuration :) I will gladly help you :)

NLP-er 09-04-2009 03:30 PM

2.2.1 RELEASED

Small bug fixed with returning to default language for main page and SEO links (happens only for specific vbSEO configuration, so you don't need to update if 2.2.0 is working for you).

For update it is enought to upload file /includes/vbenterprisetranslator_functions.php to FTP.

jaryx 09-04-2009 04:15 PM

Quote:

Originally Posted by NLP-er (Post 1879626)
SEO links are not tested on forum in subdirectory. Many people is talkint that they want this, but when I'm asking about access to forum, or setting up testing enviroment then topic is closed :) So - if you want this working on your forum I need a place to test mod in such configuration. If you want it running with SEO liks on your forum PM me acess details to your forum Admin CP and FTP or to test forum with same configuration :) I will gladly help you :)

Don't worry guys. Be happy :)

ps.
My forum is one of the test forum... and still working :P

redraider 09-04-2009 09:56 PM

Quote:

Originally Posted by NLP-er (Post 1879626)
SEO links are not tested on forum in subdirectory. Many people is talkint that they want this, but when I'm asking about access to forum, or setting up testing enviroment then topic is closed :) So - if you want this working on your forum I need a place to test mod in such configuration. If you want it running with SEO liks on your forum PM me acess details to your forum Admin CP and FTP or to test forum with same configuration :) I will gladly help you :)

Ok looks like Jaryx is helping you? Let me know, I can create a test forum.

NLP-er 09-05-2009 08:37 PM

Quote:

Originally Posted by redraider (Post 1879821)
Ok looks like Jaryx is helping you? Let me know, I can create a test forum.

Yes :) Jaryx is helping me for a while by accessing his forum. Many small bugs with URL tracking on his forum was discovered and debugged there. If I would made this mod only for myself I wouldn’t care about others configurations. I made it also for others and I spend my time to make this mod working for others forums configurations.

Jaryx helps me to help him :) That’s why he has working this mod in 100%. His forum is not in subdirectory. So if someone really wants SEO links for forum placed in subdirectory then I will gladly give it to him as fast as he will give me playground. As far (besides you) no one cares enough to let me help him in that. If no one cares about this, It means for me that no one cares about having SEO links in forums placed in subdirecory :) And If no one cares about this I have no reason to spend my time to do this... It is so simple :D

I think some people will really appreciate your effort if you give me opportunity to help them, even if they don't care to match about this I think they will be happy to have it. So I will gladly welcome your test forum with vbSEO and subdirectory in URL, which will give me opportunity to make this mod even better :)

Thank you :)

imported_silkroad 09-06-2009 10:54 AM

Quote:

Originally Posted by redraider (Post 1879550)
I have put the .htaccess entries inside the <scorechase.com/gmat/.htaccess> file. (I even tried putting them on the <scorechase.com>/.htaccess file, but nothing seems to work. Please help.

Where is your vBSEO mod_rewrite code located?

Aclikyano 09-06-2009 01:04 PM

how to fix this error on top of header:

Warning: Cannot modify header information - headers already sent in [path]/includes/vbenterprisetranslator_functions.php on line 408

happens when a language is chosen...

CThiessen 09-06-2009 03:36 PM

Hi,
it looks like that there is another Mod that like to modifie the Header Information.
Try to disable the other Add-Ons, one by one, to see were is the Problem.

Christian

imported_silkroad 09-06-2009 04:23 PM

Quote:

Originally Posted by NLP-er (Post 1878874)
So again we have 2 different standards for language codes and for countries codes. Are you still sure google doesn't follow standards?

Ah! I checked and Google follows the obsolete standard ISO 639

http://www.mcanerin.com/EN/articles/meta-language.asp

Quote:

ISO 639 is the set of international standards that lists short codes for language names. It was also the name of the original standard, approved in 1967 and withdrawn in 2002.

ghisirds 09-07-2009 09:39 AM

I have installed vB Enterprise Translator.
The problem is this: I would like to use it with the url system of vbseo, having already installed it.
I have followed the suggestions in this page to modify the htaccess but I have always an error.
I have tried to add the same strings inside the file vbseo.php, but It tell me that the file is corrupted.
Can you give me a solution?

anzo 09-07-2009 01:07 PM

I keep having some CSS problem after installation. You can see what I mean here: http://latforums.lv/thread42555.html?language=ja Did I set something wrong? How do I fix it?

imported_silkroad 09-07-2009 01:59 PM

Quote:

Originally Posted by anzo (Post 1881082)
I keep having some CSS problem after installation. You can see what I mean here: http://latforums.lv/thread42555.html?language=ja Did I set something wrong? How do I fix it?

Edited:

I have this problem also if I try to translate an unsupported language and then do not refresh the page with the original language (using a previous version of this type of mod).

imported_silkroad 09-08-2009 12:51 AM

Quote:

Originally Posted by anzo (Post 1881082)
I keep having some CSS problem after installation. You can see what I mean here: http://latforums.lv/thread42555.html?language=ja Did I set something wrong? How do I fix it?

What kind of SEO are you using to rewrite your URLs?

nectons 09-08-2009 01:26 AM

I had the 2.03 and everething was works perfect. Until now. I installed the 2.2.1 and something strange hapent. My style stressed allot specially in VBA and i have lost the text inside the msg chatbox :(

Before it was nothing translate inside the chatbox and i was ok with it. But now it is not working at all.

And the forum home page it is stressed a bit but not too mutch. VBA it is completely wrong.

Please take a look at my page my friend and CONCRATS for the GREAT work

:D

http://www.bytheway.gr/portal2/forum...hp?language=en


edit: OK... i found that in IE i have the problems only. In FF everething works prefect. BUT.. it DOESNT translate the TOP STATS (in IE it is working in top stats too!) and offcource the chatbox it remains unchange.

VBA also works perfect (translates everething and the graphics is perfect without stressing) !

Maybe this helps to find whats going on

:respect:


edit2: and another one thing.. The translation in FF it is 2 times (maybe better) FASTER than in IE :)

Manic Mechanic 09-08-2009 02:08 AM

I am not that familiar with codes and stuff and do not know what vBSEO is. I have installed this on my 3.8.4 vBulletin forum and it works fantastically. Now waiting for the upgrade to translate posts in another language to English, that is my default language. I have had members checking the translations and they say it is very good so far. Thank you very much for this cool mod.

imported_silkroad 09-08-2009 03:29 AM

Quote:

Originally Posted by nectons (Post 1881389)
edit2: and another one thing.. The translation in FF it is 2 times (maybe better) FASTER than in IE :)

Well, frankly speaking, there is no reason for the translations to be faster or slower in any browser. The translations are a server-side technology, not a client side technology.

If you are experiencing different loading speeds in various browsers, it has nothing to do with the translation back end processing.

imported_silkroad 09-08-2009 05:27 PM

Hey NPL-er!

Did you see this code? Might come in handy ....

Set forum-language automatic to browser-language for first-visitors

Aclikyano 09-08-2009 09:30 PM

Quote:

Originally Posted by Aclikyano (Post 1880548)
how to fix this error on top of header:

Warning: Cannot modify header information - headers already sent in [path]/includes/vbenterprisetranslator_functions.php on line 408


happens when a language is chosen...

do i need SEO to run this hack or something?? i dunno

CThiessen 09-09-2009 01:15 PM

Quote:

Originally Posted by anzo (Post 1881082)
I keep having some CSS problem after installation. You can see what I mean here: http://latforums.lv/thread42555.html?language=ja Did I set something wrong? How do I fix it?

If i compare the Source-code of your original and translated Page there is on character with my browser is nor able to display:
Original:
HTML Code:

content="Лунный Новый Год, отмечаемый в храме г. Окаяма, Япония, имеет один довольно странны�" />
In the translation the ending " /> is missing
HTML Code:

content="Лунный Новый Год, отмечаемый в храме г. Окаяма, Япония, имеет один довольно странны
You might try to use a different word instead of "странны�".

Christian

redraider 09-09-2009 02:29 PM

Quote:

Originally Posted by NLP-er (Post 1880268)
Yes :) Jaryx is helping me for a while by accessing his forum. Many small bugs with URL tracking on his forum was discovered and debugged there. If I would made this mod only for myself I wouldn?t care about others configurations. I made it also for others and I spend my time to make this mod working for others forums configurations.

Jaryx helps me to help him :) That?s why he has working this mod in 100%. His forum is not in subdirectory. So if someone really wants SEO links for forum placed in subdirectory then I will gladly give it to him as fast as he will give me playground. As far (besides you) no one cares enough to let me help him in that. If no one cares about this, It means for me that no one cares about having SEO links in forums placed in subdirecory :) And If no one cares about this I have no reason to spend my time to do this... It is so simple :D

I think some people will really appreciate your effort if you give me opportunity to help them, even if they don't care to match about this I think they will be happy to have it. So I will gladly welcome your test forum with vbSEO and subdirectory in URL, which will give me opportunity to make this mod even better :)

Thank you :)


I working on creating a test forum .... will take me a bit ... I will let you know.

NLP-er 09-10-2009 07:35 PM

Quote:

Originally Posted by Aclikyano (Post 1880548)
how to fix this error on top of header:

Warning: Cannot modify header information - headers already sent in [path]/includes/vbenterprisetranslator_functions.php on line 408


happens when a language is chosen...

something wants to send headers after content is already send. First you have to recognize which mod is guilty. Please disable one by one and check when issue disappear. After that tell me which mod is trying to modify headers (please give me link to this mod) - I will check which hooks are used there and maybe find out some solution which will allow you to use it with my mod without conflict :)

NLP-er 09-10-2009 07:36 PM

Quote:

Originally Posted by imported_silkroad (Post 1880640)
Ah! I checked and Google follows the obsolete standard ISO 639

http://www.mcanerin.com/EN/articles/meta-language.asp

And we fallow Google... ;)

NLP-er 09-10-2009 07:41 PM

Quote:

Originally Posted by ghisirds (Post 1880994)
I have installed vB Enterprise Translator.
The problem is this: I would like to use it with the url system of vbseo, having already installed it.
I have followed the suggestions in this page to modify the htaccess but I have always an error.
I have tried to add the same strings inside the file vbseo.php, but It tell me that the file is corrupted.
Can you give me a solution?

Actual version do NOT require any changes in vbseo.php. Which suggestions about modify htaccess did you fallow? Please use instructions from first post, where FAQ is included.

NLP-er 09-10-2009 07:51 PM

Quote:

Originally Posted by anzo (Post 1881082)
I keep having some CSS problem after installation. You can see what I mean here: http://latforums.lv/thread42555.html?language=ja Did I set something wrong? How do I fix it?

I see what the problem is. There is some strange sign (not alfanumerical) at the end of your meta description (see source in browser) - and this one crashes translation for description. That is why on other pages this problem doesn't exists - other pages have other description.

As I see looking for original and translated sources it crashes exactly on this strange sign - translation for description is not done and meta is not closed.

I will need access to your forum to debug this. If you don't want to share access then you can just change description for this page.

NLP-er 09-10-2009 07:53 PM

Quote:

Originally Posted by imported_silkroad (Post 1881107)
Edited:

I have this problem also if I try to translate an unsupported language and then do not refresh the page with the original language (using a previous version of this type of mod).

I'm not sure - you have or you had? If you still have this issue please give me link.

NLP-er 09-10-2009 08:03 PM

Quote:

Originally Posted by imported_silkroad (Post 1881380)
What kind of SEO are you using to rewrite your URLs?

It has nothing common with url rewriting - there is just some strange not alphanumerical sign which crashes translation of description and meta tag is not closed because of that.

I checked my code - this strange sign crashes native php function preg_match_all. I will gladly debug If I get access, but if really preg_match_all is crashed then only solution is change content - this sign probably is something like return carriage and should never happen in this place. Editors shows this sign as something which is not recognized. So I'm almost sure that no debugging is required, just change of content.

Garbage in garbage out. It is ok. It would be bad if garbage out with good content.

NLP-er 09-10-2009 08:09 PM

Quote:

Originally Posted by nectons (Post 1881389)
I had the 2.03 and everething was works perfect. Until now. I installed the 2.2.1 and something strange hapent. My style stressed allot specially in VBA and i have lost the text inside the msg chatbox :(

Before it was nothing translate inside the chatbox and i was ok with it. But now it is not working at all.

And the forum home page it is stressed a bit but not too mutch. VBA it is completely wrong.

Please take a look at my page my friend and CONCRATS for the GREAT work

:D

http://www.bytheway.gr/portal2/forum...hp?language=en


edit: OK... i found that in IE i have the problems only. In FF everething works prefect. BUT.. it DOESNT translate the TOP STATS (in IE it is working in top stats too!) and offcource the chatbox it remains unchange.

VBA also works perfect (translates everething and the graphics is perfect without stressing) !

Maybe this helps to find whats going on

:respect:


edit2: and another one thing.. The translation in FF it is 2 times (maybe better) FASTER than in IE :)

Assuming - what is the issue right now? :)

NLP-er 09-10-2009 08:15 PM

Quote:

Originally Posted by Manic Mechanic (Post 1881397)
I am not that familiar with codes and stuff and do not know what vBSEO is. I have installed this on my 3.8.4 vBulletin forum and it works fantastically. Now waiting for the upgrade to translate posts in another language to English, that is my default language. I have had members checking the translations and they say it is very good so far. Thank you very much for this cool mod.

It is great to hear. Words like that makes me want more to create 3.0.0 :)

yahoooh 09-10-2009 08:15 PM

any news about vba dyna plz

NLP-er 09-10-2009 08:18 PM

Quote:

Originally Posted by imported_silkroad (Post 1881698)
Hey NPL-er!

Did you see this code? Might come in handy ....

Set forum-language automatic to browser-language for first-visitors

Hmmm... Recognition of user language is already implemented in this mod, so where this can be helpful:confused:

If this is request for some changes or new functionality, then please be more specific :)

NLP-er 09-10-2009 08:21 PM

Quote:

Originally Posted by Aclikyano (Post 1881784)
do i need SEO to run this hack or something?? i dunno

No you don't

NLP-er 09-10-2009 08:22 PM

Quote:

Originally Posted by yahoooh (Post 1882783)
any news about vba dyna plz

Since tomorrow in progress ;)

imported_silkroad 09-10-2009 08:27 PM

Quote:

Originally Posted by NLP-er (Post 1882784)
Hmmm... Recognition of user language is already implemented in this mod, so where this can be helpful:confused:

If this is request for some changes or new functionality, then please be more specific :)

It is always helpful to have other code, as a reference, isn't it?

No, I am not requesting any changes or new functionality. Just providing you a link to some code that is related as an FYI.

Cheers! :D :D

NLP-er 09-10-2009 08:30 PM

Quote:

Originally Posted by redraider (Post 1882067)
I working on creating a test forum .... will take me a bit ... I will let you know.

Great thanks :) PM me details when it will be ready. All I need is forum in subdirectory in URL and with vbSEO. Also just one sub-forum with one test thread. Nothing more is needed :)


All times are GMT. The time now is 08:18 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.02375 seconds
  • Memory Usage 1,901KB
  • 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
  • (3)bbcode_code_printable
  • (2)bbcode_html_printable
  • (30)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