IRC logs

20140304

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

IRC log range: 20140304*

20140304

  • 12:17:44 <Attensa> Hi. I have a problem with flux 6.0.2(TER) - When I add a flexform.field.file to a template the selected item is copied to another page with the same template. I have tried setting both inherit=0 and inheritEmpty=FALSE. Same behavior though
  • 12:22:36 <cedricziel> can you please gist your template?
  • 12:22:39 <cedricziel> what is copied?
  • 12:23:55 <Attensa> Ok - I will try that. The file name is copied or inherited?
  • 12:24:19 <cedricziel> i dont get wha you're trying to say ;)
  • 12:24:45 <cedricziel> you said, something is copied. what is copied?
  • 12:27:14 <Attensa> Ok - I have multiple pages using the same template. For each page the user should be able to choose an image that is displayed in a static block. The image can be selected in the appearance tab in page properties. The problem is when an image file is selected for one page, that image gets copied to other pages
  • 12:27:32 <cedricziel> aha!
  • 12:27:38 <cedricziel> ;)
  • 12:27:51 <cedricziel> to what other pages?
  • 12:28:12 <cedricziel> underlying or any other/random?
  • 12:30:12 <Attensa> gist: https://gist.github.com/attensa/2e46351faae4faddcbbe
  • 12:30:12 <Attensa> Underlying it seems
  • 12:31:01 <cedricziel> did you add the inherit attribute afterwards?
  • 12:32:00 <Attensa> yes - but it still behaves this way when I create new pages.
  • 12:32:36 <cedricziel> so you drive a ccustom ConfigurationProvider?
  • 12:32:44 <Attensa> Yes
  • 12:32:53 <cedricziel> dangelang. NamelessCoder time ;)
  • 12:34:06 <cedricziel> sorry, i cant help you there. what do you use your configurationprovider for?
  • 12:34:23 <cedricziel> maybe gist it as well, but i am not sure i would be of use here
  • 12:36:00 <Attensa> I have all my page templates, fce's and typoscript settings in my configurationprovider. If we are talking about the same thing :)
  • 12:36:21 <Attensa> I basically copied and modified the one from the bootstrap starter package
  • 12:36:38 <cedricziel> ahh, sorry. misconcetion then
  • 12:36:44 <cedricziel> *misconception
  • 12:37:27 <cedricziel> you are talking about a provider extension, i am specifically talking about a custom php class which implements a ConfigurationProviderInterface
  • 12:38:34 <Attensa> Ah, sorry. I don't know what that means, so I don't think I do :)
  • 12:38:43 <cedricziel> heh, yes. cool :)
  • 12:39:03 <cedricziel> well, where did you copy the ext speciality from? so i can get a hold of it
  • 12:39:19 <cedricziel> github or the package from t3o?
  • 12:39:43 <Attensa> http://bootstrap.typo3cms.demo.typo3.org
  • 12:40:09 <cedricziel> the download link there?
  • 12:41:44 <Attensa> Only to the entire package including core and other extensions. I can send you a link to my extension? Its on github
  • 12:43:43 <cedricziel> perfect. sure
  • 12:46:40 <Attensa> https://github.com/attensa/dairyfruit.git - its a private repo, so Im not sure the link is enough?
  • 12:47:01 <cedricziel> i dont think so
  • 12:47:15 <cedricziel> my github handle is cedricziel if you trust me enough to temporarily add me
  • 12:47:40 <Attensa> Will do
  • 12:47:55 <Attensa> done
  • 12:48:19 <cedricziel> mail received
  • 12:51:03 <cedricziel> which Page template?
  • 12:51:49 <Attensa> The flux field is inserted on both FrontPage.html and NewsPage.html
  • 12:52:28 <cedricziel> i see.
  • 12:53:12 <cedricziel> and it gets copied? are you sure you didnt define it in TS?
  • 12:55:17 <Attensa> If so, not on purpose. I don't know where or how I would define that behavior
  • 12:56:12 <cedricziel> like with extbase, you can add TS variables to the settings namespace in typoscript which would be available in flexforms, custom controllers and the templates under settings.foo
  • 12:57:31 <cedricziel> sorry, i would advise you to upgrade both flux and fluidpages to the 'legacy' branches from out git-repos
  • 12:57:56 <xaver> cedricziel: you are trustable - you are verifyied by any of the official (backdoor) dealers?
  • 12:57:56 <cedricziel> master is for TER, and the current legacy branches contain bugfixes to them
  • 12:57:58 <xaver> hi :)
  • 12:58:12 <cedricziel> Trollolo :)
  • 12:58:48 <Attensa> Ok - I will try that. Thanks
  • 12:59:05 <cedricziel> no problem, pls dont forget to remove me from the repo :)
  • 12:59:17 <Attensa> done :)
  • 12:59:29 <cedricziel> perfect
  • 19:36:27 <Guest|98630> hi guys, I have a custom content element based on fluid_content. after updating TYPO3 and all fedext extensions to the latest version (from TER) the wizardTab disappeared. any ideas? I had a look at the changes in github. but I couldn't find anything.
  • 19:37:26 <Guest|98630> <flux:flexform wizardTab="FCE" id="swiperSlider" label="Swiper Slider" description="Fügt ein Slider hinzu (ist für den Teaser gedacht)">
  • 19:38:21 <Guest|98630> This is how I register the tab.