We have moved to Github. Please open tickets there.

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

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

Note: See TracTickets for help on using tickets.