TYPO3Jack.net - Das TYPO3 Mailinglist Forum Archiv

TYPO3 Mailingliste: nicht fragen - lesen!

TYPO3 Mailingliste: nicht fragen - lesen!_RR_1-->
Zurück   TYPO3Jack.net - Das TYPO3 Mailinglist Forum Archiv > TYPO3-Mailinglists: ENGLISH > typo3-project-templavoila@lists.netfielders.de

Registrieren Hilfe Benutzerliste Kalender Suchen Heutige Beiträge Alle Foren als gelesen markieren
  #1  
Alt 06.03.2007, 12:38
Jens Hoffmann
Gast
 
Beiträge: n/a
Standard [TYPO3-templavoila] Change the Language of all Flexform elements to"all" < automaticly?

Hy TV Freaks,

I have a small Question:

Is there a way to tell all FCEs that
they should have a default Language setting,
set to "all" (which is -1) ?

I tryed this as PageTS ...

TCEFORM.tt_content.sys_language_uid.types.templavo ila_pi1.default = -1

.... but this can't work

I really need help in this one.

THX in front.
Greez Jens Hoffmann
_______________________________________________
TYPO3-project-templavoila mailing list
TYPO3-project-templavoila (AT) lists...netfielders.de
http://lists.netfielders.de/cgi-bin/...ct-templavoila
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!
  #2  
Alt 06.03.2007, 12:47
Dmitry Dulepov
Gast
 
Beiträge: n/a
Standard Re: [TYPO3-templavoila] Change the Language of all Flexformelements to "all" < automaticly?

Jens Hoffmann wrote:
> I really need help in this one.


May be FE localization guide may help... I do not remember details but
there was something.

--
Dmitry Dulepov

Web: http://typo3bloke.net/
Skype: callto:liels_bugs

"It is our choices, that show what we truly are,
far more than our abilities." (A.P.W.B.D.)
_______________________________________________
TYPO3-project-templavoila mailing list
TYPO3-project-templavoila (AT) lists...netfielders.de
http://lists.netfielders.de/cgi-bin/...ct-templavoila
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!
  #3  
Alt 21.05.2007, 14:08
Marc Ehret
Gast
 
Beiträge: n/a
Standard Re: [TYPO3-templavoila] Change the Language of all Flexformelements to "all" < automaticly?

Jens Hoffmann wrote:

> Is there a way to tell all FCEs that
> they should have a default Language setting,
> set to "all" (which is -1) ?


Did you solve it?

I modified "New Content Element Wizard" and added it to defVals.

Marc
_______________________________________________
TYPO3-project-templavoila mailing list
TYPO3-project-templavoila (AT) lists...netfielders.de
http://lists.netfielders.de/cgi-bin/...ct-templavoila
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!
  #4  
Alt 22.05.2007, 17:49
Marco Peemöller
Gast
 
Beiträge: n/a
Standard Re: [TYPO3-templavoila] Change the Language of all Flexformelements to "all" < automaticly?

Marc Ehret schrieb:
>
> I modified "New Content Element Wizard" and added it to defVals.
>
> Marc


Hello Marc,

please, can you explain how you modified the "New Content Element Wizard"?

Thx, Marco

--
Marco Peemöller
_______________________________________________
TYPO3-project-templavoila mailing list
TYPO3-project-templavoila (AT) lists...netfielders.de
http://lists.netfielders.de/cgi-bin/...ct-templavoila
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!
  #5  
Alt 22.05.2007, 18:22
Marc Ehret
Gast
 
Beiträge: n/a
Standard Re: [TYPO3-templavoila] Change the Language of all Flexformelements to "all" < automaticly?

Marco Peemöller wrote:

> please, can you explain how you modified the "New Content Element Wizard"?


templavoila/mod1/db_new_content_el.php

In line 419 change:

$wizardItems['fce_'.$index]['params'] = '&defVals[tt_content][CType]=templavoila_pi1&defVals ....

to:

$wizardItems['fce_'.$index]['params'] = '&defVals[tt_content][sys_language_uid]=-1&defVals[tt_content][CType]=templavoila_pi1&defVals ....


Ugly but works...
Marc

_______________________________________________
TYPO3-project-templavoila mailing list
TYPO3-project-templavoila (AT) lists...netfielders.de
http://lists.netfielders.de/cgi-bin/...ct-templavoila
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!
  #6  
Alt 18.06.2008, 17:47
Joerg Wagner
Gast
 
