Habe dann mal eine kleine Mod für Rss-Feeds installiert.
Einfach auf das

-Symbol in der Adressleiste von modernen Browsern klicken. Wenn man in der Forumansicht ist wird nur ein Forum abonniert, ansonsten das ganze Forum.
Die Profis können sich ja die Parameter noch so ändern wie sie wollen, hier die Dukumentation:
Zitat:
This Mod generates a Webfeed in RSS (default) or Atom format for public and non passworded forums.
The end user can customize the resulting Webfeed by calling the syndicator with parameters.
Valid parameters are:
chars=[number] - number of characters per post, HTML and BBCode tags get stripped: syndication.php?chars=200
count=[number] - number of most recent posts: syndication.php?count=3
fid=[number,numberX] - forum id, multiple id's separated by a comma: syndication.php?fid=32,50
t=1 - first post of topics only: syndication.php?t=1
t=2 - last post of topics only: syndication.php?t=2
type=atom - Atom format: syndication.php?type=atom
You can also combine parameters: syndication.php?type=atom&count=3
The default without parameters results in: RSS format and all contents of the 10 most recent posts of all forums.