RSS Mod?

Du suchst einen bestimmten Mod, weißt aber nicht genau wo bzw. ob er überhaupt existiert? Wenn dir dieser Artikel nicht 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.
Benutzeravatar
saerdnaer
Ehemaliges Teammitglied
Beiträge: 4268
Registriert: 21.04.2001 02:00

Beitrag von saerdnaer »

könntest du mal alle deine dateien als link posten und uns die url zu deiner rdf seite geben?

ah
Benutzeravatar
Obi-Wahn
Mitglied
Beiträge: 247
Registriert: 15.05.2004 18:31
Kontaktdaten:

Beitrag von Obi-Wahn »

Also einmal der Topic-Anywhere-Mod

http://obi-wahn.milten.lima-city.de/Tem ... re.php.txt

http://obi-wahn.milten.lima-city.de/php ... ywhere.php

Soll ich von dem obigen (;)) Mod auch die language-files und die template-files dazustellen?

Und der RDF-File hier von phpBB.de

http://obi-wahn.milten.lima-city.de/Temp/rdf.php.txt

http://obi-wahn.milten.lima-city.de/phpBB2/rdf.php
All is relativ!
Benutzeravatar
saerdnaer
Ehemaliges Teammitglied
Beiträge: 4268
Registriert: 21.04.2001 02:00

Beitrag von saerdnaer »

irgenwie wird bei dir bei beiden am anfang immer noch ne leerzeile eingefügt. außerdem haben die scripts probleme mit dem html code den du in deiner forenbeschreibung hast.

ah
Benutzeravatar
Obi-Wahn
Mitglied
Beiträge: 247
Registriert: 15.05.2004 18:31
Kontaktdaten:

Beitrag von Obi-Wahn »

Danke :)
Naja, an der Forenbeschreibung will ich aber nichts ändern. War auch nur als Versuch gedacht.
All is relativ!
Benutzeravatar
Martin Truckenbrodt
Mitglied
Beiträge: 1143
Registriert: 15.08.2003 23:16
Wohnort: Südthüringen
Kontaktdaten:

Beitrag von Martin Truckenbrodt »

Hallo,
ich habe die selbe Fehlermeldung.

Gruß Martin
Advanced Block MOD 1.1.4 ist released! - Verhindere Spam auf Deinem phpBB3 Board mit Stop Forum Spam, BotScout, Akismet, Project Honey Pot und verschiedenen IP-RBL und Domain-RBL DNS Blacklisten! - Meine MODs - phpBB Complete Core
Benutzeravatar
Martin Truckenbrodt
Mitglied
Beiträge: 1143
Registriert: 15.08.2003 23:16
Wohnort: Südthüringen
Kontaktdaten:

Beitrag von Martin Truckenbrodt »

Hi,
Zeile 68 der rdf.php enthält einen Fehler - ein Punkt muß raus:

Code: Alles auswählen

$phpbb_root_path = './';
Gruß Martin
Advanced Block MOD 1.1.4 ist released! - Verhindere Spam auf Deinem phpBB3 Board mit Stop Forum Spam, BotScout, Akismet, Project Honey Pot und verschiedenen IP-RBL und Domain-RBL DNS Blacklisten! - Meine MODs - phpBB Complete Core
Benutzeravatar
Lenox82
Mitglied
Beiträge: 429
Registriert: 03.02.2004 00:40
Wohnort: Apolda
Kontaktdaten:

Beitrag von Lenox82 »

Kann mir das hier jemand auf Deutsch übersetzen bitte

Code: Alles auswählen

<?php
/***************************************************************************
 *                            lang_topics_anywhere.php [English]
 *                            ----------------------------------
 *   begin                : Thursday, Aug 29, 2002
 *   copyright            : (C) 2001 The phpBB Group
 *   email                : support@phpbb.com
 *
 *   $Id: lang_topics_anywhere.php,v 1.10.6 2003/08/19 01:07:00 DtM Exp $
 *
 ****************************************************************************/

/***************************************************************************
 *
 *   This program is free software; you can redistribute it and/or modify
 *   it under the terms of the GNU General Public License as published by
 *   the Free Software Foundation; either version 2 of the License, or
 *   (at your option) any later version.
 *
 ***************************************************************************/

//
// English Language File for Topics Anywhere
// Author: Dennis Heeren (or DtM) < dennis.heeren@advalvas.be >
//
// Want to be a translator for Topics Anywhere?
// Browse to http://forum.afsvlaanderen.be/translate.php
//

