vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Major Additions - Links and Downloads Manager (https://vborg.vbsupport.ru/showthread.php?t=119041)

solidlink 12-11-2007 05:18 PM

Solved, thanks

solidlink 12-12-2007 08:33 AM

Upload error - unable to create a user subdirectory on server

How do I rectify this error?

solidlink 12-12-2007 08:45 AM

Can this be configured to tie a specific file to a user's account? Such that the play is not openly displayed but is held on the server... only when a user needs to show/send the link to another user then it is displayed?

AndrewD 12-12-2007 09:49 AM

Quote:

Originally Posted by solidlink (Post 1399737)
Upload error - unable to create a user subdirectory on server

How do I rectify this error?

LDM keeps each user's uploads in a separate subdirectory within the *upload_dir* you specified on the LDM admin settings page. It gives you this error if it cannot create the subdirectory. Either you haven't given the parent directory the right permissions (unix mode 777) or there is some other setting which prevents LDM for creating directories. As far as I know, the php settings *open_basedir* and *safe_mode* are the usual culprits, but problems with these would be flagged on the LDM/admin/settings page.

Get back to me if these suggestions don't help.

AndrewD 12-12-2007 09:51 AM

Quote:

Originally Posted by solidlink (Post 1399740)
Can this be configured to tie a specific file to a user's account? Such that the play is not openly displayed but is held on the server... only when a user needs to show/send the link to another user then it is displayed?

Take a look at the *hide_entry* setting on the edit entry page. Is this adequate?

dawn100 12-13-2007 01:26 PM

Hi Andrew!

Thank you *so much* for this mod! It is so easy to use, even for newbies like me!

One question- can the favorites/featured sites be used with the regular VB, or do I need to have the enhanced version? I would prefer to integrate this feature on my home page, but could do it on my gallery page instead.

thanks!

AndrewD 12-13-2007 04:14 PM

Quote:

Originally Posted by dawn100 (Post 1400463)
Hi Andrew!

Thank you *so much* for this mod! It is so easy to use, even for newbies like me!

One question- can the favorites/featured sites be used with the regular VB, or do I need to have the enhanced version? I would prefer to integrate this feature on my home page, but could do it on my gallery page instead.

thanks!

thanks - glad you found it easy to use.

I'm not sure what you mean by regular/enhanced vbulletin? Are you running vbadvanced? There isn't a vbadvanced module for handling favourites/featured sites, although it would not be hard to add this.

dawn100 12-13-2007 04:21 PM

Quote:

Originally Posted by AndrewD (Post 1400517)
thanks - glad you found it easy to use.

I'm not sure what you mean by regular/enhanced vbulletin? Are you running vbadvanced? There isn't a vbadvanced module for handling favourites/featured sites, although it would not be hard to add this.

Sorry, I meant vbadvanced. :o I am not running it- just 3.6.8 patch lvl 2. If that handles the favorites/featured site, could you tell me how to install/manage it (or point me to a thread or where in wiki it is discussed)?

thanks!!

AndrewD 12-14-2007 04:08 AM

Quote:

Originally Posted by dawn100 (Post 1400522)
Sorry, I meant vbadvanced. :o I am not running it- just 3.6.8 patch lvl 2. If that handles the favorites/featured site, could you tell me how to install/manage it (or point me to a thread or where in wiki it is discussed)?

thanks!!

If you can wait a few days until the Christmas break, I will gladly explain/help you get things running.

Rouzbeh1 12-14-2007 01:17 PM

Hi Andrew,
i have a problem with cache_style redeclaration when i enable vb Ad Management 4.x
Quote:

Originally Posted by RedTyger (Post 1400609)
It's a conflict with the links and downloads manager modification. I don't know if the problem is with his modification or mine, but he did say he would solve the conflict in his next release.

just wanted to report it here too and ask howlong it would take to fix this....

btw. will LDM be available for vb3.7?

thanks in advance

dawn100 12-14-2007 01:51 PM

Quote:

Originally Posted by AndrewD (Post 1400792)
If you can wait a few days until the Christmas break, I will gladly explain/help you get things running.

Whenever you have time, I will be ready!

thanks so much!!

AndrewD 12-14-2007 02:27 PM

Quote:

Originally Posted by Rouzbeh1 (Post 1400977)
Hi Andrew,
i have a problem with cache_style redeclaration when i enable vb Ad Management 4.x

just wanted to report it here too and ask howlong it would take to fix this....

btw. will LDM be available for vb3.7?

thanks in advance

This was already reported - it's a trivial fix - edit includes/local_links_include.php and find three mentions of *cache_styles*

- line 1120
- line 1145
- line 1157

change *cache_styles* to *ldm_cache_styles*

I expect that any changes for vb 3.7 will be minor, and do plan to support this, but must wait to see the code.

Alfa1 12-14-2007 09:25 PM

Some members are experiencing this error with ldm_new.php:
Quote:

Fatal error: Call to undefined function fetch_unallowed_forums() in /home/mysite/domains/mydomain.com/public_html/forum/modules/ldm_new.php on line 15
I have checked the cat id's listed, but all catID's seem fine.
Here is line 15:
PHP Code:

$limitfids fetch_unallowed_forums(array($vbulletin->bf_ugp_forumpermissions['canview'], $vbulletin->bf_ugp_forumpermissions['canviewothers'])); 

I assume that this is a member group permissions problem.
How can I fix this?

pspcrazy 12-14-2007 11:48 PM

Andrew is there any way we can get the actual downloads to be on their own page? Like for instance they click the link or picture and instead of downloading it sends them to the download's OWN page vs it being a instant download type thing.

Like for instance it only shows the first 50 characters on the category page of the description, and then it shows the full description in it's own page with possibly a larger image, and the download link is in it's own page vs on a page with all the downloads for it's category.

Rouzbeh1 12-15-2007 01:03 AM

Quote:

Originally Posted by AndrewD (Post 1401005)
This was already reported - it's a trivial fix - edit includes/local_links_include.php and find three mentions of *cache_styles*

- line 1120
- line 1145
- line 1157

change *cache_styles* to *ldm_cache_styles*

I expect that any changes for vb 3.7 will be minor, and do plan to support this, but must wait to see the code.

thanks for the fix and also for good news about this product being supported on 3.7 ;)

