Thank you very much Softize.
you have saved me hours of work.
the last thing i not working for me is to try and link the name of a member directly their My profile page directly without going through the Activity feed page.
I have tried editing the following code in the item template but it usually breaks the whole directory as i am not doing it correctly or a page not found, i am trying to amend this unsuccessfully.
<a href="" class="mdMemberImg" data-bind="attr: { title: DisplayName, href: ProfileUrl }">
to this
<a href="" class="mdMemberImg" data-bind="attr: { title: DisplayName, href: 'profile?userid=' + UserId }">
to try and link to the the profile of a user without going to the activity page and doesnt work....
any help would be greatly appreciated,
thanks