############################################################## ## MOD Title: Header Message ## MOD Author: Darth Wong < use site feedback form for E-mail > ( Michael Wong ) http://www.stardestroyer.net/Mike/ ## MOD Description: Header message at the top of the forums ## MOD Version: 1.0.0 ## ## Installation Level: Intermediate ## Installation Time: 10 Minutes ## Files To Edit: index.php ## admin_board.php ## template/subSilver/index_body.tpl ## template/subSilver/admin/board_config_body.tpl ## Included Files: None ############################################################## ## For Security Purposes, Please Check: http://www.phpbb.com/mods/ 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/ ############################################################## ## Author Notes: ## ############################################################## ## MOD History: ## ## 2004-09-22 - Version 1.0.0 ## - First version ## ############################################################## ## Before Adding This MOD To Your Forum, You Should Back Up All Files Related To This MOD ############################################################## # #-----[ SQL ]------------------------------------------ # INSERT INTO phpbb_config ('config_name','config_value') VALUES ('head_message','Example header message'); # #-----[ OPEN ]------------------------------------------ # index.php # #-----[ FIND ]------------------------------------------ # 'U_MARK_READ' => append_sid("index.$phpEx?mark=forums")) # #-----[ BEFORE, ADD ]------------------------------------------ # 'HEAD_MESSAGE' => $board_config['head_message'], # #-----[ OPEN ]------------------------------------------ # admin_board.php # #-----[ FIND ]------------------------------------------ # $new['sitename'] = str_replace('"', '"', strip_tags($new['sitename'])); # #-----[ AFTER, ADD ]------------------------------------------ # $new['head_message'] = str_replace('"', '"', $new['head_message']); # #-----[ FIND ]------------------------------------------ # "L_SITE_DESCRIPTION" => $lang['Site_desc'], # #-----[ AFTER, ADD ]------------------------------------------ # "L_HEAD_MESSAGE" => "The header message for the board", # #-----[ FIND ]------------------------------------------ # "SITE_DESCRIPTION" => $new['site_desc'], # #-----[ AFTER, ADD ]------------------------------------------ # "HEAD_MESSAGE" => $new['head_message'], # #-----[ OPEN ]------------------------------------------ # template/subSilver/index_body.tpl # #-----[ FIND ]------------------------------------------ # # #-----[ BEFORE, ADD ]------------------------------------------ #
{HEAD_MESSAGE}
# #-----[ OPEN ]------------------------------------------ # template/subSilver/admin/board_config_body.tpl # #-----[ FIND ]------------------------------------------ # # #-----[ AFTER, ADD ]------------------------------------------ # # #-----[ SAVE/CLOSE ALL FILES ]------------------------------------------ # # EoM
{L_ENABLE_PRUNE} {L_YES}   {L_NO}
{L_HEAD_MESSAGE}