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 - QuoteIt! - Quote Database (https://vborg.vbsupport.ru/showthread.php?t=135297)

pauleine 09-06-2007 10:00 AM

Your welcome!

treelovinhippie 09-12-2007 10:33 AM

Um, I just installed this on v3.6.8 and now I can't access my admin panel.

Getting this error:

Warning: Invalid argument supplied for foreach() in /includes/functions.php on line 3717

I've deleted all the uploaded files and still getting this error... any ideas?

Cap'n Steve 09-13-2007 04:45 AM

<a href="showthread.php?p=1153153#post1153153" title="vBulletin.org Forum - Post 1153153">Here's how to disable the plugin system.</a>

Do that, uninstall QuoteIt! and then redownload, reupload and reinstall it.

Chadi 09-20-2007 05:54 PM

Quote:

Originally Posted by chadi (Post 1262202)
This mod has a problem that needs to be fixed, hopefully will be.


Parse error: syntax error, unexpected T_STRING in /home/user/public_html/tags/index.php(194) : eval()'d code on line 1


The kind support team at Zoints who created Zoints Tag module spent countless hours on my site trying to figure out why I kept getting the below errors oddly, on two different modules: Zoints Tags and vBISpy.

Their final find was this:

$headinclude =& $vbulletin->templatecache['headinclude'];

That is the line that is causing the problem, it is not the correct method of parsing a template to a variable.



I hope you can correct this. The errors went away after disabling the "parse_templates" in the quoteit plugin.

Considering Steve is not supporting this anymore, maybe someone else can fix this?

Kaycee123 10-14-2007 04:38 PM

Quote:

Originally Posted by iBaker (Post 1236249)
Thanks Cap for a great mod.

I have installed it and made a few changes to the display which I hope is ok but I am not a coder as such but the attached screen shot is what I was trying to achieve and it works in both IE and Firefox.

The Quote_ListBit has been changed to:
Code:


<tr><td class="quoterow {$quoteclass}" align="left" id="quote{$quote['quoteid']}-{$globalcounter}">
<table>
<tr>
<td width="15%" align="Top">
 <if condition="$_REQUEST['do'] != 'preview' AND !$sidebar">
  Quote #:<a href="quotes.php?{$vbulletin->session->vars['sessionurl']}do=view&amp;quoteid={$quote['quoteid']}">{$quotedisplayid}</a><br>
  {$vbphrase['added_by']}: <a href="member.php?{$vbulletin->session->vars['sessionurl']}userid={$quote['userid']}">{$quote['username']}</a><div class="date">{$quote['date']}</div>
  <if condition="$quoteitoptions['reportquotes'] AND $quoteitpermissions['canreportquotes']">
  <a id="report{$quote['quoteid']}-{$globalcounter}" rel="nofollow" href="quotes.php?{$vbulletin->session->vars['sessionurl']}{$quotedisplay['querystring']}{$quotedisplay['orderstring']}&amp;page={$quotedisplay['page']}&amp;do=report&amp;quoteid={$quote['quoteid']}" onclick="reportQuote(event, {$quote['quoteid']});return false;"><img class="inlineimg" src="{$stylevar['imgdir_button']}/report.gif" alt="{$vbphrase['report_this_quote']}" /></a>
  <br>
  </if>
  </div>
 <else />
  <if condition="$sidebar">
  Quote #:<a href="quotes.php?{$vbulletin->session->vars['sessionurl']}do=view&amp;quoteid={$quote['quoteid']}">#{$quotedisplayid}</a>
  </if>
 </if>
</td>
<td>
<img src="{$stylevar['imgdir_misc']}/quotation-open.png" alt="“" width="60px" height="51px">&nbsp;
</td>
<td width="60%" align="center">
<span class="smallfont" id="quotetext{$quote['quoteid']}-{$globalcounter}">{$quote['quote']}
<div>
 <b><if condition="!empty($quote['author'])">
  <div class="author" id="author{$quote['quoteid']}-{$globalcounter}">- {$quote['author']}</div>
 </if>
 <if condition="$quoteitoptions['enablecontext'] AND !empty($quote['context'])">
  <span class="context" id="context{$quote['quoteid']}-{$globalcounter}">({$quote['context']})</span>
 </if></b>
</div></span>
</td>
<td>
<img src="{$stylevar['imgdir_misc']}/quotation-close.png" alt="“" width="60px" height="51px">&nbsp;
</td>
<td width="15%" align="right" valign="top">
  <if condition="($quote['userid'] == $vbulletin->userinfo['userid'] AND $quoteitpermissions['caneditownquotes']) OR ($quote['userid'] != $vbulletin->userinfo['userid'] AND $quoteitpermissions['caneditotherquotes'])">
  <a rel="nofollow" href="quotes.php?{$vbulletin->session->vars['sessionurl']}{$quotedisplay['querystring']}{$quotedisplay['orderstring']}&amp;page={$quotedisplay['page']}&amp;do=editquote&amp;quoteid={$quote['quoteid']}" onclick="editQuote(event, {$quote['quoteid']}, {$globalcounter});return false;"><img class="inlineimg" src="{$stylevar['imgdir_button']}/edit.gif" alt="{$vbphrase['edit_this_quote']}" /></a>
  <br>
  </if>
  <if condition="($quote['userid'] == $vbulletin->userinfo['userid'] AND $quoteitpermissions['candeleteownquotes']) OR ($quote['userid'] != $vbulletin->userinfo['userid'] AND $quoteitpermissions['candeleteotherquotes'])">
  <a rel="nofollow" href="quotes.php?{$vbulletin->session->vars['sessionurl']}{$quotedisplay['querystring']}{$quotedisplay['orderstring']}&amp;page={$quotedisplay['page']}&amp;do=delquote&amp;quoteid={$quote['quoteid']}" onclick="deleteQuote(event, {$quote['quoteid']});return false;">{$vbphrase['delete_this_quote']}</a>
  <br>
  </if>
  <if condition="$quoteitpermissions['canmoderatequotes'] AND THIS_SCRIPT == 'quotes'">
  <input class="inlineimg" type="checkbox" name="modquotes[{$quote['quoteid']}]" id="modquotes{$quote['quoteid']}" value="y" onclick="selectQuote({$quote['quoteid']});"{$checked[$quote['quoteid']]} />
  </if>
</td>
</tr>
<tr>
<td colspan="5" align="center">
<if condition="$_REQUEST['do'] != 'preview' AND !$sidebar">
 <if condition="$quoteitoptions['ratings']">
  <span id="rating{$quote['quoteid']}-{$globalcounter}">{$ratethis}</span>&nbsp;&nbsp;
  <span id="stats{$quote['quoteid']}-{$globalcounter}">{$vbphrase['total_rating']}: {$quote['rating']} - {$vbphrase['votes']}: {$quote['votes']} - {$vbphrase['average']}: {$quote['average']}</span>
 </if>
 <span class="inlineimg unapproved" id="unapproved{$quote['quoteid']}-{$globalcounter}">
 <img src="{$stylevar['imgdir_misc']}/moderated.gif" alt="{$vbphrase['unapproved_quote']}" <if condition="$quote['approved']">class="approved" </if>/>
 </span>
</div>
</if>
</td>
</tr>
</table>
</td>
</tr>

The quote_randomquote has been changed to:
Code:


<if condition="!defined('QUOTE_FORM_ADDED') AND ($quoteitpermissions['caneditownquotes'] OR $quoteitpermissions['caneditotherquotes'] OR $quoteitpermissions['candeleteotherquotes'] OR $quoteitpermissions['candeleteownquotes'])">
<form action="quotes.php" method="post" id="sneakyform">
 <input type="hidden" name="s" value="{$vbulletin->session->vars['sessionhash']}" />
 <input type="hidden" name="do" value="edit" />
 <input type="hidden" name="quoteid" id="hiddenquoteid" />
 <input type="hidden" name="quote" id="hiddenquote" />
 <input type="hidden" name="author" id="hiddenauthor" />
 <input type="hidden" name="context" id="hiddencontext" />
 <input type="hidden" name="category[]" id="hiddencategory" />
 <input type="hidden" name="all" id="hiddenall" value="{$sneaky['all']}" />
 <input type="hidden" name="searchtext" id="hiddensearchtext" value="{$sneaky['searchtext']}" />
 <input type="hidden" name="searchauthor" id="hiddensearchauthor" value="{$sneaky['searchauthor']}" />
 <input type="hidden" name="searchcontext" id="hiddensearchcontext" value="{$sneaky['searchcontext']}" />
 <input type="hidden" name="sortby" id="hiddensortby" value="{$sneaky['sortby']}" />
 <input type="hidden" name="order" id="hiddenorder" value="{$sneaky['order']}" />
</form>
</if>
<table id="forumhome_randomquote{$quotecount}" class="randomtable tborder" cellpadding="0" cellspacing="0" width="{$stylevar['tablewidth']}" align="center">
<thead>
 <tr><td class="tcat">
  <div class="quoteheading">
  <if condition="$sidebar">{$vbphrase['quote']}
  <else />
  <a href="quotes.php?{$vbulletin->session->vars['sessionurl']}do=list"><if condition="$sidebar">{$vbphrase['all']}<else />{$vbphrase['random_quote']}</if></a>
  </if>
  </div>
  <div class="collapsebutton">
  <a href="#top" onclick="return toggleMultiCollapse('forumhome_randomquote');"><img id="collapseimg_forumhome_randomquote{$quotecount}" src="{$stylevar['imgdir_button']}/collapse_tcat{$vbcollapse['collapseimg_forumhome_randomquote']}.gif" alt="{$vbphrase['collapse_this']}" class="inlineimg" /></a>
  </div>
 </td></tr>
 
 <tr><td class="thead">
  Random Quote
 </td></tr>
 
</thead>
<tbody id="collapseobj_forumhome_randomquote{$quotecount}" style="{$vbcollapse['collapseobj_forumhome_randomquote']}">
{$quotelistbit}
</tbody>
</table>
<!--
Powered by QuoteIt! {$quoteitoptions['version']}
{$quoteitdebug}
-->

The only thing now is how to hide the Moderation drop down box to show only for moderators - any suggestions?


This works FANTASTIC - makes the Random quote box much smaller and looks much better on the forum. Thank you so much - I was trying to fix this over and over and couldn't get it to work. Now it looks great.

Thank you very much for this whole modification CapN Steve, our members LOVE it!

powerful_rogue 10-15-2007 08:37 PM

Any tips on how I can make the " " darker?

At present you can hardly see them on my site.

Great mod though :)

