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 25.06.2008, 15:03
Joerg Wagner
Gast
 
Beiträge: n/a
Standard [TYPO3-templavoila] How to disallow Elements in an FCE

Hello,

is there a way to restrict the allowed element types that can be used
within a CE field of an FCE?

E.g.:
I have an FCE with a CE field that can hold elements like "text",
"text-with-image", "image-only", ... or even other FCEs.
What I want is to limit the content elements that the user can select
from to a subset of all existing content elements, because in my
scenario only certain content elements make sense within that FCE.

Cheers, and thanks for your help,
Jörg.
_______________________________________________
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 25.06.2008, 15:11
Dmitry Dulepov [typo3]
Gast
 
Beiträge: n/a
Standard Re: [TYPO3-templavoila] How to disallow Elements in an FCE

Hi!

Joerg Wagner wrote:
> is there a way to restrict the allowed element types that can be used
> within a CE field of an FCE?
>
> E.g.:
> I have an FCE with a CE field that can hold elements like "text",
> "text-with-image", "image-only", ... or even other FCEs.
> What I want is to limit the content elements that the user can select
> from to a subset of all existing content elements, because in my
> scenario only certain content elements make sense within that FCE.


No such way in TV

--
Dmitry Dulepov
http://typo3bloke.net/
_______________________________________________
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 25.06.2008, 17:07
Joerg Wagner
Gast
 
Beiträge: n/a
Standard Re: [TYPO3-templavoila] How to disallow Elements in an FCE

Hi Dmitry,

THX for your reply!
It's a pitty that there is no way to do that. In my context the
users/editors keep putting elements into the FCE's content field that do
not make any sense there - especially they tend to nest FCEs into each
other which just does not work in the DIV structure of the resulting
document.
It would have been great if I could have restricted the set of elements
that is presented to the user to fill a content element field in an FCE.

Well, maybe some day...
Do you think this qualifies for a feature request?

Cheers, Jörg.




Dmitry Dulepov [typo3] schrieb:
> Hi!
>
> Joerg Wagner wrote:
>> is there a way to restrict the allowed element types that can be used
>> within a CE field of an FCE?
>>
>> E.g.:
>> I have an FCE with a CE field that can hold elements like "text",
>> "text-with-image", "image-only", ... or even other FCEs.
>> What I want is to limit the content elements that the user can select
>> from to a subset of all existing content elements, because in my
>> scenario only certain content elements make sense within that FCE.

>
> No such way in TV
>

_______________________________________________
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 25.06.2008, 17:18
Dmitry Dulepov [typo3]
Gast
 
Beiträge: n/a
Standard Re: [TYPO3-templavoila] How to disallow Elements in an FCE

Hi!

Joerg Wagner wrote:
> Well, maybe some day...
> Do you think this qualifies for a feature request?


Not really... You can disable page content types for users but globally in the system. TemplaVoila uses system "new content element" wizard.

--
Dmitry Dulepov
http://typo3bloke.net/
_______________________________________________
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 25.06.2008, 20:55
Christian Wolff
Gast
 
Beiträge: n/a
Standard Re: [TYPO3-templavoila] How to disallow Elements in an FCE

On Wed, 25 Jun 2008 17:07:17 +0200, Joerg Wagner
<news.netfielders.de (AT) digilog (DOT) de> wrote:

> Hi Dmitry,
>
> THX for your reply!
> It's a pitty that there is no way to do that. In my context the
> users/editors keep putting elements into the FCE's content field that do
> not make any sense there - especially they tend to nest FCEs into each
> other which just does not work in the DIV structure of the resulting
> document.
> It would have been great if I could have restricted the set of elements
> that is presented to the user to fill a content element field in an FCE.
>
> Well, maybe some day...
> Do you think this qualifies for a feature request?
>
> Cheers, Jörg.


Hi Jörg,
you could apply some "red" warning color or so to the frontend view.
via CSS rules so your editors at least seeing that they doing "wrong".
not a perfect solution. but al little help for your editors.

