Einzelnen Beitrag anzeigen
  #3  
Alt 22.10.07, 18:33
paxoptimusprime paxoptimusprime ist offline
Forum Newbie
 
Registriert seit: 27.11.06
Alter: 27
Beiträge: 24

läuft irgendwie nicht hättest du n plausibles beispiel für die einbindung? ich tu mich grad n bissl in typo3 einarbeiten...

Typoscript-Code:
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
page = PAGE
page.stylesheet = uploads/tf/main.css
page.10 = TEMPLATE
page.10 {
template = FILE
template.file = uploads/tf/main.tmpl
workOnSubpart = DOKUMENT
subparts.CONTENT = CONTENT
subparts.CONTENT {
table = tt_content
select.orderBy = sorting
select.where = colPos=0
}
marks.MENU = HMENU - ERROR: Line 13: The script is short of 1 end brace(s)

wie mache ich dort weiter? und vor allem wie lade ich die ext in das menü?

Geändert von paxoptimusprime (22.10.07 um 18:38 Uhr).
Mit Zitat antworten