Lee Well-known member Jan 12, 2025 #1 Hey Does anybody know which template renders the thread message now we have different types? I was hoping there was a wrapper for ALL threads irrespective of type, I’d like to wrap it in a conditional and a new element. Thanks in advance
Hey Does anybody know which template renders the thread message now we have different types? I was hoping there was a wrapper for ALL threads irrespective of type, I’d like to wrap it in a conditional and a new element. Thanks in advance
D Deleted member 184953 Guest Jan 12, 2025 #2 You can use [data-template*="thread_view"] in Less templates (don’t forget the *), that targets all types. But you want to code in html template don’t you ? Upvote 2 Downvote
You can use [data-template*="thread_view"] in Less templates (don’t forget the *), that targets all types. But you want to code in html template don’t you ?
Lee Well-known member Jan 12, 2025 #3 Yes, I’d like to add another class to the message wrapper which will be applied with a conditional. Upvote 0 Downvote