Skip to:
Content

BuddyPress.org

Opened 13 years ago

Closed 13 years ago

Last modified 10 months ago

#3675 closed defect (bug) (fixed)

You should be able to delete forum topics even when they have no posts

Reported by: boonebgorges's profile boonebgorges Owned by:
Milestone: 1.6 Priority: normal
Severity: normal Version: 1.5
Component: Forums Keywords:
Cc:

Description

For some reason, buddypress.org forum topics are sometimes posted without any posts. I've never seen this problem anywhere else, so it's probably an issue with some custom functionality on bp.org. However, it raises the problem that these forum topics can't be deleted. The Delete Topic button doesn't show up, and if you try to access the delete function by direct URL, you get a white screen.

I'm looking at bp_forums_delete_topic() and it looks like the problem might be at the bbPress level, which would be a shame, but we should look into it in any case. Deleting a forum topic should not be dependent on deleting its child posts.

Change History (2)

#1 @DJPaul
13 years ago

I remember fixing an issue (zombie threads) in 1.5; I don't mean to say that there are not further bugs, but I wonder if we can find out how to recreate somewhere other than the website.

#2 @boonebgorges
13 years ago

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

(In [5388]) Rearrange groups/single/forum/topic.php template so that admin links and reply markup appears even when, because of a malfunction, there are no posts in the topic. Fixes #3675

Note: See TracTickets for help on using tickets.