Cap'n Steve 10-15-2007 09:44 PM

They're made to be light, because sometimes the text overlaps them, but if you want them darker the image files are in this post.

powerful_rogue 10-15-2007 09:59 PM

Quote:

Originally Posted by Cap'n Steve (Post 1361110)
They're made to be light, because sometimes the text overlaps them, but if you want them darker the image files are in this post.

Thanks for your reply steve. For some reason the images got uploaded into the wrong folder, but managed to get it sorted now!

Im hoping you may be able to help with the next question! Ive been trying for the past 30 minutes but as I dont know much about code im not having much luck!

Quotes : 2

Is there anyway I can make it so people are able to click on the number and be taken to that persons quotes?

If thats not possible, is there anyway to either make the "quotes" or the "number" clickable so it takes the user to quotes.php?

PHP Code:

<!-- BEGIN QuoteIt! -->
                <if 
condition="$show['quotecount']">
                <
div class="info">
                    {
$vbphrase['quotes']}: {$post['quotecount']}
                </
div>
                </if>
                <!-- 
END QuoteIt! --> 


Cap'n Steve 10-16-2007 06:43 AM

There's no way to view quotes submitted by a certain user, but if you just want a link to the qutoes page, replace this:

HTML Code:

{$vbphrase['quotes']}: {$post['quotecount']}
with this:

