History: ohertel
Preview of version: 7
Tell me something here (log in and doubleclick this page).
Questions or suggestions to RSS feeds maybe? 😊
- I tried this valid RSS feed in Tiki 1.8.1
http://www.pro-physik.de/Phy/External/News/phy_news_rss_fead/1,,2-10-0-0-1---0,00.xml
but tiki reports a xml error!
Can you please tell me, what I did wrong?
Rss items number: The number of items to be displayed in a rss module is tricky. It is not the number you see in the admin modules but it is the one you give in the rss definition
Is it possible to connect the 2 numbers or ...
markel and sylvieEasy fix, there is "," missing in the list of allowed characters for an url. You can fix this yourself: tiki/lib/tikilib.php, go to function httprequest(), it is the first method in this file:
Copy to clipboard
if (!preg_match("/^[-_a-zA-Z0-9:\/\.\?&;=\+]*$/",$url)) return false;
Add a , (comma) in there, maybe just behind the &.
Copy to clipboard
if (!preg_match("/^[-_a-zA-Z0-9:\/\.\?&,;=\+]*$/",$url)) return false;
History
| Information | Version | |||||
|---|---|---|---|---|---|---|
| marvino | 23 | |||||
| Gregor (gta74) | 22 | |||||
| mdsmith | 21 | |||||
| mdsmith | 20 | |||||
| mdsmith | 19 | |||||
| mdsmith | 18 | |||||
| mdsmith | 17 | |||||
| Martin Hausner | 16 | |||||
| Martin Hausner | 15 | |||||
| Oliver Hertel | 14 | |||||
| Helmer Pardun | 13 | |||||
| Helmer Pardun | 12 | |||||
| Oliver Hertel | 11 | |||||
| sonic | 10 | |||||
| sonic | 9 | |||||
| sonic | 8 | |||||
| Oliver Hertel | 7 | |||||
| Oliver Hertel | 6 | |||||
| sonic | 5 | |||||
| sylvie greverend | 4 | |||||
| Oliver Hertel | 3 | |||||
| Oliver Hertel | 2 | |||||