######################################################## ## Mod Title: Multiple BBCode MOD ## Mod Version: 1.0.1 ## Rev Date: February 3, 2003 ## ## Mod Author: Nuttzy < pktoolkit@blizzhackers.com > (n/a) http://www.blizzhackers.com ## ## Mod Description: Allows you to install BBCode MODs that ## add quick BBCode buttons in post edits. Without this ## MOD, there is no standard way of installing BBCode MODs. ## ## Installation Level: EASY ## Installation Time: 2 minutes ## Files To Edit: Two (2) ## posting.php ## templates/subSilver/posting_body.tpl ######################################################## ## ## Installation Notes: ## ## + Works with phpBB 2.0.2 thru 2.0.4 ## + Do NOT install if you have EasyMod installed ## ## Version History: ## 02/03/03 - updated for 2.0.4 ## + no code changes required, just updated the header info ## ## 08/31/02 - initial release ## ############################################################## ## For Security Purposes, Please Check: http://www.phpbb.com/mods/downloads/ for the ## latest version of this MOD. Downloading this MOD from other sites could cause malicious code ## to enter into your phpBB Forum. As such, phpBB will not offer support for MOD's not offered ## in our MOD-Database, located at: http://www.phpbb.com/mods/downloads/ ############################################################## ## Before Adding This MOD To Your Forum, You Should Back Up All Files Related To This MOD ############################################################## # #-----[ OPEN ]--------------------------------- # posting.php # #-----[ FIND ]--------------------------------- # # NOTE: the full line to look for is: # make_jumpbox('viewforum.'.$phpEx); # make_jumpbox( # #-----[ AFTER, ADD ]--------------------------------- # // EASYMOD-begin //NOTE: the first element of each array must be '' Add new elements AFTER the '' $EMBB_keys = array('') ; $EMBB_widths = array('') ; $EMBB_values = array('') ; for ($i=1; $iassign_block_vars('EasyModBB', array( 'KEY' => $EMBB_keys[$i], 'NAME' => "addbbcode$val", 'WIDTH' => $EMBB_widths[$i], 'VALUE' => $EMBB_values[$i], 'STYLE' => "bbstyle($val)") ); } // EASYMOD-end # #-----[ OPEN ]--------------------------------- # templates/subSilver/posting_body.tpl # #-----[ FIND ]--------------------------------- # # NOTE: the full line to look for is: # # # name="addbbcode16" # #-----[ AFTER, ADD ]--------------------------------- # # #-----[ FIND ]--------------------------------- # # NOTE: the full line to look for is: #  {L_FONT_SIZE}: