[buddypress-trac] [BuddyPress] #3604: Member subnav forum page is blank
buddypress-trac at lists.automattic.com
buddypress-trac at lists.automattic.com
Wed Nov 2 00:20:27 UTC 2011
#3604: Member subnav forum page is blank
------------------------------------+-----------------------------
Reporter: r-a-y | Owner:
Type: defect (bug) | Status: closed
Priority: normal | Milestone: BuddyPress.org
Component: BuddyPress.org Website | Version:
Severity: normal | Resolution: fixed
Keywords: |
------------------------------------+-----------------------------
Changes (by BaliRakhra):
* status: new => closed
* resolution: => fixed
Comment:
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
--
Ticket URL: <https://buddypress.trac.wordpress.org/ticket/3604#comment:4>
BuddyPress <http://buddypress.org/>
BuddyPress
More information about the buddypress-trac
mailing list