Changes between Initial Version and Version 1 of Ticket #9118
- Timestamp:
- 03/07/2024 09:34:28 PM (15 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TabularUnified Ticket #9118 – Description
initial v1 1 Working on [https://github.com/buddypress/buddyvibes BuddyVibes], I've noticed the BP Default theme was weirdly using full (header, sidebar, footer) templates in the `members/single/settings/` folder while it wasn't the case for other folder.1 Working on [https://github.com/buddypress/buddyvibes BuddyVibes], I've noticed the BP Default theme was weirdly using full (header, sidebar, footer) templates in the `members/single/settings/` folder while it wasn't the case for the other folders. 2 2 3 3 In order to have more consistency comparing Template Pack way of loading single member's settings screens and BP Block Theme way, we need to edit almost all `bp_core_load_template` occurrences so that it passes an array containing the BP Default templates and the next BP Block Theme ones.