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)
-   -   Major Additions - DownloadsII (https://vborg.vbsupport.ru/showthread.php?t=120122)

PaylaX 10-31-2009 04:23 PM

Quote:

Originally Posted by RS_Jelle (Post 1905973)
Probably yes, but there's nothing I can do at the moment. I'm not an alpha, neither a beta tester.

We loved and we have been using this hack on our forums so, please do your best for 4 series.
Quote:

Originally Posted by Kirschtorte (Post 1908670)
Hello!

i have seen, that the DownloadsII-Addon on the demopage (http://www.minatica.be/downloads.php) is version 6.0 instead of 5.1.1. Where can i get it :confused:

6.0 version for this hack is only a modified version of v5.1 which involve star rating system according to me.

And there is another layout, I use Ajax scripts, and a lot graphics.

Mr_TriGGeR 10-31-2009 11:08 PM

Okay I have a question I just can't figure out. Is there a way to import all the attachments I have on the board, prior to installing this Mod? Or do I have to do them 1 at a time.

ZERO <ibis> 10-31-2009 11:16 PM

Is there a way to use this to allow users to downlaod files hosted from a remote location?

RS_Jelle 11-01-2009 12:29 PM

Quote:

Originally Posted by alpha.cccp (Post 1906628)
Got a question...when I set Latest Additions, Most Contributors and all the other side modules to 0, the column disappears on the main downloads.php page but not on any category pages...is there a way to fix that ?

Also it seems with the side column doesn't have a fixed width or a wrap or anything like that, so if the file name is rather large it will push the entire table out to the side breaking the layout ( primarily the only reason why I set everything to 0 on the left bar ).

Thank you, great mod !

Open downloads.php
Find
PHP Code:

    eval('$dmain_jr = "' fetch_template('downloads_cat') . '";');
    eval(
'$dpanel = "' fetch_template('downloads_panel_side') . '";');
    eval(
'$dmain = "' fetch_template('downloads_wrapper_side') . '";');
}
else if (
$_GET['do'] == 'tree'

Replace with
PHP Code:

    eval('$dmain_jr = "' fetch_template('downloads_cat') . '";');
    if (
$vbulletin->options['ecdownloads_tops'])
    {
        eval(
'$dpanel = "' fetch_template('downloads_panel_side') . '";');
        eval(
'$dmain .= "' fetch_template('downloads_wrapper_side') . '";');
    }
    else
    {
        eval(
'$dmain .= "' fetch_template('downloads_wrapper_top') . '";');
    }
}
else if (
$_GET['do'] == 'tree'

Quote:

Originally Posted by Bram H (Post 1908643)
But what does this mean for people like myself that have a very active downloads area and also gonna install vb 4.0 suite ?

Is it likely that during an upgrade all downloads are corrupted or worse: lost?

You normally won't lose anything if you upgrade to vB4. The current DownloadsII version won't work (blank page or PHP errors), but the data won't be touched (unless you uninstall it).

Quote:

Originally Posted by gwerzal (Post 1908698)
Hi

This is a great mod but i am getting this error below when i try to upload a picture to the download

Fatal error: Call to undefined function imagecreatefromjpeg() in /home/elite/public_html/downloads.php on line 838

Any ideas what it could be anyone

Any help is very much appreciated

Do you have the GD library for PHP installed? And which version if you do (needs to be 1.8 or later)?

Quote:

Originally Posted by ZERO <ibis> (Post 1908827)
Is there a way to use this to allow users to downlaod files hosted from a remote location?

Currently you can only upload to folders within the forums directory. Otherwise, you need to link the files.

Quote:

Originally Posted by Mr_TriGGeR (Post 1908835)
Okay I have a question I just can't figure out. Is there a way to import all the attachments I have on the board, prior to installing this Mod? Or do I have to do them 1 at a time.

No, it's separated from the attachments system at the moment. You can't import attachments (or you need to do it manually of course). For vB4 I'm probably trying to integrate it with the new asset manager.

irtehun 11-01-2009 01:13 PM

Is there any way that this can be used so that only certain Usergroups can download certain files? if not can anyone point me in the right way for something that will?

abdulbasitsaeed 11-01-2009 01:22 PM

Simply go to Admin CP > Usergroups > Usergroup Manager.

Press the "Edit" button in front of the desired usergroup and you will find various options regarding viewing, commenting and downloading of files. ;)

irtehun 11-01-2009 01:25 PM

Quote:

Originally Posted by abdulbasitsaeed (Post 1909003)
Simply go to Admin CP > Usergroups > Usergroup Manager.

Press the "Edit" button in front of the desired usergroup and you will find various options regarding viewing, commenting and downloading of files. ;)