AndrewD 12-15-2007 05:16 AM

Quote:

Originally Posted by pspcrazy (Post 1401246)
Andrew is there any way we can get the actual downloads to be on their own page? Like for instance they click the link or picture and instead of downloading it sends them to the download's OWN page vs it being a instant download type thing.

Like for instance it only shows the first 50 characters on the category page of the description, and then it shows the full description in it's own page with possibly a larger image, and the download link is in it's own page vs on a page with all the downloads for it's category.

You can set the category linkbit (-> category -> edit category -> control settings) to use, e.g. the photo or title plus thumb linkbit. Set the template altbit to be, e.g. the modern linkbit. Then, you will get a page layout of category entries and when you select one, you will be taken to a page with only that entry shown.

As far as I recall, there is not the possibility of having a trimmed version of the text on the first page - this is something that I had been asked to add in the next release.

AndrewD 12-15-2007 05:21 AM

Quote:

Originally Posted by Alfa1 (Post 1401182)
Some members are experiencing this error with ldm_new.php:

I have checked the cat id's listed, but all catID's seem fine.
Here is line 15:
PHP Code:

$limitfids fetch_unallowed_forums(array($vbulletin->bf_ugp_forumpermissions['canview'], $vbulletin->bf_ugp_forumpermissions['canviewothers'])); 

I assume that this is a member group permissions problem.
How can I fix this?

Which version of LDM are you using - 2.2.8? It looks as if you're still running the 2.2.7 version of the ldm_new vba module.

maroceve 12-15-2007 11:46 AM

Yup applied the php changes....fixed hte problem.

Thanks

Alfa1 12-15-2007 12:01 PM

