Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BUG: Fix multiple issues with "split" feature #780

Closed
johnhenley opened this issue Apr 30, 2024 · 0 comments · Fixed by #784
Closed

BUG: Fix multiple issues with "split" feature #780

johnhenley opened this issue Apr 30, 2024 · 0 comments · Fixed by #784
Assignees
Labels
bug Something isn't working
Milestone

Comments

@johnhenley
Copy link
Collaborator

Describe the bug

There is a great feature in the Forums module, but it needs some love.
If you add some tokens to the TopicView.ascx template, and you're a moderator, you can split selected replies from a thread into a different thread, in a different or same forum.

Software Versions

  • DNN: 09.13.03
  • Module: 08.00.01

What needs to be addressed:

  1. The [SPLITBUTTONS], [SPLITBUTTONS2], and [SPLITCHECKBOX] need to be in the TopicView template, so they need to be added to the TopicView template shipped with the community-default and community-bootstrap themes.
  2. There are some styling issues with how the buttons appear that should be cleaned up (i.e. the 'Save' and 'Cancel' buttons are initially visible but should only show up if you actually click 'Split' :) )
  3. An error is displayed when the split is performed, which needs to be diagnosed and fixed.
  4. The new (friendly) URL is not created when the new topic thread is created (you have to edit then save the topic, which creates the URL.
@johnhenley johnhenley added the bug Something isn't working label Apr 30, 2024
@johnhenley johnhenley added this to the 08.02.00 milestone Apr 30, 2024
@johnhenley johnhenley self-assigned this May 7, 2024
@johnhenley johnhenley modified the milestones: 08.02.00, 08.01.00 May 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant