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 »


    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 »


    Enlarging the Typoscript and RTE windows in the TYPO3 backend

    May 20th, 2010

    It could be unhandy at times to haveto work in the default sizes of the htmlArea RTE text-editor and the Typoscript constants en setup windows. This can easily be changed by modifying the backend user and the user settings.

    Read the rest of this entry »