![]() |
| | LinkBack | Themen-Optionen | Thema bewerten | Ansicht |
|
#1
| |||
| |||
hallo zusammen, ich habe meine anfänglichen schwierigkeiten bewältigen können... nun habe ich aber 2 probleme: einerseits wird auf der seite das seitenmenü (unterhalb header - bild) nicht auf unterseiten übertragen, andererseits wird der seitentitel unschön oben links übernommen... ... ich finde nicht raus, worans liegt... hat jemand eine idee? danke fürs feedback! seite: TAETZLI.CH (vorübergehend) |
|
#2
| |||
| |||
| Hallo pfistyle, ohne Dein TypoScript wird die Problemsuche zu einem ganz schönen Rätselraten ... ![]() Aus dem Stegreif kann ich nur feststellen, dass der "Seitentitel" ohne jeglichen Tag im <head> Deiner HTML-Datei rumzulungern scheint. Dafür heißt jede Seite TAETZLICH.CH. Mal sehen, was in Deinem TS so steht ... Gruß longhook |
|
#3
| |||
| |||
| hallo longhook, danke für deine antwort. hier das setup: Tscript: config.txt config { #Ausgabe von XHTML aktivieren xhtml_cleaning = all #Doctype auf XHTML 1.0 Transitional einstellen #doctype = xhtml_trans doctype = xhtml_strict #renderCharset = utf-8 #Sprache für die Attribute "xml:lang" und "lang" im <html>-Tag htmlTag_langKey = de #XML Prolog unterdrücken, weil der Internet Explorer ansonsten in den nicht standartkonfomen Quirks-Modus wechselt xmlprologue = none noPageTitle = 1 #Sprache language = de locale_all = german #sendCacheconomicseaders=0 index_enable = 1 admPanel = 1 inlineStyle2TempFile = 1 # Externalize CSS and JS #removeDefaultJS = 1 #Cache #cache_clearAtMidnight #no_cache=1 # Spam Protection spamProtectEmailAddresses = 2 spamProtectEmailAddresses_atSubst = (at) uniqueLinkVars = 1 } // Reihenfolge von Doctype und XML-Prolog beim Internet Explorer tauschen (wegen Bug) [browser = msie] config.doctypeSwitch = 1 [else] config.doctypeSwitch = 0 [end] config.linkVars = L config.sys_language_uid = 0 config.language = de config.locale_all = german [globalVar = GP:L = 1] config.sys_language_uid = 1 config.language = en config.locale_all = english [global] #lib.parseFunc_RTE.tags.link.typolink.target = _self #page Last Updated temp.lastupd = TEXT temp.lastupd { data = page:lastUpdated if.isTrue.data = page:lastUpdated date = d.m.Y wrap = Seite aktualisiert: | data = register : SYS_LASTCHANGED if > } # Popup für Bilder fomatieren tt_content.textpic.20{ 1.imageLinkWrap = 1 1.imageLinkWrap { enable = 1 bodyTag = <BODY bgColor=white leftmargin="0" topmargin="0" marginwidth="0" marginheight="0"> wrap = <A href="javascript:close();"> | </A> JSwindow = 1 JSwindow.newWindow = 1 JSwindow.expand = 0,0 } } tt_content.image.20 { 1.imageLinkWrap = 1 1.imageLinkWrap { enable = 1 bodyTag = <BODY bgColor=white leftmargin="0" topmargin="0" marginwidth="0" marginheight="0"> wrap = <A href="javascript:close();"> | </A> JSwindow = 1 JSwindow.newWindow = 1 JSwindow.expand = 0,0 } } temp.logo = TEXT temp.logo.dataWrap = <h1 id="logo"><a href="{$logolink}" title="{$logolink_alt}">{$logolink_text}</a></h1> ## Überschriften ohne Zusätze ## titlelib.stdheader.2.headerStyle > lib.stdheader.3.headerClass > lib.stdheader.4.headerClass > lib.stdheader.stdWrap.dataWrap = | lib.stdheader.10.1.fontTag = <h1 class="title">|</h1> lib.stdheader.10.3.fontTag = <h3>|</h3> lib.stdheader.10.4.fontTag = <h4>|</h4> lib.stdheader.10.5.fontTag = <h5>|</h5> ## Ein P bleibt ein P und wird nicht zum P lass="bodytext" ## lib.parseFunc_RTE.nonTypoTagStdWrap.encapsLines.addAttributes.P.class > # keine P in TD generieren aber trotzdem Inhalt parsen lib.parseFunc_RTE.externalBlocks.table.HTMLtableCells.default > lib.parseFunc_RTE.externalBlocks.table.HTMLtableCells.default.stdWrap.parseFunc =< lib.parseFunc # Wechselnde Headgrafik temp.logo = IMAGE temp.logo { file = fileadmin/templates/economics/images/banner.jpg file.import.data = levelmedia: -1, "slide" file.import = uploads/media/ file.import.listNum = 0 file.import.override.field = media } #Datum und Sitename in Fussteile temp.copyright = TEXT temp.copyright { data = date : U strftime = %Y wrap = © | } constants.txt: //maximale bildrösse styles.content.imgtext.maxW = 480 styles.content.imgtext.maxWInText = 480 # Sezten der Variablen für den Link des Logos seitentitel = #Konstanten Druckversion #plugin.alt.print.file.template = fileadmin/templates/economics/printversion.tmpl #plugin.alt.print.file.stylesheet = fileadmin/templates/economics/css/print.css lastupdate.txt: #page Last Updated temp.lu = TEXT temp.lu { data = page:lastUpdated if.isTrue.data = page:lastUpdated date = d.m.Y, H:i wrap = Seite aktualisiert: | data = register : SYS_LASTCHANGED if > } mailform.txt: # ****************** # CType: mailform # ****************** tt_content.mailform = COA tt_content.mailform.10 = < lib.stdheader tt_content.mailform.20 = FORM tt_content.mailform.20 { # stdWrap.wrap = <fieldset style="border:1px; width:90%; padding:5px;">|</fieldset> # labelWrap.wrap = <div style="width:100px;float:left;">|</div> # REQ.labelWrap.wrap = <div style="width:100px;float:left;">|</div> # commentWrap.wrap = <div style="width:100px;float:left;">|</div> # radioWrap.wrap = <div style="width:100px;float:left;">|</div> params > params.input = class="mf-input" params.password = class="mf-pass" params.textarea = class="mf-text" params.check = class="mf-check" radio = class="mf-radio" params.select = class="mf-select" params.file = class="mf-file" params.reset = class="mf-reset" params.submit = class="mf-submit" badMess = Bitte kontrollieren Sie folgende Angaben: target = _self } menu_oben.txt: temp.menuoben = HMENU temp.menuoben.excludeUidList = temp.menuoben { 1 = TMENU 1 { noBlur = 1 expAll = 1 wrap = <ul>|</ul> noBlur = 1 NO { wrapItemAndSub = <li class="first_page_item">|</li>|*|<li>|</li>|*||*| ATagParams = ATagTitle.field = description // title } ACT=1 ACT { wrapItemAndSub = <li class="first_page_item">|</li>|*|<li>|</li>|*||*| ATagParams = class="act" ATagTitle.field = description // title } } } print.txt: ####Setup Druckversion##### alt_print > alt_print = PAGE alt_print.typeNum=1 alt_print.bodyTag =<body bgcolor="#ffffff" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" onload="javascript:window.print()"> alt_print.stylesheet = fileadmin/templates/economics/css/print.css alt_print.10 = TEMPLATE alt_print.10 { template = FILE template.file = fileadmin/templates/economics/printversion.tmpl marks { PAGE_TITLE = TEXT PAGE_TITLE.field = title PAGE_SUBTITLE = TEXT PAGE_SUBTITLE.field = subtitle PAGE_AUTHOR = TEXT PAGE_AUTHOR.field = author PAGE_AUTHOR.required=1 PAGE_AUTHOR.typolink.parameter.field = author_email PAGE_UID = TEXT PAGE_UID.field = uid CONTENT < styles.content.get } workOnSubpart = DOCUMENT_BODY } ####Ende Setup Druckversion##### #####Druckversion Setup #temp.prn = TEXT #temp.prn { # field = uid #value = <meta http-equiv="refresh" content="0; URL=javascript:window.print()"> # wrap = <a href="index.php?id=|&type=98" alt="Aktuelle Seite drucken" title="Aktuelle Seite drucken" #class="menu_unten" target="_new">Drucken</a> #} temp.prn = TEXT temp.prn.wrap = <a class="menu_unten" alt="Druckversion" title="Druckversion" href="#" onClick="window.open('index.php?id=|&type=1','Drucken','height=800, width=600, scrollbars=yes');">Drucken</a> temp.prn.field = uid rootline.txt: tmp.breadcrump = HMENU tmp.breadcrump { special = rootline special.range = 1|-1 1 = TMENU 1.noBlur = 1 1.wrap = <p id="">Sie sind hier: | </p> 1.target = _self 1.NO { linkWrap= | allWrap = |*|| » |*| |*| ATagBeforeWrap = 1 ATagTitle.field = description // title } } setup.txt: page = PAGE page.typeNum = 0 page.meta.DESCRIPTION = Testseite page.meta.KEYWORDS = Internet, Homepage page.includeCSS.file1 = fileadmin/templates/economics/css/style.css page.includeCSS.file1.media = screen,projection page.includeCSS.file2 = fileadmin/templates/economics/css/t3.css page.includeCSS.file2.media = screen,projection #page.headerData.1 = TEXT #page.headerData.1.value ( # <!--[if lte IE 6]> # <style type=text/css> # @import url(fileadmin/templates/economics/css/main-msie.css); # </style> # <![endif]--> #) page.headerData.2 = TEXT page.headerData.2.field = title page.bodyTag = <body> page.1 = TEMPLATE page.1.template = FILE page.1.template.file = fileadmin/templates/economics/index.html page.1 { workOnSubpart = DOKUMENT subparts.MENU_OBEN < temp.menuoben subparts.MENU_LINKS < temp.menulinks subparts.INHALT < styles.content.get subparts.INHALT_LINKS < styles.content.getLeft subparts.INHALT_LINKS.select.pidInList = 2 subparts.COPYRIGHT < temp.copyright subparts.LOGO < temp.logo subparts.SUCHE < temp.suche subparts.ROOTLINE < tmp.breadcrump subparts.DRUCKEN < temp.prn subparts.AKTUALISIERT < temp.lastupd subparts.FIRMENNAME = TEXT subparts.FIRMENNAME.value = } ################################## #script ausgeben (heise news) #tt_content.script = CASE #tt_content.script { #key.field = select_key #heisenews = PHP_SCRIPT_EXT #heisenews.file = fileadmin/scripts/heise.php #} suchen.txt: temp.suche < plugin.tx_macinasearchbox_pi1 temp.suche { pidSearchpage = {$suche} templateFile = fileadmin/templates/economics/suche.htm } plugin.tx_indexedsearch._CSS_DEFAULT_STYLE = .tx-indexedsearch .tx-indexedsearch-browsebox LI { display:inline; margin-right:5px; } .tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-button { width:100px; } .tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-sword { width:150px; } .tx-indexedsearch .tx-indexedsearch-whatis { margin-top:10px; margin-bottom:5px; } .tx-indexedsearch .tx-indexedsearch-whatis .tx-indexedsearch-sw { font-weight:bold; font-style:italic; } .tx-indexedsearch .tx-indexedsearch-noresults { text-align:center; font-weight:bold; } .tx-indexedsearch .tx-indexedsearch-res TD.tx-indexedsearch-descr { font-style:italic; } .tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr .tx-indexedsearch-redMarkup { color:red; } .tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-info { background:#eeeeee; } .tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead { margin-top:20px; margin-bottom:5px; } .tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead H2 { margin-top:0px; margin-bottom:0px; } .tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead TD { background:#cccccc; vertical-align:middle; } .tx-indexedsearch .tx-indexedsearch-res .noResume { color:#666666; } .tx-indexedsearch .tx-indexedsearch-category { background:#cccccc; font-size:16px; font-weight:bold; } /* Additional styles, needed for the tableless template_css.tmpl (styles don't conflict with the original template) */ .tx-indexedsearch .res-tmpl-css { clear:both; margin-bottom:1em; } .tx-indexedsearch .searchbox-tmpl-css LABEL { margin-right:1em; width:10em; float:left; } .tx-indexedsearch .result-count-tmpl-css, .tx-indexedsearch .percent-tmpl-css { letter-spacing:0; font-weight:normal; margin-top:-1.2em; float:right; } .tx-indexedsearch .info-tmpl-css dt, .tx-indexedsearch dl.info-tmpl-css dd { float:left; } .tx-indexedsearch .info-tmpl-css dd.item-mtime { float:none; } .tx-indexedsearch .info-tmpl-css dd.item-path { float:none; } tip.txt: tsconfig_root_page.txt: mod.SHARED.colPos_list = 1,0 zuletzt aktualisiert.txt: temp.lastactmenu = COA temp.lastactmenu { 5 = TEXT 5.value = Die 5 neuesten Beiträge der letzten Woche finden Sie hier: 5.wrap = <h4 class="title">|</h4> 10 = HMENU 10 = HMENU 10 { special = updated special.value = 1 #special.mode = tstamp special.maxAge = 3600*24*5 special.limit = 8 1 = TMENU 1.noBlur = 1 1.wrap = <ul class="ul-style01">|</ul> 1.NO = 1 1.NO.linkWrap = <li class="first">|</li>|*|<li>|</li> 1.NO.stdWrap.append = COA 1.NO.stdWrap.append.doNotLinkIt = 1 1.NO.stdWrap.append { 10 = TEXT 10.wrap = <span class="mnuupdate"> Aktualisiert: | </span> 10.field = SYS_LASTCHANGED 10.strftime = %A } 1.CUR < .NO 1.CUR { doNotLinkIt = 1 linkWrap = <li class="first">|</li>|*|<li>|</li> } } } constants: //maximale bildrösse styles.content.imgtext.maxW = 480 styles.content.imgtext.maxWInText = 480 # Sezten der Variablen für den Link des Logos seitentitel = Meineseite.com #Konstanten Druckversion #plugin.alt.print.file.template = fileadmin/templates/economics/printversion.tmpl #plugin.alt.print.file.stylesheet = fileadmin/templates/economics/css/print.css dankeschön für jede hilfe! |
|
#4
| |||
| |||
| hallo longhook, danke für deine antwort. hier das setup: Tscript: config.txt config { #Ausgabe von XHTML aktivieren xhtml_cleaning = all #Doctype auf XHTML 1.0 Transitional einstellen #doctype = xhtml_trans doctype = xhtml_strict #renderCharset = utf-8 #Sprache für die Attribute "xml:lang" und "lang" im <html>-Tag htmlTag_langKey = de #XML Prolog unterdrücken, weil der Internet Explorer ansonsten in den nicht standartkonfomen Quirks-Modus wechselt xmlprologue = none noPageTitle = 1 #Sprache language = de locale_all = german #sendCacheconomicseaders=0 index_enable = 1 admPanel = 1 inlineStyle2TempFile = 1 # Externalize CSS and JS #removeDefaultJS = 1 #Cache #cache_clearAtMidnight #no_cache=1 # Spam Protection spamProtectEmailAddresses = 2 spamProtectEmailAddresses_atSubst = (at) uniqueLinkVars = 1 } // Reihenfolge von Doctype und XML-Prolog beim Internet Explorer tauschen (wegen Bug) [browser = msie] config.doctypeSwitch = 1 [else] config.doctypeSwitch = 0 [end] config.linkVars = L config.sys_language_uid = 0 config.language = de config.locale_all = german [globalVar = GP:L = 1] config.sys_language_uid = 1 config.language = en config.locale_all = english [global] #lib.parseFunc_RTE.tags.link.typolink.target = _self #page Last Updated temp.lastupd = TEXT temp.lastupd { data = page:lastUpdated if.isTrue.data = page:lastUpdated date = d.m.Y wrap = Seite aktualisiert: | data = register : SYS_LASTCHANGED if > } # Popup für Bilder fomatieren tt_content.textpic.20{ 1.imageLinkWrap = 1 1.imageLinkWrap { enable = 1 bodyTag = <BODY bgColor=white leftmargin="0" topmargin="0" marginwidth="0" marginheight="0"> wrap = <A href="javascript:close();"> | </A> JSwindow = 1 JSwindow.newWindow = 1 JSwindow.expand = 0,0 } } tt_content.image.20 { 1.imageLinkWrap = 1 1.imageLinkWrap { enable = 1 bodyTag = <BODY bgColor=white leftmargin="0" topmargin="0" marginwidth="0" marginheight="0"> wrap = <A href="javascript:close();"> | </A> JSwindow = 1 JSwindow.newWindow = 1 JSwindow.expand = 0,0 } } temp.logo = TEXT temp.logo.dataWrap = <h1 id="logo"><a href="{$logolink}" title="{$logolink_alt}">{$logolink_text}</a></h1> ## Überschriften ohne Zusätze ## titlelib.stdheader.2.headerStyle > lib.stdheader.3.headerClass > lib.stdheader.4.headerClass > lib.stdheader.stdWrap.dataWrap = | lib.stdheader.10.1.fontTag = <h1 class="title">|</h1> lib.stdheader.10.3.fontTag = <h3>|</h3> lib.stdheader.10.4.fontTag = <h4>|</h4> lib.stdheader.10.5.fontTag = <h5>|</h5> ## Ein P bleibt ein P und wird nicht zum P lass="bodytext" ## lib.parseFunc_RTE.nonTypoTagStdWrap.encapsLines.addAttributes.P.class > # keine P in TD generieren aber trotzdem Inhalt parsen lib.parseFunc_RTE.externalBlocks.table.HTMLtableCells.default > lib.parseFunc_RTE.externalBlocks.table.HTMLtableCells.default.stdWrap.parseFunc =< lib.parseFunc # Wechselnde Headgrafik temp.logo = IMAGE temp.logo { file = fileadmin/templates/economics/images/banner.jpg file.import.data = levelmedia: -1, "slide" file.import = uploads/media/ file.import.listNum = 0 file.import.override.field = media } #Datum und Sitename in Fussteile temp.copyright = TEXT temp.copyright { data = date : U strftime = %Y wrap = © | } constants.txt: //maximale bildrösse styles.content.imgtext.maxW = 480 styles.content.imgtext.maxWInText = 480 # Sezten der Variablen für den Link des Logos seitentitel = #Konstanten Druckversion #plugin.alt.print.file.template = fileadmin/templates/economics/printversion.tmpl #plugin.alt.print.file.stylesheet = fileadmin/templates/economics/css/print.css lastupdate.txt: #page Last Updated temp.lu = TEXT temp.lu { data = page:lastUpdated if.isTrue.data = page:lastUpdated date = d.m.Y, H:i wrap = Seite aktualisiert: | data = register : SYS_LASTCHANGED if > } mailform.txt: # ****************** # CType: mailform # ****************** tt_content.mailform = COA tt_content.mailform.10 = < lib.stdheader tt_content.mailform.20 = FORM tt_content.mailform.20 { # stdWrap.wrap = <fieldset style="border:1px; width:90%; padding:5px;">|</fieldset> # labelWrap.wrap = <div style="width:100px;float:left;">|</div> # REQ.labelWrap.wrap = <div style="width:100px;float:left;">|</div> # commentWrap.wrap = <div style="width:100px;float:left;">|</div> # radioWrap.wrap = <div style="width:100px;float:left;">|</div> params > params.input = class="mf-input" params.password = class="mf-pass" params.textarea = class="mf-text" params.check = class="mf-check" radio = class="mf-radio" params.select = class="mf-select" params.file = class="mf-file" params.reset = class="mf-reset" params.submit = class="mf-submit" badMess = Bitte kontrollieren Sie folgende Angaben: target = _self } menu_oben.txt: temp.menuoben = HMENU temp.menuoben.excludeUidList = temp.menuoben { 1 = TMENU 1 { noBlur = 1 expAll = 1 wrap = <ul>|</ul> noBlur = 1 NO { wrapItemAndSub = <li class="first_page_item">|</li>|*|<li>|</li>|*||*| ATagParams = ATagTitle.field = description // title } ACT=1 ACT { wrapItemAndSub = <li class="first_page_item">|</li>|*|<li>|</li>|*||*| ATagParams = class="act" ATagTitle.field = description // title } } } print.txt: ####Setup Druckversion##### alt_print > alt_print = PAGE alt_print.typeNum=1 alt_print.bodyTag =<body bgcolor="#ffffff" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" onload="javascript:window.print()"> alt_print.stylesheet = fileadmin/templates/economics/css/print.css alt_print.10 = TEMPLATE alt_print.10 { template = FILE template.file = fileadmin/templates/economics/printversion.tmpl marks { PAGE_TITLE = TEXT PAGE_TITLE.field = title PAGE_SUBTITLE = TEXT PAGE_SUBTITLE.field = subtitle PAGE_AUTHOR = TEXT PAGE_AUTHOR.field = author PAGE_AUTHOR.required=1 PAGE_AUTHOR.typolink.parameter.field = author_email PAGE_UID = TEXT PAGE_UID.field = uid CONTENT < styles.content.get } workOnSubpart = DOCUMENT_BODY } ####Ende Setup Druckversion##### #####Druckversion Setup #temp.prn = TEXT #temp.prn { # field = uid #value = <meta http-equiv="refresh" content="0; URL=javascript:window.print()"> # wrap = <a href="index.php?id=|&type=98" alt="Aktuelle Seite drucken" title="Aktuelle Seite drucken" #class="menu_unten" target="_new">Drucken</a> #} temp.prn = TEXT temp.prn.wrap = <a class="menu_unten" alt="Druckversion" title="Druckversion" href="#" onClick="window.open('index.php?id=|&type=1','Drucken','height=800, width=600, scrollbars=yes');">Drucken</a> temp.prn.field = uid rootline.txt: tmp.breadcrump = HMENU tmp.breadcrump { special = rootline special.range = 1|-1 1 = TMENU 1.noBlur = 1 1.wrap = <p id="">Sie sind hier: | </p> 1.target = _self 1.NO { linkWrap= | allWrap = |*|| » |*| |*| ATagBeforeWrap = 1 ATagTitle.field = description // title } } setup.txt: page = PAGE page.typeNum = 0 page.meta.DESCRIPTION = Testseite page.meta.KEYWORDS = Internet, Homepage page.includeCSS.file1 = fileadmin/templates/economics/css/style.css page.includeCSS.file1.media = screen,projection page.includeCSS.file2 = fileadmin/templates/economics/css/t3.css page.includeCSS.file2.media = screen,projection #page.headerData.1 = TEXT #page.headerData.1.value ( # <!--[if lte IE 6]> # <style type=text/css> # @import url(fileadmin/templates/economics/css/main-msie.css); # </style> # <![endif]--> #) page.headerData.2 = TEXT page.headerData.2.field = title page.bodyTag = <body> page.1 = TEMPLATE page.1.template = FILE page.1.template.file = fileadmin/templates/economics/index.html page.1 { workOnSubpart = DOKUMENT subparts.MENU_OBEN < temp.menuoben subparts.MENU_LINKS < temp.menulinks subparts.INHALT < styles.content.get subparts.INHALT_LINKS < styles.content.getLeft subparts.INHALT_LINKS.select.pidInList = 2 subparts.COPYRIGHT < temp.copyright subparts.LOGO < temp.logo subparts.SUCHE < temp.suche subparts.ROOTLINE < tmp.breadcrump subparts.DRUCKEN < temp.prn subparts.AKTUALISIERT < temp.lastupd subparts.FIRMENNAME = TEXT subparts.FIRMENNAME.value = } ################################## #script ausgeben (heise news) #tt_content.script = CASE #tt_content.script { #key.field = select_key #heisenews = PHP_SCRIPT_EXT #heisenews.file = fileadmin/scripts/heise.php #} suchen.txt: temp.suche < plugin.tx_macinasearchbox_pi1 temp.suche { pidSearchpage = {$suche} templateFile = fileadmin/templates/economics/suche.htm } plugin.tx_indexedsearch._CSS_DEFAULT_STYLE = .tx-indexedsearch .tx-indexedsearch-browsebox LI { display:inline; margin-right:5px; } .tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-button { width:100px; } .tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-sword { width:150px; } .tx-indexedsearch .tx-indexedsearch-whatis { margin-top:10px; margin-bottom:5px; } .tx-indexedsearch .tx-indexedsearch-whatis .tx-indexedsearch-sw { font-weight:bold; font-style:italic; } .tx-indexedsearch .tx-indexedsearch-noresults { text-align:center; font-weight:bold; } .tx-indexedsearch .tx-indexedsearch-res TD.tx-indexedsearch-descr { font-style:italic; } .tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr .tx-indexedsearch-redMarkup { color:red; } .tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-info { background:#eeeeee; } .tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead { margin-top:20px; margin-bottom:5px; } .tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead H2 { margin-top:0px; margin-bottom:0px; } .tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead TD { background:#cccccc; vertical-align:middle; } .tx-indexedsearch .tx-indexedsearch-res .noResume { color:#666666; } .tx-indexedsearch .tx-indexedsearch-category { background:#cccccc; font-size:16px; font-weight:bold; } /* Additional styles, needed for the tableless template_css.tmpl (styles don't conflict with the original template) */ .tx-indexedsearch .res-tmpl-css { clear:both; margin-bottom:1em; } .tx-indexedsearch .searchbox-tmpl-css LABEL { margin-right:1em; width:10em; float:left; } .tx-indexedsearch .result-count-tmpl-css, .tx-indexedsearch .percent-tmpl-css { letter-spacing:0; font-weight:normal; margin-top:-1.2em; float:right; } .tx-indexedsearch .info-tmpl-css dt, .tx-indexedsearch dl.info-tmpl-css dd { float:left; } .tx-indexedsearch .info-tmpl-css dd.item-mtime { float:none; } .tx-indexedsearch .info-tmpl-css dd.item-path { float:none; } tip.txt: tsconfig_root_page.txt: mod.SHARED.colPos_list = 1,0 zuletzt aktualisiert.txt: temp.lastactmenu = COA temp.lastactmenu { 5 = TEXT 5.value = Die 5 neuesten Beiträge der letzten Woche finden Sie hier: 5.wrap = <h4 class="title">|</h4> 10 = HMENU 10 = HMENU 10 { special = updated special.value = 1 #special.mode = tstamp special.maxAge = 3600*24*5 special.limit = 8 1 = TMENU 1.noBlur = 1 1.wrap = <ul class="ul-style01">|</ul> 1.NO = 1 1.NO.linkWrap = <li class="first">|</li>|*|<li>|</li> 1.NO.stdWrap.append = COA 1.NO.stdWrap.append.doNotLinkIt = 1 1.NO.stdWrap.append { 10 = TEXT 10.wrap = <span class="mnuupdate"> Aktualisiert: | </span> 10.field = SYS_LASTCHANGED 10.strftime = %A } 1.CUR < .NO 1.CUR { doNotLinkIt = 1 linkWrap = <li class="first">|</li>|*|<li>|</li> } } } constants: //maximale bildrösse styles.content.imgtext.maxW = 480 styles.content.imgtext.maxWInText = 480 # Sezten der Variablen für den Link des Logos seitentitel = Meineseite.com #Konstanten Druckversion #plugin.alt.print.file.template = fileadmin/templates/economics/printversion.tmpl #plugin.alt.print.file.stylesheet = fileadmin/templates/economics/css/print.css dankeschön für jede hilfe! |
|
#5
| ||||||||||
| ||||||||||
| Hallo pfistyle, bin ein wenig in Eile, deswegen vorerst nur eine Idee bezüglich des Seitentitels: Du beabsichtigst wahrscheinlich, mit Typoscript-Code:
Typoscript-Code:
Typoscript-Code:
Allerdings hat dies m. E. nur Sinn, wenn Du eine angepasste Form der Title-Generierung wünscht. Denn in der jetzigen Form schaltest Du mit vier Zeilen TS erst den automatisch erstellten Titel aus, um ihn danach selbst in gleicher Form wieder herzustellen ... Typoscript-Code:
longhook Geändert von longhook (29.06.08 um 10:10 Uhr). Grund: was vergessen ... |
|
#6
| ||||
| ||||
| Hallo nochmal, habe bislang zwar noch kein Feedback erhalten, hier trotzdem noch eine Anregung bezüglich des Seitenmenüs: Wie wär's, wenn Du die auf die erste Ebene folgenden ebenfalls noch definiertest? Bislang hast Du nur für die erste Aussagen getroffen. Da das Schema bei Dir wohl gleich bleiben soll, könnte das unter temp.menuoben also in etwa so aussehen: Typoscript-Code:
![]() Gruß longhook |
|
#7
| |||
| |||
| hi longhook, dankeschön für deine inputs, werde ich gleich mal ausprobieren... du hast recht, ich habe das ganze als template importiert von RASI - Private Internet Solutions|Home|Free TYPO3 Templates (economics heisst das template) und dann angepasst... ist für mich momentan so learning by doing, habe dann mal geschaut, was sich verändert im fe, wenn ich was anpasse... nur das mit dem seitenmenü habe ich noch nicht hinbekommen... ich probier deine vorschläge mal aus und feedbacke. cheers |
|
#8
| |||
| |||
| hallo longhook, also: den 1. schritt habe ich gemacht: noPageTitle = 2 . . . page.headerData.2 = TEXT page.headerData.2.field = title page.headerData.2.wrap = <title>|</title> page.headerData.2.wrap = <title>taetzli.ch - |</title> ich möchte nun, dass die Links unter dem Bild (über uns - gallerien - gästebuch etc. ...) auf jeder seite der homepage ersichtlich und anwählbar sind... denn wenn ich z.b. auf "kontakt" klicke, dann erscheint auf der folgenden seite der "rote balke" leer... hast du da eine idee? ist das das mit deinem temp.menuoben - tipp ? denn das habe ich nicht ganz gerafft... vielen dank für deine mühe... |
|
#9
| ||||
| ||||
| Ach so, jeder der Menüpunkte soll auch auf jeder Seite auftauchen. Jetzt hab ich´s verstanden! Dann vergiss meinen obigen Vorschlag für die tieferen Ebenen und versuch´s mal mit entryLevel: Typoscript-Code:
Gruß longhook
__________________ |
|
#10
| |||
| |||
| hi, geht leider so nicht... habe nun den folgenden code für menuoben: temp.menuoben = HMENU temp.menuoben { entryLevel = 0 } temp.menuoben.excludeUidList = temp.menuoben { 1 = TMENU 1 { noBlur = 1 expAll = 1 wrap = <ul>|</ul> noBlur = 1 NO { wrapItemAndSub = <li class="first_page_item">|</li>|*|<li>|</li>|*||*| ATagParams = ATagTitle.field = description // title } ACT=1 ACT { wrapItemAndSub = <li class="first_page_item">|</li>|*|<li>|</li>|*||*| ATagParams = class="act" ATagTitle.field = description // title } } } die links bleiben aber nach wie vor nicht auf den "weiteren" seiten... danke fürs anschauen. greez |
![]() |
| Lesezeichen |
| Themen-Optionen | |
| Ansicht | Thema bewerten |
| |