Select article topic in RSS
- Status
- Closed
- Subject
- Select article topic in RSS
- Version
- 1.9.x
- Category
- Feature request
- Patch
- Feature
- RSS
- Resolution status
- Fixed or Solved
- Submitted by
- Aigars mahinovs
- Volunteered to solve
- Aigars mahinovs
- Rating
- Description
- Allow to choose in the RSS feed, one topic to show.
- Solution
diff -rNu ./tiki-articles_rss.php /var/www/www/tiki/tiki-articles_rss.php
./tiki-articles_rss.php 2005-01-01 02:11:23.000000000 +0200 +++ /var/www/www/tiki/tiki-articles_rss.php 2005-04-22 11:01:53.000000000 +0@@ -27,12 +27,21 @@$descId = "heading";
+ +if (!isset($_REQUEST%22topic%22)) { + $topicId = ''; +} else { + $topicId = $_REQUEST%22topic%22; +} + +$uniqueid = $feed+'.'+$topicId;
$dateId = "publishDate";
$readrepl = "tiki-read_article.php?$id=";
-$uniqueid = $feed;
+$output = "EMPTY"; +
require ("tiki-rss_readcache.php");if ($output == "EMPTY") {
- $changes = $tikilib -> list_articles(0, $max_rss_articles, $dateId.'_desc', '+ $changes = $tikilib -> list_articles(0, $max_rss_articles, $dateId.'_desc', $ $output = "";
}- Importance
- 5
- Priority
- 25
- Demonstrate Bug on Tiki 19+
-
This bug has been demonstrated on show2.tiki.org
Please demonstrate your bug on show2.tiki.org
Show.tiki.org is not configured properlyThe public/private keys configured to connect to show2.tiki.org were not accepted. Please make sure you are using RSA keys. Thanks.
- Demonstrate Bug (older Tiki versions)
-
This bug has been demonstrated on show.tikiwiki.org
Please demonstrate your bug on show.tikiwiki.org
Show.tiki.org is not configured properlyThe public/private keys configured to connect to show.tikiwiki.org were not accepted. Please make sure you are using RSA keys. Thanks.
- Ticket ID
- 159
- Created
- Thursday 05 May, 2005 14:22:14 UTC
by Unknown - LastModif
- Saturday 09 July, 2005 15:56:59 UTC