Opened 3 years ago
Closed 2 years ago
#2217 closed Defect (fixed)
User views require plugin profile views that no longer exist
| Reported by: | brettp | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | Elgg 1.8.0 |
| Component: | Core | Version: | 1.7 |
| Severity: | minor | Keywords: | |
| Cc: | brettp | Difficulty: | easy |
Description
views/default/user/default looks for profile/userdetails if in full view. This view no longer exists in the profile. It also checks for profile/gallery_listing if in "search_viewtype = gallery" mode, neither of which exist.
Change History (2)
comment:1 Changed 3 years ago by brettp
- Difficulty set to easy
comment:2 Changed 2 years ago by cash
- Resolution set to fixed
- Status changed from new to closed
I did as suggested - generic user/default view.
Note: See
TracTickets for help on using
tickets.

The ideal solution is to make a generic icon for user/default in core, and then override that in profile instead of having core call to profile views.