Seite 1 von 1

[ERLEDIGT] - [RSS Syndication mod] Rss ausgabe ändern

Verfasst: 20.10.2007 20:32
von Min Mai Jing
hi

ich hab volgen den Rss-Feed Mod installiert nur bin ich mit der ausgabe des feeds nicht zufrieden.
mein anliegen ist ob mir jemand sagen kann was ich alles aus der rss.php rauslöschen kann das dann nur noch der thread titel kommt und von wem verfasst, weil die ausgabe des rss ist mir wesendlich zulang
Vielen dank schon im voraus

GreZZ

Min Mai Jing

Edir:
hier mal die rss.php als text datei rss.php.txt

Verfasst: 26.10.2007 15:36
von killerbees19

Code: Alles auswählen

$rss_result .= "
                                      <item>
                                        <title>".make_xml_compatible(strip_tags($row['topic_title']))."</title>
                                        <link>".$base_url."viewtopic.".$phpEx."?".POST_POST_URL."=".$row['topic_last_post_id']."#".$row['topic_last_post_id']."</link>
                                        <description>".make_xml_compatible($description, $row['bbcode_uid'], true)."</description>
                                        <comments>".$base_url."viewtopic.".$phpEx."?".POST_POST_URL."=".$row['topic_last_post_id']."#".$row['topic_last_post_id']."</comments>
                                        <author>".make_xml_compatible($row['username'])."</author>
                                        <pubDate>".create_date($board_config['default_dateformat'], $row['post_time'], $board_config['board_timezone'])."</pubDate>
                                        <guid isPermaLink=\"true\">".$base_url."viewtopic.".$phpEx."?".POST_POST_URL."=".$row['topic_last_post_id']."#".$row['topic_last_post_id']."</guid>
                                      </item>";
Dort einfach die Zeile mit <description>.....</description> rauslöschen ;-)


MfG Christian

Verfasst: 26.10.2007 18:52
von Min Mai Jing
danke hat geklapt :grin: