This is more helpful. There's a few of things to look at here.
> Sorry I didn't provide more info. And my English is bad...
That's OK. I'll try not to get too crazy with my slang.
> What I was
> trying to say in my previous post is that no new feed entries appear
> in my site, despite ruining run-periodic-tasks and using Update Blog
> Feeds from the Dashboard. Only rebuilding the template updates the
> feeds.
By design the Update Blog Feeds will NOT rebuild a page with feeds
after fetching them. As for run-periodic-tasks, did you assign an
index template to rebuild in the weblog settings? Is the example
markup in that template or a module called by that template? Sorry if
these seem like dumb questions to you. This is a change from version 2
to 3 that I thought perhaps you missed in the documentation.
> Use of uninitialized value in string gt at
>
/home/martinpe/public_html/_source/mt/plugins/feeds/lib/MT/Template/Tags/FeedsAp\
p.pm
> line 344.
These are warnings which are annoying, but generally harmless. I've
noted that these should be cleaned up in the next release. You can
ignore them for now.
> And here is the code I'm using in the MT template (BTW, the closing
> </ul> is repeated twice, because when entries are limited by number
> the last </ul> is cut):
So if there are 3 entries and you capped them at 5 you get to closing
UL tags. If there are 10 entries and you cap it at 5, only 1 closing
UL appears? That would be a bug that I have to look into.
<tim/>