vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   vRewrite - SEOed URLs for vBulletin (https://vborg.vbsupport.ru/showthread.php?t=104484)

Bhuwan 05-22-2006 11:51 AM

Wh
Quote:

Originally Posted by maroceve
Hi guys ...

i seem to be having troubles with my GARS .. :( Can ayone help.
the "get new messages" link on the navbar just does a refresh now ...and i can't see the "featured article" image ...

http://www.maroceve.com/forums/f-art...deres-57.html/

thanks !

Why not add aGARS to the exclude list? I think this might be a problem with base href...

Bhuwan 05-22-2006 11:51 AM

Quote:

Originally Posted by SimonVlc
Another related bug, a bit more important.

When you try to post an answer in a thread no logged, after logging it redirects you to a badformed url.

poquer-red.com/foros//foros//foros/newreply.php?do=newreply&noquote=1&p=12885

Take a look ;).

Confirmed I'm looking into this...

Bhuwan 05-22-2006 11:53 AM

Quote:

Originally Posted by Ntfu2
My New posts button still isnt working, its coming back to a 404 error page, here is the link it generates, and i have no clue where to edit/fix it at

http://www.fightrice.com/forums//for...h-getnew.html/

Thanks

it is due to the double URL...

Bhuwan 05-22-2006 11:54 AM

Quote:

Originally Posted by jokerz
Bhuwan, I PM you 3 days and you said you'll send me a fix shortly - I haven't got your *fixed*

Thread link; No Thread specified. If you followed a valid link, please notify the administrator

htaccess file:
Code:

RewriteEngine On
RewriteRule ^(.*)/(styleid=(.*))$ showthread.php?&%{QUERY_STRING} [L]
RewriteRule ^(.*)/(showthread\.php)$ showthread.php?&%{QUERY_STRING} [L]
RewriteRule ^(.*)/t-(.*)-(.*)-new.html showthread.php?t=$3&goto=newpost&%{QUERY_STRING} [L]
RewriteRule ^(.*)/t-(.*)-(.*)-last.html showthread.php?t=$3&goto=lastpost&%{QUERY_STRING} [L]
RewriteRule ^(.*)/t-(.*)-(.*)-print.html/(.*)$ printthread.php?t=$3&%{QUERY_STRING}&is_vrewrite=yes [L]
RewriteRule ^(.*)/t-(.*)-(.*)-print.html printthread.php?t=$3&is_vrewrite=yes&%{QUERY_STRING} [L]
RewriteRule ^(.*)/t-(.*)-(.*)-nextnewest.html showthread.php?t=$3&goto=nextnewest&is_vrewrite=yes&%{QUERY_STRING} [L]
RewriteRule ^(.*)/t-(.*)-(.*)-nextoldest.html showthread.php?t=$3&goto=nextoldest&is_vrewrite=yes&%{QUERY_STRING} [L]
RewriteRule ^p-(.*)-post(.*)/postcount(.*).html showpost.php?p=$2&postcount=$3&is_vrewrite=yes&%{QUERY_STRING} [L]
RewriteRule ^(.*)/t-(.*)-(.*)-page(.*).html showthread.php?t=$3&page=$4&is_vrewrite=yes&%{QUERY_STRING} [L]
RewriteRule ^(.*)/t-(.*)-(.*)/page(.*).html showthread.php?t=$3&page=$4&is_vrewrite=yes&%{QUERY_STRING} [L]
RewriteRule ^(.*)/t-(.*)-(.*).html/(.*)$ showthread.php?t=$3&%{QUERY_STRING}&is_vrewrite=yes [L]
RewriteRule ^(.*)/t-(.*)-(.*).html showthread.php?t=$3&is_vrewrite=yes&%{QUERY_STRING} [L]
RewriteRule ^f-(.*)-(.*)/misc\.php$ misc.php?&%{QUERY_STRING}&is_vrewrite=yes&%{QUERY_STRING} [L]
RewriteRule ^members/(.*)-(.*).html member.php?u=$2&is_vrewrite=yes&%{QUERY_STRING} [L]
RewriteRule ^u-(.*)-(.*).html(.*) member.php?u=$2&is_vrewrite=yes&%{QUERY_STRING}$3 [L]
RewriteRule ^u-(.*)-(.*).html member.php?u=$2&is_vrewrite=yes&%{QUERY_STRING} [L]
RewriteRule ^f-(.*)-(.*)/page(.*).html/(.*)$ forumdisplay.php?f=$2&&page=$3%{QUERY_STRING}&is_vrewrite=yes [L]
RewriteRule ^f-(.*)-(.*)/(.*)$ forumdisplay.php?f=$2&&%{QUERY_STRING}&is_vrewrite=yes [L]
RewriteRule ^f-(.*)-(.*)/$ forumdisplay.php?f=$2&%{QUERY_STRING}&is_vrewrite=yes [L]
RewriteRule ^search-(.*).html/$ search.php?do=$1 [L]


pls pm me...

Bhuwan 05-22-2006 11:55 AM

Quote:

Originally Posted by Sir_Yaro
I confirm that. But I've noticed only "edit post" problem.
I've to disable "AJAX Quick Edit" to temporary fix that problem.

great idea....

Opera seems to work for me...Please provide more details so i can reproduce...
Also, I dont have $$ to buy another vBulletin license to move the help off vB.org :-(

Bhuwan 05-22-2006 11:57 AM

Quote:

Originally Posted by Adyum
How do I remove the copyrights at the bottom? I am putting it in my footer and I have selected that I want to put it in myself but it isn't working.

URL: http://www.lostgurus.com

place $vRewrite_copyright anywhere in your templates -- then set vRewrite to add copyright manually (vRewrite options)

Bhuwan 05-22-2006 11:58 AM

Quote:

Originally Posted by jdingman
How close are we with the sitemap generator too? Would love for that to be available soon : )

I hacked vBSEO's sitemap generator to be compatible with vREwrite, however, it makes nos ense to release it until Juan lets us -- we've been waiting about 2 months for him now :)

