RSS .92| RSS 2.0| ATOM 0.3
  • Home
  • About
  •  

    tt_news RSS feed – valid and with images

    June 16th, 2011

    I struggled some hours to get a RSS feed from tt_news including images. It appeared to be quiet simple. One of the problems was after inserting the NEWS_IMAGE marker in de template that the path in the source was only relative. An absRefPrefix with the baseURL seems to fix this. The template also needed some altering to get it through the W3 validator.

    Read the rest of this entry »


    Render tt_content element in extension

    December 3rd, 2010

    If you would like to read and output a normal tt_content record in an extension, you can do the following. In this example I wanted to have an extra remark / reminder when posting a new topic in the extension mm_forum, which a normal editor could edit in a tt_content element for example text. Read the rest of this entry »


    Getting rid of the javascript in Powermail

    May 21st, 2010

    Sometimes you do not want to use javascript as means of validation in the Powermail forms. Powermail can be set in the constants to either use the Mootools or the Prototype library. When for example using jQuery at the same time, you might want to disable the javascript in Powermail since most of the times you cannot use 2 different javascript libraries at the same time.

    Read the rest of this entry »


    TYPO3 multi language

    December 15th, 2008

    typo3-language-selectorWhat are the exact steps to make your TYPO3 website multi language on a site with TemplaVoila. This little tutorial explains it all… what to put in typoscript, how to handle realurl and how you can get a language selector on each page. If you like it or miss something please comment on it :)

    Read the rest of this entry »


    T3Blog installation. Is this the blog solution for TYPO3?

    December 10th, 2008

    t3blogTo be able to write down fast and easy tips & tricks regarding TYPO3 webdesign I installed the new blog extension T3Blog on this site. It did not take to long to get it working. Read here the steps I took and some comments on this still early release.

    Read the rest of this entry »