Skip to:
Content

BuddyPress.org

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's profile 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)

#1 @r-a-y
13 years ago

  • Version 1.5 deleted

#2 @r-a-y
13 years ago

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/

#3 @boonebgorges
13 years ago

  • Milestone changed from Awaiting Review to BuddyPress.org

#4 @BaliRakhra
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

Last edited 13 years ago by BaliRakhra (previous) (diff)

#5 follow-up: @DJPaul
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 @r-a-y
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

#7 in reply to: ↑ 5 @BaliRakhra
13 years ago

Replying to DJPaul:

Please don't mark tickets as closed unless the fix has gone in to BuddyPress.

Sorry Paul. I'm a newbie here. Won't happen again. :)

@r-a-y Buddypress has done so much for me! Glad I could help you guys back!

#8 @johnjamesjacoby
13 years ago

  • Resolution set to invalid
  • Status changed from reopened to closed

That's not what's causing the issue for us, here. It's a database issue regarding JOIN's. Will most likely leave this disabled for now, as bbPress 2 will fix this all up nicely.

Note: See TracTickets for help on using tickets.