Changeset 12046
- Timestamp:
- 05/03/2018 04:00:25 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-nouveau/includes/groups/functions.php
r12039 r12046 664 664 return array_merge( $sections, array( 665 665 'bp_nouveau_group_front_page' => array( 666 'title' => __( 'Group \'sfront page', 'buddypress' ),666 'title' => __( 'Group front page', 'buddypress' ), 667 667 'panel' => 'bp_nouveau_panel', 668 668 'priority' => 20, 669 'description' => __( ' Set your preferences for the groups default front page.', 'buddypress' ),669 'description' => __( 'Configure the default front page for groups.', 'buddypress' ), 670 670 ), 671 671 'bp_nouveau_group_primary_nav' => array( 672 'title' => __( 'Group \'snavigation', 'buddypress' ),672 'title' => __( 'Group navigation', 'buddypress' ), 673 673 'panel' => 'bp_nouveau_panel', 674 674 'priority' => 40, 675 'description' => __( 'Customize the groups primary navigations. Navigate to any random group to live preview your changes.', 'buddypress' ),675 'description' => __( 'Customize the navigation menu for groups. See your changes by navigating to a group in the live-preview window..', 'buddypress' ), 676 676 ), 677 677 ) ); … … 767 767 return array_merge( $controls, array( 768 768 'group_front_page' => array( 769 'label' => __( 'Enable default front pagefor groups.', 'buddypress' ),769 'label' => __( 'Enable custom front pages for groups.', 'buddypress' ), 770 770 'section' => 'bp_nouveau_group_front_page', 771 771 'settings' => 'bp_nouveau_appearance[group_front_page]', … … 773 773 ), 774 774 'group_front_boxes' => array( 775 'label' => __( 'Enable widget region for group s homepage - allows widgets to be added to a sidebar in widgets screen.', 'buddypress' ),775 'label' => __( 'Enable widget region for group homepages. (When enabled, the site admin can add widgets to group pages via the Widgets panel.)', 'buddypress' ), 776 776 'section' => 'bp_nouveau_group_front_page', 777 777 'settings' => 'bp_nouveau_appearance[group_front_boxes]', … … 779 779 ), 780 780 'group_front_description' => array( 781 'label' => __( 'Display the Group\'s description in the front page body.', 'buddypress' ),781 'label' => __( 'Display the group description in the body of the group\'s front page.', 'buddypress' ), 782 782 'section' => 'bp_nouveau_group_front_page', 783 783 'settings' => 'bp_nouveau_appearance[group_front_description]', … … 785 785 ), 786 786 'group_nav_display' => array( 787 'label' => __( 'Display the Group\'s primary navvertically.', 'buddypress' ),787 'label' => __( 'Display the group navigation vertically.', 'buddypress' ), 788 788 'section' => 'bp_nouveau_group_primary_nav', 789 789 'settings' => 'bp_nouveau_appearance[group_nav_display]', … … 791 791 ), 792 792 'group_nav_tabs' => array( 793 'label' => __( 'Set primary nav to tab style.', 'buddypress' ),794 'section' => 'bp_nouveau_group_primary_nav',795 'settings' => 'bp_nouveau_appearance[group_nav_tabs]',796 'type' => 'checkbox',793 'label' => __( 'Use tab styling for primary nav.', 'buddypress' ), 794 'section' => 'bp_nouveau_group_primary_nav', 795 'settings' => 'bp_nouveau_appearance[group_nav_tabs]', 796 'type' => 'checkbox', 797 797 ), 798 798 'group_subnav_tabs' => array( 799 'label' => __( 'Set subnavs to tab style.', 'buddypress' ),800 'section' => 'bp_nouveau_group_primary_nav',801 'settings' => 'bp_nouveau_appearance[group_subnav_tabs]',802 'type' => 'checkbox',799 'label' => __( 'Use tab styling for secondary nav.', 'buddypress' ), 800 'section' => 'bp_nouveau_group_primary_nav', 801 'settings' => 'bp_nouveau_appearance[group_subnav_tabs]', 802 'type' => 'checkbox', 803 803 ), 804 804 'groups_create_tabs' => array( 805 'label' => __( 'Set groups create steps to tab style.', 'buddypress' ),806 'section' => 'bp_nouveau_group_primary_nav',807 'settings' => 'bp_nouveau_appearance[groups_create_tabs]',808 'type' => 'checkbox',805 'label' => __( 'Use tab styling for the group creation process.', 'buddypress' ), 806 'section' => 'bp_nouveau_group_primary_nav', 807 'settings' => 'bp_nouveau_appearance[groups_create_tabs]', 808 'type' => 'checkbox', 809 809 ), 810 810 'group_nav_order' => array( 811 811 'class' => 'BP_Nouveau_Nav_Customize_Control', 812 'label' => __( 'Reorder the Groups single items primary navigation.', 'buddypress' ),812 'label' => __( 'Reorder the primary navigation for a group.', 'buddypress' ), 813 813 'section' => 'bp_nouveau_group_primary_nav', 814 814 'settings' => 'bp_nouveau_appearance[group_nav_order]',
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)