Bhuwan 05-22-2006 11:59 AM

Quote:

Originally Posted by HuangA
I already posted about that one. I'm waiting for a fix as well. The problem seems to be because the AJAX post thank yo hack's AJAX are looking for
showthread.php?do=post_thanks_button_ajax&p=xxx
showthread.php?do=post_thanks_add_ajax&p=xxx
showthread.php?do=post_thanks_button_add_ajax&p=xx x
showthread.php?do=post_thanks_remove_all_ajax&p=xx x
showthread.php?do=post_thanks_remove_user_ajax&p=x xx
showthread.php?do=post_thanks_add&p=xxx

where 'xxx' = post id.

I think it'd be nice and easy to fix if we figure out how Bwhuan does his showthread rewrite, and add a few more 'replacements' for the hack's plugin, and it should work out, but I don't know... For now, I've got my vRewrite disabled until I can get more confirmation as to how to make sure it doesn't break the post thank you hack.


I'll PM you the solution as I don't think it's best to post it without Immortal/Bhuwan's permission...

I've added it to a list of what needs to be fixed :-)

Bhuwan 05-22-2006 12:02 PM

I think this thread is really getting out of hand and difficult to manage & keep track of new bugs and member requests. Sadly, I dont have the $$ to purcahse a vBulletin license to move support to a personal site (nor do I expect a member to help with this)

I am hoping vB'org's staff gives us our own support forum in their premium mod suport area -- https://vborg.vbsupport.ru/forumdisplay.php?f=99

cd1986 05-22-2006 12:22 PM

Quote:

Originally Posted by Bhuwan
Sadly, I dont have the $$ to purcahse a vBulletin license to move support to a personal site (nor do I expect a member to help with this)

Personally, i think it's worth this mod having its own site for development...therefore i'm willing to contribute towards a vB licence if needed.

Bhuwan 05-22-2006 12:27 PM

Quote:

Originally Posted by cd1986
Personally, i think it's worth this mod having its own site for development...therefore i'm willing to contribute towards a vB licence if needed.

