Posted on February 7, 2009Maarten
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 »
Posted on January 25, 2009Maarten
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 »
Posted on January 11, 2009Maarten
There is a TypoScript solution for displaying a single news item on your frontpage, this way you don’t need to use a List of Latest element. But this is not always effective since you are not able to rate or comment this single news item, just the page. After a long search I found this [...]
Read the rest of this entry »
Posted on January 3, 2009Maarten
This makes sure tt_news never displays duplicate news items on the same page. Put this is your typoscript setup: plugin.tt_news { excludeAlreadyDisplayedNews = 1 } This can be usefull when you have multiple news plugins on one page, like latest and list.
Read the rest of this entry »