Opened 13 years ago
Closed 13 years ago
#3604 closed defect (bug) (no action required)
Member subnav forum page is blank
Reported by: | r-a-y | Owned by: | |
---|---|---|---|
Milestone: | BuddyPress.org Sites | Priority: | normal |
Severity: | normal | Version: | |
Component: | BuddyPress.org Sites | Keywords: | |
Cc: |
Description
Example:
http://buddypress.org/community/members/boonebgorges/forums
I believe the problem is missing forum templates for:
/members/single/forum.php
/members/single/forum/
Change History (8)
#4
@
13 years ago
- Resolution set to fixed
- Status changed from new to closed
Hi Guys
I've found the solution. The following code is missing in
/'your theme directory'/members/single/home.php
line 43, need to add the Forums module! How else is it going to display!
<?php elseif ( bp_is_user_forums() ) : ?> <?php locate_template( array( 'members/single/forums.php' ), true ) ?>
Been puzzling it over for the whole evening. Finally got it working.
Best to update your codex page as it's missing this vital bit of info...
http://codex.buddypress.org/releases/1-5-developer-and-designer-information/#theme
Hope it helps!
Bali Rakhra
http://www.retro-guy.com
#5
follow-up:
↓ 7
@
13 years ago
- Resolution fixed deleted
- Status changed from closed to reopened
Please don't mark tickets as closed unless the fix has gone in to BuddyPress.
#6
@
13 years ago
Thanks Bali! I missed that tidbit in the 1.5 update article.
Just added it into the codex article:
http://codex.buddypress.org/releases/1-5-developer-and-designer-information/#theme
Also, when this gets fixed, can we change the "My Topics" link on buddypress.org/support/topics to the logged-in user's member forums page?
See:
http://buddypress.org/community/groups/requests-feedback/forum/topic/my-topics-link-in-support-does-not-work/