Some files need to be downloadable by all, some just need to be downloadable by a certain usergroup

RS_Jelle 11-01-2009 03:27 PM

Quote:

Originally Posted by irtehun (Post 1909004)
Some files need to be downloadable by all, some just need to be downloadable by a certain usergroup

You can limit categories per usergroup at the usergroup permissions ;)

realdx 11-01-2009 08:11 PM

Hi Jelle and thank you for the nice hack, hanging around for the web I found this mod, that seems like downloadsII, but with the ability to host remotely the files.. it has in the ACP options to set up an ftp connection to host the files on another server and the option to retrive them from a given HTTP link.
This would solve one big problem in DownloadsII, the file size limitation that most of us have on their server when uploading files via HTTP, and the ability to host the vbulletin script on a fast and expensive server for taking care of mysql queries, page generation and all the rest, and use a cheap remote server with bigger hard drive space just as a file vault.
Are you interested in implenting it in the next version?
I dont know if I can post the file here, kindly let me know if I can send you the file via email.
Thank you for your time and keep up the good work!!

teamemmenracing 11-01-2009 11:34 PM

Excellent mod....... thanks

I am getting this error when uploading ........ any ideas ?

https://vborg.vbsupport.ru/

sadiq6210 11-02-2009 06:49 AM

Great mod.

RS_Jelle
About vb4, I will not upgrade unit release the new update for this mod for vb4
I believe that you can make an amazing devlopment with the 4 series (i.e staring in DownloadII 1.5 or 2.0) !

gwerzal 11-02-2009 10:00 AM

Quote:

Do you have the GD library for PHP installed? And which version if you do (needs to be 1.8 or later)?
No as far as i know i havnt got gd library for php installed. how would i check. would i have to contact the hosts and ask them

RS_Jelle 11-02-2009 11:18 AM

Quote:

Originally Posted by teamemmenracing (Post 1909176)
Excellent mod....... thanks

I am getting this error when uploading ........ any ideas ?

http://www.bikeshite.com/forums/phot...oadserror1.jpg

Did you get this while uploading a large file?

Quote:

Originally Posted by gwerzal (Post 1909333)
No as far as i know i havnt got gd library for php installed. how would i check. would i have to contact the hosts and ask them

AdminCP -> Maintenance -> View PHP Info
Look for GD :)

gwerzal 11-02-2009 11:47 AM

This is what it sais under the section of gd.

Thanks for helping

gd

GD Support enabled
GD Version bundled (2.0.34 compatible)
FreeType Support enabled
FreeType Linkage with freetype
FreeType Version 2.2.1
GIF Read Support enabled
GIF Create Support enabled
JPG Support enabled
PNG Support enabled
WBMP Support enabled
XPM Support enabled
XBM Support enabled

reddyink 11-02-2009 02:07 PM

is there anyway to organize categories in 3 columns.
Just like this http://www.haitiwebs.com/downloads.php


