Antwort
 
LinkBack Themen-Optionen Thema bewerten Ansicht
  #1  
Alt 10.08.07, 15:11
Benutzerbild von windvogel
Forum Zuschauer
 
Registriert seit: 10.03.07
Alter: 26
Beiträge: 4

Multilanguage Seite


BITTE HELFEN
Ich spiel mich schon seit Wochen wegen diesem Problem:
Ich habe eine 3 Sprachen Seite im "one-tree-fits-all-languages" Verfahren aufgebaut.
und hier mein Problem:
Wenn ich zb die Englische Seite aufrufe dann bekomm ich die Content Inhalte aller Sprachen zu sehen. Es ist also egal welche Sprache ich aufrufe (L=0, L=1 oder L=2), ich bekomm immer alle 3 Inhalte untereinader statt nur die eine der jeweiligen Sprache.


so habe ich die Inhalte im BE eingegeben:



hier eine Seite im FE wo alle 3 Spracheninhalte zu sehen sind:
bitte hier klicken

für Hilfe wäre ich sehr dankbar
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!Spurl this Post!Reddit! Diesen Post bei linksilo.de bookmarken!
Mit Zitat antworten
  #2  
Alt 10.08.07, 15:22
Benutzerbild von just2b  
Registriert seit: 03.11.04
Alter: 25
Beiträge: 2.378

dann stimmt dein ts nicht

georg
__________________
TYPO3 3.7./3.8.X/4.0.X/4.1.1
just2b.com | Google Maps | SmoothGallery | Das grösste werbefreie TYPO3 Forum typo3.net | Content-Management-Systeme mit TYPO3 & RedDot
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!Spurl this Post!Reddit! Diesen Post bei linksilo.de bookmarken!
Mit Zitat antworten
  #3  
Alt 10.08.07, 16:29
Forum Freak
 
Registriert seit: 26.01.07
Beiträge: 555

Wie just2b schon gesagt hat, wird vermutlich dein TypoScript nicht stimmen. Zeig es uns mal...
__________________
mfg
Günni
City-Tiger - Online durch die Straßen tigern
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!Spurl this Post!Reddit! Diesen Post bei linksilo.de bookmarken!
Mit Zitat antworten
  #4  
Alt 10.08.07, 16:43
Benutzerbild von windvogel
Forum Zuschauer
 
Registriert seit: 10.03.07
Alter: 26
Beiträge: 4

Vielen Dank für die rasche Antwort!!
hier mein TS

page = PAGE
page {
typeNum = 0
bodyTag = <body bgColor = "#FFFFFF">
stylesheet = fileadmin/css/style.css
meta.AUTHOR = Sebastian Riefenthaler
meta.DESCRIPTION = Hier steht eine Beschreibung


10 = TEMPLATE
10.template = FILE
10.template.file = fileadmin/template.html
10.workOnSubpart = DOCUMENT

10.marks {
BANNER = IMAGE
BANNER.file = GIFBUILDER
BANNER.file {
XY = 772, 140
10 = IMAGE
10.file = fileadmin/images/index_Banner.gif
20 = TEXT
20.text.field = title
20.fontFile = fileadmin/css/times.ttf
20.offset = 600, 135
20.fontSize = 18
20.fontColor = #444444
}
TOPMENU = HMENU
TOPMENU {
special = directory
special.value = 7
entryLevel = 1
expAll= 0

1 = TMENU
1.expAll = 1
1.NO = 1
1.NO.linkWrap = &nbsp; | :: |*| &nbsp; | :: |*| &nbsp;
1.NO.ATagParams = class="i"

1.ACT = 1
1.ACT.linkWrap = &nbsp; | :: |*| &nbsp; | :: |*| &nbsp;
1.ACT.ATagParams = class="cur"

1.CUR = 1
1.CUR.linkWrap = &nbsp; | :: |*| &nbsp; | :: |*| &nbsp;
1.CUR.ATagParams = class="cur"





}

NAVINFO = HMENU


NAVINFO.special = rootline
NAVINFO.special.range = 1 | -1
NAVINFO.1 = TMENU
NAVINFO.1.NO = 1
NAVINFO.1.NO.allWrap = &nbsp; | &nbsp;> |*| &nbsp; | &nbsp;> |*| &nbsp;
NAVINFO.if.value = 1
NAVINFO.if.isGreaterThan.data = level:1
NAVINFO.1.NO.ATagParams = class="navinfo"
NAVINFO.1.CUR < .1.NO
NAVINFO.1.CUR.ATagParams = class="navinfocur"


### MENU Hauptnavigation wird kopiert aus templateStorage
MENU < temp.mainnavi



HEADER = IMAGE
HEADER.file = GIFBUILDER
HEADER.file {
XY = 250, 20
backColor = #FFFFFF
10 = TEXT
10.if.value = 1
10.if.isGreaterThan.data = level:1
10.text = RSS
10.fontFile = fileadmin/css/times.ttf
10.fontColor = #c13939
10.fontSize = 14
10.niceText = 0
10.offset = 30, 16


15 = TEXT
15.text = -
15.if.value = 1
15.if.isGreaterThan.data = level:2
15.fontColor = #000000
15.fontSize = 14
15.niceText = 0
15.fontFile = fileadmin/css/times.ttf
15.offset = 65, 16


20 = TEXT
20.text.field = title
20.if.value = 1
20.if.isGreaterThan.data = level:2
20.fontColor = #000000
20.fontSize = 14
20.niceText = 0
20.fontFile = fileadmin/css/times.ttf
20.offset = 74, 16

}

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


BASE2 = CONTENT
BASE2 {

table = tt_content
select.orderBy = sorting
select.where = colPos = 2
}


BASE3 = CONTENT
BASE3 {

table = tt_content
select.orderBy = sorting
select.where = colPos = 1

}






NEWS = COA
NEWS {
10 = CONTENT
10.table = tt_news
10.select {
pidInList = 23
where = sys_language_uid = 0
max = 5
}
code <
code = LIST
}







LAN = TEXT
LAN.value = design by <br> windvogel [<a href =""> @ </a>]
LAN.outerWrap = <strong> | </strong>



LANGUAGE = PHP_SCRIPT
LANGUAGE.file = media/scripts/example_languageMenu.php


}
}


