09:59:34 <feelx> hmm... I've got a flux template. Is it possible to have a "flux:field.file" and pass the name of the file to typoscript template? I think f:cObject typoscriptObjectPath should be my friend, right?
10:04:33 <soee> is there some solution for lazy loading images ?
11:49:28 <rahulthewall> bjo3rn: Apologies for bugging you, but could you please explain how you implemented search on your blog (worksonmymachine). I asked yesterday about Fluid and search, but I am lost
11:49:36 <rahulthewall> I feel my knowledge of Typo3 is incomplete
11:49:57 <rahulthewall> This is what I was told: create a ts constant pointing to a page where you store a content element for the search form and render it whereever you like with <v:content.render pageUid="{v:var.typoscript(path: 'xy')}" />
11:50:59 <rahulthewall> I believe this is the content element: http://fluidtypo3.org/documentation/templating-manual/templating/creating-templates/content-element.html (but how do I put the search form in it)
11:55:14 <BenjaminR> rahultthewall: dirty and easy way https://gist.github.com/benjaminrau/3b3f6df29f8334601be7
11:55:29 <bjo3rn> rahulthewall my blog is made with kirby ;)
11:56:55 <rahulthewall> I can use indexedsearch - faceted search was just a try; I don’t really need it
11:57:47 <BenjaminR> result looks like http://nmidb.de top right corner
13:59:08 <witrin> Hi, I'm trying to get up the latest development of fluidcontent_bootstrap on a TYPO3 6.2.3. But flux produces an exception: http://pastebin.com/6VAghqEj. Did I missed something here?
14:19:46 <witrin> @mrboe which flux branch would you recommend? Development doesn't seem to work currently: http://pastebin.com/6VAghqEj
14:20:50 <mrboe> have a look here https://github.com/bootstraptheme-for-typo3/fluidbootstraptheme/releases/tag/v.0.7.0_beta
14:21:15 <rahulthewall> I just work here, still living in Zurich :P
14:22:01 <mrboe> @witrin you can see the commits i used on the last test
14:22:31 <mrboe> on monday i will continue working on FBT and check it with the latest dev
14:23:51 <witrin> @mrboe I've check them out but I always get: PHP Fatal error: Call to a member function get() on a non-object flux/Classes/Configuration/BackendConfigurationManager.php on line 176
14:24:52 <feelx> rahulthewall, :D okay... Will visit the page frequently to check the progress you make. If I have questions, I will get back to you ^^
14:35:48 <witrin> @mrboe I think my mistake was to checkout before deactivating ... now it seems to works
14:36:26 <mrboe> nice to hear - always clear cache in install tool after changes like that
14:38:34 <witrin> Done it but without deactivating before the error appears... anyway I'm not able to deactive fluidpages, because you have hardcoded the dependency I think, the setting you've mentioned deosn't help
14:53:44 <witrin> I now my questions here are some kind of anoying, so please excuse. I'm trying just to see a fluidcontent element in the frontend. But it will not succeed. My current try looks like this: http://pastebin.com/iB6nRBD0 but when I as soon as I put the ViewHelper `content.render` (VHS) into my template I took a while after I see "PHP Fatal error: Maximum function nesting level of '100' reached, aborting!". My page just contain a fluidcontent
14:53:46 <witrin> element with two empty columns and a titel.
14:54:51 <witrin> Same happend before also with the dead bootstrap_extension. SO I think there is somthin wrong with my config
14:56:49 <witrin> This is my page setup: http://pastebin.com/X3iMc06G
15:00:38 <mrboe> try this in constants plugin.tx_fluidbootstraptheme.settings.useTypoScript = 0
15:22:19 <witrin> I was not really precisely: When I'm disable fluidcontent everything works: I just use then this TypoScript and Fluid Template: http://pastebin.com/fuLGpAue. This means fluidcontent is disabled I have a text CE and it is displayed in the frontend. When I enable fluidcontent and the boostrap extension and I add a corresponding ce the endless loop error occurs now in the BE also. My Root template just includes styled_content and your both sc
15:22:22 <witrin> ripts with settings last ... it just curious
15:23:43 <witrin> I also added the constant you mentioned before
15:25:20 <witrin> here is the complete error: http://pastebin.com/nduL8rfF
15:27:54 <witrin> Where can I find the most simple fluidcontent template?
15:31:49 <witrin> As long as there is no fluidcontent element in my page everything is fine. Currently I've flux, fluidcontent and vhs enabled I have a minimal temaplte for my page which shows my default TYPO3 content elements on the page. now I would like to add just the most simple ce for fluidcontent ... without getting this recursion error ... can't be so hard right?
15:32:51 <witrin> RTFM! Is it this here? http://fluidtypo3.org/documentation/templating-manual/templating/creating-templates/content-element.html
15:34:45 <witrin> I having really problems to get this documentation structure... has anybody a link for dummys like me? Just a fluidcontent element just one :)
15:36:40 <witrin> Okay, could anybody tell me where can I find the information how to register a fluidcontent template respectively a fluidcontent CE?
15:37:10 <witrin> just the template without creating a whole extension
15:42:12 <witrin> I really can't find any f!* simple tutorial for this can anybody help? or should I better leave :)
15:43:46 <witrin> even the right google search words would help.
16:01:41 <witrin> after I add the static include for the extension
16:02:42 <witrin> Damn is this page stuff really neccesary :(
16:03:09 <xaver> i think you can only use fluidcontent without fluidpages
16:09:50 <witrin> even when i remove the dependency in my extensio, remove the register call for page and clear all caches I can't install it wihtou fluidpages
16:15:16 <witrin> So now is my question how can I get my super extension build by the builder get activated without fluidpages? xaver says it might be possible. see the pastes for my adaptions I've made
16:16:35 <witrin> but typo3 says The extension fluidpages is not available from TER. which implies that typo3 try to download/install fluidpages when I activate my extension
16:16:36 <xaver> maybe NamelessCoder has a solution :)
16:28:04 <witrin> No I get "The action name must be a valid string, array given (Array)."
16:28:23 <witrin> WHen I put the content element of my extension into the page
16:29:05 <witrin> I've just created this with "php typo3/cli_dispatch.phpsh extbase builder:providerextension --extension-key theme --pages FALSE"
16:58:10 <xaver> witrin: a little bit outdated, but still functional http://bootstrap.typo3cms.demo.typo3.org/typo3/
17:00:20 <witrin> Thanks for your help! I appreciate that!! In the meanwhile I've used the UI for creating a extension and now it seems to work. Currently I try to create some content elements and then the import/export stuff comes
17:13:45 <witrin> When I create a content type just with two columns and no config, how can I prevent that the options tab is displayed? Or is it possible to work with TSConfig here?