my news work fine with realurl and tx_news:
www.domain.de/newslist/news-title-long-name-here/
but how can i build with realurl a secound short-URL:
www.mydomain.com/newslist/?test=1234
thanks for helping
This is not really possible out of the box but would be really easy with a custom small extension
Related
We're currently struggling at creating Extension Provider with FluidPowered Typo3. This tutorial is outdated an we can't find any solution how to make Fluid Extension Provider from scratch. Also the 'builder' extension is not compatible with Typo3 versions higher than 8.5.
https://fluidtypo3.org/documentation/templating-manual/templating/provider-extension/generating-extensions.html
Is there any possibility to create Fluid Powered Extension Provider with Typo3 v. 9? Where are informations about custom extension provider files structure, controllers etc. ? The last post on Fluid website is from 2017.
You might want to look at this page instead: FluidTemplate documentation
And yes its short, but everything I could write is at that page. ;)
i want use extension svewap/CleverReach with core form extension. I have typo3 7.6. I want create page for cleverreach in typoscript.
It is possible to use it in this way?
I should use finisher?
But finisher isn't avalible in my typo3 7.6 version.
Dokumentation page to my problem:
https://docs.typo3.org/typo3cms/extensions/cleverreach/UsersManual/Form/Index.html
It's not possible to use the form examples with TYPO3 7. It requires the new form extension which comes with TYPO3 8.
A question for tt_news:
how to link within the rte-editor - is there a possibilitiy to see a list of all news or is there another way to link news in the text
Best reguards
Volker
Yes, you can configure the RTE to have custom records (e.g. news) in the link wizard.
I wrote a tutorial about this for TYPO3 8LTS: https://usetypo3.com/linkhandler.html
For TYPO3 7LTS you have to use an extension like coding.ms already wrote.
Für TYPO3 7.6.x: https://github.com/cobwebch/linkhandler
Für TYPO3 8.7.x: https://docs.typo3.org/typo3cms/extensions/core/8.7/Changelog/8.6/Feature-79626-IntegrateRecordLinkHandler.html
I have been developing a site with TYPO3 6.2.15 and using the extension tx_news to show, well, news. Setting "Use FAL relations instead of news media elements" to "FAL + Multimedia" I could create relations with YouTube files, and they were shown in the frontend, both detail and list (if they have "Show in preview views" checked) page. The problem now is that after updating to TYPO3 7.6.2 they don't show up anymore. Gone, they appear in the backend if you edit a news record, but not in the frontend.
I know, in the documentation it says that the integration of audio and video is still to be done:
https://docs.typo3.org/typo3cms/extensions/news/stable/singlehtml/#video-audio-file
but it worked with TYPO3 6.2, so I assume it should work too with 7.6 too. The tx_news version I am using is 4.0.0.
Has anybody had the same issue and knows how to solve it?
The CE media element was removed in TYPO3 7LTS. In order to keep the old behaviour there is a system extension "mediace". I would install and configure it (f.e. add the static typoscript).
The custom media rendering has been removed in the master (upcoming 5.0.0) in favor of FAL. The best solution is to use
<f:for each="{newsItem.falMedia}" as="mediaElement">
<f:media file="{mediaElement}" class="img-responsive" />
</:for>
as this uses the renderers of FAL which can be of course also be extended by custom solutions.
Im looking to build a search box for my website that looks for content in tt_content as well as in tt_news.
Could anyone recommend me an TYPO3 extension maybe to accomplish my goal?
Did you try indexed search? http://typo3.org/extension-manuals/doc_indexed_search/4.2.1/view/