Re: [TYPO3-english] Combining 2 conditions with TS: cObj:parentRecordNumber=2 AND colPos=0

2013-06-06 Thread Bert Hiddink [BENDOO e-work solutions]
Hello Joey, On 6/6/13 10:20 PM, JoH asenau wrote: dataWrap.if{ value = 2 equals.data=cObj:parentRecordNumber } > dataWrap.if{ value=0 equals.field = colPos } There are several options, but I prefer this one: dataWrap.if { value = 2#0 eq

Re: [TYPO3-english] Combining 2 conditions with TS: cObj:parentRecordNumber=2 AND colPos=0

2013-06-06 Thread JoH asenau
dataWrap.if{ value = 2 equals.data=cObj:parentRecordNumber } > dataWrap.if{ value=0 equals.field = colPos } There are several options, but I prefer this one: dataWrap.if { value = 2#0 equals.dataWrap = {cObj:parentRecordNumber}#{field:colPos

[TYPO3-english] Combining 2 conditions with TS: cObj:parentRecordNumber=2 AND colPos=0

2013-06-06 Thread Bert Hiddink [BENDOO e-work solutions]
Hello, The following 2 snippets work seperately: 1. tt_content.stdWrap { dataWrap = AAA|BBB dataWrap.if{ value = 2 equals.data=cObj:parentRecordNumber } } 2. tt_content.stdWrap { dataWrap = AAA|BBB dataWrap.if{ value=0 equals.field = colPos

Re: [TYPO3-english] v:asset.script in fluidcontent

2013-06-06 Thread Nicola Cerchiari
Hi Federico, thanks for the advices, but in the meanwhile, I found my way and was about to post my findings. What I discovered is that, against what's i understood from the documentation (in my opinion there's a conflict between standalone and fluid attirbutes description on fedext.net, can you giv

Re: [TYPO3-english] Is it possible to set a default category in "News System" (ext:news) ?

2013-06-06 Thread Christian Richter
Hi, thanks for the response! Georgs advice sounds like a scalable solution, which could come in handy for several things. Nonetheless, in the case of EXT:news I have problems "predefining" the category values like: TCAdefaults.tx_news_domain_model_news.categories = 1,2,3,4 because tx_news_d

Re: [TYPO3-english] Is it possible to set a default category in "News System" (ext:news) ?

2013-06-06 Thread Philipp Gampe
Hi Georg, Georg Ringer wrote: > as this is tceforms, this is a core feature, not limited to an extension You should mention here that the values must be set like in the database, not the way you would enter them into the forms. Best regards -- Philipp Gampe – PGP-Key 0AD96065 – TYPO3 UG Bonn/

Re: [TYPO3-english] v:asset.script in fluidcontent

2013-06-06 Thread Federico Bernardin
Hi Nicola, The first file is correctly rendered. The second one has an error in my opinion. If you set fluid=1 asset viewhelper renders the content as fluid template and then execute it. In my opinion you have an error during parsing content of console.log. But what's console.log. Remember: the

Re: [TYPO3-english] Is it possible to set a default category in "News System" (ext:news) ?

2013-06-06 Thread Georg Ringer
Hi, maybe this helps: http://docs.typo3.org/typo3cms/extensions/news/Main/Tutorial/PredefineFields/Index.html as this is tceforms, this is a core feature, not limited to an extension georg ___ TYPO3-english mailing list TYPO3-english@lists.typo3.org h

[TYPO3-english] Is it possible to set a default category in "News System" (ext:news) ?

2013-06-06 Thread Christian Richter
Hi Everybody, I'm implementing the news-extension from Georg Ringer and have some trouble optimizing the user-experience for the "Editor". We use the extension to create so called "dates" (Type: External Page) and normal "blogposts" (Type: News). you can have a look: blog: http://cayoux.5punkt

[TYPO3-english] Re: Extension manager 6.1.

2013-06-06 Thread Miguel
Thank you very much, that change in the "httpd.conf" did the trick ;) ___ TYPO3-english mailing list TYPO3-english@lists.typo3.org http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

Re: [TYPO3-english] Extension manager 6.1.

2013-06-06 Thread Georg Ringer
Hi, windows? check install tool or see -- Windows apache thread stack size This current value can not be checked by the system, so please ignore this warning if it is already taken care off: Fluid uses complex regular expressions which require a lot of stack space during the first processing.

[TYPO3-english] Extension manager 6.1.

2013-06-06 Thread Miguel
Greetings friends. I have installed Typo3 6.1 in my Apache Server (i'm using XAMPP) but i can't open the extension manager...When i click "Extension Manager" it starts loading the right windows for some time, but then it shows that the page could not be found...This happens only with the exten

Re: [TYPO3-english] TYPO3 6.1 - bug with images?

2013-06-06 Thread horace grant
On Thu, Jun 6, 2013 at 11:31 AM, horace grant wrote: > On Thu, Jun 6, 2013 at 11:25 AM, horace grant wrote: > > > > > > > > > On Thu, Jun 6, 2013 at 8:12 AM, Xavier Perseguers >wrote: > > > >> Hi, > >> > >> > also the csm_... image got rescaled to a width of 193px but i didn't > >> > specify th

Re: [TYPO3-english] TYPO3 6.1 - bug with images?

2013-06-06 Thread horace grant
On Thu, Jun 6, 2013 at 11:25 AM, horace grant wrote: > > > > On Thu, Jun 6, 2013 at 8:12 AM, Xavier Perseguers wrote: > >> Hi, >> >> > also the csm_... image got rescaled to a width of 193px but i didn't >> > specify this size anywhere. i would like to use the original size of the >> > png (which

Re: [TYPO3-english] TYPO3 6.1 - bug with images?

2013-06-06 Thread horace grant
On Thu, Jun 6, 2013 at 8:12 AM, Xavier Perseguers wrote: > Hi, > > > also the csm_... image got rescaled to a width of 193px but i didn't > > specify this size anywhere. i would like to use the original size of the > > png (which is 246px). > > > > what could be the reason for this? > > Don't kno

[TYPO3-english] FAL Error: File does not exist

2013-06-06 Thread Oliver Beck
Hi list I have a storage with a deep folder structure and about 500 files. Today I changed some folder's name, then I wanted to edit meta data of some files and get this error: File does not exist. I checked the database table sys_file and the record with the given Identifier exists... Any

Re: [TYPO3-english] fluidcontent_bootstrap based extension: mandatory fields problem

2013-06-06 Thread Nicola Cerchiari
Good idea, I'll surely do that. Thanks, Nicola 2013/6/6 Federico Bernardin > Hi Nicola, I suggest you to open an issue into github ( > https://github.com/FluidTYPO3/flux), so Claus can resolve the problem. > > Cheers > Federico > > Il giorno 05/giu/2013, alle ore 21:08, Nicola Cerchiari < > ni

[TYPO3-english] GMENU rollover

2013-06-06 Thread Michael de Jong
Hi All, So i have this GMENU: # NAVIGATION MAINNAV = HMENU MAINNAV.1 = GMENU MAINNAV.1.wrap = | MAINNAV.1.expAll = 1 MAINNAV.1{ NO{ wrap = | backColor = #3544A1 XY = [10.w]+20,45 10 = TEXT