Skip to:
Content
Pages
Categories
Search
Top
Bottom

Unable to overwrite activity directory

  • @64tees

    Participant

    I’m busy creating my theme and although I’m getting some success with some of it I’m hitting a wall with the activity area.

    I have followed the child theme process by adding the directory to my theme eg /my_theme/buddypress/members/single/home.php I modified the markup and it worked fine, but when I try and perform the same edit with the activity directory /my_theme/buddypress/activity/ the page breaks.

    Anyone got experience with this?

    BP 1.7.1

Viewing 2 replies - 1 through 2 (of 2 total)
  • @hnla

    Participant

    Nope. There’s no reason editing whatever file you are in that directory would break something unless you coded something incorrectly, or syntax wrong (but you should be warned of that)

    @64tees

    Participant

    I’ve had to another route, I’m trying to add a logged in users nav into all pages, I can do this by adding this code to my page template:

    <div class=”left-nav”>
    <?php bp_get_displayed_user_nav(); ?>
    <?php do_action( ‘bp_get_options_nav’ ); ?>
    </div>

    But all the links then rendered are relative it doesn’t work, is there a way of making this work globally?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Unable to overwrite activity directory’ is closed to new replies.
Skip to toolbar