Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.5 > vBulletin 3.5 Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Quick Mood Changer - addon Details »»
Quick Mood Changer - addon
Version: 1.2, by -=Sniper=- -=Sniper=- is offline
Developer Last Online: Dec 2013 Show Printable Version Email this Page

Version: 3.5.3 Rating:
Released: 12-04-2005 Last Update: 07-23-2007 Installs: 108
Uses Plugins Template Edits
 
No support by the author.


############################################
##############--Bought to you by--###############

Talk Coding - Programming Forums

##########--Free / Premium vBulletin Solutions--#########
############################################

First you need to have this mod installed, as the moods are from there.

https://vborg.vbsupport.ru/showthread.php?p=840285

This will allow the user to change the hack from the top navbar area, under private messages (see attachment).

Install instruction in the .zip file!

UPDATE 14/02/2006
~~~~~~~~~~~~~~~~~
- Version 1.2
- Is now installed as a product
- Now you can add ***NEW MOODS*** to the dropdown menu from the admincp
- No need to edit the plugin for the mood field number, its in the admincp
- Added Message "Whats with the mood swing?" when user changes his/her mood

UPDATE 03/01/2006
~~~~~~~~~~~~~~~~~
- Version 1.0
- Updated all the moods I think

UPDATE 11/12/2005
~~~~~~~~~~~~~~~~~
- Version Unknown
- Added "No Mood" to mood list
- Changed the template coding

UPDATE 05/12/2005
~~~~~~~~~~~~~~~~~
- Version Unknown
- Fixed spelling for "cheerful"
- Fixed no mood option not working
- Changed "In_Love" mood to "In Love" removed the underscore

3.5.0 hIBEES; Ok for those who cant get it to work simply replace the 3.5.0 adminfunctions_template.php with the 3.5.2 version

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #52  
Old 12-12-2005, 02:37 PM
Mastar's Avatar
Mastar Mastar is offline
 
Join Date: Sep 2005
Posts: 680
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I dunno if it was stated anywhere in these post but I didn't see any instructions saying to:

Change:

