nitsan/ns-blog

Lean blog extension for T3Karma with list/latest/category/author features.

Maintainers

Package info

github.com/nitsan-technologies/ns_blog

Type:typo3-cms-extension

pkg:composer/nitsan/ns-blog

Statistics

Installs: 2

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

1.0.0 2026-04-02 13:44 UTC

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

  1. Enable ns_blog.
  2. Run database compare and apply schema changes.
  3. Run install tool upgrade wizards:
    • Migrate blog plugin signatures to ns_blog
    • Validate ns_blog migration integrity
  4. Clear all caches.
  5. 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 in tx_blog_domain_model_author).