$lang['Topics_anywhere_explain'] = 'Put the topic titles of any forum on your phpBB on any page you want... Here you can set your preferences on how to display those links.';
$lang['Lastpost_from'] = 'Last post by';
$lang['disc'] = 'disc';
$lang['circle'] = 'circle';
$lang['square'] = 'square';
$lang['numbered'] = 'numbered';
$lang['Select_forum_explain'] = 'Pick the forum of which you want to display the topics - hold CTRL down to select multiple forums';
$lang['Or'] = 'OR';
$lang['Amount_topics'] = 'How many topics?';
$lang['Amount_topics_explain'] = 'Set the amount of topics to be displayed';
$lang['Show_replies'] = 'Show replies?';
$lang['Show_replies_explain'] = 'The number of replies will be shown if yes is selected';
$lang['Show_replies_word'] = 'Show the word \'Replies\'?';
$lang['Show_replies_word_explain'] = 'If the previous option is set to yes, you can choose here to show the short form (e.g. \'(45)\' - select no) or the long form (e.g. \'(45 Replies)\' - select yes)';
$lang['Show_announce'] = 'Show announcement topics?';
$lang['Show_sticky'] = 'Show sticky topics?';
$lang['Show_locked'] = 'Show locked topics?';
$lang['Show_moved'] = 'Show moved topics?';
$lang['Bullet_type'] = 'Bullets?';
$lang['Bullet_type_explain'] = 'Pick a bullet type to be shown before each link';
$lang['Show_lastpostby'] = 'Show last poster?';
$lang['Show_lastpostby_explain'] = 'If yes, the username of the user who last posted in the topic will be shown';
$lang['Lastpostby_format'] = 'Last poster format';
$lang['Lastpostby_format_explain'] = 'How should the last poster be displayed?';
$lang['Show_lastpostdate'] = 'Show last post date?';
$lang['Show_lastpostdate_explain'] = 'If yes, the date and/or time when the last post was posted will be shown';
$lang['Lastpostdate_format'] = 'Last post date format';
$lang['Lastpostdate_format_explain'] = 'Pick the format in which you want the last post date to be displayed';
$lang['Show_lastposticon'] = 'Show jump to last post icon?';
$lang['Show_lastposticon_explain'] = 'If yes, an icon that will take you to the last post in the topic is shown';
$lang['CSS_link'] = 'CSS for link';
$lang['CSS_link_explain'] = 'Define a CSS class to be used for the links - leave blank if you don\'t want to use one';
$lang['CSS_text'] = 'CSS for text';
$lang['CSS_text_explain'] = 'Define a CSS class to be used for all the other text - leave blank if you don\'t want to use one';
$lang['Target_link'] = 'Target for link';
$lang['Target_link_explain'] = 'Define a target for the links - any valid target will do, also special ones (_top, _parent, _blank, ...) - leave blank to use \'_self\'';
$lang['Pick_a_forum'] = 'You have to select a forum...';
$lang['Invalid_amount'] = 'You have specified an invalid number of replies to be shown...';
$lang['Invalid_class'] = 'You have specified an invalid class name...';
$lang['Invalid_target'] = 'You have specified an invalid target name...';
$lang['Click_return'] = 'Click here to return';
$lang['Copy_paste'] = 'HTML code to copy and paste';
$lang['Copy_paste_explain'] = 'Just copy this HTML string an paste it on the page where you want the topics to be diplayed - do not edit in any way';
$lang['The_result'] = 'How it will look';
$lang['Classes_remark'] = 'If you specified CSS classes for your links or text, then they probably won\'t be applied properly here';
$lang['No_topics'] = 'There are no topics';
$lang['Topic_Locked'] = '<b>(Locked)</b>';
$lang['Reply'] = 'Reply';
$lang['Forum_select'] = 'Select forum';
$lang['In'] = 'in';
$lang['Show_forum_name'] = 'Show forum name';
$lang['Show_forum_name_explain'] = 'If yes, the name of the forum where the topic is in will be displayed';
$lang['Link_forum_name'] = 'Make forum name a link';
$lang['Link_forum_name_explain'] = 'If this and the previous option is set to yes, the forum name will be a link to that forum';
$lang['Sorry_auth_topicsanywhere'] = 'Sorry but only %s can set up Topics Anywhere'; // %s will be replaced by 'Administrators', 'Moderators', ...
$lang['Sort_order'] = 'Sort order';
$lang['Sort_order_explain'] = '\'Priority\' means show first announcements, then sticky topics, then normal topics, \'On date\' shows topics with most recent posts';
$lang['Priority'] = 'Priority';
$lang['On_date'] = 'On date';
$lang['Add_break'] = 'Add a break';
$lang['Add_break_explain'] = 'To improve readability you can use a line break to show topic title and last poster info on seperate lines';
$lang['Lastposticon_as_bullet'] = 'Use the jump to last post icon as bullet';
$lang['Lastposticon_as_bullet_explain'] = 'You can choose to use the jump to last post icon as a bullet - note that this will override any bullet selection above';
$lang['Limit_title_length'] = 'Maximum length (in characters) of topic titles';
$lang['Limit_title_length_explain'] = 'Part of the topic title will be chopped off and \'...\' will be added at the point specified here - leave 0 (zero) to not use a limit (normal behaviour)';
$lang['Invalid_title_length'] = 'You have specified an invalid number for the maximum length of the topic title...';
$lang['Limit_title_where'] = 'Where to chop off the topic titles?';
$lang['Limit_title_where_explain'] = 'Define where the \'...\' should come - \'Previous space\' chops off at the last space before the defined point, \'Exact\' chops of at the exact defined point (and thus half words can occur) and \'Next space\' chops of at the first space after the defined point';
$lang['Limit_title_previous_space'] = 'Previous space';
$lang['Limit_title_exact'] = 'Exact';
$lang['Limit_title_next_space'] = 'Next space';
$lang['Hide_labels'] = 'Hide labels';
$lang['Hide_labels_explain'] = 'Define which labels to hide on the topic titles - default is none checked, all shown';
$lang['Add_blank_line'] = 'Add a blank line';
$lang['Add_blank_line_explain'] = 'This option will add a blank line between the topic titles';
$lang['Category_select'] = ' and/or category'; // will be appended to $lang['Select_forum']
$lang['Category_explain'] = ' - it is also possible to select one or more categories - just select the ones you want'; // will be appended to $lang['Select_forum_explain']
$lang['Show_regular'] = 'Show normal topics?';
$lang['Advanced_formatter'] = 'Use advanced formatting?';
$lang['Advanced_formatter_explain'] = 'Format the output the way you want it to be - select no to use the classic output';
$lang['Advanced_formatter_string'] = 'String for advanced formatting of topics';
$lang['Advanced_formatter_string_explain'] = 'This string will be parsed and all variables will be replaced for every topic';
$lang['Advanced_formatter_variables'] = 'You can use these variables:<br />§lbl§: label<br />§tt§: topic title<br />§fn§: forum name<br />§rep§: replies<br />§lpa§: last post by<br />§lp§: last post time<br />§lpi§: last post icon (*)<br />§br§: HTML break (*)';
$lang['Advanced_formatter_variables_extra'] = 'When using RSS as output, you can use \'|\' to split the <title> and the <description><br />When using JavaScript as output, HTML can be used if it is configured in the Admin Panel of this phpBB'; // Please do not translate <title> (<title>) & <description> (<description>)
$lang['Output'] = 'Output method';
$lang['Output_explain'] = 'Items below marked with (*) are only applicable when JavaScript is used as output method';
$lang['Copy_paste_rss'] = 'URL to the RSS feed';
$lang['Copy_paste_explain_rss'] = 'Just copy the URL and use it in a RSS aggregator';
$lang['Error'] = 'To correct this error, browse to your %s again to get a correct HTML fragment or URL'; // %s will be replaced by the script name
$lang['Topics_anywhere_explain_more'] = 'It is also possible to generate a RSS feed for use in a RSS aggregator';
$lang['Url_last_post'] = 'Jump to last post?';
$lang['Url_last_post_explain'] = 'If yes, the link to the topic will point to the last post immediately, just like the last post icon does - when no (default) the link will point to the first page of the topic';
$lang['Topics_lifespan'] = 'Do not show topics with...';
$lang['Topics_lifespan_explain'] = 'You can hide topics which have not received a reply in the specified timespan, or those which have a start date older than the timespan specified - a combination is also possible - to disable this function leave both boxes unchecked (dafault)';
$lang['Topics_lifespan_noreply'] = 'no reply in';
$lang['Topics_lifespan_startdate'] = 'first post date older than';
$lang['Invalid_timespan'] = 'You have specified an invalid amount of hours/days...';

?>
Benutzeravatar
saerdnaer
Ehemaliges Teammitglied
Beiträge: 4268
Registriert: 21.04.2001 02:00

Beitrag von saerdnaer »

diese sprachdatei gibts doch bestimmt schon auf deutsch
Antworten

Zurück zu „phpBB 2.0: Mod Suche/Anfragen“