Opened 12 years ago
Closed 12 years ago
#1906 closed defect (bug) (fixed)
Group forum topics: Edit and Merge don't work with Buddypress installed
Reported by: | kraigg | Owned by: | |
---|---|---|---|
Milestone: | 2.2 | Priority: | high |
Severity: | major | Version: | 2.1 |
Component: | Component - Topics | Keywords: | has-patch dev-feedback |
Cc: | jmdodd@… |
Description
Edit and Merge links in group forum topics don't work when Buddypress is also installed.
When I click the 'edit' link of a forum topic, it takes me to the group forum page with the message "Oh bother! No forums found". Underneath the message is the 'Create new topic' form (and not the edit form, as it should do).
bbPress 2.1 on its own works fine, but once paired with Buddypress, it has these problems.
I disabled the forum component in the Buddypress settings, and ticked the 'Allow BuddyPress Groups to have their own forums' in the bbPress settings.
Thanks for looking into this, really appreciate it! :)
Plugins installed:
WordPress 3.4.1, bbPress 2.1, Buddypress 1.6 (also tried with Buddypress 1.5.6, with the same results)
Attachments (2)
Change History (9)
#2
@
12 years ago
Thanks John, appreciate it.
In the meantime, is there a hardcoded link I can add to make the Edit link work?
I notice that the Edit link doesn't seem to be any ID or reference to the reply. For example: http://www.mywebsite.com/groups/mygroup/forums/topic/reply-to-mytopic/edit/
Whereas the Trash link (which works) has the following URL
http://www.mywebsite.com/groups/mygroup/forums/topic/mytopic/?action=bbp_toggle_reply_trash&sub_action=trash&reply_id=444&_wpnonce=08bcd8bb3a
Could this be the problem? Is there some hard code I could add to the group forum template to make it work?
#3
@
12 years ago
My ticket got closed as a duplicate so I wanted to move my topic over as a reply here so it doesn't get lost in the mix.
Running trunk as of today on WordPress 3.5beta1 bbPress 2x, buddypress 1.7
When I try to edit a group topic or reply nothing happens.
It's easiest to explain via a video: http://www.youtube.com/watch?v=xZ___b7gQGU&feature=plcp
#5
@
12 years ago
Group forums (bbPress plugin, not BuddyPress's version):
- topic edit and merge do not work
- clicking on edit or merge reloads the topic again
- reply edit and split do not work
- clicking on edit gives the "no topics found here" message
- clicking on split shows the topic again
- paging through a list of topics in a forum does not work (pagination links)
- paging through replies to a topic does not work (pagination links)
- individual topic pagination on forum view does not work
- topic favorite and subscribe take you to the Groups directory (absence of topic.js causes AJAX to fail)
- group forum admin-only
- can't edit a group's forum
- can't add multiple forums to a group -- intended behavior?
- text-only (not live) forum row and topic row actions
#7
@
12 years ago
- Resolution set to fixed
- Status changed from new to closed
(In [4266]) BuddyPress:
- Remove advanced group forum admin UI; go with feature parity of existing bbPress 1.1 installations for a v1.
- Remove support for multiple forums/groups combinations. Assume the first item in the array is the only one.
- Adds some canonical redirection to group forum content.
- Maps forum content links to group forums when needed.
- Add support for editing of topics and replies within group forums.
- Some more to do here, but closing in on completeness.
- Huge props jmdodd,
- Fixes #1906.
- See #1669.
Moving to 2.2 to look more into BuddyPress compat.