<?php
define('IN_PHPBB', true);
/***************************************************************************
* Hack: Recent Topics
* Author: Acid (acid_junky@web.de)
***************************************************************************
* Description: This hack shows the last # topics on any page...
***************************************************************************
* Installation: You can write the whole code in a file (like index.php) or
* include this recent.php wherever you want...
* <?php include("path/recent.php");
* You have to edit $phpbb_root_path and $limit and $css
***************************************************************************/
$css ="http://www.domain.de/board/templates/name/name.css"; //path and name to your css_sheet - optional
$limit = "10"; // how many topics?
usw
und zwar genauer zu diesem teil:
Code: Alles auswählen
<?php include("path/recent.php");
You have to edit $phpbb_root_path and $limit and $css
was ist da gemeint?