I agree --- but I think for the time being a separate forum should be okay.

If they allow it, we can have a sub-forum within the prem mods section and within our sub-forum we can have another sub-forum for "known" bugs - this will make it easier for me to keep track

jlaine 05-22-2006 04:03 PM

Quote:

Originally Posted by cd1986
Personally, i think it's worth this mod having its own site for development...therefore i'm willing to contribute towards a vB licence if needed.

I have an extra (unused) license that could be used for it - bought it with the intention of putting it to use and never got around to it.

I admit this bouncing between this thread and the bug tracker is driving me semi-batty. :)

Bhuwan 05-22-2006 04:09 PM

Quote:

Originally Posted by jlaine
I have an extra (unused) license that could be used for it - bought it with the intention of putting it to use and never got around to it.

I admit this bouncing between this thread and the bug tracker is driving me semi-batty. :)

I may take you up on that offer -- I Am jsut waiting to see what ORG says -- if we get our own FORUM, I think it would be much easier ..

Bhuwan 05-22-2006 04:28 PM

Quote:

Originally Posted by jlaine
I have an extra (unused) license that could be used for it - bought it with the intention of putting it to use and never got around to it.

I admit this bouncing between this thread and the bug tracker is driving me semi-batty. :)

PM me -- i think we're gonna go ahead with this!
THX!

HuangA 05-22-2006 04:49 PM

Quote:

Originally Posted by Bhuwan
PM me -- i think we're gonna go ahead with this!
THX!

Awsome! Thanks, both of you =]
[high]* HuangA prepares to add a new bookmark entry[/high]

mattyk72 05-23-2006 01:17 PM

This might sound dumb but how can I tell if this is working?

Will the url's display differently? I haven't noticed any changes.

Immortal 05-23-2006 06:08 PM

Make sure it's on: vB Options -> vRewrite

To see if it's working, just look on the index, and click on a forum. It should send a .html (by default config).

mattyk72 05-23-2006 06:38 PM

Quote:

Originally Posted by Immortal
Make sure it's on: vB Options -> vRewrite

To see if it's working, just look on the index, and click on a forum. It should send a .html (by default config).

jeez I feel dumb :confused:

ok it's working now

thanks

Immortal 05-23-2006 07:23 PM

Good to hear :)

Adyum 05-23-2006 07:31 PM

When will the site be up?

Immortal 05-23-2006 10:07 PM

Hopefully shortly :)

kurtbarker 05-24-2006 12:43 PM

hey guyz, looks like you got your new section:
https://vborg.vbsupport.ru/forumdisplay.php?f=182

Bhuwan 05-24-2006 12:48 PM

esome! thx for poiting out kurbarker!
I won't be replying to supprot requests in this thread, please go here for support:
https://vborg.vbsupport.ru/forumdisplay.php?f=182

Sandibeck 05-28-2006 06:51 AM

Hallo, i am using the DC Seo vB URL Rewrite (WOL) plug In for my forum.
I was looking for a Update or new modifications.

The (Bookmark) Main Thread for this Plug In ist not visible (deleted ?) ..
and i found nothing with the search function....


Is vRrewrite the successor from dc seo - or ist it a complete new Modification ?
Can i use vRewrite instead of DC Seo ( same Rewrite rules ?) or will i lost all my indexed Urls in Searchhengines ?

and last : what happened with the DC seo VB - sorry for posting here....

dodgechargerfan 05-28-2006 09:53 AM

So far so good.

Thanks!

dodgechargerfan 05-28-2006 11:10 AM

oops..

when you get a popup PM notification, the url does not work.

I'll try to grab some details.

EDIT: never mind.It seems it was just a one time thing or perhaps just a regular page delivery glitch... or something.. I'm :tired:

masterross 05-28-2006 02:53 PM

Quote:

Originally Posted by Bhuwan
Sorry forgot to post the fix :)
Code:

RewriteRule ^(.*)/t-([A-Za-z0-9\-]+)-([0-9]+)-post([0-9]+).html showthread.php?p=$4&%{QUERY_STRING} [L]
add this to htaccess

