Skip to:
Content

BuddyPress.org

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)

#1 @dwenaus
16 years ago

  • Resolutionfixed
  • Status newclosed

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
16 years ago

  • Resolution fixed
  • Status closedreopened

#3 @r-a-y
16 years ago

  • Resolutioninvalid
  • Status reopenedclosed

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
16 years ago

  • Resolution invalid
  • Status closedreopened

Hey dwenaus,

Just tested this.

You're right! Apologies on my part!

#5 @r-a-y
16 years ago

  • Resolutioninvalid
  • Status reopenedclosed

I knew there was a previous ticket for this!

Fixed in #1924.

Note: See TracTickets for help on using tickets.