Yes, I am using LDM 2.2.8
I just deleted the ldm_new.php and imported the module again. This worked. The error is now gone and modules are working for all member groups.
But what should be links is showing up as plain text (no link). And this differs per member group: Guests just only see text, while admins see on text line and the rest links.

I assume this has to do with permissions: guests can not access links to files, so links to entries and comments in LDM are not displayed either on LDM_new? The rest of LDM does show links to entries and comments to guests.

That admins can not see the first link, but text instead is strange, but i guess this is due to the permissions being overridden by the parent forum. What do I need to change in the permissions of the parent forum to fix this?

On another note: How do I display moderators of each section of LDM?

AndrewD 12-15-2007 02:27 PM

Quote:

Originally Posted by Alfa1 (Post 1401493)
Yes, I am using LDM 2.2.8
I just deleted the ldm_new.php and imported the module again. This worked. The error is now gone and modules are working for all member groups.
But what should be links is showing up as plain text (no link). And this differs per member group: Guests just only see text, while admins see on text line and the rest links.

I assume this has to do with permissions: guests can not access links to files, so links to entries and comments in LDM are not displayed either on LDM_new? The rest of LDM does show links to entries and comments to guests.

That admins can not see the first link, but text instead is strange, but i guess this is due to the permissions being overridden by the parent forum. What do I need to change in the permissions of the parent forum to fix this?

It's also related to whether the link is live or broken. If LDM thinks the url is broken, then the ldm_new module shows just the title text.


Quote:

Originally Posted by Alfa1 (Post 1401493)
On another note: How do I display moderators of each section of LDM?

This would require a bit of coding. The permission can be picked up in two ways - from LDM's own *can_moderate_links* permission (which is set on a per-usergroup basis) and from the vbulletin forum moderators for the associated forum (if any). LDM already works out whether the current user is allowed to moderate in the category she's viewing, but doesn't keep a full list of all the users who have this permission.

Alfa1 12-15-2007 02:53 PM

Quote:

Originally Posted by AndrewD (Post 1401562)
It's also related to whether the link is live or broken. If LDM thinks the url is broken, then the ldm_new module shows just the title text.

That explains quite a lot. Since i just moved servers, the most newest file was not moved along.

Quote:

Originally Posted by AndrewD (Post 1401562)
This would require a bit of coding. The permission can be picked up in two ways - from LDM's own *can_moderate_links* permission (which is set on a per-usergroup basis) and from the vbulletin forum moderators for the associated forum (if any). LDM already works out whether the current user is allowed to moderate in the category she's viewing, but doesn't keep a full list of all the users who have this permission.

My coding team is currently working on other add-ons for LDM. Could you please add this function to LDM?

How can I add a LDM column to showgroups.php (Show forum leaders) to display which LDM categories staff moderates?

nyunyu 12-15-2007 05:37 PM

I just loved this hack.
Being using it since my first vb board 3.0.6
Im thinking if you could provide speed limiting or bandwidth limit for certain usergroup.

Im using this hack to server downloads to my members.
User with below X posts will not be able to download.
So far, it works..but im thinking to make a more robust rules.

example:
User below 30 post will not be able to download.
User below 100 post will have their download capped at 70kbps
User below 300 post will have their download capped at 150kbps
User who has more than 300 posts will have normal download speed.

Also, I want to be able to restrict the download for XX amount of connection for certain group
and for donators/paid members they can use unlimited connection.

Plus, why is it download manager cannot be used with downloads? is it because of server settings?

Is it possible to do this? If not, what can I implement to make this possible?
Do I need to tweak my server setting?

pspcrazy 12-15-2007 09:27 PM

