Opened 15 years ago
Closed 15 years ago
#1961 closed defect (bug) (no action required)
'Edit Topic' does not work in BuddyPress forums
Reported by: | dwenaus | Owned by: | |
---|---|---|---|
Milestone: | 1.2 | Priority: | minor |
Severity: | Version: | ||
Component: | Keywords: | ||
Cc: |
Description
running wpmu 2.9.1 with buddypress RC3, clicking 'edit topic' in any forum goes to an unfinished screen. there must be an error and there is no edit topic fields, and the rest of the page does not finish loading.
Change History (5)
#3
@
15 years ago
- Resolution set to invalid
- Status changed from reopened to closed
It sounds like you're using an older version of the bp-default theme.
Did you upgrade from BP 1.2 beta / RC1 / RC2 to RC3?
If you did, did you overwrite all of the BP files?
Note: See
TracTickets for help on using
tickets.
fix:
change the function name on the first line of /bp-themes/bp-default/groups/single/forum/edit.php
from bp_has_topic_posts() to bp_has_forum_topic_posts()
the filter name in /bp-forums/bp-forums-templatetags.php at the end of the function bp_has_forum_topic_posts() should probably also change, it is not currently used in core.