Skip to:
Content
Pages
Categories
Search
Top
Bottom

1.7 BP_Group_Extension display not working anymore?


  • dconrad
    Participant

    @dconrad

    I upgraded to 1.7, and really like the new functionality and such. However, it seems that my group extensions no longer will display.

    I’ve tried all kinds of different things, and am at a loss now.

    I tried to set the template file explicitly to see if it would do anything.
    $this->template_file = ‘wrc/templates/bulletin-board/home.php’;

    In my display function, nothing seems to work at all.
    function display() {
    //locate_template( array( ‘wrc/templates/bulletin-board/home.php’), true);
    //bp_get_template_part( ‘wrc/templates/bulletin-board/home’ );
    ?>

    Welcome to my cool group extension!

    <?php

    }

    Any suggestions?

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘1.7 BP_Group_Extension display not working anymore?’ is closed to new replies.
Skip to toolbar