HTML Code:

<a href="quotes.php">{$vbphrase['quotes']}: {$post['quotecount']}</a>

powerful_rogue 10-16-2007 08:30 PM

Hi steve, Thanks for your reply. Worked a treat.

Got a few problems that have popped up and wondered if you were able to shed any light on them.

When I goto delete a quote - I get a pop up box saying "No quotes matched your search" - however when I refresh the quote is gone.

The other question is the post count. It seems to have stopped working. Currently Ive got no quotes, when deleted im still showing as having two. Ive tried to refresh using the quote option in the acp, but this dosent work either.

Plus when you now post a quote, the amount dosent go up.

Any hints at all?

Cap'n Steve 10-18-2007 02:50 AM

The AJAX moderation is a bit buggy but the only way to bypass it is to open the link in a new window or disable Javascript in your browser. The bugs are only display problems though, so you might want to just suffer through it.

I don't know about the quote counts. Are there any messages at all when you try to rebuild them?

Dr. Bantham 10-21-2007 01:20 PM

I have been using this wonderful mod for some time and through various forum upgrades. This morning I upgraded vBadvanced CMPS from 3.0 RC1 to 3.0 RC2 and was surprised when the Random Quotation block from my portal page disappeared. What can I do to get this back? If I delete and reinstall the module, what templates should I copy since I made custom display modifications to the block?

