laravel-like-comment
laravel-like-comment copied to clipboard
Making comment only for two levels
Thanks for this great module. is there is any way to make comments only for two levels.
You are welcome. Sorry there is no easy way to do that.
what if we limit the loop which is responsible for coments
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.
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.
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.