Code:
$db->query_write("UPDATE " . TABLE_PREFIX . "userfield SET
    FIELDXX = '" .$_POST['mood']. "' WHERE userid = '" .$bbuserinfo[userid]. "'");

To the Field # of your mood in the PlugIn.

Code:
$db->query_write("UPDATE " . TABLE_PREFIX . "userfield SET
    FIELD16 = '" .$_POST['mood']. "' WHERE userid = '" .$bbuserinfo[userid]. "'");
If it was stated my appologies.

Installed and works great!
Reply With Quote
  #53  
Old 12-12-2005, 02:41 PM
twincamfxd twincamfxd is offline
 
Join Date: Nov 2005
Posts: 32
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Got it to work, So far the 3 people that have seen it love it.

Awesome work Sniper, thanks!
Reply With Quote
  #54  
Old 12-12-2005, 04:05 PM
Bounce's Avatar
Bounce Bounce is offline
 
Join Date: Mar 2004
Location: Edinburgh,Scotland
Posts: 919
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Cant get this to work on 3.5.0, plugin doesn't seem to install and the error as given by others is the same

Pity as the mood hack itself works a dream , don't fancy upgrading to 3.5.1 or even 3.5.2 yet as my forums runnin sweet as the are :nervous:
Reply With Quote
  #55  
Old 12-12-2005, 04:11 PM
Mastar's Avatar
Mastar Mastar is offline
 
Join Date: Sep 2005
Posts: 680
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by hIBEES
Cant get this to work on 3.5.0, plugin doesn't seem to install and the error as given by others is the same



Pity as the mood hack itself works a dream , don't fancy upgrading to 3.5.1 or even 3.5.2 yet as my forums runnin sweet as the are :nervous:
In the product.xml did you change the ' FieldXX' to the Field # of the mood hack that was already installed?

And did you change it here also?:
Code:
Step 6

Update

Set Default (Will set the first option as the default) = Yes, But No First Option Blank

Click Save

Step 7

Styles & Templates -> Style Manager - > Edit Templates -> Navigation / Breadcrum Templates -> Navbar

Find

<if condition="$show['pmstats']"><br /><phrase 1="$vbphrase[unread_x_nav_compiled]" 2="$vbphrase[total_x_nav_compiled]" 3="$session[sessionurl_q]">$vbphrase[private_messages_nav]</phrase></if>

Under it Add

<br />
My Mood:
<!-- / dropdown mood select by sniper -->
<form action="index.php" method="post" id="moodform">
  <input type="hidden" name="s" value="$session[sessionhash]" />
  <input type="hidden" name="do" value="newmood" />
  <input type="hidden" name="userid" value="$bbuserinfo[userid]" />
    <select name="mood" onchange="this.form.submit();">
      <option value="No Mood" <if condition="$bbuserinfo['fieldxx'] == 'No Mood'">selected</if>>No Mood</option>
      <option value="Aggressive" <if condition="$bbuserinfo['fieldxx'] == 'Aggressive'">selected</if>>Aggressive</option>
      <option value="Amazed" <if condition="$bbuserinfo['fieldxx'] == 'Amazed'">selected</if>>Amazed</option>
      <option value="Amused" <if condition="$bbuserinfo['fieldxx'] == 'Amused'">selected</if>>Amused</option>
      <option value="Angelic" <if condition="$bbuserinfo['fieldxx'] == 'Angelic'">selected</if>>Angelic</option>
      <option value="Angry" <if condition="$bbuserinfo['fieldxx'] == 'Angry'">selected</if>>Angry</option>
      <option value="Asleep" <if condition="$bbuserinfo['fieldxx'] == 'Asleep'">selected</if>>Asleep</option>
      <option value="+++++y" <if condition="$bbuserinfo['fieldxx'] == '+++++y'">selected</if>>+++++y</option>
      <option value="Blah" <if condition="$bbuserinfo['fieldxx'] == 'Blah'">selected</if>>Blah</option>
      <option value="Bored" <if condition="$bbuserinfo['fieldxx'] == 'Bored'">selected</if>>Bored</option>
      <option value="Breezy" <if condition="$bbuserinfo['fieldxx'] == 'Breezy'">selected</if>>Breezy</option>
      <option value="Brooding" <if condition="$bbuserinfo['fieldxx'] == 'Brooding'">selected</if>>Brooding</option>
      <option value="Busy" <if condition="$bbuserinfo['fieldxx'] == 'Busy'">selected</if>>Busy</option>
      <option value="Buzzed" <if condition="$bbuserinfo['fieldxx'] == 'Buzzed'">selected</if>>Buzzed</option>
      <option value="Cheeky" <if condition="$bbuserinfo['fieldxx'] == 'Cheeky'">selected</if>>Cheeky</option>
      <option value="Cheerful" <if condition="$bbuserinfo['fieldxx'] == 'Cheerful'">selected</if>>Cheerful</option>
      <option value="Cold" <if condition="$bbuserinfo['fieldxx'] == 'Cold'">selected</if>>Cold</option>
      <option value="Confused" <if condition="$bbuserinfo['fieldxx'] == 'Confused'">selected</if>>Confused</option>
      <option value="Cool" <if condition="$bbuserinfo['fieldxx'] == 'Cool'">selected</if>>Cool</option>
      <option value="Daring" <if condition="$bbuserinfo['fieldxx'] == 'Daring'">selected</if>>Daring</option>
      <option value="Dead" <if condition="$bbuserinfo['fieldxx'] == 'Dead'">selected</if>>Dead</option>
      <option value="Devilish" <if condition="$bbuserinfo['fieldxx'] == 'Devilish'">selected</if>>Devilish</option>
      <option value="Fine" <if condition="$bbuserinfo['fieldxx'] == 'Fine'">selected</if>>Fine</option>
      <option value="Goofy" <if condition="$bbuserinfo['fieldxx'] == 'Goofy'">selected</if>>Goofy</option>
      <option value="Grumpy" <if condition="$bbuserinfo['fieldxx'] == 'Grumpy'">selected</if>>Grumpy</option>
      <option value="Happy" <if condition="$bbuserinfo['fieldxx'] == 'Happy'">selected</if>>Happy</option>
      <option value="Hot" <if condition="$bbuserinfo['fieldxx'] == 'Hot'">selected</if>>Hot</option>
      <option value="In Love" <if condition="$bbuserinfo['fieldxx'] == 'In Love'">selected</if>>In Love</option>
      <option value="Innocent" <if condition="$bbuserinfo['fieldxx'] == 'Innocent'">selected</if>>Innocent</option>
      <option value="Inspired" <if condition="$bbuserinfo['fieldxx'] == 'Inspired'">selected</if>>Inspired</option>
      <option value="Lonely" <if condition="$bbuserinfo['fieldxx'] == 'Lonely'">selected</if>>Lonely</option>
      <option value="Lurking" <if condition="$bbuserinfo['fieldxx'] == 'Lurking'">selected</if>>Lurking</option>
      <option value="Mellow" <if condition="$bbuserinfo['fieldxx'] == 'Mellow'">selected</if>>Mellow</option>
      <option value="Pensive" <if condition="$bbuserinfo['fieldxx'] == 'Pensive'">selected</if>>Pensive</option>
      <option value="Psychadelic" <if condition="$bbuserinfo['fieldxx'] == 'Psychadelic'">selected</if>>Psychadelic</option>
      <option value="Relaxed" <if condition="$bbuserinfo['fieldxx'] == 'Relaxed'">selected</if>>Relaxed</option>
      <option value="Sad" <if condition="$bbuserinfo['fieldxx'] == 'Sad'">selected</if>>Sad</option>
      <option value="Scared" <if condition="$bbuserinfo['fieldxx'] == 'Scared'">selected</if>>Scared</option>
      <option value="Shocked" <if condition="$bbuserinfo['fieldxx'] == 'Shocked'">selected</if>>Shocked</option>
      <option value="Sick" <if condition="$bbuserinfo['fieldxx'] == 'Sick'">selected</if>>Sick</option>
      <option value="Sneaky" <if condition="$bbuserinfo['fieldxx'] == 'Sneaky'">selected</if>>Sneaky</option>
            <option value="Tired" <if condition="$bbuserinfo['fieldxx'] == 'Tired'">selected</if>>Tired</option>
    </select>
  </form>
<!-- / dropdown mood select by sniper -->
And update the Options to:

Code:
No Mood
Aggressive
Amazed
Amused
Angelic
Angry
Asleep
+++++y
Blah
Bored
Breezy
Brooding
Busy
Buzzed
Cheeky
Cheerful
Cold
Confused
Cool
Daring
Dead
Devilish
Fine
Goofy
Grumpy
Happy
Hot
In Love
Innocent
Inspired
Lonely
Lurking
Mellow
Pensive
Psychadelic
Relaxed
Sad
Scared
Shocked
Sick
Sneaky
Tired
Yehaw
Reply With Quote
  #56  
Old 12-12-2005, 04:36 PM
Bounce's Avatar
Bounce Bounce is offline
 
Join Date: Mar 2004
Location: Edinburgh,Scotland
Posts: 919
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

yes i did althou I shall check and double check after some food

Quote:
The following error occurred when attempting to evaluate this template:

Parse error: parse error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING in /XXXX/XXXX/public_html/forum/includes/adminfunctions_template.php(3519) : eval()'d code on line 154

This is likely caused by a malformed conditional statement. It is highly recommended that you fix this error before continuing, but you may continue as-is if you wish.

Code:
<br />
My Mood:
<!-- / dropdown mood select by sniper -->
<form action="index.php" method="post" id="moodform">
  <input type="hidden" name="s" value="$session[sessionhash]" />
  <input type="hidden" name="do" value="newmood" />
  <input type="hidden" name="userid" value="$bbuserinfo[userid]" />
    <select name="mood" onchange="this.form.submit();">
      <option value="No Mood" <if condition="$bbuserinfo['field9'] == 'No Mood'">selected</if>>No Mood</option>
      <option value="Amazed" <if condition="$bbuserinfo['field9'] == 'Amazed'">selected</if>>Amazed</option>
      <option value="Amused" <if condition="$bbuserinfo['field9'] == 'Amused'">selected</if>>Amused</option>
      <option value="Angelic" <if condition="$bbuserinfo['field9'] == 'Angelic'">selected</if>>Angelic</option>
      <option value="Angry" <if condition="$bbuserinfo['field9'] == 'Angry'">selected</if>>Angry</option>
      <option value="Asleep" <if condition="$bbuserinfo['field9'] == 'Asleep'">selected</if>>Asleep</option>
      <option value="+++++y" <if condition="$bbuserinfo['field9'] == '+++++y'">selected</if>>+++++y</option>
      <option value="Blah" <if condition="$bbuserinfo['field9'] == 'Blah'">selected</if>>Blah</option>
      <option value="Bored" <if condition="$bbuserinfo['field9'] == 'Bored'">selected</if>>Bored</option>
      <option value="Breezy" <if condition="$bbuserinfo['field9'] == 'Breezy'">selected</if>>Breezy</option>
      <option value="Brooding" <if condition="$bbuserinfo['field9'] == 'Brooding'">selected</if>>Brooding</option>
      <option value="Busy" <if condition="$bbuserinfo['field9'] == 'Busy'">selected</if>>Busy</option>
      <option value="Buzzed" <if condition="$bbuserinfo['field9'] == 'Buzzed'">selected</if>>Buzzed</option>
      <option value="Cheeky" <if condition="$bbuserinfo['field9'] == 'Cheeky'">selected</if>>Cheeky</option>
      <option value="Cheerful" <if condition="$bbuserinfo['field9'] == 'Cheerful'">selected</if>>Cheerful</option>
      <option value="Cold" <if condition="$bbuserinfo['field9'] == 'Cold'">selected</if>>Cold</option>
      <option value="Confused" <if condition="$bbuserinfo['field9'] == 'Confused'">selected</if>>Confused</option>
      <option value="Cool" <if condition="$bbuserinfo['field9'] == 'Cool'">selected</if>>Cool</option>
      <option value="Daring" <if condition="$bbuserinfo['field9'] == 'Daring'">selected</if>>Daring</option>
      <option value="Dead" <if condition="$bbuserinfo['field9'] == 'Dead'">selected</if>>Dead</option>
      <option value="Devilish" <if condition="$bbuserinfo['field9'] == 'Devilish'">selected</if>>Devilish</option>
      <option value="Fine" <if condition="$bbuserinfo['field9'] == 'Fine'">selected</if>>Fine</option>
      <option value="Goofy" <if condition="$bbuserinfo['field9'] == 'Goofy'">selected</if>>Goofy</option>
      <option value="Grumpy" <if condition="$bbuserinfo['field9'] == 'Grumpy'">selected</if>>Grumpy</option>
      <option value="Happy" <if condition="$bbuserinfo['field9'] == 'Happy'">selected</if>>Happy</option>
      <option value="Hot" <if condition="$bbuserinfo['field9'] == 'Hot'">selected</if>>Hot</option>
      <option value="In Love" <if condition="$bbuserinfo['field9'] == 'In Love'">selected</if>>In Love</option>
      <option value="Innocent" <if condition="$bbuserinfo['field9'] == 'Innocent'">selected</if>>Innocent</option>
      <option value="Inspired" <if condition="$bbuserinfo['field9'] == 'Inspired'">selected</if>>Inspired</option>
      <option value="Lonely" <if condition="$bbuserinfo['field9'] == 'Lonely'">selected</if>>Lonely</option>
      <option value="Lurking" <if condition="$bbuserinfo['field9'] == 'Lurking'">selected</if>>Lurking</option>
      <option value="Mellow" <if condition="$bbuserinfo['field9'] == 'Mellow'">selected</if>>Mellow</option>
      <option value="Pensive" <if condition="$bbuserinfo['field9'] == 'Pensive'">selected</if>>Pensive</option>
      <option value="Psychadelic" <if condition="$bbuserinfo['field9'] == 'Psychadelic'">selected</if>>Psychadelic</option>
      <option value="Relaxed" <if condition="$bbuserinfo['field9'] == 'Relaxed'">selected</if>>Relaxed</option>
      <option value="Sad" <if condition="$bbuserinfo['field9'] == 'Sad'">selected</if>>Sad</option>
      <option value="Scared" <if condition="$bbuserinfo['field9'] == 'Scared'">selected</if>>Scared</option>
      <option value="Shocked" <if condition="$bbuserinfo['field9'] == 'Shocked'">selected</if>>Shocked</option>
      <option value="Sick" <if condition="$bbuserinfo['field9'] == 'Sick'">selected</if>>Sick</option>
      <option value="Sneaky" <if condition="$bbuserinfo['field9'] == 'Sneaky'">selected</if>>Sneaky</option>
            <option value="Tired" <if condition="$bbuserinfo['field9'] == 'Tired'">selected</if>>Tired</option>
    </select>
  </form>
<!-- / dropdown mood select by sniper -->
My field is 9 , i placed that as stated and checked plugin was at 9 also)

PHP Code:
if ($_POST['do'] == 'newmood')
{
$bbuserinfo $vbulletin->userinfo;

    
$db->query_write("UPDATE " TABLE_PREFIX "userfield SET
        FIELD9 = '" 
.$_POST['mood']. "' WHERE userid = '" .$bbuserinfo[userid]. "'");

eval(
print_standard_redirect('updatethanks'));

Reply With Quote
  #57  
Old 12-12-2005, 07:41 PM
Bounce's Avatar
Bounce Bounce is offline
 
Join Date: Mar 2004
Location: Edinburgh,Scotland
Posts: 919
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

LOVELY got it to work

Ok for those who cant get it to work simply replace the 3.5.0 adminfunctions_template.php with the 3.5.2 version

BINGO lol

[high]* Bounce installs and working fine[/high]
Reply With Quote
  #58  
Old 12-12-2005, 07:56 PM
-=Sniper=- -=Sniper=- is offline
 
Join Date: May 2002
Posts: 605
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

thanks Mastar; updated install file

thanks hIBEES; I'll add that info to the first post.
Reply With Quote
  #59  
Old 12-12-2005, 08:17 PM
Bounce's Avatar
Bounce Bounce is offline
 
Join Date: Mar 2004
Location: Edinburgh,Scotland
Posts: 919
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by -=Sniper=-

thanks hIBEES; I'll add that info to the first post.
no probs, I just thought I'd try it to see and it worked ..

I wouldn't think there will be any issue with doing that ?

you might want to add in the bottom 5-6 as that text file only goes down to Tired

I had to add in

Code:
<option value="Twisted" <if condition="$bbuserinfo['field9'] == 'Twisted'">selected</if>>Twisted</option>
<option value="Vilified" <if condition="$bbuserinfo['field9'] == 'Vilified'">selected</if>>Vilified</option>
<option value="Volatile" <if condition="$bbuserinfo['field9'] == 'Volatile'">selected</if>>Volatile</option>
<option value="Woot" <if condition="$bbuserinfo['field9'] == 'Woot'">selected</if>>Woot</option>
<option value="Yeehaw" <if condition="$bbuserinfo['field9'] == 'Yeehaw'">selected</if>>Yeehaw</option>
as per original hack thou, plus what is +++++y ??
Reply With Quote
  #60  
Old 12-12-2005, 10:07 PM
Rickie3's Avatar
Rickie3 Rickie3 is offline
 
Join Date: Nov 2004
Location: Australia/Tasmania
Posts: 770
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by hIBEES
LOVELY got it to work

Ok for those who cant get it to work simply replace the 3.5.0 adminfunctions_template.php with the 3.5.2 version

BINGO lol

[high]* hIBEES installs and working fine[/high]
you bloody ripper that worked thankyou,i was going to try that earlier but wasnt sure if it would stuff things on my forum,but all seems fine cheers

Code:
<option value="Approved" <if condition="$bbuserinfo['fieldxx'] == Approved">selected</if>>Approved</option>
<option value="Chatty" <if condition="$bbuserinfo['fieldxx'] == Chatty">selected</if>>Chatty</option>
<option value="Disapprove" <if condition="$bbuserinfo['fieldxx'] == Disapprove">selected</if>>Disapprove</option>
<option value="Doh" <if condition="$bbuserinfo['fieldxx'] == Doh">selected</if>>Doh</option>
<option value="Dunce" <if condition="$bbuserinfo['fieldxx'] == Dunce">selected</if>>Dunce</option>
<option value="Flirt" <if condition="$bbuserinfo['fieldxx'] == Flirt">selected</if>>Flirt</option>
<option value="Hotflash" <if condition="$bbuserinfo['fieldxx'] == Hotflash">selected</if>>Hotflash</option>
<option value="Sassy" <if condition="$bbuserinfo['fieldxx'] == Sassy">selected</if>>Sassy</option>
<option value="Twisted" <if condition="$bbuserinfo['fieldxx'] == Twisted">selected</if>>Twisted</option>
<option value="Vilified" <if condition="$bbuserinfo['fieldxx'] == Vilified">selected</if>>Vilified</option>
<option value="Volatile" <if condition="$bbuserinfo['fieldxx'] == Volatile">selected</if>>Volatile</option>
<option value="Woot" <if condition="$bbuserinfo['fieldxx'] == Woot">selected</if>>Woot</option>
<option value="Yeehaw" <if condition="$bbuserinfo['fieldxx'] == Yeehaw">selected</if>>Yeehaw</option>
these are the ones i added,as per the original mood hack update
Reply With Quote
  #61  
Old 12-13-2005, 08:50 AM
-=Sniper=- -=Sniper=- is offline
 
Join Date: May 2002
Posts: 605
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

You can what +++++y is in the install file.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 01:55 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.05030 seconds
  • Memory Usage 2,359KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (7)bbcode_code
  • (1)bbcode_php
  • (4)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete