laravelista / comments

Native comments for your Laravel application.
MIT License
744 stars 142 forks source link

Add limit to reply comments #118

Closed riyanamanda closed 3 years ago

riyanamanda commented 3 years ago

I dont know how to solve this, pls help. comment

preimpression commented 3 years ago

What's exactly going wrong? Are these not supposed to show as replies? You may be missing a </div> or some other closing code. Indenting too wide? That's just caused by the fact that the package uses bootstrap media object nesting.

mabasic commented 3 years ago

I think that he wants to limit the depth of replies/comments. I think that it should be possible by modifying the reply permission to detect how deep the current comment it.

riyanamanda commented 3 years ago

I think that he wants to limit the depth of replies/comments. I think that it should be possible by modifying the reply permission to detect how deep the current comment it.

Yes, that's what i want. I think if every comment has no limit of depth replies, I don't imagine how wide the comment section going to be.

mabasic commented 3 years ago

Implemented. See here for instructions. You must update to the latest version to use this feature 4.2.0.