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
Dynamic Announcements: Programmable Forum Home Announcement/Message with conditionals Details »»
Dynamic Announcements: Programmable Forum Home Announcement/Message with conditionals
Version: 1.01, by Logician Logician is offline
Developer Last Online: Nov 2023 Show Printable Version Email this Page

Version: 3.5.5 Rating:
Released: 09-27-2005 Last Update: 01-10-2007 Installs: 721
Uses Plugins Template Edits
 
No support by the author.

(This hacks works with both 3.5.x and 3.6.x)

This hack allows you to post powerful dynamic announcements (changing according to different conditions) on forum home page. It differs from vbulletin's default announcements in 2 ways:
  • The announcement is displayed in forum home page, not inside thread view. So visitors will read them on home page without clicking any links.
  • The Hack's announcements are not static: ie. they can be powerfully programmed to display different texts according to different conditions.
For instance you can tell "why they should register" if visitor is a guest, but if he is a member with 0 posts, you can tell him why he should start posting etc.! All in one announcement! Everybody will see the relevant text according to his status. (This is the hack everybody keeps asking in the TheAdminZone.com whose using the hack for members with 0 and 1 posts.)


This version of the hack is for vbulletin 3.5.x and 3.6.x (vb 3.0.x version is here and vb 2.x version is here. 3.5 version is coded as a plugin so you can install it WITHOUT modifying vb PHP files. It is easily installed in 2 steps through your admin cp.

Basic Usage of This Hack: You can set a text in your Admin CP and it's displayed in forum home to all users. Alternatively if you want, you can set another text as a popup announcement and it is displayed to all as a pop up announcement (it can't be killed with popup killers software!)

Advanced Usage : With conditionals you can set different texts/notifications/messages/announcements and they will be displayed if your pre-configured condition applies. This allows you to create powerful announcements/private messages/texts which address their receipt only if a certain condition is met. Some examples:

You can set to show an announcement in forum home IF:
  1. user is X
  2. user's usergroup is Y
  3. user has X posts or has more than Y posts but less than Z posts
  4. his last visit time was X days ago
  5. today is X, hour is between Y and Z, day is wednesday, month is Y, week is month's 2nd week, today is user's birthday
  6. etc.
Here is a Screenshot from a general table announcement.
Here is a Screenshot from a popup announcement.

Some Features:
  • Coded as a vbulletin pluggin. Can be installed easily without hacking PHP files.
  • It's Admin CP integrated
  • Smiley, BBCode, HTML, IMG tags are supported in announcements.
  • You can address your users with their usernames inside announcements (Use $bbuserinfo[username] variable)
  • Announcements are displayed directly in Forum Home so users are forced to read them.
  • The Conditionals help you to design powerful and ever changing announcements/private messages/forum home notifications.
  • Poupup announcement can not be killed by popup killer software
Hacks of Hack:
* For CMPS Integration see here
* French Translation by Allan : https://vborg.vbsupport.ru/showpost....&postcount=143
* Nested Conditionals by dc3dreamer : https://vborg.vbsupport.ru/showpost....&postcount=175
* Hack Annoucement appears in all vb pages:
https://vborg.vbsupport.ru/showthrea...498#post911498



IMPORTANT FOR 3.x USERS:
If you were already using this hack in 3.0.x, remember to do 2 things:
BEFORE YOU INSTALL THIS HACK : Follow this instructions to remove the remnants of 3.0.x hack.
AFTER YOU INSTALL THIS HACK : Go to your admin cp / styles, find these 3 styles:
dfh_announcement
dfh_announcement_headercode
dfh_announcement_popup
and REVERT THEM so that your new templates that comes with 3.5 version will apply.

About vb4.x version:

I didn't consider porting this hack to vb4 because vbulletin has now a VERY SIMILAR feature in vb4 called "NOTICES". You can find it under your admin cp/Notices submenu/Notice Manager. It is not as powerful as this hack as this hack allows you to use any kind of conditional to produce your announcement but it is more user friendly because you don't need to deal with conditional syntax, you simply build your announcement (notice) with menus

If you install the hack, click INSTALL, thank you..

Logician \\=^))

Show Your Support

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

Comments
  #82  
