[phpbb]#-----[ SQL ]--------
# make sure that you are using correct prefix for table (default phpbb_ )
INSERT INTO phpbb_config ( config_name, config_value) VALUES ('forum_width', '' );
#
#-----[ OPEN ]------------------------------------------
#
includes/page_header.php
#
#-----[ FIND ]------------------------------------------
#
'SITE_DESCRIPTION' => $board_config['site_desc'],
#
#-----[ AFTER, ADD ]------------------------------------------
#
'FORUM_WIDTH' => ($board_config['forum_width']) ? 'width="'.$board_config['forum_width'].'"': 'width="100%"',
#
#-----[ OPEN ]------------------------------------------
#
admin/admin_board.php
#
#-----[ FIND ]------------------------------------------
#
"L_ENABLE_PRUNE" => $lang['Enable_prune'],
#
#-----[ AFTER, ADD ]------------------------------------------
#
"L_FORUM_WIDTH" => $lang['forum_width'],
#
#-----[ FIND ]------------------------------------------
#
"PRUNE_NO" => $prune_no,
#
#-----[ AFTER, ADD ]------------------------------------------
#
"FORUM_WIDTH" => $new['forum_width'],
#
#-----[ OPEN ]------------------------------------------
#
lang/lang_polish/lang_admin.php
#
#-----[ FIND ]------------------------------------------
#
//
// That's all Folks!
// -------------------------------------------------
#
#-----[ BEFORE, ADD ]------------------------------------------
#
// Meta tags mod
$lang['forum_width'] = 'Szerkosc forum w pix (lub 0 dla 100%)';
#
#-----[ OPEN ]------------------------------------------
#
templates/subSilver/admin/board_config_body.tpl
#
#-----[ FIND ]------------------------------------------
#
<tr>
<td class="row1">{L_ENABLE_PRUNE}</td>
<td class="row2"><input type="radio" name="prune_enable" value="1" {PRUNE_YES} /> {L_YES} <input type="radio" name="prune_enable" value="0" {PRUNE_NO} /> {L_NO}</td>
</tr>
#
#-----[ AFTER, ADD ]------------------------------------------
#
<tr>
<td class="row1">{L_FORUM_WIDTH}</td>
<td class="row2"><input type="text" maxlength="255" name="forum_width" value="{FORUM_WIDTH}" /></td>
</tr>
#
#-----[ OPEN ]------------------------------------------
#
templates/subSilver/overall_header.tpl
#
#-----[ FIND ]------------------------------------------
#
<table width="100%" cellspacing="0" cellpadding="10" border="0" align="center">
#
#-----[ REPLACE WITH ]------------------------------------------
#
<table {FORUM_WIDTH} cellspacing="0" cellpadding="10" border="0" align="center">
#
#-----[ SAVE/CLOSE ALL FILES ]------------------------------------------
#
# EoM [/phpbb]
Nie udzielam żadnej pomocy n.t. phpBB via PW !!! Pytaj na forum
Serwis komputerów Gdańsk