typo3: generate dynamic website, show only the pages that include content

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • nick78

    typo3: generate dynamic website, show only the pages that include content

    hi,

    i want to create a web form where someone can do some input or pick
    strings from select boxes. after that the person can click a preview
    button and a website will be generated dynamically. so i thought i
    should use typo3. first of all i created a html-template. then a page
    tree with all the sites that could possibly appear. in the end only the
    sites with content, will be shown. all of this must happen
    automatically. so i need a php script or a typoscript that compares the
    "pages" table with the "tt_content " table. after that the attribute
    "hidden" in the "pages" table should be "true" for the pages that
    doesn't contain any content.

    does anyone have an idea if this is possible or if typo3 is the right
    choice?

    thx
    nick

Working...