i have same problem but this fix not helps me :(

here is my whole htaccess:
Code:

RewriteEngine On
RewriteRule ^(.*)/(styleid=(.*))$ showthread.php?&%{QUERY_STRING} [L]
RewriteRule ^(.*)/(showthread\.php)$ showthread.php?&%{QUERY_STRING} [L]
RewriteRule ^(.*)/t-(.*)-(.*)-new.html showthread.php?t=$3&goto=newpost&%{QUERY_STRING} [L]
RewriteRule ^(.*)/t-(.*)-(.*)-last.html showthread.php?t=$3&goto=lastpost&%{QUERY_STRING} [L]
RewriteRule ^(.*)/t-(.*)-(.*)-print.html/(.*)$ printthread.php?t=$3&%{QUERY_STRING}&is_vrewrite=yes [L]
RewriteRule ^(.*)/t-(.*)-(.*)-print.html printthread.php?t=$3&is_vrewrite=yes&%{QUERY_STRING} [L]
RewriteRule ^(.*)/t-(.*)-(.*)-nextnewest.html showthread.php?t=$3&goto=nextnewest&is_vrewrite=yes&%{QUERY_STRING} [L]
RewriteRule ^(.*)/t-(.*)-(.*)-nextoldest.html showthread.php?t=$3&goto=nextoldest&is_vrewrite=yes&%{QUERY_STRING} [L]
RewriteRule ^p-(.*)-post(.*)/postcount(.*).html showpost.php?p=$2&postcount=$3&is_vrewrite=yes&%{QUERY_STRING} [L]
RewriteRule ^(.*)/t-(.*)-(.*)-page(.*).html showthread.php?t=$3&page=$4&is_vrewrite=yes&%{QUERY_STRING} [L]
RewriteRule ^(.*)/t-(.*)-(.*)/page(.*).html showthread.php?t=$3&page=$4&is_vrewrite=yes&%{QUERY_STRING} [L]
RewriteRule ^(.*)/t-(.*)-(.*).html/(.*)$ showthread.php?t=$3&%{QUERY_STRING}&is_vrewrite=yes [L]
RewriteRule ^(.*)/t-(.*)-(.*).html showthread.php?t=$3&is_vrewrite=yes&%{QUERY_STRING} [L]
RewriteRule ^f-(.*)-(.*)/misc\.php$ misc.php?&%{QUERY_STRING}&is_vrewrite=yes&%{QUERY_STRING} [L]
RewriteRule ^members/(.*)-(.*).html member.php?u=$2&is_vrewrite=yes&%{QUERY_STRING} [L]
RewriteRule ^u-(.*)-(.*).html(.*) member.php?u=$2&is_vrewrite=yes&%{QUERY_STRING}$3 [L]
RewriteRule ^u-(.*)-(.*).html member.php?u=$2&is_vrewrite=yes&%{QUERY_STRING} [L]
RewriteRule ^f-(.*)-(.*)/page(.*).html/(.*)$ forumdisplay.php?f=$2&&page=$3%{QUERY_STRING}&is_vrewrite=yes [L]
RewriteRule ^f-(.*)-(.*)/(.*)$ forumdisplay.php?f=$2&&%{QUERY_STRING}&is_vrewrite=yes [L]
RewriteRule ^f-(.*)-(.*)/$ forumdisplay.php?f=$2&%{QUERY_STRING}&is_vrewrite=yes [L]
RewriteRule ^f-([A-Za-z0-9\-]+)-([0-9]+).html$ forumdisplay.php?f=$2&%{QUERY_STRING}&is_vrewrite=yes [L]
RewriteRule ^search-(.*).html$ search.php?do=$1 [L]
RewriteRule ^(.*)/t-([A-Za-z0-9\-]+)-([0-9]+)-post([0-9]+).html showthread.php?p=$4&%{QUERY_STRING} [L]

thanks

Bhuwan 05-28-2006 02:56 PM

if you need help, don't post in thi sthread.
Go here:
https://vborg.vbsupport.ru/forumdisplay.php?f=182
and post a newtopic.

imported_infitech 05-30-2006 06:23 PM

Can anyone figure out why mine isnt working?
My code again....
Code:

RewriteEngine On     
RewriteRule ^(.*)/(styleid=(.*))$ showthread.php?&%{QUERY_STRING} [L]
RewriteRule ^(.*)/(showthread\.php)$ showthread.php?&%{QUERY_STRING} [L]
RewriteRule ^(.*)/t-(.*)-(.*)-new.html showthread.php?t=$3&goto=newpost&%{QUERY_STRING} [L]
RewriteRule ^(.*)/t-(.*)-(.*)-last.html showthread.php?t=$3&goto=lastpost&%{QUERY_STRING} [L]
RewriteRule ^(.*)/t-(.*)-(.*)-print.html/(.*)$ printthread.php?t=$3&%{QUERY_STRING}&is_vrewrite=yes [L]
RewriteRule ^(.*)/t-(.*)-(.*)-print.html printthread.php?t=$3&is_vrewrite=yes&%{QUERY_STRING} [L]
RewriteRule ^(.*)/t-(.*)-(.*)-nextnewest.html showthread.php?t=$3&goto=nextnewest&is_vrewrite=yes&%{QUERY_STRING} [L]
RewriteRule ^(.*)/t-(.*)-(.*)-nextoldest.html showthread.php?t=$3&goto=nextoldest&is_vrewrite=yes&%{QUERY_STRING} [L]
RewriteRule ^p-(.*)-post(.*)/postcount(.*).html showpost.php?p=$2&postcount=$3&is_vrewrite=yes&%{QUERY_STRING} [L]
RewriteRule ^(.*)/t-(.*)-(.*)-page(.*).html showthread.php?t=$3&page=$4&is_vrewrite=yes&%{QUERY_STRING} [L]
RewriteRule ^(.*)/t-(.*)-(.*)/page(.*).html showthread.php?t=$3&page=$4&is_vrewrite=yes&%{QUERY_STRING} [L]
RewriteRule ^(.*)/t-(.*)-(.*).html/(.*)$ showthread.php?t=$3&%{QUERY_STRING}&is_vrewrite=yes [L]
RewriteRule ^(.*)/t-(.*)-(.*).html showthread.php?t=$3&is_vrewrite=yes&%{QUERY_STRING} [L]
RewriteRule ^f-(.*)-(.*)/misc\.php$ misc.php?&%{QUERY_STRING}&is_vrewrite=yes&%{QUERY_STRING} [L]
RewriteRule ^members/(.*)-(.*).html member.php?u=$2&is_vrewrite=yes&%{QUERY_STRING} [L]
RewriteRule ^u-(.*)-(.*).html(.*) member.php?u=$2&is_vrewrite=yes&%{QUERY_STRING}$3 [L]
RewriteRule ^u-(.*)-(.*).html member.php?u=$2&is_vrewrite=yes&%{QUERY_STRING} [L]
RewriteRule ^f-(.*)-(.*)/page(.*).html/(.*)$ forumdisplay.php?f=$2&&page=$3%{QUERY_STRING}&is_vrewrite=yes [L]
RewriteRule ^f-(.*)-(.*)/(.*)$ forumdisplay.php?f=$2&&%{QUERY_STRING}&is_vrewrite=yes [L]
RewriteRule ^f-(.*)-(.*)/$ forumdisplay.php?f=$2&%{QUERY_STRING}&is_vrewrite=yes [L]
RewriteRule ^search-(.*).html$ search.php?do=$1 [L]
RewriteRule ^$ index.php
RewriteRule (^[-_A-Za-z0-9\ ]*$) member.php?&username=$1
RewriteEngine On
RewriteRule ^f([0-9]+)-([A-Za-z0-9\-]+)\.html$ forumdisplay.php?f=$1 [L]
RewriteRule ^t([0-9]+)(((-p)([0-9]+))?)([A-Za-z0-9\-]+)\.html$ showthread.php?t=$1&page=$5&pp=10 [L]
RewriteRule ^(.*)-(.*)_(.*)-(.*)_(.*)-(.*)_(.*)-(.*)_(.*)-(.*)_(.*)-(.*)_(.*).html(.*)$ $1.php?$2=$3&$4=$5&$6=$7&$8=$9&$10=$11&$12=$13$14
RewriteRule ^(.*)-(.*)_(.*)-(.*)_(.*)-(.*)_(.*)-(.*)_(.*)-(.*)_(.*).html(.*)$ $1.php?$2=$3&$4=$5&$6=$7&$8=$9&$10=$11$12
RewriteRule ^(.*)-(.*)_(.*)-(.*)_(.*)-(.*)_(.*)-(.*)_(.*).html(.*)$ $1.php?$2=$3&$4=$5&$6=$7&$8=$9$10
RewriteRule ^(.*)-(.*)_(.*)-(.*)_(.*)-(.*)_(.*).html(.*)$ $1.php?$2=$3&$4=$5&$6=$7$8
RewriteRule ^(.*)-(.*)_(.*)-(.*)_(.*).html(.*)$ $1.php?$2=$3&$4=$5$6
RewriteRule ^(.*)-(.*)_(.*).html(.*)$ $1.php?$2=$3$4
RewriteRule ^(.*).html$ $1.php
RewriteRule ^(sitemap.*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]


Immortal 05-30-2006 10:33 PM

https://vborg.vbsupport.ru/forumdisplay.php?f=182 Please :)

durapuma 05-31-2006 11:31 AM

Hey,

I really need the beta :

Code:

http://www.techhelpforum.com/vrewrite/vRewrite_15_beta.zip
but the link does not work :(

Can somebody reup it ?


Thanks

durapuma 05-31-2006 11:42 AM

I tryed to install it but there ist one / to much :

http://forum.l-word.org//f-the-l-wor...-forum-4.html/

Why ?

Immortal 05-31-2006 06:00 PM

To download:
https://vborg.vbsupport.ru/attachmen...chmentid=47575

Support is no longer handled here: https://vborg.vbsupport.ru/forumdisplay.php?f=182

NubKnacker 06-04-2006 06:55 AM

Hi I just installed the mod and I must say that Tyler has done a great job. It works perfectly except for one thing, and that one thing is probably my mistake somewhere. My forum images when viewing anything but the main page are broken. The path appears as a relative path and nothing shows. How do I fix that?

Brandon Sheley 06-04-2006 07:03 AM

Quote:

Originally Posted by Immortal
Support is no longer handled here: https://vborg.vbsupport.ru/forumdisplay.php?f=182

nice, this mod has its own section :) very cool, been doing well then I guess Tyler ?

are you able to make any URL's submitted by a site map the same URL's that the rewrite will do ? :)

