Kan mir da wer4 helfen.1. Open glance_config.php to set your preferences.
2. Copy glance.php and glance_config.php to your forum root directory.
3. Copy glance_body.tpl to templates/subSilver (or your own template directory)
4. Do the following:
#
#-----[ OPEN any page you want it on (.php) ]------------------------------
#
Was mus ich hir öffnen das steht nicht da
#
#-----[ FIND ]-----------------------------------
#
//
// Generate the page
//
$template->pparse('body');
#
#-----[ BEFORE, ADD ]-----------------------------------
#
include($phpbb_root_path . 'glance.'.$phpEx);
#
#-----[ OPEN corresponding template file (.tpl) ]------------------------------
#
was mus ich da öffene.
#
#-----[ ADD anywhere you want the box ]-----------------------------------
#
{GLANCE_OUTPUT}
#
#-----[ SAVE/CLOSE ALL FILES ]-----------------------------------
[/url][/quote]