08:51:34 <mrboe> i have a asset question: i want to fill a VAR with a input field but dont know how to do - have a look https://gist.github.com/misterboe/77a8a9179f8e8381bcdc
08:52:34 <mrboe> the problem is that the {SpySheetOffset} is only filled when its not inside the {} of the $(document).ready(function () - put how can i solve that?
09:42:19 <BrianJ_> Hi guys I have an urgent request.
09:43:04 <BrianJ_> I deleted a txt constan file by accident in quick explorer. Periods.txt is ther eany way to restore the file without pulling a backup form the server?
09:44:00 <Denyerec> BrianJ_ - you can check the history log
09:44:05 <Denyerec> but I don't think it tracks filesystem changes :/
09:44:26 <Denyerec> Not how many elements there are
09:44:40 <Denyerec> but what markup they use in their menu HTML, for example.
09:44:49 <Bendtsen> Hi. I have a problem when translating fluid content element with children. The localized children does not get a tx_flux_parent value. Im using TYPO3 6.2 and fluid content 4.0
09:44:59 <artisticMink> Hello, is there a pre-configured 6.2 package avaiable at the moment?
09:46:57 <BrianJ_> Omg stupid me :( But thnks for the answer - Yes it does not show in the history q:
10:42:31 <anhadikal> PHP Catchable Fatal Error: Argument 1 passed to TYPO3\CMS\Core\Utility\ArrayUtility::mergeRecursiveWithOverrule() must be of the type array, null given, called in /home/shared_typo3/typo3_source/typo3_src-6.2.0/typo3/sysext/lang/Classes/LanguageService.php on line 463
11:11:58 <limboo> if im using the flux:field.input with field.wizard.link in the backend, i get a nice form in the backend to set some links (url, file, page, email)
11:12:16 <limboo> but how im using this links after?
11:12:36 <limboo> f:link.external is only for urls - v:page.link only for PID
11:12:47 <limboo> is there a viewhelper who manages those links?
11:15:37 <BenjaminR> limboo - not as i know - you will have to process depending on type of variable
11:16:14 <limboo> hell, so i have to check those strings "manually" and check if its an ID, or an URL ..?
11:34:37 <BenjaminR> i did it in fluid until now but i am going to write a viewhelper in about an hour. if you dont mind you can wait for it
11:35:19 <limboo> ooh, that would be VERY NICE BenjaminR
11:35:26 <BenjaminR> i will also create a pull request on EXT:vhs but if it is not merged you can still use it by reginstering it in your own extension
11:35:56 <BenjaminR> limboo - so if this is not time critical wait for my VH. Going to create it anyway
11:36:52 <limboo> yes, i'll wait.. its much nicer then creating this in fluid
14:41:26 <soee> where is flux cache stored ? I have made changes to my sample content element but they are not visible
14:50:40 <Guest|30098> Hi guys, I came here yesterday because I had trouble setting up a new site. It was suggested that I try https://github.com/bootstraptheme-for-typo3/fluidbootstraptheme instead of the fluidcontent/fluidpages Bootstrap extension
14:50:58 <Guest|30098> But I'm experiencing the identical problems with fluidbootstraptheme :(
14:51:37 <Guest|30098> Which are that only the Footer Content area is visible in the BE and there are, for example, no page configuration options in the page proeprties
14:52:27 <Guest|30098> I'm using the TER versions of the FluidTYPO3 extensions, except for flux, which I grabbed from git, since fluidbootstraptheme depends on 7.1.0
14:52:35 <Tjark> hi, i use the v:resource.record.fal viewhelper to render my Fal images within the page templates. With the uid selector it points every time to the actual page. Is it possible to read from parent page if actual is empty ?
15:13:04 <soee> any idea i cant make my fce visible in BE ? i have only some sample/default one Fluid/FluxContent and cad do anything with it
15:19:23 <mrboe> @Guest|30098 try to use the latest dev branches
15:20:50 <mrboe> @Guest|30098 also the Page settings set by TS, if you want to use the wizard tab disable the use uf TS settings in the contant editor
15:21:41 <Guest|30098> mrboe: I'm trying that right now. No luck so far. Installing PhpStorm right now to dig deeper
15:22:20 <mrboe> first install the lastest devs of the fedext family
15:22:49 <mrboe> @soee you have that problem on only one FCE or you just startet
15:23:50 <Guest|30098> mrboe: I'm already on dev of flux, vhs and fluidpages
15:24:54 <Guest|30098> This is what I'm seeing in the BE right now: http://i.imgur.com/Imv8BFM.png
15:25:48 <Guest|30098> This is with a backend layout set, which I don't think is actually necessary. If I don't set a layout, the colums with the errors appear randomly when switching between pages in the BE
15:27:17 <Guest|30098> randomresult: Yeah, that's how I remember it. But, as mentioned above, that produces random results. I've added it to make sure the columns are always rendered in the BE
15:27:25 <soee> mrboe, fluidpages works fine now i want to create FCE
15:51:26 <gencha2> randomresult: I served the page through a PHP web server initiated by PhpStorm and suddenly the BE was working fine. Now I'm moving running it on Apache again and am removing the BE layout and everything I did to debug the issue
15:51:35 <gencha2> And then I'll hope that it's still working fine
15:52:39 <gencha2> Yeah, everything seems to be working great now. I assume I didn't clear all the necessary caches after grabbing the development versions off GitHub
15:53:21 <randomresult> always clear cache (maybe with installtool) and temp
15:53:56 <gencha2> I usually have a rm -rf typo3temp/* close in my history :P
16:41:49 <NamelessCoder> anywho... yes, I can of course give that a look - when time allows
16:43:00 <randomresult> sure. only if time allows :)
16:44:15 <Torsten85> hey, I'd like to use the feature "White/blacklisting allowed CTypes" ... do I have to checkout a special branch / tag for that?
16:50:36 <Tjark> hi, i use the v:resource.record.fal viewhelper to render my Fal images within the page templates. With the uid selector it points every time to the actual page. Is it possible to read from parent page if actual is empty ?
16:54:09 <BenjaminR> Tjark there is a record argument
16:55:17 <NamelessCoder> Torsten85 you'll need the development branch of flux and fluidcontent for that
16:57:34 <Torsten85> NamelessCoder ah I see, thanks and also thanks for that great feature btw :-)
17:23:09 <Denyerec> If we end up nearby, I will have to make good on those beers :)
17:26:13 <NamelessCoder> aug/sep vacation in sim city? :)
17:26:48 <NamelessCoder> yeah everything is as if someone sat down in an office and planned everything down to the allowed height of hedges and colors of bricks to use...
17:27:07 <NamelessCoder> let me know if you plan to visit Aarhus :)
17:33:46 <gencha2> When fixing/adding something in the docs, what are the commits to be prefixed with? [DOC]?
17:34:06 <NamelessCoder> gencha2 exactly: [DOC] Start sentence with uppercase letter
17:34:18 <NamelessCoder> and thanks for contributing! ;)
17:34:27 <gencha2> Cool. I might fix up a couple of links ;D
17:34:36 <NamelessCoder> you should edit through fluidtypo3.org
17:35:41 <NamelessCoder> inter-chapter links are in some cases broken; pointing them to the proper filename should fix it (links are auto-parsed in fluidtypo3.org docs - see https://github.com/FluidTYPO3/fluidtypo3org/blob/master/Classes/Controller/ContentController.php#L227)
17:36:38 <gencha2> I guess it's only 1 link for now
17:38:24 <gencha2> Yeah editing through the button on the site is neat. I was already wondering how the [DOC] was already in the commit message
17:39:06 <NamelessCoder> cedricziel dug that out of the github docs - many url params supported
20:05:57 <soee> guys can someone show mi some sample code how to configure section inf flux (for cstom FCE) where user can add as many links (to internal pages or external) as he wants ?
20:06:17 <Denyerec> Kinda like a repeating section ?