futuredood 06-05-2006 01:24 AM

i installed this hack and absolutely nothing happened.. no errors, no success. i'm running vb 3.5.4, and ran the exact steps. i asked my host if apache and vb_rewrite was on, and they confirmed so. any ideas? my vb is at www.aznraps.com/forums. thanks.

jdingman 06-05-2006 02:30 AM

Quote:

Originally Posted by futuredood
i installed this hack and absolutely nothing happened.. no errors, no success. i'm running vb 3.5.4, and ran the exact steps. i asked my host if apache and vb_rewrite was on, and they confirmed so. any ideas? my vb is at www.aznraps.com/forums. thanks.

You're in the wrong forum for this. Please see a couple posts above for where you should be posting.

futuredood 06-05-2006 02:50 AM

sorry about that

VaaKo 06-05-2006 05:40 PM

/me clicks install

thanks.

VaaKo 06-06-2006 11:31 AM

I'm having a profiles problem :\
my profile's link seems to be fine:
http://www.lebpolitics.com/u-snitz-1.html/
but other profiles' link are like this
http://www.lebpolitics.com/u--4.html/
and when u visit it, the pictures don't show

any suggestions?


All times are GMT. The time now is 05:41 AM.

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.03165 seconds
  • Memory Usage 1,856KB
  • 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
  • (5)bbcode_code_printable
  • (18)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