@ hidbite
da den tread noch keiner ins "Mods 2.0 - Diskussion für phpBB 2.0
" verschoben hat antworte ich hier.
schau mal in der 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';
hier musst du bei
$CFG['news_forum'] = '1';
die forums id angeben die du als ankündigungsforum im portal haben möchtest, z.b.
= '1,2,3', dann werden die die postings in den ersten 3 foren als ankündigung angezeigt.