Old 10-14-2005, 05:59 PM
bigmonay2k bigmonay2k is offline
 
Join Date: May 2004
Posts: 169
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

not working for me damn
Reply With Quote
  #83  
Old 10-14-2005, 06:30 PM
Logician's Avatar
Logician Logician is offline
 
Join Date: Nov 2001
Location: inside vb code
Posts: 4,449
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by bigmonay2k
not working for me damn
What problem you have?
Reply With Quote
  #84  
Old 10-15-2005, 07:24 PM
bigmonay2k bigmonay2k is offline
 
Join Date: May 2004
Posts: 169
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Logician
What problem you have?
Warning: Unknown(./includes/functions_dfha.php): failed to open stream: No such file or directory in /index.php(459) : eval()'d code on line 5

Fatal error: (null)(): Failed opening required './includes/functions_dfha.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/dafirm2/public_html/forums/index.php(459) : eval()'d code on line 5
Reply With Quote
  #85  
Old 10-16-2005, 06:04 AM
Logician's Avatar
Logician Logician is offline
 
Join Date: Nov 2001
Location: inside vb code
Posts: 4,449
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by bigmonay2k
Warning: Unknown(./includes/functions_dfha.php): failed to open stream: No such file or directory in /index.php(459) : eval()'d code on line 5

Fatal error: (null)(): Failed opening required './includes/functions_dfha.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/dafirm2/public_html/forums/index.php(459) : eval()'d code on line 5
Have you uploaded file "functions_dfha.php" into vb's /includes/ folder?
Reply With Quote
  #86  
Old 10-16-2005, 08:03 AM
NexDog's Avatar
NexDog NexDog is offline
 
Join Date: Mar 2002
Location: Lost in the Nexus
Posts: 388
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi Logician,

I have had this hack working great on our VB2 board for two years but now we are finally upgrading to vb 3.5.0 and this hack is integral to our design. What we do is show a message on the left menu that either displays user info for members or a "Sign Up" messgae for visitors. See here - http://nexusportal.net.

I'm having trouble getting this to work in VB 3.5.0 though. We don't need the pop-up or separate table - we need to keep the current integration. Therefore your step 2 maybe shouldn't apply? In the forumhome template on vb2 I put:

<!-- Begin Conditional Hack-->
[[($bbuserinfo[userid]!=0)]]
Stuff here
[[/($bbuserinfo[userid]!=0)]]
[[($bbuserinfo[userid]==0)]]
Other stuff here
[[/($bbuserinfo[userid]==0)]]
<!-- /End Conditional Hack-->

I put $dfh_announcement in the forumhome template where I want the message to show and then put the code in the box in the vbulletin settings section which is:

Code:
<!-- Begin Conditional Hack-->
[[($bbuserinfo[userid]!=0)]]

                                  <td align="center"><font color="#3A3D65" size="1" face="verdana,arial,helvetica"><strong>USER 
                                    INFORMATION </strong></font></td>
                                </tr>
                              </table></td>
                          </tr>
                          <tr> 
                            <td width="185" height="100%" align="left" valign="top" background="nexica_01/main/sidebar_bg.jpg"><table width="162" border="0" cellpadding="1" cellspacing="1" valign="top">
                                <tr> 
                                  <td height="3" valign="top"></td>
                                </tr>
                                <tr>
                                  <td valign="top"><smallfont> 
                                    <p> 
                                      <center>
                                        $avatarimage</a> 
                                      </center>
                                      <br>
                                      $welcometext<strong><br>
                                      <br>
                                      Total Posts: <font color="#3A3D65">$bbuserinfo[posts]</font><br>
<b>Credits:</b> <font color="#3A3D65">$storepoints</font>
                                      <br>

                                      
<br>
                                      You Last Visited:</strong><br>
                                      $bbuserinfo[lastvisitdate].<br>
                                      <br>
                                      <strong>Time Now:</strong> $timenow.<br>
<br>
                                      <img src="nexica_01/customicons/arrow01.gif" width="9" height="9"> 
                                      <a href="store.php?s=$session[sessionhash]&action=main">Your Store</a><br>                                      
<br>
                                      <img src="nexica_01/customicons/arrow01.gif" width="9" height="9"> 
                                      $newposts<br><br>                          