thepub 10-21-2007 05:57 PM

I'm having a bit of a problem, for some reason on my screen the right quotation marks are not showing where they should be (see screen shot) and how do I enable images/emoticons to show in the quoter.

Dr. Bantham 10-23-2007 12:27 AM

Quote:

Originally Posted by Dr. Bantham (Post 1365039)
I have been using this wonderful mod for some time and through various forum upgrades. This morning I upgraded vBadvanced CMPS from 3.0 RC1 to 3.0 RC2 and was surprised when the Random Quotation block from my portal page disappeared. What can I do to get this back? If I delete and reinstall the module, what templates should I copy since I made custom display modifications to the block?

UPDATE
I tried to revert back to RC2, but appears that you must uninstall vBa CMPS in order to install a prior version. I also removed and reinstalled the random quotation module, but this did not fix things either. The random quote block has disappeared into oblivion, though it is certainly activated via all settings I am aware of (module, page, permissions, etc.)

powerful_rogue 10-23-2007 01:24 AM

Quote:

Originally Posted by Cap'n Steve (Post 1362803)
The AJAX moderation is a bit buggy but the only way to bypass it is to open the link in a new window or disable Javascript in your browser. The bugs are only display problems though, so you might want to just suffer through it.

I don't know about the quote counts. Are there any messages at all when you try to rebuild them?

Thanks for your reply :)

The problem with moderation seems to have sorted itself out somehow!

Regarding post counts - It dosent update itself, however if you rebuild quote counts manually it works. It dosent work however if you delete quotes, it dosent remove them from the post count.

Hope that makes sense!

Cap'n Steve 10-23-2007 04:10 AM

Dr. Bantham - Well, changing the module shouldn't mess up any templates you might have edited. I'm not sure why it disappeared, try resaving some permissions and rebuilding bitfields. If all else fails, reinstall (DO NOT uninstall) QuoteIt! itself and recreate the module.

thepub - That should have been fixed a while ago, make sure you have the latest css files and templates. Sometimes the allow smileys option needs to be saved more than once before it works. Rebuilding bitfields also has helped some people.

powerful_rogue - That's strange, but thanks for bringing it to my attention.

Dr. Bantham 10-23-2007 09:27 AM

Quote:

Originally Posted by Cap'n Steve (Post 1366474)
Dr. Bantham - Well, changing the module shouldn't mess up any templates you might have edited. I'm not sure why it disappeared, try resaving some permissions and rebuilding bitfields. If all else fails, reinstall (DO NOT uninstall) QuoteIt! itself and recreate the module.

Thanks, Steve. I re-saved related permissions everywhere I could find them, rebuilt bitfields, re-installed QuoteIt! and removed and re-installed the module. It is still missing. Everything else seems to be working. I had this module working perfectly for nearly a year, until the moment I upgraded vBadvanced CMPS from 3.0 RC1 to 3.0 RC2. Any other ideas?

