Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Pages: 1
#1 2009-08-11 21:05:48
- Deeno9
- New Member
- Registered: 2009-08-11
- Posts: 1
Bug in <txp:link_feed_link />?
Just reporting a bug, doesn’t seem to be fixed in 4.2.0
Using
<txp:link_feed_link category="links" label="links"/>
Results in XHTML like
<a href="http://url.tld/rss/?area=link&c=links" title="RSS Feed">links</a>
The problem is the category, the link should be
http://url.tld/rss/?area=link&category=links
, not
http://url.tld/rss/?area=link&c=links
so the feed-link points to a feed containing all links, not only the ones in the “link” category ($_GET[‘c’] is unknown to TXP).
(Clean URL’s activated, TXP 4.0.8)
sorry for my poor english.
Last edited by Deeno9 (2009-08-11 21:06:15)
Offline
Re: Bug in <txp:link_feed_link />?
This issue has been fixed in r3984.
Offline
Pages: 1