TYPO3 t3events and readable URLs - typo3

I use the TYPO3 extension t3events. The docs are not up to date with the current version of Typo3.
I know I have to add some code of routeEnhancers in sites config.yaml. But don't know what and how.
How can I realize readable URLs for t3events within TYPO3 version 9 LTS and above?

You are right with the routeEnhancers in site config.
If you need help implementing https://docs.typo3.org/c/typo3/cms-core/master/en-us/Changelog/9.5/Feature-86365-RoutingEnhancersAndAspects.html it might be easiest if you write down the different type of URLs you get.
I don't know t3events but I am sure somebody can help then.

Related

change website from old.mysite.com to new.mysite.com typo3 webserver

First: i am kind of a beginner in web administration. Please be patient ;)
I got a cloned VM from a server with a typo3 website on. i want to make it a test server to test updates and stuff before trying it on the real site.
I want the typo3 website to use staging.mywebsite.com instead of its normal url, but i am not sure where i need to change stuff in order for typo3 to work correctly.
what i did so far:
renamed the folder under /var/www/old.mywebsite.com to staging.mywebsite.com
change entries in /etc/hosts
But i am quite sure i need to change some config files too. Typo3 Version is 9.5
I found this:
TYPO3 How to change the name of a TYPO3 website
But i think thats not what i need?
Thank you in advance.
The URL for the website is defined in the site configuration, see here.
You should modify the entry point as shown in the second image of the documentation (2) or just use the slash "/".
In your example you should use "https://staging.mywebsite.com/". Please keep in mind not forget the slash "/" after the domain.

Getting content from remote database in TYPO3

I wrote web-site and as CMS used TYPO3. Now i have remote database and want to display content from that database on my site. But i dont have any idea, how to do that with typo3. Can someone give me a tipp or advice, where should i to start from. Maybe there is extension for that purpose(typo3 7.6.18).
First of all I don't know if there are extensions in TER solving this issue, but I would think that every database has its special behaviour you really need to adjust that extension.
I would prefer to write an own extension and the usage of TYPO3 8 LTS due to the switch to Doctrine DBAL. With that you can handle multiple databases easily.
Docs: https://docs.typo3.org/typo3cms/CoreApiReference/ApiOverview/Database/Index.html

TYPO3: nested entities in TCA

For a new extension in Typo3 i need to know how the functionality seen in this picture can be realised in TCA and how to implement it? It would be great to know how it is called. Icant find it anywhere and i think this is a core functionality because the same feature is used in TemplaVoila too. The current installed Typo3 Version is 4.5 (LTS). I have no idea how to start. Please help me.
best regards
flow
The feature is called Inline Relational Record Editing, short IRRE. The TCA-type is "inline".

TYPO3 EXT: SB Portfolio (2) feedback

I'm looking for at portfolio Extension to TYPO3 v. 6.1 FLUID/EXTBASE, and have looked at the EXT: SB Portfolio and maybe the version 2.
But need some feedback that know the extension and have played with it.
My question is.
Is it possible to changes the layout by adding classes/div's/span's, like TX_News ?
And is it like TX_News, to edit.
You should do your own research before asking here. How can you do that?
Have a look at the manual:
http://docs.typo3.org/typo3cms/extensions/sb_portfolio2/0.0.2/
You will see that sb_portfolio2 ist an Extbase/Fluid extension. Therefore - as with all extensions using Fluid as templating engine - you can change the path to layouts/templates/partials as you can to it with "news".
If an extensions you want to evaluate doesn't have a manual, you can also install it and examine the structure. If it has a folder structure like
Classes/Controller
Resources/Private/Templates
...
it will most likely (not not necessarily) be an Extbase/Fluid extension.
So try to answer your own question in the future and get back with specific problems if it doesn't work out.

Is it possible to replace the RTE in TYPO3?

I found a better JS RTE out there and would like to know how to replace the TYPO3 default with the one I found. I googled a lot but couldn't find anything stating how to achieve this.
This is not easily possible without "loosing" many TYPO3 features, because the rtehtmlarea highly integrated into TYPO3.
Especially the link handling is custom, so you would have to write special support to make this work.
A possible replacement is tinemce_rte. It works fairly well, but it does a little more than just replacing the editor with tinymce, e.g. it also adds custom linkhandler support. You can look into this extension if you really want to do this work.
You can download tinyrte or ask in tinyrte forum how to replace htmlarea. Here is the download link: http://typo3.org/extensions/repository/view/tinyrte.