Opened 16 years ago
Closed 16 years ago
#1961 closed defect (bug) (no action required)
'Edit Topic' does not work in BuddyPress forums
| Reported by: | dwenaus | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | 1.2 |
| Component: | Version: | ||
| Severity: | 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
@
16 years ago
- Resolution → invalid
- Status reopened → 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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
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.