Loading...
 
Skip to main content

History: ohertel

Preview of version: 11

Tell me something here (log in and doubleclick this page).

Questions or suggestions to RSS feeds maybe? ๐Ÿ˜Š


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 sylvie

Easy 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
View
Gregor (gta74) 22
View
mdsmith 21
View
mdsmith 20
View
mdsmith 19
View
mdsmith 18
View
mdsmith 17
View
Martin Hausner 16
View
Martin Hausner 15
View
Oliver Hertel 14
View
Helmer Pardun 13
View
Helmer Pardun 12
View
Oliver Hertel 11
View
sonic 10
View
sonic 9
View
sonic 8
View
Oliver Hertel 7
View
Oliver Hertel 6
View
sonic 5
View
sylvie greverend 4
View
Oliver Hertel 3
View
Oliver Hertel 2
View