2 Friend collections bugs

Looks like there is some strange issues regarding friend collections in 1.8b2.

First bug is that I do not have any "New Friends Collection" button - to get that I had to add it in /engine/lib/users.php.

Second bug is that all menu buttuns regarding friend collections disappear when I visit a page I have created under context "friends". To fix that I have to add this to my pages:

elgg_set_context('friends');

// fix to show collections links
collections_submenu_items();

Feedback and Planning

Feedback and Planning

Discussions about the past, present, and future of Elgg and this community site.