blog paging

This is a forum to suggest new features for mojoPortal. 

This thread is closed to new posts. You must sign in to post in the forums.
10/28/2008 7:56:20 AM
Gravatar
Total Posts 18439

Re: blog paging

Yep, that feed breaks it alraight! I'll look into it on my local machine.

Best,

Joe

10/28/2008 8:34:36 AM
Gravatar
Total Posts 18439

Re: blog paging

If you are working with the code from svn trunk this is now fixed. (Do svn update to get latest code then rebuild). Even though the url for this feed would indicate RSS, its actually an atom feed and there was a bug in the handling of the case where the contents is not included as an element in the feed, then it it is null. In this case the feed has no content elements but only summary elements, so the fix is to use the summary if content is null.

Best,

Joe

10/28/2008 8:39:22 AM
Nux
Gravatar
Total Posts 183

Re: blog paging

Ok, great.
Thanks Joe.

11/10/2008 2:19:02 PM
Nux
Gravatar
Total Posts 183

Re: blog paging

Joe:
So you're saying it shows only 2 posts from a single feed no matter what you do? If you go to demo.mojoportal.com and re-create the symptom I'll investigate it.

Joe, I've started all over again, and I do have again that situation with only 2 posts.
I tried it in demo.mojoportal.com and it is also there that I only see 2 posts.
So perhaps there is a bug in it.

Also, when you see more items, you got an error on the paging. If you are f.i. on the first page, the link is not a postback, but a link to a {0} page.
So I guess the format isn't correct filled in or the code for doing the postback is lost.

Stef

11/12/2008 4:02:34 AM
Gravatar
Total Posts 18439

Re: blog paging

Hi,

I see the problem about the link. I will fix this today. Still not seeing this issue about only 2 posts. I suspect it is the module setting about how old of posts to allow that is filtering out some of yours.

Best,

Joe

11/12/2008 9:17:18 AM
Nux
Gravatar
Total Posts 183

Re: blog paging

Hey Joe,

it's indeed with the filtering of how old the posts are. BUT, I guess the problem has to do with caching.

When I import a feed manager, and I change the settings before I add the rss, I see what I want to see.
If I first add a rss and I change the settings after that, the result is still the same.
Is the cache reset after saving the settings of a feed manager? Can you check that please?

I guess it isn't .

Thanks
Stef

 

 

11/12/2008 12:02:51 PM
Gravatar
Total Posts 18439

Re: blog paging

I will add a button for clearing the cache in the Feed Manager. I can't really add logic to do this in the module settings page because module settings page is not feature specific, it handles saving settings for all features and has no knowledge of the features themeselves but only knows about settings. So custom per feature logic can't really go there.

Best,

Joe

11/12/2008 1:14:31 PM
Nux
Gravatar
Total Posts 183

Re: blog paging

Ok, cool.

Thanks
Stef

You must sign in to post in the forums. This thread is closed to new posts.