</smallfont>
</p></td>
                                </tr>
                                <tr id="cat"> 
                                  <td height="19" align="center" background="nexica_01/main/side_title.gif"><font color="#3A3D65" size="1" face="verdana,arial,helvetica"><strong>PRIVATE 
                                    MESSAGES </strong></font></td>
                                </tr>
                                <tr> 
                                  <td valign="top"><p><smallfont> <b>$bbuserinfo[username]</b> 
                                      - You have <b>$newpm[messages]</b> new message(s) 
                                      since your last visit.<br>
                                      <b>Unread Messages:</b> $unreadpm[messages] 
                                      <br>
                                      <b>Total Messages:</b> $allpm[messages]<br>
                                      <br>
                                      <font face="verdana,arial,helvetica" size="1"><img src="nexica_01/customicons/arrow01.gif" width="9" height="9"> 
                                      </font><a href="private.php?s=$session[sessionhash]">Open 
                                      Your PM Inbox</a><br>
                                      <br>
                                      </smallfont></p></td>
                                </tr>
                                [[/($bbuserinfo[userid]!=0)]] [[($bbuserinfo[userid]==0)]] 
                                  <td align="center"><font color="#3A3D65" size="1" face="verdana,arial,helvetica"><strong>THE 
                                    NEXUSPORTAL! </strong></font></td>
                                </tr>
                              </table></td>
                          </tr>
                          <tr> 
                            <td width="185" height="100%" align="left" valign="top" background="nexica_01/main/sidebar_bg.jpg"><table width="162" border="0" cellpadding="1" cellspacing="1" valign="top">
                                <tr> 
                                  <td valign="top"><smallfont> <p> <strong>Welcome 
                                      to NexusPortal!</strong> This site is open 
                                      to all current and prospective Nexus members. 
                                      Take full advantage of this site! Register 
                                      now to gain:<br>
                                      <br>
                                      <b><img src="nexica_01/customicons/bullet02.gif" width="6" height="6"> 
                                      Full Posting Privileges.<img src="nexica_01/customicons/menuspacer.gif" width="1" height="15"><br>
                                      <img src="nexica_01/customicons/bullet02.gif" width="6" height="6"> 
                                      Access to all areas.<img src="nexica_01/customicons/menuspacer.gif" width="1" height="15"><br>
                                      <img src="nexica_01/customicons/bullet02.gif" width="6" height="6"> 
                                      Community Support.<img src="nexica_01/customicons/menuspacer.gif" width="1" height="15"><br>
                                      <img src="nexica_01/customicons/bullet02.gif" width="6" height="6"> 
                                      Ability to Interact.<img src="nexica_01/customicons/menuspacer.gif" width="1" height="15"></b></p>
                                    <p align="center"><img src="nexica_01/customicons/arrow01.gif" width="9" height="9">&nbsp;<img src="nexica_01/customicons/arrow01.gif" width="9" height="9"> 
                                      <a href="register.php?s=$session[sessionhash]&action=signup"><strong>REGISTER 
                                      NOW!</strong></a> <img src="nexica_01/customicons/arrow02.gif" width="9" height="9">&nbsp;<img src="nexica_01/customicons/arrow02.gif" width="9" height="9"></p>
                                    <p>$newposts<br>
                                      <br>
                                    </p></td>
                                </tr>
                                [[/($bbuserinfo[userid]==0)]] 
                                <!-- /End Conditional Hack-->
This is one of our testbeds:

http://test.nexusportal.net/index.php?styleid=4

You can see the USER INFORMATION on the top of the left menu but after that it's all a mess. Can you not put HTML in there?

The vb2 version was so simple.
Reply With Quote
  #87  
Old 10-16-2005, 08:11 AM
Logician's Avatar
Logician Logician is offline
 
Join Date: Nov 2001
Location: inside vb code
Posts: 4,449
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by NexDog
Hi Logician,

I have had this hack working great on our VB2 board for two years but now we are finally upgrading to vb 3.5.0 and this hack is integral to our design. What we do is show a message on the left menu that either displays user info for members or a "Sign Up" messgae for visitors. See here - http://nexusportal.net.