(may be sub-forums organization would help!! https://vborg.vbsupport.ru/showthrea...bforum+listing)

thanks

M-Tuning 11-03-2009 07:44 PM

I hope you will support this hack for vB 4.0

I and probably a lot of other vB users use this mod.
And I can't upgrade to vB 4.0 unless my downloads work.

Too bad your neither an alpha or a beta tester.

RS_Jelle 11-04-2009 07:37 AM

Quote:

Originally Posted by gwerzal (Post 1909373)
This is what it sais under the section of gd.

Thanks for helping

gd

GD Support enabled
GD Version bundled (2.0.34 compatible)
FreeType Support enabled
FreeType Linkage with freetype
FreeType Version 2.2.1
GIF Read Support enabled
GIF Create Support enabled
JPG Support enabled
PNG Support enabled
WBMP Support enabled
XPM Support enabled
XBM Support enabled

That's strange. If GD is enabled and JPG support is enabled, imagecreatefromjpeg() shouldn't be an undefined function :confused:

Can you create JPG thumbnails with vB itself? Does the attachment/avatar/... system for example create a thumbnail when you upload a big JPG?

Quote:

Originally Posted by reddyink (Post 1909421)
is there anyway to organize categories in 3 columns.
Just like this http://www.haitiwebs.com/downloads.php


(may be sub-forums organization would help!! https://vborg.vbsupport.ru/showthrea...bforum+listing)

thanks

That's not possible and I'm not planning it. Such design things are very personal. vB itself hasn't got this also.
But of course, you could change the templates yourself for this.

Quote:

Originally Posted by M-Tuning (Post 1909925)
I hope you will support this hack for vB 4.0

I and probably a lot of other vB users use this mod.
And I can't upgrade to vB 4.0 unless my downloads work.

Too bad your neither an alpha or a beta tester.

I'm a beta tester now as IB changed their policy. Everybody who bought the pre-sale gets the beta.

Cobinja 11-04-2009 09:54 AM

Hi

we're using v5.1.1 and found the following bug:

I uploaded a file called similar to "abc-1.1.1-win32.zip".
When trying to download that file, the name was changed to "abc-1.1.win32.zip".

I looked into "download.php" and found this on line 679:
Code:

$newfilename = preg_replace('/[0-9]+-/','',$file['url']);
This line intends to remove the number-hyphen-combination that is added to the filenames during upload.
Unfortunately, this line also deletes number-hyphen-combinations within the actual filename.

Using the following fixes the bug:
Code:

$newfilename = preg_replace('/^[0-9]+-/','',$file['url']);
Greets,
Cobinja

gwerzal 11-04-2009 01:52 PM

Quote:

That's strange. If GD is enabled and JPG support is enabled, imagecreatefromjpeg() shouldn't be an undefined function

Can you create JPG thumbnails with vB itself? Does the attachment/avatar/... system for example create a thumbnail when you upload a big JPG?
Yes i can upload jpg as attachments

That works fine. I just get that error mesage when i try to upload the images to the downloads


Update...................... I have this working ok now.

Thank you very much for your help and for the mod

Mr_TriGGeR 11-05-2009 01:43 AM

I am having a issue with permissions. When I set a user group to not see certain download sections they can still see them. I have tried checking the box and not checking it. I have added the cat. #'s with a , in between each cat. I can't see to get this to work. Any suggestions on what I am missing.

Yacs 11-05-2009 05:41 AM

I don't know, seems like it's more hassle than it's worth. Unless I am doing this wrong, and I mean no offense to the coder. I'm relatively new at this. I find that I am having to enter everything in manually because the importer is not working correctly, and nothing I have tried has remedied that. Unless, this is the way it's supposed to work. It just seems to be awful time consuming and wish it were more automated. I keep getting this when using the directory importer;


Warning: opendir() [function.opendir]: URL file-access is disabled in the server configuration in [path]/admincp/downloadadmin.php on line 290

Warning: opendir(http://www.404d.net/downloads/) [function.opendir]: failed to open dir: no suitable wrapper could be found in [path]/admincp/downloadadmin.php on line 290

Welshy2008 11-05-2009 10:55 AM

I have installed it and got the following database error when adding the permissions in Group Permissions - on EVERY group that I tried setting the permissins for. (I have 3.8.1 PL1)

Naturally - when I try to view the downloads section (for example http://www.myforumaddress.com/downloads.php) I get a "You do not have permission to acess this page.

How do I overcome this, Please?

The following is the database error that I received...



Code:

Database error in vBulletin 3.8.1:

Invalid SQL:
UPDATE vbusergroup SET

### UPDATE QUERY GENERATED BY fetch_query_sql() ###
`title` = 'A - superadministrators',
`description` = 'super Administrators',
`usertitle` = '',
`opentag` = '',
`closetag` = '',
`passwordexpires` = '0',
`passwordhistory` = '0',
`ispublicgroup` = '0',
`canoverride` = '1',
`unreq_perms` = '3',
`forumpermissions` = '16777215',
`genericpermissions` = '2113929215',
`attachlimit` = '1000000',
`pmquota` = '500',
`pmpermissions` = '7',
`pmsendmax` = '5',
`pmthrottlequantity` = '0',
`calendarpermissions` = '47',
`wolpermissions` = '31',
`adminpermissions` = '3',
`genericpermissions2` = '1',
`genericoptions` = '63',
`profilepicmaxwidth` = '140',
`profilepicmaxheight` = '100',
`profilepicmaxsize` = '25000',
`avatarmaxwidth` = '50',
`avatarmaxheight` = '50',
`avatarmaxsize` = '20000',
`signaturepermissions` = '241663',
`sigpicmaxwidth` = '0',
`sigpicmaxheight` = '0',
`sigpicmaxsize` = '0',
`sigmaxrawchars` = '0',
`sigmaxchars` = '0',
`sigmaxlines` = '0',
`sigmaxsizebbcode` = '7',
`sigmaximages` = '0',
`albumpermissions` = '255',
`albumpicmaxwidth` = '600',
`albumpicmaxheight` = '600',
`albumpicmaxsize` = '100000',
`albummaxpics` = '100',
`albummaxsize` = '0',
`usercsspermissions` = '63',
`visitormessagepermissions` = '63',
`socialgrouppermissions` = '65535',
`maximumsocialgroups` = '5',
`groupiconmaxsize` = '25000',
`memarea_permissions` = '0',
`ecdownloadpermissions` = '32767',
`ecexcludecatlist` = '',
`ecdownloadsmaxuploadtotal` = '-1',
`ecdownloadsmaxdailydl` = '-1',
`ecdownloadsmaxdailyfiles` = '-1',
`ecdownloaddelaygrp` = '-1',
`trgpermissions` = '15',
`bfc_download` = '0',
`ugphelpcenter` = '8191'
WHERE usergroupid=11;

MySQL Error : Unknown column 'bfc_download' in 'field list'
Error Number : 1054
Request Date : Thursday, November 5th 2009 @ 12:36:03 PM
Error Date : Thursday, November 5th 2009 @ 12:36:03 PM
Script : http://www.myforumaddress.com/admincp/usergroup.php?do=update
Referrer : http://www.myforumaddress.com/admincp/usergroup.php?do=edit&usergroupid=11
IP Address : 77.13.299.298
Username : Admin
Classname : vB_Database
MySQL Version : 5.0.81-community


Welshy2008 11-05-2009 10:59 AM

Quote:

Originally Posted by Welshy2008 (Post 1910522)
I have installed it and got the following database error when adding the permissions in Group Permissions - on EVERY group that I tried setting the permissins for. (I have 3.8.1 PL1)

Naturally - when I try to view the downloads section (for example http://www.myforumaddress.com/downloads.php) I get a "You do not have permission to acess this page.

How do I overcome this, Please?

The following is the database error that I received...



Code:

Database error in vBulletin 3.8.1:

Invalid SQL:
UPDATE vbusergroup SET

### UPDATE QUERY GENERATED BY fetch_query_sql() ###
`title` = 'A - superadministrators',
`description` = 'super Administrators',
`usertitle` = '',
`opentag` = '',
`closetag` = '',
`passwordexpires` = '0',
`passwordhistory` = '0',
`ispublicgroup` = '0',
`canoverride` = '1',
`unreq_perms` = '3',
`forumpermissions` = '16777215',
`genericpermissions` = '2113929215',
`attachlimit` = '1000000',
`pmquota` = '500',
`pmpermissions` = '7',
`pmsendmax` = '5',
`pmthrottlequantity` = '0',
`calendarpermissions` = '47',
`wolpermissions` = '31',
`adminpermissions` = '3',
`genericpermissions2` = '1',
`genericoptions` = '63',
`profilepicmaxwidth` = '140',
`profilepicmaxheight` = '100',
`profilepicmaxsize` = '25000',
`avatarmaxwidth` = '50',
`avatarmaxheight` = '50',
`avatarmaxsize` = '20000',
`signaturepermissions` = '241663',
`sigpicmaxwidth` = '0',
`sigpicmaxheight` = '0',
`sigpicmaxsize` = '0',
`sigmaxrawchars` = '0',
`sigmaxchars` = '0',
`sigmaxlines` = '0',
`sigmaxsizebbcode` = '7',
`sigmaximages` = '0',
`albumpermissions` = '255',
`albumpicmaxwidth` = '600',
`albumpicmaxheight` = '600',
`albumpicmaxsize` = '100000',
`albummaxpics` = '100',
`albummaxsize` = '0',
`usercsspermissions` = '63',
`visitormessagepermissions` = '63',
`socialgrouppermissions` = '65535',
`maximumsocialgroups` = '5',
`groupiconmaxsize` = '25000',
`memarea_permissions` = '0',
`ecdownloadpermissions` = '32767',
`ecexcludecatlist` = '',
`ecdownloadsmaxuploadtotal` = '-1',
`ecdownloadsmaxdailydl` = '-1',
`ecdownloadsmaxdailyfiles` = '-1',
`ecdownloaddelaygrp` = '-1',
`trgpermissions` = '15',
`bfc_download` = '0',
`ugphelpcenter` = '8191'
WHERE usergroupid=11;

MySQL Error : Unknown column 'bfc_download' in 'field list'
Error Number : 1054
Request Date : Thursday, November 5th 2009 @ 12:36:03 PM
Error Date : Thursday, November 5th 2009 @ 12:36:03 PM
Script : http://www.myforumaddress.com/admincp/usergroup.php?do=update
Referrer : http://www.myforumaddress.com/admincp/usergroup.php?do=edit&usergroupid=11
IP Address : 77.13.299.298
Username : Admin
Classname : vB_Database
MySQL Version : 5.0.81-community




I think that it maybe because I didn't uninstall the old version (Which didn't work for me) - or didn't over-write it?

Welshy2008 11-05-2009 11:25 AM

I have manually deleted the old files from BFC_Download and yours is working perfectly.

So it was my fault. :(

Welshy2008 11-05-2009 12:23 PM

I quite like the looks of this - But like the look on your new DownloadII version 6.

Is that available Please?

Welshy2008 11-05-2009 06:38 PM

Would it be possible that I could allow my Members to add "Word" and "Excel" files too, Please?

Welshy2008 11-06-2009 02:08 PM

Quote:

Originally Posted by Welshy2008 (Post 1910674)
Would it be possible that I could allow my Members to add "Word" and "Excel" files too, Please?


Cancel that...


Just added doc for word documents and xls for excel documents in the relevent section of "Downloads" in my ACP.



This is great - Well done an a Fab MOD.

Nadeemjp 11-07-2009 12:35 AM

hey will you be considering to upgrade for vb4? cause i dont wanna loose this mod

PaylaX 11-07-2009 03:51 AM

Quote:

Originally Posted by Nadeemjp (Post 1911167)
hey will you be considering to upgrade for vb4? cause i dont wanna loose this mod

I think he is working on it:) so your answer is yes!

Nadeemjp 11-07-2009 04:49 AM

oh thank paylax:) appreciate that

michael24179 11-07-2009 06:40 AM

I'm currently a TV Guides, which includes several GB. I want to give up the database to the present and everything in the DownloadsII Beam. Now if I would have to download everything and then back up, then it would be a year Project. My downloads in the database to the present, I can set up so that I can upload the files with direct link. The DownloaderII supports direct loading from a server and trying to access is not always on the local HDD. Is there any way to add the ability to disable this function by making a few changes to the Tamplates so that I can load URLs from ?????.

Clayton 11-09-2009 12:47 PM

Hi there, I have been using this with 3.6 version 5.0.8

am I able to upgrade to this even if still using 3.6

or must we stick to 5.0.8 for 3.6 , please?

Cheers

C

EDIT: in answering my own question .. the answer is NO

we moved servers and the previous location was

/var/www/html/forums/downloads/

now the new server it is on

/var/www/vhosts/domainname.com/httpdocs/forums/downloads/

not sure what to do to correct the location because when you click on the DOWNLOAD image it says it says ERROR: File not found.

even though the file is in the download folder

if you are able to provide a solution for this it would be brilliant .. thanks

Mobo 11-11-2009 05:01 AM

I'm trying to fix the file size limit by adding the .htaccess file you posted here. I already have a file with that name with this code in it:

Code:

RewriteEngine On
RewriteRule ^((urllist|sitemap).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]

If I try adding your code to that file, I get a 500 error and the site does not work. If I remove that code and replace it with yours, I get the same 500 error. Is there anyway to have both so that I can upload files larger then 2MB?

Thanks!

blacksmagicgrou 11-12-2009 09:36 PM

I love this idea and saw it on another forum, but it's not showing up in our nav bar when we install it. Any ideas?

realdx 11-13-2009 08:16 AM

Anyone please? I have user registering, downloading and leaving, I saw that this mod already keep track of how many upload/download each user make.
Would it be possible to implement some sort of check so that they can download for example up to 3 files, and then could not download anymore till they dont bring the ratio to 1:1 by uploading 3 files?? thanks!

MjrNuT 11-15-2009 02:27 AM

How would I move the Downloads link to say under the Community Dropdown on the NavBar?

Sorry for the basic question, but I just don't know. Thanks in advance.

RS_Jelle 11-15-2009 11:40 AM

Quote:

Originally Posted by PaylaX (Post 1911208)
I think he is working on it:) so your answer is yes!

I just started toying a bit with the new style. The new template syntax etc. isn't difficult to use, but what's making it difficult are all inconsistencies and bugs in the new style. I hope beta 4 will be getting some style fixes :)

Adding some borders to stop everything from "flying in whitespace" (like at the advanced reply page) would be welcome too.

But I guess that integrating in the new asset manager and integrated search will be the most difficult part. Probably that won't make it into the first v6 version.

Geek Specialtie 11-16-2009 06:01 PM

I'm getting file limit exceeded message. I added some limits to different usergroups to test this feature, it limited me, than I changed it back to unlimited (-1) but I'm still getting the file limit exceeded.

Any ideas how I can fix this?

Also It would be nice to be able to not display the Downloads link to some usergroups.

joyceleong 11-19-2009 02:09 AM

I am unable to upload image to my Download post. I have browsed, picked an image, and click on image, but right after which is a blank screen.

I am sure that I have set the permission to upload images under the Usergroup.

Can anyone please advise? Thank you.

Welshy2008 11-19-2009 06:49 AM

Quote:

Originally Posted by joyceleong (Post 1916962)
I am unable to upload image to my Download post. I have browsed, picked an image, and click on image, but right after which is a blank screen.

I am sure that I have set the permission to upload images under the Usergroup.

Can anyone please advise? Thank you.

Doublecheck the Usergroups Permissions, Joyce. Failing that, you could like directly to it... Ie: http://www.yourforumaddress.com/images/yourpicture.jpg


Let me know how you get on.


All times are GMT. The time now is 10:31 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.11138 seconds
  • Memory Usage 1,899KB
  • 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
  • (2)bbcode_php_printable
  • (21)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)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