[TYPO3-german] 4.2.0 | clickenlarge geht nicht

Bernhard Ludwig lucomp at lucomp.de
Tue Jun 10 19:01:13 CEST 2008


>--------- Original-Nachricht --------
>Von: German Typo3 Userlist <typo3-german at lists.netfielders.de>
>An: typo3-german at lists.netfielders.de <typo3-german at lists.netfielders.de>
>Betreff: Re: [TYPO3-german] 4.2.0 | clickenlarge geht nicht
>Datum: 10/06/08 18:50
>
> Hallo Bernhard,
> 
> LUCOMP mediale kommunikation &amp; internetDesign Bernhard Ludwig wrote:
> &gt; Da ist natürlich reichlich wenig drin, um ein neues Fenster mit dem
Vollbild
> &gt; aufzumachen.
> &gt; Muss da nochwas im Setup eingetragen werden oder wo fange ich am >
besten mit
> &gt; der Fehlersuche an? 
> &gt; 
> &gt; Ich verwende die 4.2.0 mit automaketemplate
> 
> Bei mir funktioniert clickenlarge ohne weitere Anpassungen mit 4.2. und 
> automaketemplate. Irgendetwas anderes noch installiert? 
> CSS_styled_content ist eingebunden?
> 
> Viele Grüße,
> 
> Susanne

Hallo Susanne,

vielen Dank für Deine Hilfe. Ausser automaketemplate ist nichts installiert,
CSS_styled_content ist natürlich eingebunden. Reicht bei automaketemplate
die Standardkonfiguration oder muss man hier noch was extra eintragen? Hier
mal mein Setup:

# Configuring the Auto-Parser for main template:
plugin.tx_automaketemplate_pi1 {
    # Read the template file:
  content = FILE
  content.file = fileadmin/template/main/index3_typo_vorlage_01.html

    # Here we define which elements in the HTML that 
    # should be wrapped in subpart-comments:
  elements {
    BODY.all = 1
    BODY.all.subpartMarker = DOCUMENT_BODY

    HEAD.all = 1
    HEAD.all.subpartMarker = DOCUMENT_HEADER
    HEAD.rmTagSections = title

    TD.all = 1
  }

    # Prefix all relative paths with this value:
  relPathPrefix = fileadmin/template/main/
}

# insert menu here --begin--
# Menu 1 cObject
temp.menu_1 = HMENU
  # First level menu-object, textual
temp.menu_1.1 = TMENU
temp.menu_1.1 {
    # Normal state properties
  NO.allWrap = <div class="menu1-level1-no"> | </div>
    # Enable active state and set properties:
  ACT = 1
  ACT.allWrap = <div class="menu1-level1-act"> | </div>
}
  # Second level menu-object, textual
temp.menu_1.2 = TMENU
temp.menu_1.2 {
    # Normal state properties
  NO.allWrap = <div class="menu1-level2-no"> | </div>
    # Enable active state and set properties:
  ACT = 1
  ACT.allWrap = <div class="menu1-level2-act"> | </div>
}
# menu --end--

# 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:
  subparts.content < styles.content.get
}

# 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
}

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

# Getting body tag from template
page.bodyTagCObject =< plugin.tx_automaketemplate_pi1
page.bodyTagCObject.getBodyTag=1


# 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


Vielen Dank für weitere Hilfe,
Bernhard





More information about the TYPO3-german mailing list