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
vBookie for vBulletin 3.5 Details »»
vBookie for vBulletin 3.5
Version: 1.0.7, by Andreas Andreas is offline
Developer Last Online: Jan 2023 Show Printable Version Email this Page

Version: 3.5.3 Rating:
Released: 08-11-2005 Last Update: 02-17-2006 Installs: 633
DB Changes Uses Plugins Template Edits
Additional Files Is in Beta Stage  
No support by the author.

vBookie

Introduction

This is a Port of the original vBookie Hack created by tdjrico; full credits to him for the idea and the kind permission to port his work

A t t e n t i o n
This Hack is unsopported and incompatible with vBulletin 3.6+
You are hereby advised to not use it.
Please do not ask me about support and/or updates - there will be none.

Supporters / CoAuthors

Show Your Support

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

Comments
  #172  
Old 09-04-2005, 05:15 AM
Flow Fusion Flow Fusion is offline
 
Join Date: Jul 2003
Location: Georgia
Posts: 512
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Can I get some help? Preview works but when I hit submit I get's nothing but the text.
Reply With Quote
  #173  
Old 09-07-2005, 06:15 AM
plateau plateau is offline
 
Join Date: Apr 2005
Posts: 131
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Please only click Install if you actually have installed/are using this Hack, and click Uninstall whan you don't use it any longer!
yes, i m definitely using it, even on a chinese system. thank mate ^&^
Reply With Quote
  #174  
Old 09-08-2005, 10:28 AM
Bobby S's Avatar
Bobby S Bobby S is offline
 