Chadi 10-24-2007 01:35 AM

Quote:

Originally Posted by chadi (Post 1262202)
This mod has a problem that needs to be fixed, hopefully will be.


Parse error: syntax error, unexpected T_STRING in /home/user/public_html/tags/index.php(194) : eval()'d code on line 1


The kind support team at Zoints who created Zoints Tag module spent countless hours on my site trying to figure out why I kept getting the below errors oddly, on two different modules: Zoints Tags and vBISpy.

Their final find was this:

$headinclude =& $vbulletin->templatecache['headinclude'];

That is the line that is causing the problem, it is not the correct method of parsing a template to a variable.



I hope you can correct this. The errors went away after disabling the "parse_templates" in the quoteit plugin.

Does *anyone* please know a fix for this?

Cap'n Steve 10-24-2007 06:04 AM

Dr. Bantham - Boy am I starting to hate vBadvanced. I'm sure it's not their fault, but that mod has caused me a ton of headaches. I'll try their latest version when I get a chance, but it might be a few days. Until then, your guess is as good as mine.

chadi - I wouldn't get your hopes up. That part is kind of a pain to fix, and no one seems to want to take over this mod. :(

Dr. Bantham 10-24-2007 11:09 PM

Quote:

Originally Posted by Cap'n Steve (Post 1367254)
Dr. Bantham - Boy am I starting to hate vBadvanced. I'm sure it's not their fault, but that mod has caused me a ton of headaches. I'll try their latest version when I get a chance, but it might be a few days. Until then, your guess is as good as mine.

To be fair, I cross-posted this problem at vBadvanced, and the developer ended up resolving the issue, which was a case of globalizing QuoteIt! variables.
Quote:

Originally Posted by Brian
Admin CP => vBa CMPS => Default Settings => Main Options => Portal Output Global Variables
Go there, add 'quoteitoptions' (without the quotes) to that setting, and see if it helps.

Reference:
http://www.vbadvanced.com/forum/showthread.php?p=127538

This restored my Random Quotation module back into glorious rotation. It is certainly a relief to get things back to normal. It is the centerpiece of the portal page, after all!

Cap'n Steve 10-25-2007 05:14 AM

Thanks for solving that for me, I'll have to add that to the instructions.

imk 10-25-2007 02:58 PM

where can i change the size of the system on my forumhome?

Cap'n Steve 10-27-2007 08:22 AM

The quote_randomquote template is what gets displayed.

Cooleyvol 11-03-2007 05:38 PM

Has anyone edited this so it doesnt take up so much height space on the forum? Maybe getting rid of the quotation graphics, etc.

Chadi 11-03-2007 05:48 PM

Quote:

Originally Posted by Cooleyvol (Post 1374958)
Has anyone edited this so it doesnt take up so much height space on the forum? Maybe getting rid of the quotation graphics, etc.


I have. I made it so it shows strictly only the quote and quote's author (not the author submitted the quote that is).

listbit template

Code:

<tr><td class="quoterow {$quoteclass}" align="center" id="quote{$quote['quoteid']}-{$globalcounter}">
<br />
{$quote['quote']}
<br /><br />
<div class="authorcontainer">
    <if condition="!empty($quote['author'])">
        <div class="author" id="author{$quote['quoteid']}-{$globalcounter}">- {$quote['author']}</div>
    </if>
    <if condition="$quoteitoptions['enablecontext'] AND !empty($quote['context'])">
        <span class="context" id="context{$quote['quoteid']}-{$globalcounter}">({$quote['context']})</span>
    </if>
</div>
<br />
</td></tr>


Neutral Singh 11-09-2007 06:34 AM

When i enable random quotes option, the following error shows up:

Quote:

Parse error: syntax error, unexpected T_STRING in /home/******/public_html/includes/vba_cmps_include_top.php(502) : eval()'d code on line 373
What could be reason? Please guide.

Cap'n Steve 11-12-2007 11:10 PM

What have you changed recently? Is it a new version of vBadvanced?

Chadi 11-15-2007 09:23 PM

Quote:

