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

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 (tx_news_domain_model_news) to an API. TYPO3 Version is 6.2.11 and if I var_dump or trying to access the category using…
lufi
  • 610
  • 7
  • 29
0
votes
2 answers

TYPO3 9.x News 7.x: adding extra custom type error

The current Behavior: I wanted to add an extra custom type and followed: https://docs.typo3.org/p/georgringer/news/master/en-us/DeveloperManual/ExtendNews/AddCustomType/Index.html Exactly at it was explained there... The expected…
0
votes
1 answer

Typo3 9.5.11 tx_news extend with custom Fields - Content disappears sometimes?

I run into the same problem regarding disappeared content when extending the extension tx_news. I extend the news extension with some chekboxes, but these values are lost after some time (2 hours). If I FLush the system cache, the checkbox value is…
WimDiesel
  • 65
  • 1
  • 9
0
votes
1 answer

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 here. In general, everything works, but somehow the custom properties I created seem to be blank at the frontend. After clearing the cache,…
Marcel
  • 627
  • 7
  • 25
0
votes
1 answer

Microdata for news item in breadcrumb navigation

With the following code I build my breadcrumb navigation with the according microdata for a BreadcrumbList: lib.breadcrumb = COA lib.breadcrumb { wrap =
0
votes
1 answer

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 is everything else like Pages etc. gone and how can i fix it that everything is shown with the news…
Bernhard Schusser
  • 143
  • 1
  • 2
  • 8
0
votes
1 answer

Does tx-news work with the workspaces preview?

Does tx-news extension (v7.3.1) work with the workspaces feature of TYPO3? The documentation at https://docs.typo3.org/p/georgringer/news/7.3/en-us/Misc/MissingKnownErrors/Index.html only mentions known problems with versioning feature. When a…
0
votes
0 answers

Extend TYPO3 News Repository with M:M Relation

I've been trying to extend tx_news with a m:m relation with not much luck so far. Anything I can find online is just for a regular relation, where the ID is saved directly into the same table, not an extra _mm column. The backend looks fine so far,…
Andreas
  • 412
  • 6
  • 19
0
votes
2 answers

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 the controller gets lost. So the content element renders, but with the default action (list) and the…
0
votes
2 answers

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 noticed that if I paste a speaking url path segment of an article in the restricted area into the url of the detail…
chicky
  • 103
  • 1
  • 9
0
votes
1 answer

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 RouteEnhancers? Code so far: routeEnhancers: Detail: type: Extbase extension: News plugin: Pi1 routes: …
paskl
  • 589
  • 4
  • 25
0
votes
1 answer

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 between list view and list of selected items.
pixi
  • 5
  • 1
  • 2
0
votes
1 answer

TYPO3: SQL migration from mininews to news from TYPO3 6.2 LTS to TYPO3 9 LTS

I'am looking for a migration of very old TYPO3 Extension https://extensions.typo3.org/extension/mininews/ to https://extensions.typo3.org/extension/news/ How are the SQL Statments for this migration?
Martin Krung
  • 1,098
  • 7
  • 22
0
votes
1 answer

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 date, the correct value is stored in the database. When I access the record, the correct date value is still…
Tom
  • 109
  • 1
  • 15
0
votes
1 answer

TYPO3: How can I set the sys_language_uid of news to -1 in TYPO3 9?

I want to use some news across multiple languages, but currently I can't choose -1 (all languages) via TYPO3 backend. Furthermore I can only choose between sys_language_uid 0 to 3, which are the uids of my configured languages. If I take a look at…
Fox
  • 623
  • 8
  • 35