Thanks for that andrew d i tried some out and there good but no where near what i need. Like for instance if it can be the SAME at modern , but when you click on it it opens op another page kind of like (that's a gallery so ignore all that useless info lol):

http://forums.pspcrazy.com/forums/ph...ndex.php?n=209

So users can see comments about it on that page, the file, possibly the full out description and a larger thumb(if doable that's optional). Anyway I can pull that type of thing would be awesome.

Shanj 12-16-2007 01:15 AM

Andrew

Am trying to contain impatience til I have time to install this and enjoy it! Not much longer. Just need to install the 3.7beta and try it out this week on a second site.

Meanwhile would it be possible to set visibility by usergroup?
That is have a section of my Library for usergroup1 another for usergroup2 - each group can see their own sector + the open areas for all members
usergroup mods can see all
some open area Library visible to all members?

Categories inside each of the restricted access areas.

In replying please speak slowly in a clear voice! I am not a coder.

nyunyu 12-16-2007 04:16 AM

Quote:

Originally Posted by pspcrazy (Post 1401785)
Thanks for that andrew d i tried some out and there good but no where near what i need. Like for instance if it can be the SAME at modern , but when you click on it it opens op another page kind of like (that's a gallery so ignore all that useless info lol):

http://forums.pspcrazy.com/forums/ph...ndex.php?n=209

So users can see comments about it on that page, the file, possibly the full out description and a larger thumb(if doable that's optional). Anyway I can pull that type of thing would be awesome.


pspcrazy, i just went to your site. looks like on your today's post, the link show me which forum are exempted

this is your link http://forums.pspcrazy.com/forums/se...,224,270,67,68

is it because vbseo? might want to check on it.

pspcrazy 12-16-2007 05:04 AM

nope i just manually removed it lol. Theres a way to do it using some ?exclude or something you can search it up. I use it on my other site AnimeCrazy.net as well :)

Oh and andrew I found out that you have something like it atm, but not really emphasized:

http://forums.pspcrazy.com/forums/lo...tid=21&lpage=1

it covers all the features I want :) all we need now is someway to force the listing on the category page to now to not autodownload, instead to link to that page. The design on the thumb + short feels a bit too empty imo, that's why i prefer it this way. If you can in the next version odd a new way to have them show that would rock.

AndrewD 12-16-2007 09:33 AM

Quote:

Originally Posted by nyunyu (Post 1401671)
I just loved this hack.
Being using it since my first vb board 3.0.6
Im thinking if you could provide speed limiting or bandwidth limit for certain usergroup.

Im using this hack to server downloads to my members.
User with below X posts will not be able to download.
So far, it works..but im thinking to make a more robust rules.

example:
User below 30 post will not be able to download.
User below 100 post will have their download capped at 70kbps
User below 300 post will have their download capped at 150kbps
User who has more than 300 posts will have normal download speed.

I don't think it is a good idea to implement this within LDM, but I will put it on the 'to think about list'. Most of the responsibility for transferring a file is actually handled by the web server. LDM passes the content to the server. To change this, I would end up rewriting a substantial part of the server code or makeing some big assumptions about the server modules installed on the site.

Quote:

Originally Posted by nyunyu (Post 1401671)
Also, I want to be able to restrict the download for XX amount of connection for certain group
and for donators/paid members they can use unlimited connection.

Have you tried LDM/admin/allowances?

Quote:

Originally Posted by nyunyu (Post 1401671)
Plus, why is it download manager cannot be used with downloads? is it because of server settings?

Is it possible to do this? If not, what can I implement to make this possible?
Do I need to tweak my server setting?

I don't understand your question - what downloads are not working? Have you got all the mimetypes set up correctly (see LDM wiki)

AndrewD 12-16-2007 09:50 AM

Quote:

Originally Posted by Shanj (Post 1401870)
Andrew

Am trying to contain impatience til I have time to install this and enjoy it! Not much longer. Just need to install the 3.7beta and try it out this week on a second site.

Meanwhile would it be possible to set visibility by usergroup?
That is have a section of my Library for usergroup1 another for usergroup2 - each group can see their own sector + the open areas for all members
usergroup mods can see all
some open area Library visible to all members?

Categories inside each of the restricted access areas.

In replying please speak slowly in a clear voice! I am not a coder.

Yes, this is possible and was built in from the start. Tries to speak slowly...

LDM 'piggy backs' on the vbulletin forums permissions system to decide who can see categories and entries. Each category and each entry can have an optional 'associated forum'.

If the category or entry has an associated forum, LDM will only show it to users who have 'can view forum' and 'can view others posts' permissions for that forum.

So, in order to make a section of your site available to usergroup 1, you must

- Choose (or create) a vbulletin forum and give the required permissions to usergroup 1 an dnot to other usergroups.
- Edit the LDM category/categories, and set the 'Parent Forum' to this category

This is explained in more detail in the LDM wiki.

katie hunter 12-16-2007 10:04 AM

Hi AndrewD , nice hack but I am wondering is this hack like a link manger i mean some software can host upload on the server while other can be like a hack that holds a list of links of rapidshare , megaupload etc..

Ex:

Let say a member uploaded something on rapidshare.com, and he wants to submit that rapidshare link " url " to that hack. is this hack like that ?

AndrewD 12-16-2007 10:22 AM

Quote:

Originally Posted by katie hunter (Post 1402055)
Hi AndrewD , nice hack but I am wondering is this hack like a link manger i mean some software can host upload on the server while other can be like a hack that holds a list of links of rapidshare , megaupload etc..

Ex:

Let say a member uploaded something on rapidshare.com, and he wants to submit that rapidshare link " url " to that hack. is this hack like that ?

This can do both - manage url links that you/your users submit, and manage downloads

nyunyu 12-16-2007 05:40 PM

Quote:

Originally Posted by AndrewD (Post 1402046)
I don't think it is a good idea to implement this within LDM, but I will put it on the 'to think about list'. Most of the responsibility for transferring a file is actually handled by the web server. LDM passes the content to the server. To change this, I would end up rewriting a substantial part of the server code or makeing some big assumptions about the server modules installed on the site.



Have you tried LDM/admin/allowances?
I tried to use this but it only allowed me to cap the size of download, not bandwidth. im looking for a function where I can limit like 100kbps for certain usergroup.



I don't understand your question - what downloads are not working? Have you got all the mimetypes set up correctly (see LDM wiki)
I mean, when a user download something off my site, they cannot use their download manager. I wonder if this hack prevent that.


So, below are my suggestion for you to add in your next release.
1- have the ability to set bandwidth for certain usergroup.
2- have the ability to set how many connection/slot for certain usergroup
3- have a ticket system where user need to have a ticket for download.

Why I need a download ticket system.
Because, my forum serves download. So, instead to have user posting to get 30 posts to download and stay idle thereafter, I need of a system that require people to post to download.
The ticket will based on how many post they have, let's say 1 ticket for 5 posts.
The ticket system should allow admin to set how many files is worth 1 ticket.
The ticket will reset its counter after awarding ticket. I mean, user who has been awarded a ticket will post 5 more to get another one.
The ticket system can exclude some of the forum id.

Is all this possible? I have seen a similar system being used but can't get the admin to response.

AndrewD 12-16-2007 06:11 PM

Thanks

Quote:

Originally Posted by nyunyu (Post 1402270)
I tried to use this but it only allowed me to cap the size of download, not bandwidth. im looking for a function where I can limit like 100kbps for certain usergroup.

As I said, I think this requires tight coupling with the web server, and I don't imagine I will have the time to do this

Quote:

Originally Posted by nyunyu (Post 1402270)
I mean, when a user download something off my site, they cannot use their download manager. I wonder if this hack prevent that.

I have tested LDM with two download managers and it works fine with them. Basically, you have to select a download manager that transfers cookies to vbulletin, otherwise LDM doesn't know who is trying to make the download.

Quote:

Originally Posted by nyunyu (Post 1402270)
So, below are my suggestion for you to add in your next release.
1- have the ability to set bandwidth for certain usergroup.
2- have the ability to set how many connection/slot for certain usergroup

thanks for the suggestion, but not in the next release.

Quote:

Originally Posted by nyunyu (Post 1402270)
3- have a ticket system where user need to have a ticket for download.

Why I need a download ticket system.
Because, my forum serves download. So, instead to have user posting to get 30 posts to download and stay idle thereafter, I need of a system that require people to post to download.
The ticket will based on how many post they have, let's say 1 ticket for 5 posts.
The ticket system should allow admin to set how many files is worth 1 ticket.
The ticket will reset its counter after awarding ticket. I mean, user who has been awarded a ticket will post 5 more to get another one.
The ticket system can exclude some of the forum id.

Is all this possible? I have seen a similar system being used but can't get the admin to response.

Something close to this is already available in the extras directory. It doesn't handle the counter reset though.

dawn100 12-16-2007 08:46 PM

Hi Andrew!

Hate to ask another question, but this one is driving me crazy. I want the unregistered users to see LDM on the navbar, but not be able to access the files. I have tried setting "can_access_link" as no, but visitors can still get in. Is my problem that I am trying to restirct access to a download? (I know I can take the link off the navbar, but I really want guests to be able to see it, since it is a major selling point for joining my site).

thanks!

obmob 12-17-2007 03:04 AM

Quote:

Originally Posted by katie hunter (Post 1402055)
Hi AndrewD , nice hack but I am wondering is this hack like a link manger i mean some software can host upload on the server while other can be like a hack that holds a list of links of rapidshare , megaupload etc..

Ex:

Let say a member uploaded something on rapidshare.com, and he wants to submit that rapidshare link " url " to that hack. is this hack like that ?

It does, it does!!! :D

AndrewD 12-17-2007 03:29 AM

Quote:

Originally Posted by dawn100 (Post 1402366)
Hi Andrew!

Hate to ask another question, but this one is driving me crazy. I want the unregistered users to see LDM on the navbar, but not be able to access the files. I have tried setting "can_access_link" as no, but visitors can still get in. Is my problem that I am trying to restirct access to a download? (I know I can take the link off the navbar, but I really want guests to be able to see it, since it is a major selling point for joining my site).

thanks!

Yes, this really should be available directly within LDM. It requires a small plugin.

Go to vbulletin/admincp/products and plugins/add plugin

Create a new plugin called (e.g.) Block Unregistered Users, select the Links and Downloads Manager product, and the ldm_start hook
Enter the following code:
Code:

if ($vbulletin->userinfo['usergroupid'] <= 1) {
    print_no_permission();
    exit;
}

Make sure you tick the 'is active' box.

See also http://www.eirma.org/wikis/index.php/LDM_Permissions

dawn100 12-17-2007 02:33 PM

Perfect! That's *exactly* what I wanted! Thanks so much (again)! :)

nyunyu 12-17-2007 03:44 PM

Quote:

Originally Posted by AdrewD
Something close to this is already available in the extras directory. It doesn't handle the counter reset though.

Andrew, by this you mean block_by_post in extra folder?
i dont know how to make the ticket system works..xcan you explain?
Thanks.

AndrewD 12-17-2007 04:09 PM

Quote:

Originally Posted by nyunyu (Post 1402875)
Andrew, by this you mean block_by_post in extra folder?
i dont know how to make the ticket system works..xcan you explain?
Thanks.

yes, the blockhit-bypost-plugin allows you to place download restrictions on certain usergroups according to the number of posts they have made, optionally within a given number of hours.

the only difference with your requirement is that it does not reset when somebody downloads an entry.

go to vbulletin/admincp/products and plugins/download and upload plugins

in the import plugin definitions box (bottom of page), browse to extras/block-user-access subdirectory, then select the blockhit-bypost-plugin.xml file

either
go to ldm/admin/settings (to apply the controls to your entire ldm database)

or
go to category/edit category/control settings (to apply the controls to only part of the the database, i.e. this category and any subcategories)

scroll down to the bottom of the page and choose the parameters of interest

Shanj 12-17-2007 04:18 PM

Thank you for the quick and careful answer. I understood!

I missed it in the flurry of 3.7beta notifications I was getting!
I am testing the beta on a new site so will tell you if the mod fits or not.

AndrewD 12-17-2007 05:40 PM

If you want to test LDM 2.2.8 with vb3.7, you will need the attached includes/local_links_init.php

Grateful for reports - first impression is that the main functions still work.

LDM's options for adding information to the member profile no longer works - the vb 3.7 code has been largely rewritten - so this will need to be redone.


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

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

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