## EasyMod 0.0.7 Compliant ######################################################## ## Mod Title: BBCode Buttons Organizer ## Mod Version: 1.0.1 ## Rev Date: February 4, 2003 ## ## Mod Author: Nuttzy < pktoolkit@blizzhackers.com > (n/a) http://www.blizzhackers.com ## ## Mod Description: Allows for neater display of additional ## quick BBCode buttons. ## ## 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 ## ## Version History: ## 02/04/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 ############################################################## # # IMPORTANT: if you are installing manually (without EasyMod) you MUST first # install the Multi BBCode Mod available at http://www.phpbb.com/mods/downloads # # #-----[ OPEN ]--------------------------------- # posting.php # #-----[ FIND ]--------------------------------- # for ($i=1; $iassign_block_vars('XBBcode', array( 'ROW_ID' => $i) ); for ($element=0; $element<9; $element++) { $val = ($code_count*2)+16 ; if ( $code_count < count($EMBB_values)) { $template->assign_block_vars('XBBcode.BB', array( 'KEY' => $EMBB_keys[$code_count], 'NAME' => "addbbcode$val", 'WIDTH' => $EMBB_widths[$code_count], 'VALUE' => $EMBB_values[$code_count], 'STYLE' => "bbstyle($val)") ); } $code_count++ ; } } # #-----[ OPEN ]--------------------------------- # templates/subSilver/posting_body.tpl # #-----[ FIND ]--------------------------------- # # #-----[ AFTER, ADD ]--------------------------------- # # #-----[ SAVE/CLOSE ALL FILES ]--------------------------------- # # EoM