[TYPO3-UG Dutch] Forms niet zichtbaar

Elise Daans elise at buitendezone.be
Thu Jan 12 16:46:22 CET 2006


Hoi,

Dankjewel voor de reactie.
Op die pagina staat al text .. ik kan er geen form bijplaatsen. dat toont ie 
niet.
Maar het heeft waarschijnlijk te maken met mijn template?
Ik zal hiet even de code pasten.
Enig idee wat ik fout doe?
Ik kan dus text invoegen. Een loginform, searchform, contactform,gastenboek 
lukt niet ... een messageboard wel.

# Default PAGE object:
page = PAGE
page.typeNum = 0

# Copying the content from TEMPLATE for <body>-section:
page.10 < temp.mainTemplate

# Copying the content from TEMPLATE for <head>-section:
page.headerData.10  < temp.headTemplate

en ext: Main template cObject
----------------------------------
# Main TEMPLATE cObject for the HEAD
temp.headTemplate = TEMPLATE
temp.headTemplate {
    # Feeding the content from the Auto-parser to the TEMPLATE cObject:
    template =< plugin.tx_automaketemplate_pi1

    # Select only the content between the <head>-tags
    workOnSubpart = DOCUMENT_HEADER
}

# Main TEMPLATE cObject for the BODY
temp.mainTemplate = TEMPLATE
temp.mainTemplate {
    # Feeding the content from the Auto-parser to the TEMPLATE cObject:
    template =< plugin.tx_automaketemplate_pi1

    # Select only the content between the <body>-tags
    workOnSubpart = DOCUMENT_BODY

    # Substitute the ###menu_1### subpart with dynamic menu:
    subparts.menu_1 < temp.menu_1

    # Substitute the ###content### subpart with some example content:
    subparts.content < styles.content.get

   # Substitute the ###content2### subpart with some example content:
    subparts.content2 < styles.content.getBorder

groetjes,

Elise Daans

"Daniel Doesburg [netcreators]" <typo3 at doesburg.biz> wrote in message 
news:mailman.1.1137065133.22145.typo3-ug-dutch at lists.netfielders.de...
> Let's start at the very beginning. A very good place to start.
>
> Als je een gewoon text-contentelement op diezelfde pagina plaatst, wordt
> dat dan wel weergegeven?
> Dus je content type form even omzetten naar text (of header oid) en dan
> even controleren of er dan wel iets getoond wordt.
>
> 'k Ben benieuwd.
>
> Groeten,
>
> Daniel
>
>
>
>
> Elise Daans schreef:
>> Hoi,
>>
>> Nee ik gebruik geen cSet.
>> Het is echt vreemd en weet niet echt hoe dit op te lossen.
>> iemand nog een idee?
>>
>> Greetz,
>>
>> Elise
>>
>> "Rob De Vries" <spam_this at pandora.be> wrote in message
>> news:mailman.1.1136819355.16489.typo3-ug-dutch at lists.netfielders.de...
>>> Dag Elise
>>>
>>> gebruik je per ongeluk geen static template zoals cSet stylesheet of
>>> cSet(deault) ?
>>>
>>>
>>> mag normaal geen rpoblemen geven als je enkel met css_styled_content 
>>> werkt
>>> (hoewel oudere versies ervan en oudere TYPO3 versies wel problemen 
>>> gaven)
>>>
>>> greetz
>>> Rob
>>
>> 





More information about the TYPO3-UG-dutch mailing list