Verfasst: 09.05.2004 19:14
Was ist mit ACPO gemeint. Sorry aber so gut kenn ich mich nunmal nicht aus
phpBB.de - Die deutsche phpBB-Community
https://www.phpbb.de/community/
Code: Alles auswählen
#
#-----[ FIND ]------------------------------------------
#
# german: Finde
#
?>
#
#-----[ BEFORE, ADD ]------------------------------------------
#
# german: Danvor einfügen
#
// Intro + Portal MOD START
$lang['Viewing_Intro'] = "Betrachtet das Intro";
$lang['Viewing_Portal'] = "Betrachtet das Portal";
$lang['IntroPortalMOD1'] = "Intro";
$lang['IntroPortalMOD2'] = "Portal";
$lang['IntroPortalMOD3'] = "Index";
$lang['IntroPortalMOD4'] = "www.phpbb.de";
$lang['IntroPortalMOD5'] = "www.phpbb.com";
$lang['IntroPortalMOD6'] = "phpBB Support";
// Intro + Portal MOD END
#
#-----[ OPEN ]------------------------------------------
#
# german: Öffne
#
includes/constants.php
#
#-----[ FIND ]------------------------------------------
#
# german: Finde
#
define('PAGE_GROUPCP', -11);
#
#-----[ AFTER, ADD ]------------------------------------------
#
# german: Danach einfügen
#
// Intro + Portal MOD START
define('PAGE_INTRO', -12);
define('PAGE_PORTAL', -13);
// Intro + Portal MOD END
#
#-----[ FIND ]------------------------------------------
#
# german: Finde
#
define('VOTE_USERS_TABLE', $table_prefix.'vote_voters');
#
#-----[ AFTER, ADD ]------------------------------------------
#
# german: Danach einfügen
#
// Intro + Portal MOD START
define('INTROPORTALMOD_TABLE', $table_prefix.'introportalmod');
// Intro + Portal MOD END
Er meinte doch es war ausversehen. Ich schlage vor, ein Mod löschtRubinho hat geschrieben:Sorry war ausversehen wiel er nicht angezeigt hat das die Nachricht abgeschickt wurde!