nitsan / ns-blog
Lean blog extension for T3Karma with list/latest/category/author features.
Package info
github.com/nitsan-technologies/ns_blog
Type:typo3-cms-extension
pkg:composer/nitsan/ns-blog
1.0.0
2026-04-02 13:44 UTC
Requires
- php: ^8.1
- typo3/cms-backend: ^13 || ^14
- typo3/cms-core: ^13 || ^14
- typo3/cms-extbase: ^13 || ^14
- typo3/cms-fluid: ^13 || ^14
- typo3/cms-frontend: ^13 || ^14
This package is auto-updated.
Last update: 2026-04-02 15:26:50 UTC
README
This extension replaces the old blog dependency for T3Karma with a reduced feature set:
- post list
- latest posts
- category listing/filter
- author listing/filter
Migration steps
- Enable
ns_blog. - Run database compare and apply schema changes.
- Run install tool upgrade wizards:
Migrate blog plugin signatures to ns_blogValidate ns_blog migration integrity
- Clear all caches.
- Validate on staging:
- list/latest/category/author pages
- existing blog content elements
- route links for category and author pages
Scope notes
- Tags, comments, archive, and notification features are intentionally out of scope.
- Existing data structures are kept compatibility-first (posts on
pages, authors intx_blog_domain_model_author).