- [x] Blog categories add attribute isActive - [x] Blog category crud steps. - [x] Blog content crud steps. - [x] Blog tags crud steps. - [x] blog list - [x] blog categories list - [x] blog tags list - [x] blog comments ### Blog Comments modules **Frontend Module** - [x] Front-End template - [x] **Reply steps** > - [x] Reply comment and reload page - [x] **Load More button** > - [x] Load More Button template > - [x] First loading show max 5 replies when click load more automaticly add other 5. if no more return false and make inactive load more button - [x] **Replies** > - [x] Load More Button template > - [x] display max 3 after > - [x] when click load more button automaticly add other 3. if no more return false and make inactive load more button - [x] All reply form captcha will be added. But when click reply button change and display new captcha. **Backend Module** - [x] Badwords filter - [x] Badwords is active or not. If not active automaticly publish comments. - [x] Comments waiting for review - [x] Review is active or deactive if deactive automaticly publish comments
Blog Comments modules
Frontend Module
Backend Module