#399 closed defect (bug) (no action required)
Active forum topics are not listed groups-templatetags rev 934
Reported by: |
|
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)
Note: See
TracTickets for help on using
tickets.
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.