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 »