From: Matthias Schmidt Date: Mon, 19 Apr 2021 12:59:10 +0000 (+0200) Subject: Document new rss feed dialog (#147) X-Git-Tag: 5.6.final~271 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=3935d23096c40c4db5ce1c5e8b01df29d7a6132c;p=GitHub%2FWoltLab%2Fwoltlab.github.io.git Document new rss feed dialog (#147) Close #146 --- diff --git a/docs/migration/wsc53/templates.md b/docs/migration/wsc53/templates.md index d293157d..ec303668 100644 --- a/docs/migration/wsc53/templates.md +++ b/docs/migration/wsc53/templates.md @@ -22,3 +22,35 @@ After: The `{csrfToken}` plugin was backported to WoltLab Suite 5.2 and higher, allowing compatibility with a large range of WoltLab Suite branches. See [WoltLab/WCF#3612](https://github.com/WoltLab/WCF/pull/3612) for details. + + +## RSS Feed Links + +Prior to version 5.4 of WoltLab Suite, all RSS feed links contained the access token for logged-in users so that the feed shows all contents the specific user has access to. +With version 5.4, links with the CSS class `rssFeed` will open a dialog when clicked that offers the feed link with the access token for personal use and an anonymous feed link that can be shared with others. + +```smarty +{* before *} +
  • + + + + +
  • + +{* after *} +
  • + + + + +
  • +```