Skip to:
Content

BuddyPress.org

Opened 14 years ago

Closed 14 years ago

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

'Edit Topic' does not work in BuddyPress forums

Reported by: dwenaus's profile 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)

#1 @dwenaus
14 years ago

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

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.

#2 @dwenaus
14 years ago

  • Resolution fixed deleted
  • Status changed from closed to reopened

#3 @r-a-y
14 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?

#4 @r-a-y
14 years ago

  • Resolution invalid deleted
  • Status changed from closed to reopened

Hey dwenaus,

Just tested this.

You're right! Apologies on my part!

#5 @r-a-y
14 years ago

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

I knew there was a previous ticket for this!

Fixed in #1924.

Note: See TracTickets for help on using tickets.