laravel-like-comment icon indicating copy to clipboard operation
laravel-like-comment copied to clipboard

Making comment only for two levels

Open priyank21 opened this issue 8 years ago • 5 comments

Thanks for this great module. is there is any way to make comments only for two levels.

priyank21 avatar Dec 15 '16 05:12 priyank21

You are welcome. Sorry there is no easy way to do that.

risul3 avatar Dec 15 '16 06:12 risul3

what if we limit the loop which is responsible for coments

priyank21 avatar Dec 15 '16 14:12 priyank21

Yes we can do that, but you also have to block commenting after two level. For example someone just commented on level two, and ajax is done, now you have to disable comment form. Checking level from JS will take quite good amount of coding.

risul3 avatar Dec 15 '16 19:12 risul3

thanks for giving me your valuable time. i really appreciate it. i am going to modify it for two levels only can you give me some tips. like where to start what logic you will prefer if you are implementing it.

priyank21 avatar Dec 23 '16 09:12 priyank21

thanks for giving me your valuable time. i really appreciate it. i am going to modify it for two levels only can you give me some tips. like where to start what logic you will prefer if you are implementing it.

yaromand avatar May 20 '19 19:05 yaromand