Otwórz
includes/page_tail.php
Znajdź
Kod:
$template->assign_vars(array(
'TRANSLATION_INFO' => ( isset($lang['TRANSLATION_INFO']) ) ? $lang['TRANSLATION_INFO'] : '',
Dodaj
przed Kod:
// Shoutbox mod
$shoutbox_config['banned_user_id_view'] = $GLOBALS['shoutbox_config']['banned_user_id_view'];
if( strstr($shoutbox_config['banned_user_id_view'], ',') )
{
$fids = explode(',', $shoutbox_config['banned_user_id_view']);
while( list($foo, $id) = each($fids) )
{
$fid[] = intval( trim($id) );
}
}
else
{
$fid[] = intval( trim($shoutbox_config['banned_user_id_view']) );
}
reset($fid);
if ( $shoutbox_config['shoutbox_on'] && in_array($userdata['user_id'], $fid) == false )
{
include($phpbb_root_path . 'shoutbox_body.'.$phpEx);
}
Ten kod usuń z
index.phpNo i teraz tam gdzie chcesz w *.tpl dajesz
Kod:
{SHOUTBOX_BODY}
http://archiwum.phpbb2.pl/viewtopic.php ... t=shoutbox
Autor postu otrzymał pochwałę
[url=http://www.link-vault.com/?ss=13287][color=#D70000][b]Wymiana linkami[/b][/color][/url]
[url=http://forum.wpc.net.pl]Warcraft Players Community[/url]
Uwagi moderatora szaq (dodane 08 Gru 2005, 17:48):
Ostatnio edytowany przez szaq, 08 Gru 2005, 17:48, edytowano w sumie 1 raz