This extension extends EXT:news with new types and a field "author profile" which can contain a link to any page.
- Install the extension
- update the database in the install tool if necessary
- Include static TypoScript template: "Additional types for EXT:news (news_exampleextension)"
{newsItem.type}
contains four new types: blogText, blogImage, blogVideo or blogEvent.{newsItem.authorprofile}
has the uid of the author profile page.
The list view maybe shows type "news" for all the new types. This is a core bug that got fixed in TYPO3 6.2.11. See #65689 for details. Kudos to Georg Ringer for fixing this issue.
Authors: Peter Kraume (@Cybersmog)
Kudos to Georg Ringer and Marco Huber for their support!
Copyright: 2015, Peter Kraume
This script is part of the TYPO3 project. The TYPO3 project is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
The GNU General Public License can be found at http://www.gnu.org/copyleft/gpl.html.
This script is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.