Beiträge: n/a
Standard Re: [TYPO3-templavoila] Change the Language of all Flexformelements to "all" < automaticly?

Hello,

shouldn't this become a feature request for TV?

On multilang Typo3 systems based on inheritance all (or at least most)
container FCEs will be of language type "all" (-1) as they do not
contain content to be translated. In complex layouts this can easily
lead to the need to switch hundereds and hundreds of FCEs from default
language to "all". The editors have to switch each FCE they create. This
is not user friendly.

The logical solution would be to add a special node to the DS of the FCE
to determine which language an instance of the FCE should have when it
is created.

--
Cheers,
Jörg.



Jens Hoffmann schrieb:
> Hy TV Freaks,
>
> I have a small Question:
>
> Is there a way to tell all FCEs that
> they should have a default Language setting,
> set to "all" (which is -1) ?
>
> I tryed this as PageTS ...
>
> TCEFORM.tt_content.sys_language_uid.types.templavo ila_pi1.default = -1
>
> ... but this can't work
>
> I really need help in this one.
>
> THX in front.
> Greez Jens Hoffmann

_______________________________________________
TYPO3-project-templavoila mailing list
TYPO3-project-templavoila (AT) lists...netfielders.de
http://lists.netfielders.de/cgi-bin/...ct-templavoila
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!
  #7  
Alt 19.06.2008, 00:35
Joerg Wagner
Gast
 
Beiträge: n/a
Standard Re: [TYPO3-templavoila] Change the Language of all Flexformelements to "all" < automaticly?

I have opened a feature request on this issue::
http://bugs.typo3.org/view.php?id=8759
--
Cheers,
Jörg.


Joerg Wagner schrieb:
> Hello,
>
> shouldn't this become a feature request for TV?
>
> On multilang Typo3 systems based on inheritance all (or at least most)
> container FCEs will be of language type "all" (-1) as they do not
> contain content to be translated. In complex layouts this can easily
> lead to the need to switch hundereds and hundreds of FCEs from default
> language to "all". The editors have to switch each FCE they create. This
> is not user friendly.
>
> The logical solution would be to add a special node to the DS of the FCE
> to determine which language an instance of the FCE should have when it
> is created.
>
> --
> Cheers,
> Jörg.
>
>
>
> Jens Hoffmann schrieb:
>> Hy TV Freaks,
>>
>> I have a small Question:
>>
>> Is there a way to tell all FCEs that
>> they should have a default Language setting,
>> set to "all" (which is -1) ?
>>
>> I tryed this as PageTS ...
>>
>> TCEFORM.tt_content.sys_language_uid.types.templavo ila_pi1.default = -1
>>
>> ... but this can't work
>>
>> I really need help in this one.
>>
>> THX in front.
>> Greez Jens Hoffmann

_______________________________________________
TYPO3-project-templavoila mailing list
TYPO3-project-templavoila (AT) lists...netfielders.de
http://lists.netfielders.de/cgi-bin/...ct-templavoila
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!
 

Lesezeichen

Themen-Optionen
Ansicht Thema bewerten
Thema bewerten:

Forumregeln
Es ist dir nicht erlaubt, neue Themen zu verfassen.
Es ist dir nicht erlaubt, auf Beiträge zu antworten.
Es ist dir nicht erlaubt, Anhänge hochzuladen.
Es ist dir nicht erlaubt, deine 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
[TYPO3-templavoila] TemplaVoila "No content found!" Hahnefeld Bjoern typo3-project-templavoila@lists.netfielders.de 5 08.02.2007 09:51
[TYPO3-german] Keywordsmenu: Verknüpfung mit "und" statt "oder" Carsten Wegner typo3-german@lists.netfielders.de 0 29.01.2007 16:19
Re: [TYPO3] hide div for unused "Content Elements"? Christopher Torgalson typo3-english@lists.netfielders.de 2 18.01.2007 23:09
[TYPO3] hide div for unused "Content Elements"? Asbjørn Morell typo3-english@lists.netfielders.de 0 18.01.2007 22:39
[TYPO3-german] Mehrstufiges "Language Fallback" Dennis Schulz typo3-german@lists.netfielders.de 2 07.01.2007 19:19


Alle Zeitangaben in WEZ +1. Es ist jetzt 04:41 Uhr.


Powered by vBulletin® Version 3.7.4 (Deutsch)
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.1.0
Template-Modifikationen durch TMS

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75