XF 2.1 remove spoiler in quote

extanttenat

Member
Licensed customer
how can I remove spoiler to reply quote because the hidden content in the spoiler can be bypass by pressing reply to a comment?
 
Put the following code in your extra.less template:

Code:
.bbCodeBlock.bbCodeBlock--quote .bbCodeSpoiler {display: none;}
 
View attachment 224717

check this if I click reply to a message and that message is with spoiler the spoiler content is showing. So that the user can bypass the spoiler.
Ah, ok. You said you wanted to remove spoiler to reply quote, which is wut the code I provided you does. However, I see the issue you speak of and it is worthy to bring this to the attention of XF developers @Chris D
 
Ah, ok. You said you wanted to remove spoiler to reply quote, which is wut the code I provided you does. However, I see the issue you speak of and it is worthy to bring this to the attention of XF developers @Chris D
Yes because it's easily to bypass the spoiler to see spoiler content by clicking reply to a message. I hope someone will help me with this problem.
 
Back
Top Bottom