#3715 closed Defect (fixed)
Friends collections
| Reported by: | slyhne | Owned by: | |
|---|---|---|---|
| Priority: | high | Milestone: | Elgg 1.8.0 |
| Component: | Core | Version: | 1.8 Beta |
| Severity: | minor | Keywords: | Friends collections |
| Cc: | brett@… | Difficulty: | easy |
Description
Found 2 strange issues regarding friend collections:
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 buttons 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();
Change History (3)
comment:1 Changed 21 months ago by Brett Profitt
- Resolution set to fixed
- Status changed from new to closed
comment:2 Changed 21 months ago by brettp
From what I understand of the second bug, you want the collections sidebar menus to show up all the time if you set the context to friends?
comment:3 Changed 21 months ago by slyhne
Hi Brett
Yes, you're absolutely right. It feels wrong that sidebar menus should change when all is in the same context - or is it me that got the context concept wrong?

Fixes #3715. Added the new collection button back.