Welcome to Geeklog, Anonymous Friday, November 08 2024 @ 10:00 pm EST
Geeklog Forums
Problem with Geeklog 1.4.1 Syndication - plugins
Status: offline
tmichel
Forum User
Newbie
Registered: 01/06/06
Posts: 1
I had a problem with the limits being passed properly to the plugin feed content routines. Apparently the routine is passed the feed id number $fid instead of the limits value.
I suggest the following changes to get the limits to work properly.
Change line 461 lib-syndication version 1.4.1
original:
$content = PLG_getFeedContent( $A['type'], $fid, $link, $data, $format[0], $format[1] );
new:
$content = PLG_getFeedContent( $A['type'], $A['limits'], $link, $data, $format[0], $format[1] );
I suggest the following changes to get the limits to work properly.
Change line 461 lib-syndication version 1.4.1
original:
$content = PLG_getFeedContent( $A['type'], $fid, $link, $data, $format[0], $format[1] );
new:
$content = PLG_getFeedContent( $A['type'], $A['limits'], $link, $data, $format[0], $format[1] );
8
7
Quote
All times are EST. The time is now 10:00 pm.
- Normal Topic
- Sticky Topic
- Locked Topic
- New Post
- Sticky Topic W/ New Post
- Locked Topic W/ New Post
- View Anonymous Posts
- Able to post
- Filtered HTML Allowed
- Censored Content