Download the PHP package netresearch/news-blog without Composer

On this page you can find all versions of the php package netresearch/news-blog. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package news-blog


NewsBlog extension

Extends tx_news with blog-like features.

Features

Backend users as article authors

The author and author_email fields are hidden, but a new field for selecting a backend user as author for the article is displayed instead. The old fields are still accessible through e.g. {news.author} though. To access the backend user record, utilize {news.authorRecord}.

Profile page for backend users

Backend users now contain a profilePid field which allows linking to a static page for displaying the author's profile. The page id to link to it is accessible through e.g. {news.authorRecord.profilePid}.

Abstract for backend users

This extension allows to add a short abstract about the author to each backend user record which is accessible through e.g. {news.authorRecord.abstract}.

If you set "abstract relations" in the extension manager, you'll be able to select a tt_content record as abstract, which is translatable and therefore suggested for multi-language setups. Access the related tt_content record with {news.authorRecord.abstractContent}.

We also added support for the avatar-field which is available in TYPO3 v7. Use the file reference from the authorRecord to display the user's avatar image right next to the abstract; <f:image src="{newsItem.authorRecord.avatar.uid}" treatIdAsReference="1" />

Automatic assignmend of current backend user

If you create or edit a record, the backend user you're currently logged in as will be assigned to the news record as author automatically.

Filter articles by author

You can utilize TypoScript setting plugin.tx_news.settings.authors or GP param tx_news_pi1[overwriteDemand][authors] to filter records by author(s) where the first takes precedence over the latter. Both take a comma-separated list of backend user id's to filter records. This way, you can set up author pages with a list of their articles or filter the news list by author.

RTE transformation service to support code formatting

As the default RTE transformations drop almost anything required to properly display multi-lined code with proper indentation, it adapts the news' bodytext field (where you type your content into) and applies the following transformations to content wrapped inside pre-tags only:


All versions of news-blog with dependencies

PHP Build Version
Package Version
Requires typo3/cms-core Version ^7.6.13 || ^8.5
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package netresearch/news-blog contains the following files

Loading the files please wait ....