Seite 1 von 1
ezPortal 2.1.8 / Auswahl der Beiträge für Portal
Verfasst: 15.06.2003 17:00
von andreasOymann
Wie kann man die Beiträge auswählen, die auf der Portalseite angezeigt werden?
Ändern der "fetchpost.php"? Wie?
Andreas
Verfasst: 15.06.2003 17:58
von Toddo
Steht alles in der Anleitung...:
Code: Alles auswählen
# CONFIGURATION FOR ezPortal
#
# OPEN: portal.php
#
# FIND:
//
// Set configuration for ezPortal
//
// Welcome Text: note that we are in PHP file, so use \' instead of ' and use \\ instead of \ (HTML enabled)
$CFG['welcome_text'] = 'Welcome to <b>My Community</b><br /><br />Thanks for using ezPortal,<br /><br />Have a good time! ^_^';
// Number of news on portal
$CFG['number_of_news'] = '5';
// Length of news
$CFG['news_length'] = '200';
// News Forum ID: separate by comma for multi-forums, eg. '1,2,5'
$CFG['news_forum'] = '1';
// Poll Forum ID: separate by comma for multi-forums, eg. '3,8,14'
$CFG['poll_forum'] = '1';
//
// END configuration
// --------------------------------------------------------
Verfasst: 16.06.2003 02:11
von andreasOymann
THX
Hab ich übersehen, sorry!
Andreas