PHPackages                             spooner-web/just\_news - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. spooner-web/just\_news

ActiveTypo3-cms-extension[Utility &amp; Helpers](/categories/utility)

spooner-web/just\_news
======================

Easy, flexible and lightweight news extension. No extra tables needed, using pages for news articles.

4.0.1(10mo ago)524.9k↑100%5GPL-2.0+PHP

Since Dec 28Pushed 10mo ago1 watchersCompare

[ Source](https://github.com/spoonerWeb/just_news)[ Packagist](https://packagist.org/packages/spooner-web/just_news)[ Docs](https://git.spooner.io/spooner/just_news)[ RSS](/packages/spooner-web-just-news/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (7)Versions (33)Used By (0)

Documentation for TYPO3 extension just\_news
============================================

[](#documentation-for-typo3-extension-just_news)

Installation
------------

[](#installation)

### Install via composer

[](#install-via-composer)

```
composer require spooner-web/just_news
```

### Install via Extension Manager

[](#install-via-extension-manager)

1. Open Extension Manager in TYPO3 backend
2. Search for `just_news`
3. Download and install it
4. You need to install and use extension `fluid_styled_content`

Integrators Guide
-----------------

[](#integrators-guide)

### Integrate extension

[](#integrate-extension)

1. Include static template
2. Select a page to add news pages as children
3. \[optional\] Edit the page properties and add PageTS `Restrict to news pages` to make sure only news pages (or sys folders) will be created below
4. Create a content element and switch to `News listing`
5. Add the parent page(s) of the news pages you want to list to `Pages with news sub elements`

6\. \[optional\] Change recursive level if more than 1 (default) 6. \[optional\] Change other settings

### Pagination

[](#pagination)

If you want to have pagination, use the configuration in TypoScript to activate and setup:

```
# Activate pagination
tt_content.NewsList.settings.paginate.activate = 1

# Setup pagination
tt_content.NewsList.settings.paginate.itemsPerPage = 5
tt_content.NewsList.settings.paginate.insertAbove = 0
tt_content.NewsList.settings.paginate.insertBelow = 1
```

### Enhancing extension

[](#enhancing-extension)

By adding template, partial and layout paths to `lib.contentElement` with their subsections `templateRootPaths`, `partialRootPaths` and `layoutRootPaths` you can create own templates and override the original ones.

To change the markup of the news listing you can add this code into TypoScript setup:

```
lib.contentElement {
    templateRootPaths {
        40 = EXT:my_ext/Resources/Private/Templates
    }
    partialRootPaths {
        40 = EXT:my_ext/Resources/Private/Partials
    }
    layoutRootPaths {
        40 = EXT:my_ext/Resources/Private/Layouts
    }
}
```

Configuration
-------------

[](#configuration)

Configuration is done via FlexForm in the news list content element. It contains the settings for maximum items, starting point and recursion level.

Editors Guide
-------------

[](#editors-guide)

### Add a news article

[](#add-a-news-article)

1. Go to the parent page the news pages are children of
2. Create a news page below this page (the sorting is irrelevant as the news articles will be sorted by datetime in the listing)
3. Title and datetime are mandatory fields
4. You can add an image in resources tab and an abstract in main tab which will be shown in the listing
5. You can add a category to categorize the article
6. To create content, just add content elements to this page
7. You can set visibility settings as well as start- and endtime to either the news page or even the content elements

Frequently asked questions
--------------------------

[](#frequently-asked-questions)

### Is there a possibility to add content elements to an article?

[](#is-there-a-possibility-to-add-content-elements-to-an-article)

As you are using a page as article you only have the possibility to use content elements. But think about the possibilities you have with the freedom of using any content element (and even plugins).

### How can I use different layouts for an article?

[](#how-can-i-use-different-layouts-for-an-article)

As you are using a page as article you are free to use every layout (e.g. backend layouts) for your news article.

### Is there a configuration for RealURL?

[](#is-there-a-configuration-for-realurl)

You don't need a configuration as you are free to create a speaking url by your sys folder and page structure. If you set the sys folder named `news` below root page and add your articles into the sys folder you will have the url `example.com/news/the-title-of-your-article`. And all without extra configuration. Cool, hm?

### Is there something I need to know for using slugs in v9?

[](#is-there-something-i-need-to-know-for-using-slugs-in-v9)

No. Just use it like on your other pages.

### I want to make a TYPO3 upgrade. Do I need to be careful?

[](#i-want-to-make-a-typo3-upgrade-do-i-need-to-be-careful)

As long as you are using `fluid_styled_content`, you don't have to care of anything when upgrading. The extension is using TYPO3 core features and don't need any extra tables, Extbase models or repositories.

### It is very confusing in the page tree if there are many articles.

[](#it-is-very-confusing-in-the-page-tree-if-there-are-many-articles)

You can manage your articles in subfolders, e.g. the year of the article. So you have all 2016 articles in one folder and the 2017 articles in another folder. RealUrl will handle that by adding the year into the url like `example.com/news/2017/the-title-of-your-article`. If you have too many articles per year, you can add more subfolders as months. Or you use a type of category instead of the date. The good thing is, you are free to do what you want. It just works.

Wish list
---------

[](#wish-list)

1\. Include a page browser 1. Importer for tt\_news and news

Migration
---------

[](#migration)

### From version 0.1.x to 1.x

[](#from-version-01x-to-1x)

Due to the change of the DB field for the datetime and the change of the plugin name, you need to to these two SQL queries:

```
UPDATE pages SET lastUpdated = news_datetime;
UPDATE tt_content SET CType = "NewsList" WHERE CType = "news_list";
```

Donate
------

[](#donate)

If you want to contribute by donation, feel free to send me some money via [paypal](https://paypal.me/Tomalo).

Contribute
----------

[](#contribute)

Feel free to contribute or test the extension! Here you can get in contact:

- [GitLab project](https://git.spooner.io/spooner/just_news)
- [GitHub project (just a mirror)](https://github.com/spoonerWeb/just_news)
- [Slack channel](https://typo3.slack.com/messages/ext-just_news/)

###  Health Score

48

—

FairBetter than 95% of packages

Maintenance54

Moderate activity, may be stable

Popularity34

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity74

Established project with proven stability

 Bus Factor1

Top contributor holds 91.3% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~124 days

Recently: every ~337 days

Total

26

Last Release

309d ago

Major Versions

0.1.2 → 1.0.02018-09-18

1.2.4 → 2.0.02021-11-03

2.0.0 → 3.0.02023-05-11

3.0.1 → 4.0.02024-11-02

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/141285789?v=4)[spooner](/maintainers/spooner)[@spooner](https://github.com/spooner)

---

Top Contributors

[![spoonerWeb](https://avatars.githubusercontent.com/u/1793083?v=4)](https://github.com/spoonerWeb "spoonerWeb (136 commits)")[![calien666](https://avatars.githubusercontent.com/u/11405116?v=4)](https://github.com/calien666 "calien666 (10 commits)")[![web2date](https://avatars.githubusercontent.com/u/8898397?v=4)](https://github.com/web2date "web2date (2 commits)")[![renekreupl](https://avatars.githubusercontent.com/u/1233150?v=4)](https://github.com/renekreupl "renekreupl (1 commits)")

---

Tags

extensionlightweight newstypo3easy

### Embed Badge

![Health badge](/badges/spooner-web-just-news/health.svg)

```
[![Health](https://phpackages.com/badges/spooner-web-just-news/health.svg)](https://phpackages.com/packages/spooner-web-just-news)
```

###  Alternatives

[georgringer/news

News system - Versatile news system based on Extbase &amp; Fluid and using the latest technologies provided by TYPO3 CMS.

2815.1M90](/packages/georgringer-news)[georgringer/eventnews

Extend EXT:news with event and calendar functionality

31588.7k4](/packages/georgringer-eventnews)[quellenform/t3x-iconpack

Provides an iconpack-registry for custom iconpacks.

1542.7k25](/packages/quellenform-t3x-iconpack)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
