Thanks Eemeli, indeed my question arose while I was integrating Bloge-feeds.php.

> So if I've understood your situation correctly,
You have.

>   if ($action == 'rss') {
>     SDV($_REQUEST['group'], 'Group');
>     SDV($_REQUEST['fmt'], '#feed-options');
>   }

I tried your suggestion above, and also something similar before, by setting
$FeedPageListOpt = array(
    'order' => '-ctime', 
    'count' => 10,
    'fmt' => 'Group.Page/#feed-list'
));

Unfortunately, feeds.php calls MakePageList() which ignores the 'fmt' option
regardless of whether it is set through $FeedPageListOpt or $_REQUEST.
Complex fmt processing seems to take place elsewhere in pagelist.php,
not in MakePageList().


_______________________________________________
pmwiki-users mailing list
pmwiki-users@pmichaud.com
http://www.pmichaud.com/mailman/listinfo/pmwiki-users

Reply via email to