Questions tagged [tx-news]

The TYPO3 extension "news" is based on extbase and fluid and allows to show articles, categories, tags, ... in various ways.

The extension can be found at http://typo3.org/extensions/repository/view/news and the manual is located on https://docs.typo3.org/typo3cms/extensions/news/.

The repository and issue tracker can be found at https://github.com/georgringer/news

428 questions
0
votes
1 answer

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 both. If i enter in the second list a tag with the same name of a tag in the first list TYPO3 adds a zero…
chicky
  • 103
  • 1
  • 9
0
votes
2 answers

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 -------- article 1 article 2 article 3 -------- 2018 -------- article 1 article 2 ... I can't find an easy solution for this and…
user838531
  • 478
  • 5
  • 14
0
votes
1 answer

routeEnhancers for non-existent news url

I configured routeEnhancers for news and everything seems to work. My url looks user-friendly domain.my/news/details/something-new-242. Now I want to check what happen when someone add some characters to my url fe…
Bartosz
  • 11
  • 4
0
votes
0 answers

How to translate label of Selectbox “Sort by” for custom field in tx-news

I have extended tx-news with a custom date-field and want to sort the list view by this field. Accordding to the documentation I have extended the "Sort by"-Selectbox of the news-plugin an everything works…
m4a
  • 131
  • 1
  • 9
0
votes
2 answers

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 the News the system always selects an inexisting colPos. Through this, you can't specify the type of the…
0
votes
1 answer

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 plugin.tx_news.settings.timeRestriction= {GP:dateselected} plugin.tx_news.settings.timeRestrictionHigh= {GP:dateselected} +24 hour not working but this code…
Mujeebrpp
  • 5
  • 2
0
votes
2 answers

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 images are loaded through the "data-thumb" attribute that contains the URL to each image in the slider.…
bastians
  • 85
  • 9
0
votes
1 answer

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 the single news should show up on the different pages which are defined in the categories. But this does…
lisardo
  • 1,322
  • 16
  • 31
0
votes
2 answers

How to set tx_news (TYPO3) title in breadcrumb WITH link

I implemented tx_news title in breadcrumb always like shown here with typoscript: How to set breadcrumb for tx_news TYPO3 and it works fine but for now i need to get an link on the news title which points to itself. This is needed for structurel…
0
votes
1 answer

Select code from tx_news tables from a particular category ordered by random

News extension don't provide order by random function only those fields: orderByAllowed = sorting,author,uid,title,teaser,author,tstamp,crdate,datetime,categories.title I want to select 6 news items from the news table that belong to category…
Mohamed Masmoudi
  • 547
  • 1
  • 9
  • 23
0
votes
2 answers

TYPO3 - tx_news: Get detail view data of current visible news article outside of news templats

I would like to access to the Data (Specially the Media data) of the current visible news item outside of the news template. For example in the page template itself. I hoped to find a ViewHelper in the news extension but there is no. Currently I…
Paul
  • 289
  • 2
  • 14
0
votes
1 answer

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: No The Problem On EXT:indexed_search result listing page, Custom extension record's slug URL are not generating. The slug only contains TYPO3 page…
0
votes
1 answer

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 "Updates slug field "path_segment" of EXT:news records" of news extension" as undone and tried to execute it. This throws an…
Sybille Peters
  • 2,832
  • 1
  • 27
  • 49
0
votes
1 answer

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. Currently it shows the category which has been selected first. Category1 + Category2 shows Category1 Category2 + Category1 shows…
0
votes
2 answers

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 = 10 = TEXT 10 { typolink { …
jmcclane
  • 159
  • 2
  • 14