Skip to:
Content

BuddyPress.org

Opened 16 years ago

Closed 16 years ago

Last modified 16 years ago

#399 closed defect (bug) (no action required)

Active forum topics are not listed groups-templatetags rev 934

Reported by: chouf1's profile chouf1 Owned by:
Milestone: Priority: major
Severity: Version:
Component: Keywords:
Cc:

Description

I'm using rev 934 of bp-groups-templatetags.php

As a member of a group, when i am on the group page, the group forum topics don't show up.
I have to click on "view all" to see them.

Inside the file we have this function:

function bp_group_active_forum_topics( $total_topics = 3 )

if....

if...

if...

else

bp-groups/bp-groups-templatetags.php
"There are no active forum topics for this group"

Question:

1) My group forum is enabled with many topics, so why does the else statement coming over ?
2) Where is the setting option in admin for total topics = 3 ?

Change History (2)

#1 @apeatling
16 years ago

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

Turning on caching should stop the disappearing. You can do this in Site Admin > bbPress Forums.

Once the home theme is stable, you can modify the bp_group_active_forum_topics() call in group-home.php to pass this parameter.

#2 @(none)
16 years ago

  • Milestone Groups 1.0 deleted

Milestone Groups 1.0 deleted

Note: See TracTickets for help on using tickets.