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
1
vote
1 answer

tx_news: Detail/single view not accessable

We're using News system on a 7.6 and in this particular system we have a bug when it comes to single view. If you click on link in list view, the detail page opens, you can see the header image, but the news article isn't loaded, instead the CE is…
Christine
  • 11
  • 1
1
vote
1 answer

How often a single news is shown

I'm using TYPO3 7.6 and the extension news from Georg Ringer. I'm looking for a way to count, how often a news is shown in the singleview? And I want to output this value in the news singleview.
Mercer
  • 23
  • 3
1
vote
2 answers

TYPO3 OpenGraph with EXT:news

I'm using TYPO3 and News System and Bootstrap Package. I see the opengraph tags twice. One of the news and one of page. How i can resolve it?
MarioProject
  • 417
  • 4
  • 25
1
vote
1 answer

ext news: How can make the category option mandatory?

Is there a way to make the categories mandatory for the editor? If not, what is a useful workaround in the class? In this case I'm in a linkhandler class. If the category is empty, how can I echo an error message which does not end in complete…
Markus Dübbert
  • 213
  • 2
  • 12
1
vote
2 answers

TYPO3 post news on facebook

I'm using TYPO3 7.6 and the extension news from Georg Ringer. I'm looking for a way to post news records on facebook. My idea was to create a category like "for facebook" and when i save the news record, that's related to the facebook category, then…
1
vote
2 answers

Dedicates categories for ext news

When I create categories in different directories, all these categories (totally) were listed in the backend of the plugin "news". In the news items and also in the list-plugin e.g. How can I tell news to list only the categories of a special…
KurtKK
  • 11
  • 4
1
vote
1 answer

News Widget from EXT:news

Last week I started with TYPO3 and now I have to make an extension (widget) for a Dashboard plugin (where in the FE the User can select from a list of specific widgets and place them on this Dashboard). The widget should be able to display the…
1
vote
2 answers

typo3 news extension with (twb) twitter bootstrap styles

I created a custom distribution based on twitter bootstrap for typo3 version 7.6. Everything is working fine. Except the constants settings for using the news extension do not get recognized or get overwritten. The only way I got it working is…
FitzPatrick
  • 175
  • 10
1
vote
2 answers

TYPO3 realURL rewrite News Tag Search

I'm using TYPO3 7.6.x with realURL 2.0.14 ans news 4.2.1. I've made a SearchForm-Module, where I can search for Newstags. Here's my HTML-Output, I'm just looking (TS) for tx_news_domain_model_tag.title at my pidInList=20 and it works:
user2310852
  • 1,654
  • 1
  • 25
  • 52
1
vote
1 answer

TYPO3 7.6 realURL tx_news Tags configuration

I use TYPO3 7.6.6 with news 4.2.1 and realURL 2.0.14. I'm using the realURL-Config from the official news-documentation, see below. I have one detail page for my News (id=33) and my news-tags are listed in folder id=32 ... 'fixedPostVars' => array…
user2310852
  • 1,654
  • 1
  • 25
  • 52
1
vote
1 answer

EXT:news only in additional language – images missing in frontend

Similar to Displaying records from EXT:news in specific language I have a two-language site news and the settings: sys_language_mode = strict sys_language_overlay = 0 In the second language (en), the ext:news plugin should display news that…
Urs
  • 4,984
  • 7
  • 54
  • 116
1
vote
1 answer

TYPO3 tx_news more-link only showing default translation

In TYPO3 tx_news i have the more-link, but it only shows the default translation in every language. My default language is Danish. In items.html I have this: In my TypoScript I have…
Jeppe Donslund
  • 469
  • 9
  • 25
1
vote
2 answers

Custom sorting in news extension

According to the documentation it is possible to extend the sorting options of the news extension in TYPO3 using: $GLOBALS['TYPO3_CONF_VARS']['EXT']['news']['orderByNews'] I did so in the ext_tables.php…
Memochipan
  • 3,405
  • 5
  • 35
  • 60
1
vote
0 answers

tx_news mailing by direct_mail in TYPO3

I create subscription form with "formhandler". Added authorization code by "authcode" and added direct_mail categories by DB finisher in "formhandler". Now my task to send users news from tt_news extension, filter by language and categories chosen…
Oleg V Karun
  • 726
  • 1
  • 6
  • 29
1
vote
1 answer

TYPO3 fluid v:page.languageMenu and tx_news

When i need a language switcher, I usually use TypoScrict like this lib.langnav > lib.langnav = HMENU lib.langnav { wrap =
    |ul special = language special.value = 0,1,3 special.normalWhenNoLanguage = 0 1 = TMENU 1 { noBlur…
Oleg V Karun
  • 726
  • 1
  • 6
  • 29