IRC logs

20140704

Logs from channel #fedext on freenode - our official support channel.

IRC log range: 20140704*

20140704

  • 08:00:14 <mrboe> good morning
  • 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?
  • 09:59:34 <FT3BOT1> ¯\_(ツ)_/¯
  • 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:20 <BenjaminR> this is for indexedsearch
  • 11:56:26 <rahulthewall> Thanks BenjaminR, I will try this after lunch (and once again thanks a lot)
  • 11:56:37 <BenjaminR> yw once again :)
  • 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?
  • 13:59:53 <witrin> It works with master branches.
  • 14:06:10 <xaver> witrin: fluidcontent_bootstrap is dead
  • 14:06:32 <witrin> damn :)
  • 14:06:40 <xaver> the successor is developed by mrboe ..
  • 14:07:15 <xaver> i stopped developing and the community started before a new ext
  • 14:07:32 <rahulthewall> Hi benjaminr, I seem to have done something in working with the gist that you provided
  • 14:07:49 <mrboe> hey guys
  • 14:08:06 <rahulthewall> The get action in the form seems to be incorrect, and hitting enter search doesn’t work
  • 14:08:21 <mrboe> @witrin have a look here https://github.com/bootstraptheme-for-typo3/fluidbootstraptheme/releases/tag/v.0.7.0_beta
  • 14:08:28 <rahulthewall> for reference, here is the search page: http://test.ageweb.ch/index.php?id=15
  • 14:08:32 <xaver> witrin: create provider ext with builder and crate own elements - its fast and you learn the power ;)
  • 14:09:03 <mrboe> or have a look into teh fluidboostraptheme if you need some input
  • 14:09:11 <witrin> @xaver Thanks! Thats my plan but for quick shot I just need something to test
  • 14:09:26 <mrboe> there is some good stuff inside to get into
  • 14:11:46 <witrin> @mrboe does it work with the latest development of flux etc.?
  • 14:11:54 <mrboe> yes
  • 14:12:09 <mrboe> last tested some days ago
  • 14:12:25 <mrboe> have a look at 0.7 beta
  • 14:12:46 <witrin> I'll give it shot. Does it work without fluidpages?
  • 14:12:51 <mrboe> i wrote down the states of the working versions
  • 14:13:15 <mrboe> yes, you can deactivate it in the ext manager
  • 14:14:50 <mrboe> http://snag.gy/IUVmo.jpg
  • 14:16:46 <feelx> rahulthewall, just cuz I'm curious... are ya developing a T3 site for the ZHAW / Winterthur?
  • 14:17:29 <rahulthewall> feelx: first for the Accessibility Lab at ZHAW, and then yes, we do plan on convincing ZHAW to upgrade
  • 14:17:32 <rahulthewall> you work here as well?
  • 14:18:03 <feelx> nope... but I made my degree there ;)
  • 14:18:33 <rahulthewall> Ah nice :)
  • 14:18:59 <feelx> world's still a village ;) especially on IRC :)
  • 14:19:21 <rahulthewall> Yes, surprisingly it still is!
  • 14:19:28 <rahulthewall> And so is Winterthur ;)
  • 14:19:39 <feelx> I'm in the suburbs ^^
  • 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:25:06 <rahulthewall> :D feel free feelx
  • 14:25:14 <feelx> thx mate^^
  • 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:44:50 <soee> -.-
  • 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
  • 14:57:17 <mrboe> you starte from scratch?
  • 14:58:06 <mrboe> if you install FBT you need no setup
  • 14:58:33 <mrboe> just go to the maintempalte
  • 14:59:08 <mrboe> and add include static
  • 14:59:26 <witrin> But I'll need that later so it can't be so hard. My template works without fluidcontent.
  • 14:59:26 <mrboe> css styled contend and the both FBT items
  • 14:59:36 <witrin> yes there are included
  • 14:59:46 <witrin> matters there order?
  • 14:59:57 <mrboe> settings is last
  • 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:28:22 <witrin> This makes me nuts :)
  • 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.
  • 15:44:21 <xaver> in your ext_tables
  • 15:45:02 <witrin> so without a custom extension there is no fluidcontent ce?
  • 15:45:33 <xaver> maybe it works somehow but it isn't recommended
  • 15:45:56 <xaver> extension is covered by htaccess security
  • 15:46:32 <witrin> got no problems by adapting a htaccess ;)
  • 15:46:55 <xaver> resource system in T3 works
  • 15:47:06 <witrin> where can I find some information about register a template
  • 15:47:13 <xaver> we work always witha provider extension
  • 15:47:38 <witrin> what was the name of the generator for this?
  • 15:47:44 <witrin> builder?
  • 15:47:48 <xaver> yeah
  • 15:48:14 <witrin> damn this sucks ;)
  • 15:48:22 <xaver> Tx_Flux_Core::registerProviderExtensionKey('yourprovider', 'Page');
  • 15:48:23 <xaver> Tx_Flux_Core::registerProviderExtensionKey('yourprovider', 'Content');
  • 15:49:01 <xaver> in Templates folder a Subfolder Content and Page provides the templates. You need no DB to register stuff
  • 16:00:42 <witrin> So after I create my custom CE I get this: No page template selected and no template was inherited from parent page(s)
  • 16:00:48 <witrin> then I refresh the cache
  • 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:11:09 <witrin> http://pastebin.com/wcJaRt0k
  • 16:12:41 <witrin> http://pastebin.com/tsdSgpsn
  • 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:23:10 <witrin> Maybe I just shot myself
  • 16:23:28 <witrin> I don't get it
  • 16:23:50 * xaver is really busy - later i cna take a look
  • 16:27:03 <witrin> using --pages FALSE helps
  • 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?
  • 17:14:02 <witrin> http://pastebin.com/CgCiH651
  • 17:14:44 <witrin> with options tab I mean the "Plugin Options" in the edit screen
  • 19:46:21 <GRIMMCREATIVE> Someone has an idea how i can setup the filelist module to delete folder recursive in typo3 6.1 & 6.2 ? THX
  • 20:48:29 <alex_schnitzler> Someone still here for a question