Opened 8 years ago
Closed 8 years ago
#3002 closed defect (bug) (fixed)
threaded reply layout present in replies created area of user profile
Reported by: | Robkk | Owned by: | johnjamesjacoby |
---|---|---|---|
Milestone: | 2.6 | Priority: | normal |
Severity: | normal | Version: | 2.4 |
Component: | Component - Replies | Keywords: | has-screenshots has-patch commit |
Cc: |
Description
Came across this while I was messing with some threaded reply design.
While having reply threading enabled, the replies in a users forum profile show up threaded if a users responds to their own reply.
I think that the threaded reply layout should not be present in the replies created section of a forum profile.
It should have the default unthreaded layout in this area in my opinion.
Attachments (2)
Change History (6)
@
8 years ago
Patch adds a conditional to output threaded replies only on single topic pages only. Tested and works with using the single topic shortcode.
#2
@
8 years ago
- Keywords has-patch added; needs-patch removed
- Milestone changed from Awaiting Review to 2.6
- Version set to 2.4
Thanks @Robkk!
You picked the better conditional ;)
+1. Off the top of my head, this would probably just need a conditional check for
bbp_is_single_user_profile()
before we do threaded replies.