[TYPO3-english] SOLVED (almost) No 'nice text' rendering +	GMENU for multilanguage is NOT working ok
    JoH asenau 
    info at cybercraft.de
       
    Thu Sep 24 17:39:51 CEST 2009
    
    
  
> I fixed it as so:
>
> .....
> LEFT-MARKER = CONTENT
>    LEFT-MARKER {
>       table = tt_content
>       select.orderBy = sorting
>       select.where = colPos = 1 AND sys_language_uid = 0   <<<<<<
>    }
>
>
>    MIDDLE-MARKER = CONTENT
>    MIDDLE-MARKER {
>       table = tt_content
>       select.orderBy = sorting
>       select.where = colPos = 0 AND sys_language_uid = 0   <<<<<<<
>    }
> ......
>
> It works fine, even if I do not like it, I think I should not need to
> add the sys_language_uid = 0.
You don't have to :-)
select.languageField = sys_language_uid
should do the job
HTH
Joey
-- 
Wenn man keine Ahnung hat: Einfach mal Fresse halten!
(If you have no clues: simply shut your gob sometimes!)
Dieter Nuhr, German comedian
Xing: http://contact.cybercraft.de
Twitter: http://twitter.com/bunnyfield
TYPO3 cookbook (2nd edition): http://www.typo3experts.com
TYPO3 workshops: http://workshops.eqony.com
    
    
More information about the TYPO3-english
mailing list