[TYPO3-german]headerData --> H1 für Seitentitel
Patric Schmid
info at virtualvisons.ch
Wed Feb 25 16:41:48 CET 2009
ABER So geht's:
config.noPageTitle = 1
page.headerData.5 = CONTENT
page.headerData.5{
table = tt_content
select{
pidInList = this
orderBy = sorting
where = colPos=0
begin = 0
max = 1
}
renderObj = TEXT
renderObj{
field = header
wrap = <title>|</title>
}
}
"Patric Schmid" <info at virtualvisons.ch> wrote in message
news:mailman.1.1235575738.8392.typo3-german at lists.netfielders.de...
> Merci René, leider funktioniert dieser Ansatz nicht (zumindest nicht so
> wie er da steht)....muss irgendwie an das verflixte h1 / title / header
> dings bums rankommen..
>
>
> "ReneZ Kockisch" <kockiren at tu-cottbus.de> wrote in message
> news:mailman.1.1235568740.24705.typo3-german at lists.netfielders.de...
>> Hallo Tric,
>>
>> probier es doch mit ner SQL Abfrage auf tt_content Table. In etwa so:
>>
>>
>> page.headerData.5 = CONTENT
>> page.headerData.5{
>>
>> table = tt_content
>> select{
>> selectFields = header
>> andWhere{
>> data = GP:id
>> wrap = tt_content.pid=|
>> }
>>
>> renderObj = TEXT
>> renderObj{
>> field = header
>> wrap = <title>|</title>
>> }
>> }
>>
>>
>> Gruß
>> René
>>
>>
>>
>>
>>
>>
>>
>> ----------------------------------
>> Kosys - Kockisch ITK Systems and Services
>> Inh. Kockisch René
>>
>> Görlitzer Str. 22
>> 03046 Cottbus
>>
>> Tel.: 0355/ 430 903 81
>> Fax.: 0355/ 430 903 84
>>
>>
>> Internet: www.kosys-cottbus.de
>> E-Mail: rene-kockisch at kosys-cottbus.de
>>
>
>
More information about the TYPO3-german
mailing list