Archive for the ‘Extensions’ Category

TYPO3 SEO: The Basics…

In this post I’m going to show you some basics of SEO in TYPO3, I will explain how you can easily handle SEO stuff within TYPO3. This is not a “best practise” nor is it a tutorial on how SEO works. But if you’re new to TYPO3, or SEO in TYPO3 you’ll find some useful things here.

Read the rest of this entry »

TYPO3: Generate all realurl path’s in one click!

A small trick when working with realurl. If you want generate all url path’s at onces just create a sitemap page (not in menu) and visted it. All pages in the sitemap do now have a realurl path generated.

Read the rest of this entry »

TYPO3: Quick RSS feed of tt_news

RSS-feeds of tt_news are really simple. To make it even more easy just copy-paste this to your TypoScript setup: plugin.tt_news { # SYS-Folder with newsitems pid_list = # Page with single view singlePid = displayXML { xmlTitle = Your RSS title xmlLink = Your website url xmlDesc = Your RSS description subheader_stdWrap.crop = 250 | [...]

Read the rest of this entry »

TYPO3: A better tt_news page browser

Sometimes you walk into things you should have known by now… This week I was setting up a tt_news configuration, which I have done like a million times, and found this code: plugin.tt_news { usePiBasePagebrowser = 0 } Now, just out of curiosity I set it to 1, just to see what happened… What do [...]

Read the rest of this entry »

TYPO3: Auto generated tt_news image using GIFBUILDER

If you have a image in your latest of list view sometimes you just don’t have a appropriate picture, but no picture would distroy your nice design. tt_news can automatically insert a generated image, using GIFBUILDER. This TypoScript snippet is a latest view, but list is also posible. Adjust the output by reading this.

Read the rest of this entry »

TYPO3: Raw HTML in tt_news records

When trying to embed a video in tt_news I sadly came to the conclusion this was in no way posible. There are a few extension to embed YouTube video in tt_news but since my video was from another website I was out of luck. I wrote an extension to insert raw HTML into a tt_news [...]

Read the rest of this entry »