Originally Posted by chadi (Post 1262202)
This mod has a problem that needs to be fixed, hopefully will be.


Parse error: syntax error, unexpected T_STRING in /home/user/public_html/tags/index.php(194) : eval()'d code on line 1


The kind support team at Zoints who created Zoints Tag module spent countless hours on my site trying to figure out why I kept getting the below errors oddly, on two different modules: Zoints Tags and vBISpy.

Their final find was this:

$headinclude =& $vbulletin->templatecache['headinclude'];

That is the line that is causing the problem, it is not the correct method of parsing a template to a variable.



I hope you can correct this. The errors went away after disabling the "parse_templates" in the quoteit plugin.


Ok, calling all coders, geniuses, programmers - anyone that can figure out how to fix this problem. I'll pay $25 via paypal :)

zetetic 11-19-2007 05:57 AM

I've made a lot of changes lately (including upgrading to php and mysql 5.x) so I'm not sure what might've caused this weirdness, but now when I do a search in the quotes and there are no results, it redirects to my vps WHM page instead of anywhere on the forum. Any ideas?

Cap'n Steve 11-19-2007 08:09 AM

Where is your forum? I have to see this.

rinkrat 11-19-2007 02:49 PM

Quote:

Originally Posted by thepub (Post 1365258)
I'm having a bit of a problem, for some reason on my screen the right quotation marks are not showing where they should be (see screen shot) and how do I enable images/emoticons to show in the quoter.


That is what I am getting too. It shows both quotation marks in the verification screen after you submit but then on Forumhome it puts the outside quote in another window.

For the second part of the question, go to Admincp/vboptions/vbquote(Pro) and change the settings.

zetetic 11-19-2007 03:15 PM

Quote:

Originally Posted by Cap'n Steve (Post 1385385)
Where is your forum? I have to see this.

PM sent!

zetetic 11-20-2007 04:49 AM

Hey Cap'n, looks like the problem is solved. It must've been something wonky with my Apache configuration, because it crashed tonight and when my host brought it back up this redirect issue was gone. Thanks anyway!

MommaIsland 11-21-2007 02:38 AM

I uploaded everything and followed the install instructions. I have the quote it options in my admincp, but nothing is showing on my homepage and there are no buttons to submit quotes.

Cap'n Steve 11-21-2007 06:47 AM

Try resaving the options and double-check that you edited the template properly. Try going to quotes.php?do=addquote to add a quote. If none of that works, give me a link to your forum.

MommaIsland 11-21-2007 03:35 PM

Ok yay! I have it fixed. How do I make the quoter only visible to registered users
?

Cap'n Steve 11-24-2007 03:43 AM

That's in the usergroup permissions. Just set "can view quotes" to no for guests.

expatdirectory 11-24-2007 07:01 AM

Wow!
I finally got the mod running. When I first installed it it crashed my vb!! After an entertaining 50 minutes I got back into vb and rolled back the mod.

I then re-installed and presto, it worked. Dont know what caused the crash but.. it works a treat now.

I think there was an issue with uploading one of the files... anyway, its came together in the end. I have added this post just in case anyone else hits the same problem.

If anyone else has the same issue they can see how I got it back on line here.

Thanks for the mod, luvin it already :up:

SemperFideles 11-27-2007 10:35 AM

Strange. First time I've had a problem with a product installation.

1. Initially received the error that I had no permissions so I rebuilt bit fields.
2. I can save certain options in the AdminCP but not others. For instance, if I change the option for Ratings, that is saved. If I try to set Require Author, Moderate Quotes, or Enable Categories to 'yes' then the settings do not "stick" but remain at 'no'.
3. How do I delete a quote once it's added? I added a test quote but don't see any moderator tools to delete or edit a quote in the list.

SemperFideles 11-29-2007 08:34 AM

Still can't get this to work. I cannot Enable Categories or Require Author. I've tried installing and uninstalling the product.

Was there a recent change to this product because it doesn't work properly now.


All times are GMT. The time now is 12:54 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.02015 seconds
  • Memory Usage 1,896KB
  • 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
  • (1)bbcode_php_printable
  • (14)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