Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)

  • d8vjork
    Participant

    @d8vjork

    “Espejo” as a mirror (in Spanish).

    Great news! I’m testing and upgrading my production BP site 😛


    d8vjork
    Participant

    @d8vjork

    Now works fine. Thanks r-a-y.


    d8vjork
    Participant

    @d8vjork

    Yes, of course. I add this code on theme functions.php file:

    function bp_add_group_types() {
    
        bp_groups_register_group_type( 'radio', array(
            'labels' => array(
                'name' => 'Radios',
                'singular_name' => 'Radio'
            )
        ) );
    
    	bp_groups_register_group_type( 'community', array(
            'labels' => array(
                'name' => 'Comunidades',
                'singular_name' => 'Comunidad'
            )
        ) );
        bp_groups_register_group_type( 'team', array(
            'labels' => array(
                'name' => 'Equipos',
                'singular_name' => 'Equipo'
            )
        ) );
    }
    add_action( 'bp_groups_register_group_types', 'bp_add_group_types' );
Viewing 3 replies - 1 through 3 (of 3 total)
Skip to toolbar