[TYPO3] Basic questions- how do I put text from the fields into pages?
Mike
php at talkingspider.com
Fri Aug 11 15:24:18 CEST 2006
Ok that's excellent, but what if I have 20 pages, all identical using
the same template, but I want them to have different content. If
the template is explicitly referring to the uid of that tt_content
record, like in the example you gave, then all the pages would all
have that same content, right? How do I make each page use a
different $the_id_of_the_content_element. Do I just have to hard code that?
At 08:51 AM 8/11/2006, you wrote:
>You can put the content of any page content element on the page using
>TypoScript.
>
>temp.myContent = RECORDS
>temp.myContent {
> tables = tt_content
> source = {$the_id_of_the_content_element}
>}
>
>subparts.myContentGoesHere < temp.myContent
>
>You can use a page in a SysFolder, where you just create the intended
>content element, and put its id in the constant
>the_id_of_the_content_element. Then your customer can edit this element,
>even can change its type.
>
>Bert
>
>Mike írta:
> > At 07:47 AM 8/11/2006, you wrote:
> >> > How do I define another field and put it onto my page with typoscript?
> >>
> >> 1) in your html template add
> >>
> >> ###mynewmarker###Dummy text to be replaced###mynewmarker###
> >>
> >> 2) in your root typoscript add
> >>
> >> page.10.subparts.mynewmarker = HMTL
> >> page.10.subparts.mynewmarker.value = Text added from typoscript template
> >
> > Yea, I can do that, but then the text that get's filled into the html is
> > just hard coded in the template. If my client wants to change "Text
> > added from typoscript template", they would have to go in and change the
> > typoscript code. Isn't there supposed to be like a form field the
> > client can use to change the text on a page?
> >
> >
> >
> >
>_______________________________________________
>TYPO3-english mailing list
>TYPO3-english at lists.netfielders.de
>http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english
More information about the TYPO3-english
mailing list