like css rule like that sould do the trick this:
div.fce1 div.fce2 {border:10px solid #f00;}

greets chris

--
Christian Wolff // Berlin
http://www.connye.com

Latest Projects:
http://www.flycall.de | http://www.atr24.de | http://www.titanic.de
_______________________________________________
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 26.06.2008, 08:59
Joerg Wagner
Gast
 
Beiträge: n/a
Standard Re: [TYPO3-templavoila] How to disallow Elements in an FCE

Chris, this is a GREAT idea!
Will go that way. Thanks.

Cheers, Jörg.



Christian Wolff schrieb:
> On Wed, 25 Jun 2008 17:07:17 +0200, Joerg Wagner
> <news.netfielders.de (AT) digilog (DOT) de> wrote:
>
>> Hi Dmitry,
>>
>> THX for your reply!
>> It's a pitty that there is no way to do that. In my context the
>> users/editors keep putting elements into the FCE's content field that
>> do not make any sense there - especially they tend to nest FCEs into
>> each other which just does not work in the DIV structure of the
>> resulting document.
>> It would have been great if I could have restricted the set of
>> elements that is presented to the user to fill a content element field
>> in an FCE.
>>
>> Well, maybe some day...
>> Do you think this qualifies for a feature request?
>>
>> Cheers, Jörg.

>
> Hi Jörg,
> you could apply some "red" warning color or so to the frontend view.
> via CSS rules so your editors at least seeing that they doing "wrong".
> not a perfect solution. but al little help for your editors.
>
> like css rule like that sould do the trick this:
> div.fce1 div.fce2 {border:10px solid #f00;}
>
> greets chris
>

_______________________________________________
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 26.06.2008, 09:03
Joerg Wagner
Gast
 
Beiträge: n/a
Standard Re: [TYPO3-templavoila] How to disallow Elements in an FCE

Hi Dmitry,

> Not really... You can disable page content types for users but globally
> in the system. TemplaVoila uses system "new content element" wizard.


I think you got me wrong.
Generally disabling page content types is not what would help me. The
main problem is that an FCE is stacked within itself as a content
element. I cannot disable that FCE because using it as a content element
is a necessity, but NESTING it is an error.

Cheers,
Jörg.


Dmitry Dulepov [typo3] schrieb:
> Hi!
>
> Joerg Wagner wrote:
>> Well, maybe some day...
>> Do you think this qualifies for a feature request?

>
> Not really... You can disable page content types for users but globally
> in the system. TemplaVoila uses system "new content element" wizard.
>

_______________________________________________
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!
  #8  
Alt 25.11.2008, 09:51
Joerg Wagner
Gast
 
Beiträge: n/a
Standard Re: [TYPO3-templavoila] How to disallow Elements in an FCE

Seems there is a solution to control the nesting of TV FCEs showing up
on the horizon. "TemplaVoilÃ* Firewall" - a very handy title:
http://castor.t3o.punkt.de/files/tem...irewall_HD.mov

Looks like a great concept, solving in one elegant strike quite a bunch
of client usability problems associated with FCEs and CEs in general.

Cheers, Jörg.


Joerg Wagner schrieb:
> Hello,
>
> is there a way to restrict the allowed element types that can be used
> within a CE field of an FCE?
>
> E.g.:
> I have an FCE with a CE field that can hold elements like "text",
> "text-with-image", "image-only", ... or even other FCEs.
> What I want is to limit the content elements that the user can select
> from to a subset of all existing content elements, because in my
> scenario only certain content elements make sense within that FCE.
>
> Cheers, and thanks for your help,
> Jörg.

_______________________________________________
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] upgrade to 4.2 TV elements empty Costa Papadopoulo typo3-project-templavoila@lists.netfielders.de 1 31.05.2008 12:10
[TYPO3-templavoila] Possible bug when copying elements withsections that contain image/file elements Simon Tuck typo3-project-templavoila@lists.netfielders.de 1 17.04.2008 13:29
[TYPO3-templavoila] How to map multible unused content elements(non-used elements) Anders Tillebeck typo3-project-templavoila@lists.netfielders.de 1 02.04.2008 09:14
[TYPO3-templavoila] repeating elements do not render John Nicholas typo3-project-templavoila@lists.netfielders.de 15 07.03.2008 19:30
[TYPO3] Templavoila and stadard elements Daniel Ditgens typo3-english@lists.netfielders.de 3 06.11.2007 11:36


Alle Zeitangaben in WEZ +1. Es ist jetzt 03:56 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