Theme Templates Directory

Prepared for the BuddyPress Codex


buddypress/
├─ activity/
│  ├─ single/
│  │  └─home.php				
│  ├─ activity-loop.php
│  ├─ comment.php
│  ├─ entry.php
│  ├─ index.php
│  └─ post-form.php
│  
├─ blogs/
│  ├─ blogs-loop.php
│  ├─ create.php
│  └─ index.php
│
├─ forums/
│  ├─ forums-loop.php
│  └─ index.php
│  
├─ groups/
│  ├─ single/
│  │  ├─ forum/
│  │  │  ├─ edit.php
│  │  │  └─ topic.php
│  │  ├─ activity.php
│  │  ├─ admin.php
│  │  ├─ forum.php
│  │  ├─ group-header.php
│  │  ├─ home.php
│  │  ├─ invites-loop.php
│  │  ├─ members.php
│  │  ├─ plugins.php
│  │  ├─ request-membership.php
│  │  ├─ requests-loop.php
│  │  └─ send-invites.php
│  ├─ create.php 
│  ├─ groups-loop.php
│  └─ index.php
│       
└─ members/
   ├─ single/
   │  ├─ forums/
   │  │  └─ topic.php
   │  ├─ friends/
   │  │  └─ requests.php
   │  ├─ groups/
   │  │  └─ invites.php
   │  ├─ messages/
   │  │  ├─ compose.php
   │  │  ├─ messages-loop.php
   │  │  ├─ notices-loop.php
   │  │  └─ single.php
   │  ├─ notifications/
   │  │  ├─ feedback-no-notifications.php	
   │  │  ├─ notifications-loop.php
   │  │  ├─ read.php
   │  │  └─ unread.php
   │  ├─ profile/
   │  │  ├─ change-avatar.php
   │  │  ├─ edit.php
   │  │  ├─ profile-loop.php
   │  │  └─ profile-wp.php
   │  ├─ settings/
   │  │  ├─ capabilities.php
   │  │  ├─ delete-account.php
   │  │  ├─ general.php
   │  │  ├─ notifications.php
   │  │  └─ profile.php
   │  ├─ activity.php
   │  ├─ blogs.php
   │  ├─ forums.php
   │  ├─ friends.php
   │  ├─ groups.php
   │  ├─ home.php
   │  ├─ member-header.php
   │  ├─ messages.php
   │  ├─ notifications.php
   │  ├─ plugins.php
   │  ├─ profile.php
   │  └─ settings.php
   ├─ activate.php 
   ├─ index.php
   ├─ members-loop.php
   └─ register.php