lib.stdheader >
lib.stdheader = CASE
lib.stdheader {
key.field = header_layout
1 = TEXT
1.field = header
1.wrap = <font face="Arial" size="2"><b> | </b></font><br>
default < .1
}

config.linkVars = L
config.sys_language_uid = 0
config.language = de
config.locale_all = de_DE
# English language, sys_language.uid = 3
[globalVar = GP:L = 3]
config.sys_language_uid = 3
config.language = en
config.locale_all = english
[global]
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!Spurl this Post!Reddit! Diesen Post bei linksilo.de bookmarken!
Mit Zitat antworten
  #5  
Alt 10.08.07, 16:44
Benutzerbild von just2b  
Registriert seit: 03.11.04
Alter: 25
Beiträge: 2.378

Zitat:
Zitat von gbauer81 Beitrag anzeigen
Wie just2b schon gesagt hat, wird vermutlich dein TypoScript nicht stimmen. Zeig es uns mal...
nicht vermutlich, sondern es ist so.

da wird sowas stehen
Typoscript-Code:
1:
2:
3:
4:
5:
6:
7:
8:
INHALT_RAND = CONTENT
INHALT_RAND {
table = tt_content
select {
where = colPos = 3
orderBy = sorting
}
}
und das fehlt
Typoscript-Code:
1:
languageField = sys_language_uid
oder gleich nur
Typoscript-Code:
1:
INHALT_RAND < styles.content.get

georg
__________________
TYPO3 3.7./3.8.X/4.0.X/4.1.1
just2b.com | Google Maps | SmoothGallery | Das grösste werbefreie TYPO3 Forum typo3.net | Content-Management-Systeme mit TYPO3 & RedDot
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!Spurl this Post!Reddit! Diesen Post bei linksilo.de bookmarken!
Mit Zitat antworten
  #6  
Alt 11.08.07, 16:02
Benutzerbild von windvogel
Forum Zuschauer
 
Registriert seit: 10.03.07
Alter: 26
Beiträge: 4

Vielen Dank ihr habt mir unheimlich geholfen!
Ich versteh zwar nicht warum aber jetzt funktionierts
DANKE
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!Spurl this Post!Reddit! Diesen Post bei linksilo.de bookmarken!
Mit Zitat antworten
Antwort

Lesezeichen

Themen-Optionen
Ansicht Thema bewerten
Thema bewerten:

Forumregeln
Es ist Ihnen nicht erlaubt, neue Themen zu verfassen.
Es ist Ihnen nicht erlaubt, auf Beiträge zu antworten.
Es ist Ihnen nicht erlaubt, Anhänge hochzuladen.
Es ist Ihnen nicht erlaubt, Ihre Beiträge zu bearbeiten.

BB-Code ist an.
Smileys sind an.
[IMG] Code ist an.
HTML-Code ist aus.
Trackbacks are an
Pingbacks are an
Refbacks are an


Ähnliche Themen
Thema Autor Forum Antworten Letzter Beitrag
templavoila und multilanguage astrid TemplaVoila 1 06.05.08 09:38
Multilanguage: unterschiedliche URLs joda2007 TYPO3 4.x Backend 2 17.04.07 08:33
Multilanguage & Sprachwechsler paopao TYPO3 4.x Fragen und Probleme 6 07.11.06 09:46
Multilanguage leeres Template crush News (tt_news, mininews und Co) 0 12.10.06 15:59
Multilanguage funktioniert nicht voximil TYPO3 4.x Fragen und Probleme 1 20.09.06 13:48


Alle Zeitangaben in WEZ +1. Es ist jetzt 22:24 Uhr.


Powered by vBulletin® Version 3.7.3 (Deutsch)
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.1.0