Opened 3 years ago
Closed 2 years ago
#2663 closed Defect (fixed)
core user/default view depends on the profile plugin
| Reported by: | cash | Owned by: | |
|---|---|---|---|
| Priority: | high | Milestone: | Elgg 1.8.0 |
| Component: | Core | Version: | Github Master |
| Severity: | minor | Keywords: | |
| Cc: | brettp | Difficulty: | easy |
Description
It not only depends on the profile plugin, but the profile plugin has been reorganized breaking the core view:
echo elgg_view("profile/userdetails",$vars);
There should be a core view for this that a profile plugin can override.
Change History (1)
comment:1 Changed 2 years ago by cash
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.

user/default is now a stand alone view that does not depend on the profile plugin