[TYPO3-UG Stuttgart] Problemchen

Mark Altmann mark.altmann at gmx.de
Thu Jun 29 12:10:10 CEST 2006


Hallo,

ich bin recht neu in dem Typo3 Thema und hab mich deshalb erst mal in die 
Tutorials vergraben. Also erst mal die Grundlagen des Templating und 
geschwind ein HTML Template erstellt.
Das funktioniert auch alles.
Nun hab ich meine HP nicht direkt im root im der Domain wie 
http://meine.domain.com sondern in einem Pfad darunter 
http://meine.domain.com/~meineHP/
Klappt ja auch und wird auch alles angezeit, da einzige Problem ist dass 
ich im TypoScript code transparent (d.h mit template = 
fileadmin/vorlage.tmpl zugreifen kann) Ich habs zwar über den Ressourcen 
Umweg hinbekommen, aber wich würde doch schon interessieren wie ich das 
trotzdem zum laufen bekommen würde :-)

Ein weiteres Problem auf meiner Seite ist, dass ich ein GMENU habe. meine 
Seitenstruktur hat schon auf lvl 2 Seiten. Der entryLevel ist auch mit 1 
gesetzt und mit der TypoScript Befehl zum Anzeigen ist auch da. Leider wird 
es in der Ausgabe nicht angezeigt, vielleicht wisst ihr ja woran es liegt.

Zum Anschauen hier der TypoScript Code:
seite = PAGE
seite {
typeNum = 0
stylesheet = layout.css
meta.Author = Mark Altmann
meta.Description = Die Seite des ultimativen WG-Netzes

10 = TEMPLATE
10.template = FILE
10.template.file = Vorlage_WG.tmpl
10.workOnSubpart = DOKUMENT

10.marks{
NAVIGATIONS = HMENU
NAVIGATIONS.special = directory
NAVIGATIONS.special.value = 2
NAVIGATIONS.entryLevel = 1
NAVIGATIONS.1 = GMENU
NAVIGATIONS.1.NO = 1
NAVIGATIONS.1.NO {
wrap = |<br>
XY = 175, 40
backColor = #EFEFEF

10 = TEXT
10.text.field = title
10.fontColor = black
10.fontSize = 12
10.niceText = 1
10.offset = 7, 25

20 = IMAGE
20.file = GIFBUILDER
20.file{
XY = 175, 1
backColor = white
}
20.offset = 0, 39
}

NAVIGATIONS.1.RO < .NAVIGATIONS.1.NO
NAVIGATIONS.1.RO{
backColor = #b8ded6
5 < .10
5.fontColor = #EFEFEF
5.offset = 9, 27
}

NAVIGATIONS.2 < .NAVIGATIONS.1

MAIN_CONTENT = CONTENT
MAIN_CONTENT {
table = tt_content
select.orderBy = sorting
select.where = colPos = 0
}

}
}

Vielen Dank schon mal im Vorraus,

Mark    
-- 
Mark Altmann
Darmstädter Straße 106
70376 Stuttgart

Tel.  0711/50889878
SIP: 1889878 at sipgate.de
Mob. 0179/1458421



More information about the TYPO3-stuttgart mailing list