# Hinweis: Setze hier die IDs der Foren, aus denen die jeweils letzte Umfrage im Portal angezeigt werden soll.
# Beispiel: $CFG['poll_forum'] = '1,2,5,11,23'; Zeigt die Umfragen aus den Foren mit der ID 1, 2, 5, 11 und 23 an.
#
# Note: Set the IDs of the forums you want to display the last poll of in the portal here.
# Example: $CFG['poll_forum'] = '1,2,5,11,23'; Shows the last poll of the forums with the ID 1, 2, 5, 11 and 23.
$CFG['poll_forum'] = '1';
# Hinweis: Hier musst Du den Pfad zu Deinem phpBB2-Forum angeben, damit der Kalender im Portal läuft und die Fehlermelung verschwindet.
# Beispiel: $PathToCalendar = '
http://www.irgendwas.de/board/'; oder $PathToCalendar = '
http://www.irgendwas.de/phpBB2/'; oder $PathToCalendar = '
http://www.irgendwas.de/';
#
# Note: You have to enter your path to your phpBB2-Forum, so that the calendar can work, and the error messages disapear in the portal.
# Example: $PathToCalendar = '
http://www.whatever.com/board/'; or $PathToCalendar = '
http://www.whatever.com/phpBB2/'; or $PathToCalendar = '
http://www.whatever.com/';
$PathToCalendar = 'http://www.SET_PATH_IN_PORTAL_CONFIG_PHP.com/FORUM_DIRECTORY/';