How to show all posts by author on buddypress profile with navigation

(btw hi boone, im jacob, from vancouver). ( keyword “nice!” 🙂

I am facing the exact same problem. Your implementation of the infinitescroll plugin seems ok. but it doesn seem to be an inifinitescroll prob to me. btw I disabled it, by simply uncommenting my item container and when i try to navigate through the pages with my navigation links, as soon as i get on page 2 I have a 404 (which is exactly what firebugs spits in the console, if you have the infinitescroll turned on)

I have setup my loop as Pollux did.

If I retrieve the page param via a

$paged = (get_query_var('paged')) ? get_query_var('paged') : 1;

from members/single/home.php I get

“Call to a member function get() on a non-object” error.

So for now, I just disabled the page param and managed to make it work by going into permalink settings and putting them back to the default /?p=123

I can now access home.php via the URL /members/USER and get a nice view of the buddypress profile, with all the user´s posts listed next to it. It nicely moves over to ?paged=2,3,4,5,etc. and also infinitescroll can handle everything.

This is no solution though, as I terribly need permalinks to be structured per /sample-post/ and buddypress even expects me to do that.

I am relatively new to the world of wordpress and buddypress and thus only can share my experience til now. I still hope Boon or somebody else might get enlightend by this experience.

nice greetings,

kubante