I'm having trouble getting this to work in VB 3.5.0 though. We don't need the pop-up or separate table - we need to keep the current integration. Therefore your step 2 maybe shouldn't apply? In the forumhome template on vb2 I put:

<!-- Begin Conditional Hack-->
[[($bbuserinfo[userid]!=0)]]
Stuff here
[[/($bbuserinfo[userid]!=0)]]
[[($bbuserinfo[userid]==0)]]
Other stuff here
[[/($bbuserinfo[userid]==0)]]
<!-- /End Conditional Hack-->

I put $dfh_announcement in the forumhome template where I want the message to show and then put the code in the box in the vbulletin settings section which is:

Code:
<!-- Begin Conditional Hack-->
[[($bbuserinfo[userid]!=0)]]

                                  <td align="center"><font color="#3A3D65" size="1" face="verdana,arial,helvetica"><strong>USER 
                                    INFORMATION </strong></font></td>
                                </tr>
                              </table></td>
                          </tr>
                          <tr> 
                            <td width="185" height="100%" align="left" valign="top" background="nexica_01/main/sidebar_bg.jpg"><table width="162" border="0" cellpadding="1" cellspacing="1" valign="top">
                                <tr> 
                                  <td height="3" valign="top"></td>
                                </tr>
                                <tr>
                                  <td valign="top"><smallfont> 
                                    <p> 
                                      <center>
                                        $avatarimage</a> 
                                      </center>
                                      <br>
                                      $welcometext<strong><br>
                                      <br>
                                      Total Posts: <font color="#3A3D65">$bbuserinfo[posts]</font><br>
<b>Credits:</b> <font color="#3A3D65">$storepoints</font>
                                      <br>

                                      
<br>
                                      You Last Visited:</strong><br>
                                      $bbuserinfo[lastvisitdate].<br>
                                      <br>
                                      <strong>Time Now:</strong> $timenow.<br>
<br>
                                      <img src="nexica_01/customicons/arrow01.gif" width="9" height="9"> 
                                      <a href="store.php?s=$session[sessionhash]&action=main">Your Store</a><br>                                      
<br>
                                      <img src="nexica_01/customicons/arrow01.gif" width="9" height="9"> 
                                      $newposts<br><br>                          
</smallfont>
</p></td>
                                </tr>
                                <tr id="cat"> 
                                  <td height="19" align="center" background="nexica_01/main/side_title.gif"><font color="#3A3D65" size="1" face="verdana,arial,helvetica"><strong>PRIVATE 
                                    MESSAGES </strong></font></td>
                                </tr>
                                <tr> 
                                  <td valign="top"><p><smallfont> <b>$bbuserinfo[username]</b> 
                                      - You have <b>$newpm[messages]</b> new message(s) 
                                      since your last visit.<br>
                                      <b>Unread Messages:</b> $unreadpm[messages] 
                                      <br>
                                      <b>Total Messages:</b> $allpm[messages]<br>
                                      <br>
                                      <font face="verdana,arial,helvetica" size="1"><img src="nexica_01/customicons/arrow01.gif" width="9" height="9"> 
                                      </font><a href="private.php?s=$session[sessionhash]">Open 
                                      Your PM Inbox</a><br>
                                      <br>
                                      </smallfont></p></td>
                                </tr>
                                [[/($bbuserinfo[userid]!=0)]] [[($bbuserinfo[userid]==0)]] 
                                  <td align="center"><font color="#3A3D65" size="1" face="verdana,arial,helvetica"><strong>THE 
                                    NEXUSPORTAL! </strong></font></td>
                                </tr>
                              </table></td>
                          </tr>
                          <tr> 
                            <td width="185" height="100%" align="left" valign="top" background="nexica_01/main/sidebar_bg.jpg"><table width="162" border="0" cellpadding="1" cellspacing="1" valign="top">
                                <tr> 
                                  <td valign="top"><smallfont> <p> <strong>Welcome 
                                      to NexusPortal!</strong> This site is open 
                                      to all current and prospective Nexus members. 
                                      Take full advantage of this site! Register 
                                      now to gain:<br>
                                      <br>
                                      <b><img src="nexica_01/customicons/bullet02.gif" width="6" height="6"> 
                                      Full Posting Privileges.<img src="nexica_01/customicons/menuspacer.gif" width="1" height="15"><br>
                                      <img src="nexica_01/customicons/bullet02.gif" width="6" height="6"> 
                                      Access to all areas.<img src="nexica_01/customicons/menuspacer.gif" width="1" height="15"><br>
                                      <img src="nexica_01/customicons/bullet02.gif" width="6" height="6"> 
                                      Community Support.<img src="nexica_01/customicons/menuspacer.gif" width="1" height="15"><br>
                                      <img src="nexica_01/customicons/bullet02.gif" width="6" height="6"> 
                                      Ability to Interact.<img src="nexica_01/customicons/menuspacer.gif" width="1" height="15"></b></p>
                                    <p align="center"><img src="nexica_01/customicons/arrow01.gif" width="9" height="9">&nbsp;<img src="nexica_01/customicons/arrow01.gif" width="9" height="9"> 
                                      <a href="register.php?s=$session[sessionhash]&action=signup"><strong>REGISTER 
                                      NOW!</strong></a> <img src="nexica_01/customicons/arrow02.gif" width="9" height="9">&nbsp;<img src="nexica_01/customicons/arrow02.gif" width="9" height="9"></p>
                                    <p>$newposts<br>
                                      <br>
                                    </p></td>
                                </tr>
                                [[/($bbuserinfo[userid]==0)]] 
                                <!-- /End Conditional Hack-->