Join Date: Jun 2004
Location: Edinburgh, its wonderful
Posts: 25
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Glovebox
Excuse me if this is a dumb question, but when Im trying to change the usergroup permissions. (Can Post vBookie Events, Can Edit other people's vBookie Events , Can Bet on vBookie Events) After I update it, they just change straight back to no..

Any help?

Adam
I have exactly the same problem! I upgraded to rc2 last night, and added the members visited today hack, and the rss newsfeeds.

Could I just update the table in the database in the meantime? What are they, and what should they be changed to?
Reply With Quote
  #175  
Old 09-08-2005, 10:30 AM
Flow Fusion Flow Fusion is offline
 
Join Date: Jul 2003
Location: Georgia
Posts: 512
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I'm just looking for any help. I have had the same issue for the longest with no help or ideas...
Reply With Quote
  #176  
Old 09-08-2005, 04:18 PM
y2krazy y2krazy is offline
 
Join Date: Jun 2003
Location: Houston, Texas
Posts: 318
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I made several changes to the basic templates and I added a footer to most of the templates, like I do with all the other hacks to make them look more streamlined with the forums. Screenshots are included.

Phrase Manager -> Add New Phrase
Varname: vbookie_footer
Text: Powered by <b></b> v1.0 by <a href="http://www.infernotechnologies.net/" target="_blank">Zero Tolerance</a>

Style Manager -> Choose the Style to Edit -> "vbookie_confirm_abandon_event"
Replace entire template with:

Code:
<form action="vbookie.php" method="post">
<input type="hidden" name="item_id" value="$item_id">

<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
	<td class="tcat">$vbphrase[vbookie_abandon_event]</td>
</tr>
<tr>
	<td class="alt1" align="center">
		$vbphrase[vbookie_confirm_abandon_event]<br />		
	</td>
</tr>
<tr>
	<td align="center">
		<input type="hidden" name="s" value="$session[sessionhash]" />
		<input type="hidden" name="t" value="$threadid" />
		<input type="hidden" name="do" value="confirmedabandon" />
		<input type="submit" class="button" name="preview" value="Yes, I Want To Abandon This Event" accesskey="p" tabindex="1" />
	</td>
</tr>
</table>

</form>
Style Manager -> Choose the Style to Edit -> "vbookie_confirm_delete_event"
Replace entire template with:

Code:
<form action="vbookie.php" method="post">
<input type="hidden" name="item_id" value="$item_id">

<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
	<td class="tcat">$vbphrase[vbookie_delete_event]</td>
</tr>
<tr>
	<td class="alt1" align="center">
		$vbphrase[vbookie_confirm_delete_event]<br />		
	</td>
</tr>
<tr>
	<td align="center">
		<input type="hidden" name="s" value="$session[sessionhash]" />
		<input type="hidden" name="t" value="$threadid" />
		<input type="hidden" name="do" value="confirmeddelete" />
		<input type="submit" class="button" name="preview" value="Yes, I Want To Delete This Event" accesskey="p" tabindex="1" />
	</td>
</tr>
</table>

</form>
Style Manager -> Choose the Style to Edit -> "vbookie_main"
Replace entire template with:

Code:
<!-- vbookie welcome --> 
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%"> 
        <tr align="center">
          <td class="tcat" width="40%">$vbphrase[welcome_to_the_bookie]</td> 
          <td class="tcat" width="40%">$vbphrase[bookie_news_and_events]</td> 
        </tr> 
        <tr align="center"> 
          $welcomeblock
          <td class="alt1" width="40%" valign="top">$bookienews</td> 
        </tr>
        <tr>
	  <td class="tcat" align="right" colspan="2"><span class="smallfont">$vbphrase[vbookie_footer]</span></td>
        </tr> 
      </table>

<!-- /vbookie welcome --> 

<!-- small space --> 
<span class="smallfont"><br /> 
</span> 
<!-- /small space --> 

<!-- bet items  --> 
<form action="vbookie.php" method="get">
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%"> 
        <tr align="center"> 
          <td class="tcat" colspan="6"><phrase 1="$type">$vbphrase[currently_showing_x_events]</phrase>  $vbphrase[switch_to] 
		  <select name="type">
		  <option value="OPEN">$vbphrase[event_open]</option>
		  <option value="CLOSED">$vbphrase[event_closed]</option>
		  <option value="SETTLED">$vbphrase[event_settled]</option>
		  <option value="ABANDONED">$vbphrase[event_abandoned]</option>
		  </select>
		  $vbphrase[events]
		  <input type="submit" class="button" name="selecttype" accesskey="g" value="Go" style="font-weight:normal" tabindex="1" /></td>
        </tr> 
        <tr align="center"> 
          <td class="thead">$vbphrase[item]</td><td class="thead">$vbphrase[group]</td><td class="thead">$vbphrase[status]</td><td class="thead">$vbphrase[added]</td><td class="thead">$vbphrase[open_until]</td><td class="thead">$vbphrase[payouts_after]</td>
        </tr> 
        $betitembits
      </table>


<if condition="$show['pagenav']"><br /><div align="$stylevar[right]">$pagenav</div></if>

</form>
<!-- /bet items -->
Style Manager -> Choose the Style to Edit -> "vbookie_main_items_bit"
Replace entire template with:

Code:
<tr> 
<td class="$bgclass">$item[item_title]<span class="smallfont"><br /><a href="showthread.php?t=$item[threadid]">$vbphrase[thread]</a> | <a href="vbookie.php?do=viewitem&amp;item_id=$item[item_id]">$vbphrase[info]</a>
<if condition="$can_delete"> | <a href="vbookie.php?do=deleteitem&amp;item_id=$item[item_id]">$vbphrase[delete]</a></if></span></td>
<td class="$bgclass" align="center"><span class="smallfont">$item[group_title]</span></td>
<td class="$bgclass" align="center"><span class="smallfont">$item[item_status]</span></td>
<td class="$bgclass" align="center"><span class="smallfont">$item[created]</span></td>
<td class="$bgclass" align="center"><span class="smallfont">$item[openuntil]</span></td>
<td class="$bgclass" align="center"><span class="smallfont">$item[payafter]</span></td>
</tr>
Style Manager -> Choose the Style to Edit -> "vbookie_stats"
Replace entire template with:

Code:
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%"> 
<tr>
	<td class="tcat" colspan="8">
		$vbphrase[vbookie_stats]
	</td>
</tr>

        <tr align="center"> 
          <td class="thead"><b>$vbphrase[event_totals]</b></td>
        </tr> 
        <tr align="left"> 
          <td class="alt1"><span class="smallfont">$system_totals_bits</td>
        </tr> 

        <tr align="center"> 
          <td class="thead"><b>$vbphrase[most_popular_events]</b></td>
        </tr> 
        <tr align="left"> 
          <td class="alt1"><span class="smallfont">$most_popular_event_bits</span></td>
        </tr> 


        <tr align="center"> 
          <td class="thead"><b>$vbphrase[top_paying_events]</b></td>
        </tr> 
        <tr align="left"> 
          <td class="alt1"><span class="smallfont">$top_paying_event_bits</span></td>
        </tr> 

        <tr align="center"> 
          <td class="thead"><b>$vbphrase[top_paying_outcomes]</b></td>
        </tr> 
        <tr align="left"> 
          <td class="alt1"><span class="smallfont">$top_paying_outcome_bits</span></td>
        </tr> 

        <tr align="center"> 
          <td class="thead"><b>$vbphrase[top_paying_bets]</b></td>
        </tr> 
        <tr align="left"> 
          <td class="alt1"><span class="smallfont">$top_paying_bet_bits</span></td>
        </tr> 

        <tr align="center"> 
          <td class="thead"><b>$vbphrase[top_winners]</b></td>
        </tr> 
        <tr align="left"> 
          <td class="alt1"><span class="smallfont">$top_winners_bits</span></td>
        </tr> 

        <tr align="center"> 
          <td class="thead"><b>$vbphrase[richest_people]</b></td>
        </tr> 
        <tr align="left"> 
          <td class="alt1"><span class="smallfont">$richest_people</span></td>
        </tr> 
        <tr>
	  <td class="tcat" align="right"><span class="smallfont">$vbphrase[vbookie_footer]</span></td>
        </tr> 
		</table>
Style Manager -> Choose the Style to Edit -> "vbookie_view_bet"
Replace entire template with:

Code:
<tr>
		<td class="$bgclass">$bet[username]</td>
		<td class="$bgclass" align="center">$bet[bet_amount_placed]</td>
		<td class="$bgclass">$bet[bet_odds_against]/$bet[bet_odds_for]</td>
		<td class="$bgclass" align="right">($bet[odds_decimal])</td>
		<if condition="$bet[bet_settled]=='N'">
		<td class="$bgclass" align="center">-</td>
		<else />
		<td class="$bgclass" align="center">$bet[bet_amount_won]</td>
		</if>
	</tr>
Style Manager -> Choose the Style to Edit -> "vbookie_view_bets"
Replace entire template with:

Code:
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
	<td class="tcat" colspan="8">
		$vbphrase[vbookie_view_my_bets]
	</td>
</tr>
<tr>
	<td class="thead" align="center">$vbphrase[event]</td>
	<td class="thead" align="center">$vbphrase[group]</td>
	<td class="thead" align="center">$vbphrase[vbookie_outcome]</td>
	<td class="thead" align="center">$vbphrase[status]</td>
	<td class="thead" align="center">$vbphrase[vbookie_stake]</td>
	<td class="thead" colspan="2" align="center">$vbphrase[vbookie_odds]</td>
	<td class="thead" align="center">$vbphrase[amount_won]</td>
</tr>
$betbits
<tr>
	<td class="tcat" align="right" colspan="8"><span class="smallfont">$vbphrase[vbookie_footer]</span></td>
</tr> 		
</table>

<if condition="$show['pagenav']"><br /><div align="$stylevar[right]">$pagenav</div></if>
Style Manager -> Choose the Style to Edit -> "vbookie_view_event"
Replace entire template with:

Code:
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
	<td class="tcat">$vbphrase[vbookie_event]<span class="normal">: $eventinfo[question] ($eventinfo[group])</span></td>
</tr>
<tr>
	<td class="thead">$vbphrase[vbookie_event_info]</td>
</tr>
<tr valign="top">

	<td class="panelsurround" align="center">
	<div class="panel">
		<div align="$stylevar[left]">
		
			<div class="fieldset">
				<table cellpadding="0" cellspacing="$stylevar[formspacer]px" border="0">
				<tr>
					<td><span class="smallfont">$vbphrase[vbookie_this_event_is] <strong>$eventinfo[item_status]</strong>.</span></td>
				</tr>
				<tr>
					<td><span class="smallfont">$vbphrase[vbookie_this_event_will_accept_bets_until] <strong>$eventinfo[openuntil_date] at $eventinfo[openuntil_time]</strong>.</span></td>
				</tr>
				<tr>
					<td><span class="smallfont">$vbphrase[vbookie_this_event_will_pay_out_after] <strong>$eventinfo[payafter_date] at $eventinfo[payafter_time]</strong>.</span></td>
				</tr>
				<tr>
					<td><span class="smallfont"><strong>$vbphrase[vbookie_event_n_bets]</strong>: $eventinfo[item_n_bets_placed]</span></td>
				</tr>
				<tr>
					<td><span class="smallfont"><strong>$vbphrase[vbookie_event_total_staked]</strong>: $eventinfo[item_amount_staked]</span></td>
				</tr>
				<if condition="$eventinfo[item_status]=='SETTLED'">
				<tr>
					<td><span class="smallfont"><strong>$vbphrase[vbookie_event_total_won]</strong>: $eventinfo[item_amount_won]</span></td>
				</tr>
				</if>
				</table>
			</div>

		</div>
	</div>
	</td>

</tr>
</table>

<br />

<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
	<td class="thead">$vbphrase[vbookie_outcomes]</td>
</tr>
<tr valign="top">

	<td class="panelsurround" align="center">
	<div class="panel">
		<div align="$stylevar[left]">
		
			<div class="fieldset">
				<table cellpadding="0" cellspacing="$stylevar[formspacer]px" border="0" width="100%">
				$outcomebits
				</table>
			</div>
		
		</div>
	</div>
	</td>

</tr>
<tr>
	<td class="tcat" align="right"><span class="smallfont">$vbphrase[vbookie_footer]</span></td>
</tr>
</table>
Style Manager -> Choose the Style to Edit -> "vbookie_view_my_bet"
Replace entire template with:

Code:
<tr>
		<td class="$bgclass">$bet[item_title]<span class="smallfont"><br /><a href="showthread.php?t=$bet[threadid]">Thread</a> | <a href="vbookie.php?do=viewitem&amp;item_id=$bet[item_id]">Info</a></span></td>
		<td class="$bgclass" align="center"><span class="smallfont">$bet[group_title]</span></td>
		<td class="$bgclass" align="center"><span class="smallfont">$bet[option_title]</span></td>
		<td class="$bgclass" align="center"><span class="smallfont">$bet[item_status]</span></td>
		<td class="$bgclass" align="center"><span class="smallfont">$bet[bet_amount_placed]</span></td>
		<td class="$bgclass" align="center"><span class="smallfont">$bet[bet_odds_against]/$bet[bet_odds_for]</span></td>
		<td class="$bgclass" align="center"><span class="smallfont"> ($bet[odds_decimal]) </span></td>
		<if condition="$bet[bet_settled]=='N'">
		<td class="$bgclass" align="center"><span class="smallfont">-</span></td>
		<else />
		<td class="$bgclass" align="center"><span class="smallfont">$bet[bet_amount_won]</span></td>
		</if>
	</tr>
Style Manager -> Choose the Style to Edit -> "vbookie_view_outcome"
Replace entire template with:

Code:
<tr>
	<td class="thead" colspan="2">
		<strong>$outcome[outcome]</strong>
	</td>
</tr>
<tr>
	<td>
		<table cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" align="left" width="50%">
		<tr>
			<td class="thead" colspan="2">
				<strong>$vbphrase[vbookie_event_outcome_info]</strong>
			</td>
		</tr>		
		<tr>
			<td class="alt1">
				<strong>$vbphrase[vbookie_event_current_odds]</strong>:
			</td>
			<td class="alt1">
				$outcome[odds_against]/$outcome[odds_for] ($outcome[odds_decimal])

			</td>
		</tr>		
		<tr>
			<td class="alt1">
				<strong>$vbphrase[vbookie_event_n_bets]</strong>:
			</td>
			<td class="alt1">
				$outcome[n_bets_placed]
			</td>
		</tr>		
		<tr>
			<td class="alt1">
				<strong>$vbphrase[vbookie_event_total_staked]</strong>:
			</td>
			<td class="alt1">
				$outcome[amount_staked]
			</td>
		</tr>	
		<if condition="$eventinfo[item_status]=='SETTLED'">
		<tr>
			<td class="alt1">
				<strong>$vbphrase[vbookie_event_total_won]</strong>:
			</td>
			<td class="alt1">
				$outcome[amount_won]
			</td>
		</tr>	
		</if>
		</table>
		
		<table cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" align="left" width="50%">
		<tr>
			<td class="thead" colspan="6">
				$vbphrase[vbookie_event_bets_placed]
			</td>
		</tr>		
		<tr>
			<td class="thead">
				$vbphrase[vbookie_bet_placed_by]
			</td>
			<td class="thead" align="center">
				$vbphrase[vbookie_bet_placed_amount]
			</td>
			<td class="thead" colspan="2" align="center">
				$vbphrase[vbookie_bet_placed_odds]
			</td>
			<td class="thead" align="center">
				$vbphrase[vbookie_bet_amount_won]
			</td>
		</tr>		
		$bets
		</table>
	</td>
</tr>
You can test the vBookie out yourself at my site if you wish, too(see my sig for a link).
Reply With Quote
  #177  
Old 09-08-2005, 05:01 PM
Andreas's Avatar
Andreas Andreas is offline
 
Join Date: Jan 2004
Location: Germany
Posts: 6,863
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Flow Fusion
Can I get some help? Preview works but when I hit submit I get's nothing but the text.
What does "nothing but the Text" mean?

@all those having Problems setting the Permissions
Do you get Errors when hitting Save by any chance?
Do you have other bitfield_xxx.xml Files, and which?
Reply With Quote
  #178  
Old 09-08-2005, 05:56 PM
Bobby S's Avatar
Bobby S Bobby S is offline
 
Join Date: Jun 2004
Location: Edinburgh, its wonderful
Posts: 25
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by KirbyDE
What does "nothing but the Text" mean?

@all those having Problems setting the Permissions
Do you get Errors when hitting Save by any chance?
No, it gives the saved usergroup administrators successfully message.

Quote:
Originally Posted by KirbyDE
Do you have other bitfield_xxx.xml Files, and which?
Where would I find them? Sorry I'm really stupid sometimes
Reply With Quote
  #179  
Old 09-08-2005, 05:59 PM
Andreas's Avatar
Andreas Andreas is offline
 
Join Date: Jan 2004
Location: Germany
Posts: 6,863
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

includes/xml
Which bitfield_xxx.xml Files do you have there?
Reply With Quote
  #180  
Old 09-08-2005, 07:51 PM
Bobby S's Avatar
Bobby S Bobby S is offline
 
Join Date: Jun 2004
Location: Edinburgh, its wonderful
Posts: 25
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by KirbyDE
includes/xml
Which bitfield_xxx.xml Files do you have there?
bitfield_vbookie.xml and bitfield_vbulletin.xml

Does that help? [he asked hopefully]
Reply With Quote
  #181  
Old 09-09-2005, 03:43 AM
Andreas's Avatar
Andreas Andreas is offline
 
Join Date: Jan 2004
Location: Germany
Posts: 6,863
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Ok, that means no other Bitfields, eg. no reason why it should not work.
Feel free to send me a PM with an ACP Login, otherwise I can't help much - sorry.
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:18 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.06657 seconds
  • Memory Usage 2,362KB
  • Queries Executed 26 (?)
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
  • (10)bbcode_code
  • (6)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
  • (4)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