Skip to:
Content

BuddyPress.org

Timestamp:
08/31/2016 03:04:39 PM (8 years ago)
Author:
hnla
Message:

Templates Legacy: Single Groups Admin Screens

Group admin template managing the settings & create steps sub screens has become a file which is hard for developers to navigate through to edit.

Commit re-factors the admin.php file to run as a primary include file checking for the current action variable to load the required template part.

Commit breaks out the sections representing settings /creation steps from the admin template to their own template include files located in a new directory 'single/admin/'.

Smaller split template files are now easier to manage & read for editing and overloading.

Commit re-locates admin files hidden form input to buddypress-functions.php hooking to the existing templates do_action function.

Thanks to Offereins for the original ticket - this commit follows closely the approach used in bp-nouveau templates.

Props offereins, dcavins, r-a-y

Fixes #7079

Location:
trunk/src/bp-templates/bp-legacy/buddypress/groups/single/admin
Files:
2 added

Note: See TracChangeset for help on using the changeset viewer.