This is one of our testbeds:

http://test.nexusportal.net/index.php?styleid=4

You can see the USER INFORMATION on the top of the left menu but after that it's all a mess. Can you not put HTML in there?

The vb2 version was so simple.
I think you confuse this hack with my vb2 template conditionals hack.

This hack is for putting an announcement to forum home (with conditionals if you like) and the other hack was to use conditionals in any vb template you like.

If you need to put a fixed conditional to your forumhome template, you don't need this hack, you can use built-in conditionals of vb3.x: (In other words my vb2 template conditionals hack is now a built-in feature in vb 3.0.x and above)

IE.
<if condition = "$bbuserinfo[userid]>0">
Stuff to display to members
</if>
<if condition = "$bbuserinfo[userid]==0">
Stuff to display to guests
</if>
Reply With Quote
  #88  
Old 10-16-2005, 12:06 PM
NexDog's Avatar
NexDog NexDog is offline
 
Join Date: Mar 2002
Location: Lost in the Nexus
Posts: 388
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Ah, thanks for that. I knew vb2 really well but I've been out of it for so long. VB 3.5.0 might as well be phpbb2 for all I know now.

Where is the best place to find out about this new in-built conditional functionality? And also I need to work out the new variables for $avatarimage, $welcometext, $newposts and others. Any insight would be helpful and sorry to take the thread of course a bit.
Reply With Quote
  #89  
Old 10-16-2005, 12:33 PM
NexDog's Avatar
NexDog NexDog is offline
 
Join Date: Mar 2002
Location: Lost in the Nexus
Posts: 388
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I'm getting there slowly.
Reply With Quote
  #90  
Old 10-16-2005, 03:30 PM
q8-star's Avatar
q8-star q8-star is offline
 
Join Date: Aug 2005
Location: KWI
Posts: 60
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi I've done all the steps ,but ,I got this error when home page is loaded :
Fatal error: Call to undefined function: dynamic_a() in C:\Inetpub\vhosts\arabic-av.com\httpdocs\forum\index.php(459) : eval()'d code on line 158

And yes,I have done everything including uploading,modifying ...etc .
Reply With Quote
  #91  
Old 10-16-2005, 05:48 PM
Logician's Avatar
Logician Logician is offline
 
Join Date: Nov 2001
Location: inside vb code
Posts: 4,449
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by q8-star
Hi I've done all the steps ,but ,I got this error when home page is loaded :
Fatal error: Call to undefined function: dynamic_a() in C:\Inetpub\vhosts\arabic-av.com\httpdocs\forum\index.php(459) : eval()'d code on line 158

And yes,I have done everything including uploading,modifying ...etc .
Uninstall that product and use that one. I think this should help.
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 06:56 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.05388 seconds
  • Memory Usage 2,363KB
  • 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
  • (2)bbcode_code
  • (5)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