User profile pages should function smoothly regardless of whether site administrators need to have events functionality. However, currently, it is not possible to disable commons_events because it is listed as a dependency in the commons_user_profile_pages.info file.
It's listed there because the user profile panel has a pane which loads a view from the commons_events feature. However, removing the dependency and disabling commons_events does not break the user profile panel, other than removing the view from the panel.
I am also working to remove this dependency from commons_site_homepage feature, which has the same problem. [#7218810]
I posted a general task inside of the 7.3 Commons issue queue as well. #1952434: Homepage and user profiles are dependent on commons_events feature
Patch coming below.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | commons_user_profile_pages-remove-dependency-on-commons-events-1952540-1.patch | 624 bytes | sheldonkreger |
Comments
Comment #1
sheldonkreger commentedHere is the patch, which simply removes the dependency in the .info file.
Also here is my broken link from the issue description - the other info file which ought to be modified: #1952524: Remove dependency on commons_events
Comment #2
ezra-g commentedMarking postponed per the conversation at #1952524: Remove dependency on commons_events
Comment #3
lsolesen commentedAs confirmed by @devincarlson in the other issue Commons Events does not have any depedencies anymore.