Tx-news Questions
Ad
Add templateLayout option to tx_news sepecific to view type?
Using pagetsconfig i want to add some template options to the tx_news plugin. how do i make it so that list template options are only
How do I add a palette to tx_news in TYPO3?
How do i add the core gallerysettings palette to the media tab of tx_news? i want to be able to use these settings in the news detail
TYPO3 News routing not working properly. But its working in the URL showing in Sitemap
Following is my config.yaml configuration to make the detail page url user friendly. news: type: extbase limittopages:
How can I manually create shortlinks for lots of news-articles?
I imported about 1,000 news-articles via database-import from a very old typo 3 installation. i can see the news in the overview, but will get an
TYPO3: Caching issue with new fields in tx_news extension
I created a new extension to add some fields to the news extension. in the backend everything works fine, i can add values to the fields and
tx-news ignores all flexform settings inside gridelement
I'm using typo3 10.4.9, gridelements 10.0.0, news 8.5.0 and bootstrap_grids. i nest elements like section > cols > content
TYPO3 tx_news: Image for related News
I'm trying to output just one image for related news. right now i'm using this <f:render
TYPO3 news - defining own templateLayouts
I'm using typo3 v10.4. with the news extension. i would like to add my own templates which i can customize on different pages. i followed
How to make "events" using "eventnews" extension
I am using this extension with typo3 v10
Is having two routePaths for the same target a good idea?
I'm migrating realurl configuration for extension news to route enhancers. the realurl configuration is a mix of
Ad
How to prevent tx_news plugin render single view for arbitrary news records?
I have a page with multiple news plugins. each plugin should only render news list and single view for a given category. this is accomplished via
How to limit showPrevNext in news to categories?
In the typo3 cms 9.5.18 lts with tx_news 8.3.0 we use the following extension typoscript: plugin.tx_news.settings{ # what is
How to catch exception: findByUid() must be an instance of News, null returned
I use typo3 version 10.4.23 with news extension 9.1.1 i inject the newsrepository in my extension to get news-title with following
Typo3 close and start a new paragraph <p> in each <br /> in bodytext at news extension
I'm using typo3 9.5.14 and ckeditor to add and edit news articles, i see in frontend that it is closing and starting a new paragraph at every
Pagination is not displayed
I'm using news system extension and typo3 v9. after setup the routeenhancers, the pagination is completely hidden from the
How to get second Image from Mediafile in News Extension? [TYPO3]
How can i get the second image in template for news extension of georgeringer in typo3. i extend the showinpreview field
Typo3 - Fluid - Content Header output
I have an issue with typo3 extension tx_news. i should display the tt_content header in the general fluid template. i tried to found any
Routing exception after upgrading to TYPO3 v9.5.14
After upgrading to typo3 v9.5.14 our detail pages for news crash with the exception
TYPO3 tx_news entries within a date range
I am currently migrating tt_news to news. the old news system also has news-entries shown as events. is it somehow possible to hide entries that
error because of missing object in signalslot (tx_news)
I wrote a signalslot extension for tx_news which extends the detailaction. the dispatcher works as expected when a news in detail view is called.
TYPO3: OpenGraph imagesize with EXT:news
I am using the tx_news extension, included with an opengraph image. this image is implemented with 500 x 258 pixel. where
Ad
Compile less in TYPO3
I want to customize the styles of tx_news, so i copied news-basics.less and news-basics.css into my site extension. my environment is:
Using "processDatamap_afterDatabaseOperations" with "tx_news_domain_model_news" and status "new" ends up without empty category
I'm using the "processdatamap_afterdatabaseoperations" hook within my extension to transfer content from a newly created news
Infinite Scroll, pagination and routes
I have an issue using the news extension and infinite scrolling plugin on typo3 9.5.11. what i am looking for is to set up 2 infinite
TYPO3 9.5.x with news 7.2.x: Custom properties
I've extended typo3 9.5.x with news extension 7.2.x with some custom properties. i used the manual i found
Microdata for news item in breadcrumb navigation
With the following code i build my breadcrumb navigation with the according microdata for a
Typo3 News: New Records only for news
I am having troubles with news extension 7.3 in typo3 9.5.9! in the list module i can only choose "newsarticle" and "newstags" as new records. why
Gridelements dataprocessing: Pass arguments to extension (ctype = list)
Using gridelements with dataprocessing works fine for all default content elements. but if i include one of my own extension, the arguments for
tx_news article in restricted area can be accessed via url
I have tx_news installed with typo3 8.7. i use the plugin two times, one in a restricted area and the other one in a public area. i
Human readable news detail URL
I want my urls for my news detail page to look like this: example.com/news/2019/07/22/article-name how can i achieve this using
Generate speaking url for tx_news using typoscript in TYPO3 9.5.8
I use typo3 v 9.5.8 together with tx_news (7.2.0). i really like the new typo3 implemented speaking url generation. i
TYPO3 tx_news flexform configuration for be user group
I'd like to configure the items of the flexform select box for a be user group. is that possible? e.g. an editor should only be able to choose
Ad
Ext News adding one extra day to specified publish date
Using typo3 v8.7.27 ext news v6.3.0 just upgraded a site from typo3 v7 and news v5. when i create a news story and set the publish
Backend access rights for news records
Is it possible to store all records of the news extension (ext:news) on the same storage page, but show only records, which are
how to create details page in typo3 v9 news system
I created the news page (list view) but the details are not shown. i tried to create a detail page to which i added the news detail plugin but it
TYPO3 tx_news multiple tags lists with same tag title not possible
I use two tx_news plugins on separate pages in the same tree. i am using the tag search which works fine. however i want separate tag list for
group news by year in frontend (TYPO3, news system)
I am using typo3 9, news plugin (news system). i am looking for a way to group news articles by year, like this: 2019
How to set default colPos in TYPO3
We are setting up a news integration for one of our customers and he needs the content element feature. but when adding a new content element to
Show news from selected date using url GET parameter
How we can show the news from selected date like index.php?id=6&dateselected=13.04.2019
sitemap for tx_news in TYPO3 9 when categories used for datail page
In typo3 with the seo extension it is fairly easy to provide google site maps for pages and records: simply use xmlsitemapdataproviders. no
How to fill Flexsliders data-thumb attribute with image source in Fluid and tx-news?
I am implementing a news slider based on the typo3 extension "news" and flexslider. the news slider contains thumbnail preview images and these
News: Single-view page in category does not work
Typo3 9.5, news 7.1: i defined in the news categories pages with news plugins for the single views. the list view contains many categories and
How to set tx_news (TYPO3) title in breadcrumb WITH link
I implemented tx_news title in breadcrumb always like shown here with typoscript:
Ad
Indexed search and site management's slug cause issue with custom TYPO3 extensions
Typo3 environment typo3 v9.5.3 ext:news (7.0.8) ext:indexed_search (9.5.3) use composer:
Exception on executing ext:news upgrade wizard for updating path_segment in TYPO3 9
After upgrading to typo3 9, some of the tx_news_domain_model_news path_segment fields were empty, so i marked upgrade wizard
RouteEnhancer with aspects throws InvalidParameterException
I used the example verbatim from the
After extending NEWS with a new date field, how can I list from this news field
I have extended news with a new date field (eventstartdate) and i would like to list all news with this date greater than x. at this
Category shown in list-view
Is there a way to setup categories in a way that category1 is only shown when there are no other categories selected.
news :: RealURL Path for MetaTag og:url for detailpage
I want to render the meta tag og:url for a detailpage of a news item. i have the following ts: page.headerdata.2999 { wrap =
How to handle news categories in route enhancers (TYPO3 v9)
I configured some route enhancers for the news plugin: routeenhancers: newsplugin: type: extbase limittopages: [3]
TYPO3 9: add date to URL routing enhancers for news extension
For the detail pages of tx_news records as well as a calendar extension i wrote myself i want the record date in the url as i had it until typo3
Good practice on how to set up routeEnhancers for list and detail view of ext:news?
Precondition the ext:news list view plugin is on page www.domain.com/news [id 9] and the detail view on www.domain.com/article [id
TYPO3: Add Formhandler to News Extension
I am working with the typo3 news system and the formhandler extension i have some forms and they work completely fine on every page, but i
TYPO3: PHP warning with latest version of EXT:news
I am using typo3 8.7.22 with tx_news 7.0.8. when opening the detail view of any news i get the following error: #1476107295: php
Ad
Extending extension with new actions
I'm migrating from 6.2 to 7.6 and i'm struggling with an extension(a) that extends another extension (b) that extends news (a-->b-->news).
TYPO3 typoscript condition without log error
I am trying to make a condition which does not produces errors in the log. tried: [request.getqueryparams() &&
TYPO3 10.4: tx_news content elements rendering error
I am updating typo3 from version 8 to 9 and 10. now there is one error, i am not able to find a solution. in tx_news details view i am
TYPO3 - How to allow translated News appear without a Transl.Orig?
I am trying to do my website very flexible for translations. suppose i want to have a news article only in german, but not on the default language
TYPO3 tx_news problem by adding custom field
I have got a problem by adding 3 custom fields to the tx_news extension for typo3 8.7.20. i have worked with this tutorial:
How set up speaking links for news in TYPO3 9
Is it possible to setup speaking urls in typo3 9 for ext:tt_news as it was with realurl in prev versions?
Ad
Blog Categories
Ad