History: ohertel
Preview of version: 11
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;
- Thanks for the fix. Can you please put this fix in future versions of Tiki. There are a lot more RSS feeds with comma in url.
And one more question: If I click view in RSS modules, I get a nice formated RSS feed with bullets. But if I use the rss plug-in on a wiki page, I get a ugly formated table with the feed. Is this a bug or intention, and if so, how can I make it look like in the RSS modules view mode?
Fix is already in there now. About the formatting in wiki pages: I'll have a look at this. ๐
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 | |||||