Paul Irish has a plugin infiniteScroll, I have used this before, it won’t work for me in this case,
The problem is, the “Show When” thing is negative, please have a look :

I tried checking for hacks to make this work, I started playing with stuff, and when I touched the bufferPX, I get this error if I try using bufferPx 2000 – 3000 or bigger.
TypeError: I.join is not a function
ApplicationHelper.GroupViewMember.MainSection.find('> section.information > section.wall > section.wall_container')
.infinitescroll({
navSelector : "section.navigation_wall",
nextSelector : "section.navigation_wall a.next:last",
itemSelector : 'section.wall_entry',
dataType : 'html',
bufferPx : 100,
debug : true,
pathParse: function(path,page){
return $(this.nextSelector).attr("href");
}
}, function(newElements, data, url){
});
The paths are correct, I’ve tested them.
to