Du suchst einen bestimmten Mod, weißt aber nicht genau wo bzw. ob er überhaupt existiert? Wenn dir dieser Artikelnicht weiterhilft, kannst du hier den von dir gewünschten/gesuchten Mod beschreiben ...
Falls ein Mod-Autor eine der Anfragen hier aufnimmt um einen neuen Mod zu entwicklen, geht's in phpBB 2.0: Mods in Entwicklung weiter.
Forumsregeln phpBB 2.0 hat das Ende seiner Lebenszeit überschritten
phpBB 2.0 wird nicht mehr aktiv unterstützt. Insbesondere werden - auch bei Sicherheitslücken - keine Patches mehr bereitgestellt. Der Einsatz von phpBB 2.0 erfolgt daher auf eigene Gefahr. Wir empfehlen einen Umstieg auf phpBB 3.0, welches aktiv weiterentwickelt wird und für welches regelmäßig Updates zur Verfügung gestellt werden.
mal jemand brauche der dem Englisch mächtiger ist...
// added
$lang['Cat_all'] = "All";
$lang['L_Pages'] = "Pages";
$lang['L_Pages_explain'] = "Use the '[pages]' command to split the article into pages";
$lang['L_Toc'] = "Table of contents (TOC)";
$lang['L_Toc_explain'] = "Use the '[toc]' command to add entry in the TOC";
$lang['L_Abstract'] = "Abstract";
$lang['L_Abstract_explain'] = "Use the '[abstract]...[/abstract]' environment to insert an abstract";
$lang['L_Title_Format'] = "Title";
$lang['L_Title_Format_explain'] = "Use the '[title]...[/title]' environment to insert a main title";
$lang['L_Subtitle_Format'] = "Subtitle";
$lang['L_Subtitle_Format_explain'] = "Use the '[subtitle]...[/subtitle]' environment to insert a subtitle";
$lang['L_Subsubtitle_Format'] = "Subsubtitle";
$lang['L_Subsubtitle_Format'] = "Use the '[subsubtitle]...[/subsubtitle]' environment to insert a small header";
$lang['Default_article_id'] = "Set default article, for the article viewer";
// Added for v. 2.0
$lang['KB_comment_prefix'] = '[ KB ] ';
$lang['Wysiwyg'] = 'Use wysiwyg editor';
$lang['Wysiwyg_explain'] = 'If enabled, the standard bbcode/html/smilies input dialog is replaced by a wysiwyg editor.';
$lang['Wysiwyg_path'] = 'Path to wysiwyg software';
$lang['Wysiwyg_path_explain'] = 'This is the path (from mxBB root) to the wysiwyg software folder, eg \'modules/\' if you have uploaded for example tinemce in modules/tinymce.';
$lang['Formatting_fixup'] = 'Fixup formatting';
$lang['Formatting_fixup_explain'] = 'I enabled, the article text is reformatted: wordwrapping, url truncates, img resizing, some bbcode reformatting etc';