IRC logs

201407

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

IRC log range: 201407*

20140701

  • 08:25:19 <mrboe> good morning - back again
  • 08:44:01 <feelx> moring^^
  • 08:44:11 <feelx> morning ... still not awake
  • 08:51:00 <bjo3rn> morning
  • 11:54:01 <bjo3rn> it seems everyone is still flashed by that spectacular soccer match last night...
  • 11:59:33 <BenjaminR> OMG
  • 11:59:48 <BenjaminR> crazy match
  • 15:35:25 <andreaswolf> hi
  • 15:35:44 <andreaswolf> I've got a problem with Flux on TYPO3 6.2
  • 15:36:17 <andreaswolf> copying an element from a Flux element does not work – the element is copied, but adjusting the colPos/tx_flux_column/tx_flux_parent values fails
  • 15:36:50 <bjo3rn> hi andreaswolf see https://github.com/FluidTYPO3/flux/pull/609
  • 15:36:53 <bjo3rn> ^^
  • 15:37:12 <bjo3rn> is this your issue?
  • 15:37:21 <andreaswolf> I'm unsure if that's a bug in Flux or a misconfiguration in the installation (I did not set it up, it's a client's installation)
  • 15:37:33 <andreaswolf> nope, not from the description
  • 15:37:45 <andreaswolf> would have to try this
  • 15:37:49 <bjo3rn> ok. .oO
  • 15:37:51 <andreaswolf> but I'm pretty sure it's not
  • 15:38:17 <bjo3rn> what do you mean by 'adjusting the values fails'?
  • 15:38:18 <andreaswolf> my problem is the other way round: I try to copy from a Fluidcontent column to the page itself, but colPos and tx_flux_parent are not cleared
  • 15:38:25 <bjo3rn> ok
  • 15:38:43 <bjo3rn> I'll try to reproduce
  • 15:38:50 <andreaswolf> and if I copy inside the Fluidcontent element, the column is adjusted correctly, but tx_flux_parent is set to 0
  • 15:39:07 <xaver> bjo3rn: https://github.com/FluidTYPO3/flux/issues/573 last entry
  • 15:39:07 <andreaswolf> I tracked it down to EXT:flux/ContentService::afterPaste()
  • 15:40:13 <andreaswolf> I also started writing functional tests, they also did not yield the correct values
  • 15:40:50 <andreaswolf> the thing is that afterPaste() is *really* ugly IMHO, values are overwritten multiple times, it's unclear what part of the code does what and is called in which situation
  • 15:42:27 <bjo3rn> oh, yes. it is not the nicest to read
  • 15:43:10 <andreaswolf> is there any reason why Yoda notation is used for "not equal" comparisons?
  • 15:43:18 <andreaswolf> that makes some parts really hard to read
  • 15:43:37 <bjo3rn> Claus made the CGL
  • 15:43:40 <andreaswolf> and with $parentUid > 0 there's nothing that could go wrong, as opposed to $parentUid == 0 vs. $parentUid = 0
  • 15:43:43 <andreaswolf> ok…
  • 15:44:31 <andreaswolf> as said, it's justified to do it that way for equality comparisons, but I don't see any reason for unequality comparisons
  • 15:44:43 <andreaswolf> and a huge potential for bugs…
  • 17:17:04 <andreaswolf> I have put my functional tests on Github: https://gist.github.com/andreaswolf/524ccdf5febae59fc147
  • 17:17:14 <andreaswolf> the first one works, the other three are broken
  • 17:17:44 <andreaswolf> I'm pretty sure that the tests are correct, but I'd appreciate if anyone with deeper knowledge of Flux could have a look
  • 18:18:00 <xaver> thx andreaswolf
  • 18:27:45 <andreaswolf> I added some more tests and basically re-implemented afterPaste() now
  • 18:28:07 <andreaswolf> tests pass even with a nested structure (copying a Fluidcontent element with content in it)
  • 18:28:16 <andreaswolf> didn't test the sorting however, that is my next task
  • 18:30:43 <bjo3rn> sounds really good andreaswolf
  • 18:31:43 <bjo3rn> thanks for your efforts
  • 19:39:12 <soee> is there increment vh ?
  • 19:52:27 <xaver> soee: why?
  • 19:52:37 <xaver> what you try todo?
  • 19:54:01 <soee> xaver: need to use counter, anyway i did it liek this:
  • 19:54:03 <soee> {v:variable.set(name : 'counter', value : '{v:math.sum(a : counter, b : 1)}')}
  • 19:54:57 <xaver> you have a iteration in for
  • 19:56:07 <soee> xaver: yes but i need to skip some elements and need seond counter
  • 19:59:00 <xaver> {counter -> v:math.sum( b : 1) -> v:variable.set(name : 'counter' )} something like this?

20140702

  • 09:23:07 <soee> hi, someone can confirm if v:page.menu.list works for him ?
  • 09:54:09 <soee> hmm any idea why menu ch renders hidden pages ?
  • 09:54:38 <soee> it uses enableFields() https://github.com/FluidTYPO3/vhs/blob/development/Classes/Service/PageSelectService.php#L146
  • 09:54:44 <soee> yet hidden pages are rendered
  • 10:07:36 <soee> ok this might be related to http://forge.typo3.org/issues/59415
  • 11:34:01 <nimius|thephpjo> I am sorry to bother you guys so often, but i am trying to create a container element, that i can fill with other CEs. In the backend everything works perfectly, but in the frontend flux:content.render has no output.
  • 11:34:21 <nimius|thephpjo> (Using git version)
  • 11:36:55 <BenjaminR> nimius: may you show us the fluid source?
  • 11:37:55 <nimius|thephpjo> easy: for testing purposes i used the fluidcontent_bootstrap row template
  • 11:38:11 <nimius|thephpjo> (and changed the variable.set to var.set in vhs)
  • 11:38:28 <BenjaminR> Configuration Section: <flux:form.content name="content" /> Main SectioN: <flux:content.render area="content" />
  • 11:39:11 <nimius|thephpjo> yes. The whole thing is in a grid and a widget.grid in the Preview
  • 11:40:08 <BenjaminR> my above message shows how it works
  • 11:40:25 <BenjaminR> to debug your fce please great a gist (gist.github.com)
  • 11:40:39 <BenjaminR> *create
  • 11:41:10 <nimius|thephpjo> this is the thing i want to end up with: https://gist.github.com/thephpjo/7d82a4e07e9a7bebf35c
  • 11:43:16 <BenjaminR> fce or ce disabled?
  • 11:43:24 <BenjaminR> in be
  • 11:43:32 <nimius|thephpjo> no
  • 11:43:32 <BenjaminR> your source looks good
  • 11:43:39 <BenjaminR> clear cache
  • 11:43:43 <nimius|thephpjo> i have
  • 11:43:44 <BenjaminR> and enable debug
  • 11:43:48 <nimius|thephpjo> i have
  • 11:43:48 <BenjaminR> in extension manager
  • 11:43:51 <BenjaminR> :)
  • 11:44:03 <nimius|thephpjo> i also tried master and dev branch. Both not rendering
  • 11:44:10 <BenjaminR> hmmmm
  • 11:44:19 <nimius|thephpjo> Debug giving nothing to be concerned of
  • 11:48:42 <nimius|thephpjo> ok, nevermind. I just checked out master on flu and fluidcontent. Working fine now
  • 11:49:01 <BenjaminR> so dev branch doesnt work for you?
  • 11:49:08 <nimius|thephpjo> looks like you got some regression with the render viewhelper in dev
  • 11:49:38 <nimius|thephpjo> Should i open up a ticket?
  • 11:50:33 <BenjaminR> would be appriciated
  • 11:50:36 <BenjaminR> thanks in advance
  • 14:46:12 <Guest|82074> Hi
  • 14:46:25 <nimius|thephpjo> Hi
  • 14:46:38 <Guest|82074> I need help with VHS extension
  • 14:46:49 <Guest|82074> Git release
  • 14:47:29 <Guest|82074> How can I set viewhelpers to render tags in html5 format?
  • 14:47:29 <nimius|thephpjo> k… i personally never used it. You will have to wait till one of the devs replies
  • 14:48:32 <Guest|82074> Okay
  • 14:48:34 <Guest|82074> thank you
  • 14:52:36 <xaver> Guest|82074: what do you mean?
  • 14:54:09 <xaver> hi andreaswolf :)
  • 14:57:27 <irnnr> hey there
  • 14:57:51 <irnnr> in custom content elements, can I access fields from tt_content?
  • 14:59:00 <BenjaminR> irnnr: fx like this: {v:content.info() -> v:var.set(name: 'record') -> f:else() -> f:if(condition: record)}
  • 14:59:01 <FT3BOT1> ¯\_(ツ)_/¯
  • 15:00:05 <BenjaminR> and then {record.header} fx
  • 15:00:33 <feelx> hey! When I have a flux.form with three sheets. Can I access values selected in sheet1-field.select box directly in sheet2? I need them to render in BE either two or three tabs (=flux-sheets)
  • 15:01:11 <irnnr> ok, why do I need the if/else in there?
  • 15:01:38 <BenjaminR> sry - you dont need - its a special use case i have
  • 15:05:09 <irnnr> ok, just tried it, but fluid complains that there's no content.info view helper, which after checking, is correct...
  • 15:05:16 <irnnr> there's one for page.info though
  • 15:05:54 <andreaswolf> hi xaver
  • 15:07:19 <irnnr> turns out, it's a lot simpler. Everything's there in {record} already
  • 15:17:01 <BenjaminR> irnnr: v:content.info is a EXT:vhs viewhelper.
  • 15:19:37 <BenjaminR> irnnr: you use fluidcontent_core?
  • 15:20:07 <irnnr> I use fluidcontent, fluidpages, and vhs
  • 15:20:46 <irnnr> vhs v1.9.1
  • 15:20:48 <BenjaminR> i guess it became global for fluidcontent some time ago
  • 15:21:03 <BenjaminR> talking about the record var
  • 15:21:17 <BenjaminR> there are cases where its not available by default - then use v:content.info
  • 15:21:54 <BenjaminR> it will be available with 2.0 - http://fluidtypo3.org/viewhelpers/vhs/development/Content/InfoViewHelper.html
  • 15:22:01 <irnnr> ah!
  • 16:14:46 <feelx> hmm.. I m still trying to render 3 flux-sheets in use of v:switch / case... But only the LAST sheet is rendered... why?
  • 16:14:55 <feelx> here is a snippet: https://gist.github.com/anonymous/768f09b9ff3f67950ec1
  • 16:15:34 <feelx> if case is true - only TAB3 is generated (not the first and the 2nd one)
  • 17:34:18 <Guest|82074> Hi xaver
  • 17:35:26 <Guest|82074> I mean, I need to let vhs render <link rel="stylesheet" href="..."> instead of <link rel="stylesheet" href="..." /> when using asset helper
  • 17:46:16 <Guest|48648> I was dropped
  • 17:46:29 <Guest|48648> I've asked about VHS and html5 rendering
  • 17:55:20 <xaver> Guest|48648: second wayis in HTML5 and cleaner
  • 17:55:42 <xaver> every Tag should be closed in XML
  • 18:02:25 <Guest|48648> when I include css using typoscript - it renders it without closing tag
  • 18:16:05 <xaver> maybe2
  • 19:44:16 <soee> ping

20140703

  • 10:46:04 <feelx> Hi folks :D Is it possible to include in a flux grid/column a default typo3 CE? I.E. 'table' which I need for 'tech. specs' on fluidtypo3 CE
  • 10:46:49 <feelx> I can create one manually and include the UID element. but which vhs:VH do I need this way?
  • 10:47:37 <feelx> however it should 'copy' the inserted element and NOT reference it.
  • 11:46:05 <feelx> no hints? :(
  • 11:47:15 <bjo3rn> hi feelx
  • 11:47:48 <bjo3rn> I just skimmed over your question and I don't really got it tbh :/
  • 11:49:03 <bjo3rn> can you give some more details?
  • 12:25:29 <feelx> thx bjo3rn :) sorry... I have a content element with 3 columns. I one column I want to have a typo3 default CE (type 'table'). Can I insert a specific CE in a fluidpage template? I know I can get some specific CE with v:content.get (uid attribute) VH. But I assume it does 'overwrite' the source CE when I edit it afterwards, right?
  • 12:26:31 <feelx> so it should GET the CE (by UID i.E.) and store it as a new one.
  • 12:33:36 <bjo3rn> feelx v:content.get is FE stuff so nothing can be overwritten?
  • 12:34:39 <bjo3rn> plus you can't get one specific content element by its id
  • 12:34:58 <bjo3rn> you can get all inside of a given colPos fx
  • 12:41:17 <feelx> bjo3rn, okay thx... maybe v:resource.record is suitable to get a CE by it's UID? What I like about the typo3-default CE table is, I can easy edit it by using '|' as separator. Sure I can insert it manually too but if it's possible to insert it automaticaly it saves a few clicks
  • 12:42:23 <feelx> My idea was to create a hidden 'template page' with some prefilled content elements which I can insert in a fluidpage template and edit them
  • 12:45:30 <bjo3rn> so the prefilled ces (like that table) should be edited on that hidden page and placed on several different pages with the same content?
  • 12:45:44 <bjo3rn> or as some sort of kickstarter?
  • 12:48:01 <feelx> bjo3rn, the 2nd case... it's a kind of kickstarter. These are tables for 'technical specification' always the same header but different content for each product
  • 12:55:00 <bjo3rn> ok, then you'd have to copy the original ce and I have no idea how to solve that with vhs, sorry. I don't even think it's possible.
  • 12:58:52 <bjo3rn> this requires some BE logic to be executed which is beyond the scope of vhs
  • 12:59:15 <bjo3rn> as this is a one time action to be invoked
  • 13:09:14 <Guest|35632> Hey guys, is something changed with the v:switch viewhelper? I have the error in the frontend on a pic element value found for key "FluidTYPO3\Vhs\ViewHelpers\SwitchViewHelper->switchCaseValue", thus the key cannot be removed.
  • 13:09:36 <Guest|35632> I use the new dev version of flux and co and fluidcontentcore
  • 13:09:56 <bjo3rn> Guest|35632 in this case the key is null
  • 13:10:37 <Guest|35632> okay so the image isnt in the element anymore, btw i updated a website with the new version
  • 13:11:05 <Guest|35632> if i re-create a image element now i have this error The template files "/www/infoarchitekt.de/hosting/2376/dcn.de/kunden/tbg/typo3conf/ext/moox_core/Resources/Private/Partials/Image", "/www/infoarchitekt.de/hosting/2376/dcn.de/kunden/tbg/typo3conf/ext/moox_core/Resources/Private/Partials/Image.html" could not be loaded.
  • 13:16:20 <feelx> bjo3rn, okay thx... So it would need a action controller right? TBH I'm absolutely not familar with extbase programming. But I've got this book about extensionpgrogramming (Rau&Kurf�rst). Maybe I'll try a bit :)
  • 13:36:15 <bjo3rn> Guest|35632 then there's some syntax error on your template
  • 13:36:39 <bjo3rn> there are some bc breaks like v:var is now v:variable
  • 13:40:16 <Guest|35632> i changed that all
  • 13:40:29 <Guest|35632> its only with the image element
  • 13:40:37 <Guest|35632> but this is from the fluidcontentcore
  • 13:41:03 <Guest|35632> my template works fine untill i create an image element
  • 14:00:11 <Guest|35632> @bjo3rn i tried to put the image partial from the folder Partials/Content directly into Partials... then works.
  • 14:00:29 <Guest|35632> *it
  • 14:00:54 <Guest|35632> but this couldnt be normal
  • 14:06:54 <Guest|35632> okay got it.
  • 14:06:56 <Guest|35632> thx
  • 14:15:55 <bjo3rn> sorry, was afk for a while.
  • 14:16:31 <bjo3rn> I think that's pretty normal ^^
  • 14:16:32 <FT3BOT1> Welcome back bjo3rn!
  • 16:03:17 <rahulthewall> Hi guys, I am using Ext:ke_search (faceted search) and I was wondering how I would have a search box on every page using fluid
  • 16:03:25 <rahulthewall> The typoscript example is written thus: http://kesearch.kennziffer.com/en/documentation/searchbox-on-every-page.html
  • 16:03:31 <rahulthewall> how would I integrate it with Fluid?
  • 16:12:24 <soee> rahulthewall: create content element somehwere on your page, and use RECORDS to pass it with variable to tempate
  • 16:12:43 <soee> or create search form instanc ein TS and pass as variable
  • 16:13:34 <BenjaminR> rahulthewall soee: 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')}" />
  • 16:13:56 <soee> :)
  • 16:14:28 <rahulthewall> Thanks soee and BenjaminR, let me try this :)
  • 16:14:32 <BenjaminR> or all variants soee suggested are valid too for sure!
  • 16:14:44 <rahulthewall> Great, thanks again for the help
  • 16:14:49 <BenjaminR> yw
  • 20:13:24 <witrin> I've found out (http://vschart.de/vergleich/grid-elements-typo3-extension/vs/fluid-content-engine) that it's not possible to import/export `fluidcontent` CEs. Is this right? And when how do you bring particular content from one tree into another one? See also http://stackoverflow.com/questions/24557790/how-to-import-export-content-elements-of-fluid
  • 20:13:24 <witrin> content.
  • 20:17:48 <xaver> witrin: LOL who did the vchart xD
  • 20:18:43 <xaver> as good marked : Overrides core functions Ja Overrides core modules Ja
  • 20:19:07 <witrin> xaver: Sorry, for the link. This was the only pice of information I've found to my question. Is it totally wrong?
  • 20:19:20 <xaver> this is really outdated and depends a lot on the view
  • 20:19:31 <witrin> :S
  • 20:19:44 <xaver> the docu is good and is rendered from actual code
  • 20:19:49 <xaver> and it is english
  • 20:20:06 <xaver> gridelements is a more german docu and stuff
  • 20:20:33 <witrin> I doesn't found anything about import/export in the docs. Do you have any hint where I have to search?
  • 20:20:52 <xaver> what do you want todo?
  • 20:21:26 <xaver> fluidcontent elements are fluid template based. no record needed
  • 20:21:55 <witrin> I just want create some CEs (e.g. Slider) with fluidcontent and would be very happy when I'm able to impoert/export them.
  • 20:22:17 <witrin> But it seems I don't get the idea of this extension at all :S
  • 20:22:40 <xaver> content from the ce? it is in flexform field. It hsould be exported via t3d
  • 20:23:50 <xaver> you create a template like this: https://github.com/bootstraptheme-for-typo3/fluidbootstraptheme/blob/development/Resources/Private/Templates/Content/Accordion.html
  • 20:25:03 <xaver> Configuration is your BE input, preview will be visible in Backend as Content like title or in this case a widget (means you can add new elements). Main Section is FE output
  • 20:27:44 <xaver> witrin: Its hard to compare, both systems are really different ideas. I have a lot of reasons to support this project and not gridelements
  • 20:27:54 <witrin> And after I've installed this and created some content records with this template. I would be able to import/export this through the BE via t3d (because its just a flexform field like which contains most of the stuff you wrote)?
  • 20:28:13 <witrin> I've already used gridelements, and I don't like it :(
  • 20:28:28 <witrin> But I like extbase and fluid
  • 20:28:45 <xaver> maybe - i don't use t3d
  • 20:29:22 <witrin> What do you use for transfering ce's between maybe staging and production?
  • 20:30:32 <xaver> thats always a problem. You have FAL and all that stuff. t3d is a lot of magic and options. Try it maybe it works :)
  • 20:32:32 <xaver> you have a lot of content elements and users. You work in a environment with unique Ids and copy them is really hard to decide what stay and needs to go.
  • 20:32:51 <witrin> I'll do that, thanks! But you'll face those problems too, don't you? I'm just wondering how you guys get those tasks done. SQL?
  • 20:33:10 <xaver> I never add content on a stage server
  • 20:33:21 <witrin> Yes you're right! But for some simple case within the dev process.
  • 20:33:29 <xaver> its so fast to add it in live, a hidden page, workspaces
  • 20:34:10 <witrin> Unfortunatelly hour writers mostly are involved during dev :(. And they won't all again ...
  • 20:35:47 <xaver> we have always at least 3 stages. local, dev/test, live, often 4 with test or maybe more
  • 20:39:30 <witrin> Yes, similar to us. And often content will be produced on test stage (in smaller pieces for demonstrating) and then it comes the question "could we not just export this? It's already there. Let's reuse this..." :(
  • 20:40:37 <witrin> Well I'll try it! Thanks. But I'm aware that references to Media stuff get's lost when it's in flex field ...
  • 20:41:13 <xaver> Database is a DB for a reason, a lot of traffic and information's
  • 20:42:23 <xaver> some people try stuff like http://www.liquibase.org/ or surf. I never used surf
  • 20:45:38 <xaver> A reason to use FluidTYPO3 - a big team of maintainers and a lot of contributor. Gridelements depends more on money and smaller team. It overwrites a lot in T3 backend and this code needs maintenance for every update.
  • 20:48:25 <witrin> Don't get me wrong here! I'll want to get rid of Gridelements for several reasons. I just have to find a way how to handle content between the several T3 nodes effectively. :)
  • 20:48:50 <xaver> if you find a good one, tell me :P
  • 20:49:22 <xaver> this is a topic on every camp - i think the best solution is a intern or trainee :P
  • 20:50:04 <witrin> LOL! Currently we have one :P ...
  • 21:01:47 <xaver> you can always ask question's here - get a irc client :)
  • 21:39:11 <witrin> Thanks!

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

20140705

  • 11:36:12 <feelx> hey... flux:field.file uploadFolder="" DEPRECATED will be moved to the File field ViewHelper. Is there already any implementation/doc about this?
  • 11:39:06 <feelx> Can't find info about FILE.FIELD VH yet (development branch of flux)
  • 12:01:59 <soee_> feelx: im not sure, i wonder what other File field ViewHelper is mentioned here
  • 13:20:30 <feelx> soee_, ty. that's what I thought :) but it's mentioned in the VH-ref

20140706

20140707

  • 09:56:59 <braguzz> hey someone knows how to make another typo3 instance with bootstrap_package?
  • 12:32:48 <bjo3rn> hi there
  • 12:34:04 <bjo3rn> someone here who can provide me with a fancy shmancy .htaccess file re: caching, etags and stuff?
  • 12:43:00 <soee> bjo3rn: adjust a bit https://github.com/h5bp/html5-boilerplate/blob/master/.htaccess ? :)
  • 12:43:25 <bjo3rn> ah! yes, thx for the hint.
  • 12:44:53 <soee> bjo3rn: also xaver has some nice .htaccess configurations for t3 ;)
  • 12:49:08 <bjo3rn> I'd be interested in setting up a cookie-less/-free domain as well ;)
  • 12:49:13 <bjo3rn> *correctly
  • 13:17:56 <jlumpe> hey
  • 13:18:42 <jlumpe> guys is it possible to get an array of content elements back in fluid/vhs? I have a slider element which can have nested content elements. I’d like to wrap each of the nested elements
  • 13:19:13 <jlumpe> ah, content .get i assume
  • 13:21:07 <danilobuerger> content.get or .render jlumpe
  • 13:23:07 <jlumpe> :)
  • 13:23:17 <jlumpe> i can use flux:grid now as a standalone tag right?
  • 13:23:26 <jlumpe> to get a single row with a single column, correct?
  • 13:27:30 <jlumpe> ah no, it’s form.content
  • 14:21:05 <BenjaminR> HAPPY BIRTHDAY @cedricziel!
  • 14:22:49 <jlumpe> danilobuerger: if you’re around: how can i get a select box inside a fluid content element, with which i can select a model from another extension?
  • 14:23:00 <jlumpe> oh
  • 14:23:02 <danilobuerger> jlumpe sorry no time today
  • 14:23:06 <jlumpe> happy birthday cedricziel
  • 14:23:13 <jlumpe> oki
  • 15:19:41 <rahulthewall> Hey benjaminr, I was using this gist: https://gist.github.com/benjaminrau/3b3f6df29f8334601be7 that you gave me
  • 15:20:14 <rahulthewall> For some reason it fetches the incorrect page in form action and if I even force feed the correct page to it
  • 15:20:25 <rahulthewall> it fails to load the search page after a search
  • 15:20:29 <rahulthewall> what am I am doing wrong?
  • 15:33:30 <soee> if we remove fce that has inline element to select images (FAL) than restore it the relation to file is lost
  • 15:33:40 <soee> this iss flux or core issue ?
  • 15:41:34 <pi-phi> I just updated flux(6.0.4 -> 7.0.0) , fluidcontent(3.1.0->4.0.0), vhs(1.8.5->1.9.1) with my own extension for CEs in a 6.1.9 Installation.
  • 15:41:34 <pi-phi> I used the updatescript http://fluidtypo3.org/documentation/templating-manual/appendix/migration/from-flux-6x.html and all went well. so it seams on first sight.
  • 15:41:34 <pi-phi> on the second sight I got problems with RTE/text fields.
  • 15:41:34 <pi-phi> 1. all my CEs include an (empty) RTE after my tabbed inputfields. evan a simple spacer CE like:
  • 15:41:34 <pi-phi> <f:section name="Configuration">
  • 15:41:34 <pi-phi> <flux:form wizardTab="Reuter" id="ReuterHr" icon="{v:extension.path.resources(path: 'Icons/ReuterHr.png')}">
  • 15:41:34 <pi-phi> </flux:form>
  • 15:41:34 <FT3BOT1> ¯\_(ツ)_/¯
  • 15:41:35 <pi-phi> </f:section>
  • 15:41:35 <pi-phi> <f:section name="Preview">
  • 15:41:36 <pi-phi> <hr />
  • 15:41:36 <pi-phi> </f:section>
  • 15:41:36 <FT3BOT1> ¯\_(ツ)_/¯
  • 15:41:37 <pi-phi> <f:section name="Main">
  • 15:41:37 <pi-phi> <!-- hr -->
  • 15:41:37 <FT3BOT1> ¯\_(ツ)_/¯
  • 15:41:38 <pi-phi> <hr>
  • 15:41:38 <FT3BOT1> ¯\_(ツ)_/¯
  • 15:41:39 <FT3BOT1> ¯\_(ツ)_/¯
  • 15:41:48 <danilobuerger> pi-phi please dont spam
  • 15:41:59 <danilobuerger> if you have code paste it on gist or pastebin
  • 15:44:25 <pi-phi> ok. the same without example:
  • 15:44:25 <pi-phi> I just updated flux(6.0.4 -> 7.0.0) , fluidcontent(3.1.0->4.0.0), vhs(1.8.5->1.9.1) with my own extension for CEs in a 6.1.9 Installation.
  • 15:44:25 <pi-phi> I used the updatescript http://fluidtypo3.org/documentation/templating-manual/appendix/migration/from-flux-6x.html and all went well. so it seams on first sight.
  • 15:44:25 <pi-phi> on the second sight I got problems with RTE/text fields.
  • 15:44:25 <pi-phi> 1. all my CEs include an (empty) RTE after my tabbed inputfields. even a simple spacer CE
  • 15:44:26 <pi-phi> 2. my RTE-fields inside the tabs (configured: <flux:field.text name="text" enableRichText="1" defaultExtras="richtext:rte_transform[flag=rte_enabled|mode=ts_css]" />) stay empty in the RTE so they were filled before and are rendered with content in FE
  • 15:44:26 <pi-phi> I tried different parameters for this fields but no combination revealed the hidden content and enabled editing.
  • 16:25:29 <mrboe> pi-phi: the RTE field was fied in the dev
  • 16:28:10 <pi-phi> ??
  • 16:31:19 <pi-phi> it looks like the second RTE is associated with the bodytext-field (outside the pi_flexform). any options to exclude it from rendering? or must I redefine TCA for CType = fluidcontent_content ?
  • 17:26:32 <ndee> whats a good name for a provider extension?
  • 17:39:06 <danilobuerger> ndee depends on the provider extension
  • 17:39:22 <danilobuerger> what does the one do that you need a good name for ?
  • 17:42:02 <ndee> danilobuerger: I was just wondering if there is a best practice
  • 17:48:33 <ndee> I'm using the latest TER versions of the necessary extensions and following template throws an error in the latest 6.2 version: https://gist.github.com/anonymous/cd1052d2cbae3986145d Could not analyse class:FluidTYPO3\Vhs\ViewHelpers\Page\MenuViewHelper maybe not loaded or no autoloader?
  • 17:50:55 <danilobuerger> ndee the latest ter of vhs doesnt have namespaces afaik
  • 17:52:05 <ndee> danilobuerger: so you would recommend to use the master version from github?
  • 17:52:12 <danilobuerger> master = ter
  • 17:52:23 <danilobuerger> you could use development branch
  • 17:53:05 <ndee> danilobuerger: which one would you use for a production setup? :D
  • 17:53:41 <danilobuerger> i use development branch of every ft3 extension in production but thats not advisable for everyone
  • 17:54:28 <danilobuerger> you could just change {namespace v=FluidTYPO3\Vhs\ViewHelpers} to the old way => {namespace v=Tx_Vhs_ViewHelpers}
  • 17:54:54 <ndee> danilobuerger: kk, that's what I just did. So I have a mix because of flux but that doesn't matter :D
  • 17:55:52 <danilobuerger> flux has been namespaced longer so this has a TER version
  • 17:57:09 <ndee> if I want to use some bootstrap elements and edit some, the correct approach would be to use fluidpages_bootstrap, view and overwrite the elements I want to customize in my provider extension, right?
  • 17:58:19 <danilobuerger> fluidpages_bootstrap is deprecated... replacement is https://github.com/bootstraptheme-for-typo3/fluidbootstraptheme/
  • 17:59:48 <ndee> danilobuerger: s/fluidpages_bootstrap/fluidbootstraptheme then?
  • 17:59:55 <danilobuerger> probably
  • 18:00:01 <danilobuerger> i dont use it myself
  • 18:00:08 <danilobuerger> but randomresult or mrboe_afk will know
  • 18:01:32 <ndee> danilobuerger: so you don't use the bootstrap elements in general or you just use a different approach?
  • 18:01:45 <danilobuerger> yes i dont use bootstrap
  • 19:02:21 <xaver> danilobuerger: development 4win :P
  • 19:02:47 <danilobuerger> ;-)
  • 22:04:50 <Outdoorsman> danilobuerger, you mentioned you didn't like Bootstrap's LESS. Did you know that SASS is also officially supported by Bootstrap? http://getbootstrap.com/css/#sass ...and here... https://github.com/twbs/bootstrap-sass
  • 22:05:19 <Outdoorsman> Just thought I'd throw that out there.
  • 22:05:36 <danilobuerger> Outdoorsman i dont like less and i dont like bootstrap :-) so even if bootstrap has sass, i still dont like bootstrap ;-)
  • 22:06:30 <Outdoorsman> Don't worry, I'm not trying convert you :) I just remembered talking a while back and that was one of your complaints.
  • 22:07:12 <Outdoorsman> I haven't used it very long yet, but BS 3 thankfully has less styling things to override than 2.
  • 22:10:05 <Outdoorsman> I've been very busy lately so haven't been able to check in much, but I'm amazed at how much activity FluidTYPO3 has behind it as I keep an eye on GitHub
  • 22:12:06 <Outdoorsman> I waited until TYPO3 6.2 came out and as I learn, I am trying to contribute more where possible. Thank you daniloguerger and the rest of you. I'm off to the next project now.
  • 22:17:16 <xaver> Outdoorsman: bootstrap is nice and ugly at the same
  • 22:37:01 <soee> xaver: why ugly ? :)
  • 22:57:18 <xaver> it is very big and yu have a lot of overhead, a lot of people handle it wrong
  • 23:02:51 <Outdoorsman> Hi xaver... if you know of any tutorials or anything, I'd love advice on how to use bootstrap more effectively as I'm not a veteran with it yet.
  • 23:04:20 <xaver> mmh always depends a little bit. i force users to use a gem in compass - yeah can't access the css or scss. This way developers need to used the variables & functions and it becomes much more powerful
  • 23:05:19 <xaver> i think the biggest problem is if developer start touching bootstrap.
  • 23:37:02 <xaver> IT WORKS!
  • 23:41:27 <soee> :)

20140708

  • 00:01:22 <xaver> soee: i hate the install wizard stuff, but if i don't fork a web i need to click (and yet no more :P)
  • 08:46:33 <braguzz> hey just a question
  • 08:47:17 <braguzz> I have a site with t3 6.1 and an old version of bootstrap_package with bootstrap 2
  • 08:47:29 <braguzz> with speciality extension, ecc...
  • 08:47:54 <braguzz> now I'd like to make another T3 site
  • 08:48:13 <braguzz> In your opinion what is the best way to do it?
  • 08:49:25 <mrboel> @braguzz if you want to use some Bootstrap stuff you can have a look here https://github.com/bootstraptheme-for-typo3/fluidbootstraptheme
  • 08:50:51 <braguzz> I read it but the problem is that I've just build the site with bootstrap_package so...
  • 08:51:01 <braguzz> and it is in production
  • 08:51:27 <mrboel> if you want to customize this extension you can create another provider extension to overlay the FBT or use the fbtcustomizer https://github.com/bootstraptheme-for-typo3
  • 08:51:45 <mrboel> but you wrote you want to create another t3 page
  • 08:52:50 <braguzz> yes but (sorry for newbye question) I dont know where 'everything start' with bootstrap_package
  • 08:53:56 <mrboel> the exaple pack you talk about was not created by teh fedext guys
  • 08:54:24 <braguzz> I hope that someone here could know it
  • 08:56:41 <mrboel> i think the first question should be - do you really want to use the boostrap pack
  • 08:57:28 <braguzz> no I dont want but I dont know how to unhook it
  • 08:58:13 <mrboel> create a new install ;)
  • 08:58:45 <mrboel> i think this would be the easier way
  • 08:59:04 <braguzz> mmm but I want that this new site share something with the old one..
  • 08:59:34 <braguzz> there will be some contents and news that that sites should share
  • 09:01:12 <braguzz> and then the editors will be the same persons so I dont want that they switch from a T3 instance to another....
  • 09:05:27 <mrboel> sorry i think i dont understand what you really want to do
  • 09:11:56 <braguzz> sorry
  • 09:13:22 <braguzz> I have a t3 installation with boot_pack ext and a quite old version of t3 flux fluidcontent fluidpages and vhs
  • 09:14:10 <braguzz> but everything works I always postponed upgrades... ;)
  • 09:14:21 <braguzz> but everything works so I always postponed upgrades... ;)
  • 09:15:07 <mrboel> and now you want to update?
  • 09:15:14 <braguzz> now I have to build another site (that share with the old one some news categories, some content and some users)
  • 09:15:33 <mrboel> ah - in the same t3 install
  • 09:15:41 <braguzz> yes
  • 09:16:23 <braguzz> I only ask you some 'strategic' plan to do it
  • 09:16:47 <mrboel> so why you dint just update the page and the ext
  • 09:16:53 <mrboel> 11dont
  • 09:16:54 <braguzz> I've just try to upgrade all but the site is in producrion and ...
  • 09:18:33 <braguzz> I made another t3 installation, copyed the site in new installation and tryed to make the upgrade..
  • 09:20:01 <braguzz> everything works (but an ext) but I think that it was more luck than skill
  • 10:02:48 <xaver> braguzz: you should crate your own provider
  • 10:26:38 <soee> good morning
  • 11:21:36 <Fizelchen> Hi there. I am building a list content element of pages and i want to access the resources section of the page loop
  • 11:22:11 <Fizelchen> all i get in the debug output is media=1, but how do i access the fal images?
  • 11:26:00 <mrboe> @Fizelchen have a llok at line 63 https://github.com/bootstraptheme-for-typo3/fluidbootstraptheme/blob/development/Resources/Private/Templates/Content/ImageGallery.html
  • 11:28:10 <Fizelchen> @mrboe: does this also work with pages? or do i have to use v:page.resources.fal?
  • 11:28:56 <adi77> Hello support, We have a t3 6.2.3 installation with development branches of flux, fluidpages and fluidcontent. If a content element is copied and inserted at some other page the translated version of it is always inserted at first position and is not reflecting the position of the element in the first language. Is there a fix for this? https://www.
  • 11:28:57 <adi77> filepicker.io/api/file/ZgfFiO9TSnqPtl8uk5ww
  • 11:29:08 <mrboe> i dont know, that was the way i got the fal working
  • 11:29:18 <Fizelchen> okay thnx
  • 11:29:22 <mrboe> but this must not be the best way
  • 11:30:45 <mrboe> if you use that v:content.resources.fal field="settings.imgGalleryFalImageItems" as="images" you could debug "images" and have a look in there
  • 11:31:15 <mrboe> debug inside the v:content
  • 11:32:46 <Fizelchen> @mrboe: worked! i used <v:page.resources.fal table="pages" field="media" uid="{menuPage.uid}" as="images"> and got my images
  • 11:33:06 <mrboe> nice!
  • 12:07:57 <pedda> hi there
  • 12:08:23 <pedda> did one of you guys have had any issues with sys_file_metadata after upgrading your typo3 core to 6.2.x ?
  • 12:08:57 <pedda> my typo3 instance keeps claiming l10n_diffsource would be missing a default value
  • 12:47:00 <ndee> I want to link to the root page and my approach was the following: <f:link.page class="navbar-brand" pageUid="{v:page.rootline()}">Home</f:link.page>. How can I use the uid of the first element of v:page.rootline()? I would like to do it everything on one line.
  • 12:47:01 <FT3BOT1> ¯\_(ツ)_/¯
  • 13:00:19 <pedda> iirc ft3 page repo offers a selution
  • 13:00:22 <pedda> @ndee
  • 13:01:27 <pedda> lemme check
  • 13:02:05 <pedda> i was wrong.. mixed things up
  • 13:02:42 <pedda> what about chaining like this: v:page.rootline() -> v:iterator.first() ?
  • 13:24:07 <bjo3rn> what about v:site:url() ? ;)
  • 13:48:42 <ndee> gonna give it a try, thanks guys!
  • 14:54:13 <ad_on_is> need help with tx_news 3.0.1
  • 14:54:52 <ad_on_is> when editing a record or adding a new one i get the following error:
  • 14:54:52 <ad_on_is> Unknown column 'tx_news_domain_model_category.sys_language_uid' in 'where clause'
  • 14:55:10 <ad_on_is> also my categories are not shown in the options-tab
  • 14:58:39 <xaver> this is the fedext channel ;)
  • 14:59:14 <ad_on_is> i know, i thaught tx_news was developed by the same guys, wasn't it?
  • 14:59:51 <ad_on_is> since i remember a video on fedext-website, where they showed flux-form features with tx_news
  • 17:28:18 <witrin> Hey guys, I'm using `<flux:field.inline.fal name="Image" multiple="FALSE" maxItems="1" enabledControls="{info:1,new:1,dragdrop:1,sort:1,hide:1}"/>` with the latest develop from git. But when I try "Create a new relation" or "Select & upload files" I always get "Wrong configuration in table tt_content". Any idea what I'm doing wrong?
  • 17:36:47 <xaver> witrin: take a look in bugtracker - its an issue with T3 Core
  • 17:37:06 <xaver> FAL 2 has some issues was my last information
  • 17:38:47 <witrin> Do you mean forge for TYPO3 CMS?
  • 17:39:52 <witrin> When I remove the `enableControls` options it seems to work.
  • 17:54:18 <witrin> Is there any way to remove image metadata for fields with flux:field.inline.fal?
  • 19:52:41 <xaver> anybody here uses vagrant?

20140709

  • 08:11:03 <soee> good-morning
  • 08:11:46 <mrboe> good morning - any brazillians here? ;)
  • 08:16:16 <soee> :)
  • 08:56:12 <bjo3rn> only pathetic soccer haters ^^
  • 08:56:29 <bjo3rn> except this guy here ofc
  • 09:03:12 <soee> wtf
  • 09:03:13 <FT3BOT> ¯\_(ツ)_/¯
  • 09:03:27 <bjo3rn> zoidberg
  • 09:03:28 <FT3BOT> (\/) (;,,;) (\/)
  • 09:04:20 <soee> it was obvious the match will ends like that, today can be similiar scenario
  • 09:04:34 <soee> ned 6:1 Arg
  • 09:04:50 <bjo3rn> I tweeted yesterday that I'll have to cancel my NED camping holidays...
  • 09:05:05 <soee> probably you tweeted in ger lang :)
  • 09:05:06 <bjo3rn> lose-lose situation for German tourists in NED
  • 09:05:16 <bjo3rn> yes, I did ;)
  • 09:05:22 <soee> :-D
  • 09:06:41 <bjo3rn> no matter the outcome of the final I'm gonna be either taunted or beaten ^^
  • 09:41:24 <Guest|33752> hej there!
  • 09:42:29 <Guest|33752> is an "how to" which describes the creation of an Content Element?
  • 09:42:56 <bjo3rn> Hi Guest|33752 see https://worksonmymachine.org/blog/fluidtypo3-quickstart
  • 09:45:44 <Guest|33752> Thank you! But it's using: "flux, fluidpages, fluidcontent and vhs". I think this is the old version?
  • 09:46:00 <bjo3rn> old version?
  • 09:48:12 <Guest|33752> Hmm.
  • 09:48:29 <Guest|33752> It just make sense right now.
  • 09:48:29 <Guest|33752> :D
  • 09:49:09 <bjo3rn> I think I updated everything to the recent changes but you never know ;)
  • 09:53:02 <vizArt> @Guest33752*4/2^88: try the builder extension (http://typo3.org/extensions/repository/view/builder). Great tool for kickstarting a Fluidcontent/Fluidbackend project.
  • 09:53:50 <vizArt> oh ups ... sorry
  • 09:53:54 <vizArt> too fast
  • 09:55:32 <vizArt> @bjo3rn: great article ... thanks for this
  • 09:57:13 <vizArt> @Guest33752*4/2^88: check the "introduction-package" ... there are some content-elements written for using bootstrap elements.
  • 10:05:54 <Guest|33752> ok thank you!
  • 10:06:16 <Guest|33752> what does the builder do? can you create CE with it?
  • 10:09:51 <benjamin_654> hi, someone using gridelements, TYPO3 6.2 and flux together (all on newest dev versions)? I am updating a old project and have compatibility problems. The "gridelements support" in FluidTYPO3\Flux\Service\ContentService\moveRecord seems to fail with the "colPos" ..
  • 10:15:18 <mrboe> hey Guest|33752 have a look into fluidbootsraptheme there are some good examples how to create FCE https://github.com/bootstraptheme-for-typo3/fluidbootstraptheme/tree/development/Resources/Private/Templates/Content
  • 10:15:30 <mrboe> https://github.com/bootstraptheme-for-typo3/fluidbootstraptheme
  • 12:49:21 <floxx> i don't get it…what is the right syntax for labels inside of section/object? the name of the field is simpleImage. if i use flux.fullwidthslider.fields.simpleImage and the image is not inside object, label is set correctly. but inside of the object, nothing happens
  • 12:59:51 <randomresult> hi there
  • 13:00:32 <beo|2> hi
  • 13:01:19 <randomresult> i have an error caused by a deleted image in fileadmin (ftp)
  • 13:01:30 <randomresult> how can i get rid of this error ?
  • 13:01:39 <randomresult> i dont want to display it in frontend
  • 13:02:06 <beo|2> what error?
  • 13:02:07 <randomresult> the customer is not ... lets say a typo3-head - so this will happen more than once
  • 13:02:20 <randomresult> Oops, an error occurred!
  • 13:02:20 <randomresult> File /user_upload/Bilder/Produkte/strohgaeu_strom.jpg/ does not exist.
  • 13:02:46 <randomresult> someone deleted this in fileadmin (but not in the FCE)
  • 13:03:25 <beo|2> how has he deleted the file? I think it is not possible when using the filelist in typo3 backend
  • 13:03:36 <randomresult> i dont know
  • 13:03:50 <randomresult> dont ask me
  • 13:04:04 <soee> randomresult: in fce rendering function do a check if fiel exists, if not render some default thumb :)
  • 13:04:15 <soee> this way youll be sure there wont be more errors in FE
  • 13:04:36 <randomresult> soee example ?
  • 13:04:40 <soee> *not sure though if with cached pages this will work
  • 13:04:44 <floxx> in response to my question: got it - label is set inside section/object flux.fullwidthslider.objects.>>.simpleImage
  • 13:04:53 <soee> if page is cached and fiel deleted it will try to load it anyway
  • 13:04:57 <floxx> flux.fullwidthslider.objects.<objectName>.simpleImage
  • 13:05:11 <soee> the user is stupid :) he should not remove files like that
  • 13:06:23 <randomresult> well. this can happen... so i need to fix it that the frontend is not destroyed
  • 13:06:29 <randomresult> its only a missing image
  • 13:07:32 <randomresult> i thought its made with $TYPO3_CONF_VARS['SYS']['displayErrors'] = '0';
  • 13:12:41 <beo|2> he should not delete the file over FTP
  • 13:15:24 <soee> beo|2: +1
  • 13:16:37 <soee> randomresult: some VH used to render this file ?
  • 13:39:16 <randomresult> i have an element with a field for a link. as long as i choose an internal page all is good. as soon as i choose a file it has the following link : file:49
  • 13:47:57 <Guest|97419> Hey, is there any documentation how to write your own Providers and/or Controllers?
  • 13:48:14 <xaver> randomresult: problem with FAL 2 - we need a patch - somewhere is a workaround
  • 13:48:52 <Guest|97419> This documentation gives absolutely no examples: http://fluidtypo3.org/documentation/templating-manual/
  • 13:53:13 <BenjaminR> anyone can tell me which core method is used to calculate sorting of mn relations after changes in flexform
  • 14:00:15 <beo|2> Guest|97419: i would say you write controllers exactly like normal extbase controllers
  • 14:04:17 <mrboe> @BenjaminR do you have the problem that you change sorting in FCE and the Col's Content does not switch?
  • 14:05:04 <BenjaminR> Oh wanted to post that to #typo3 - its not a fluidcontent related question
  • 14:05:22 <BenjaminR> Guest|97419: in general http://fluidtypo3.org/documentation/templating-manual/templating/provider-extension/registration-in-php.html
  • 14:05:25 <BenjaminR> looking for a example
  • 14:05:41 <mrboe> because that would be nice if this is working
  • 14:06:07 <mrboe> i only fexed thats for me in an very ugly way wich is not very user friendly
  • 14:06:26 <mrboe> ^^fixed
  • 14:06:37 <BenjaminR> fx https://github.com/FluidTYPO3/fluidtypo3org/blob/master/Classes/Controller/ContentController.php
  • 14:06:52 <BenjaminR> Guest|97419
  • 14:10:57 <ndee> @BenjaminR: the syntax for the overlay of the templates stay the same'
  • 14:11:37 <BenjaminR> see https://github.com/FluidTYPO3/view#template-path-overlays
  • 14:11:44 <BenjaminR> fx plugin.tx_news.view.overlays.myext.partialRootPath = EXT:myext/Resources/Private/Partials/
  • 14:11:51 <BenjaminR> notice overlays
  • 14:11:53 <BenjaminR> key
  • 14:12:05 <BenjaminR> ext:view looks for view.overlays
  • 14:12:24 <BenjaminR> this way you dont need to copy all template to your extension but rather only the ones you want to overwrite
  • 14:14:29 <ndee> BenjaminR: awesomesauce, thanks. Works as expected.
  • 14:14:51 <BenjaminR> yw ;)
  • 14:14:59 <ndee> that should be in the core :D
  • 14:15:14 <BenjaminR> NamelessCoder tried that but you now the core guys... :)
  • 14:15:28 <BenjaminR> they implemented their own version of that but with less features ;)
  • 14:16:01 <beo|2> https://forge.typo3.org/issues/52971
  • 14:16:33 <BenjaminR> that is what i am talking about
  • 14:17:04 <BenjaminR> that was a followup on NamelessCoder´s suggestion to implement ext:view functionality
  • 14:17:50 <BenjaminR> https://forge.typo3.org/issues/52971#note-21
  • 14:33:25 <Guest|97419> Thank you Ben for the example
  • 15:03:02 <Guest|97419> How to check what controller is active? I created Page.html and PageController.php, then I did $this->view->assign() with a text variable
  • 15:03:13 <Guest|97419> but i cannot use it from Page.html
  • 15:03:26 <Guest|97419> so I am not sure if it is PageController active
  • 15:06:32 <BenjaminR> how did you register your pagecontroller?
  • 15:07:04 <BenjaminR> your pagecontroller contains an action called pageAction
  • 15:07:07 <BenjaminR> ?
  • 15:07:35 <BenjaminR> Guest|97419
  • 15:08:34 <Guest|97419> yes it contains this action
  • 15:08:46 <Guest|97419> in ext_tables.php i wrote a line
  • 15:08:46 <Guest|97419> Tx_Flux_Core::registerProviderExtensionKey('myext1', 'Page');
  • 15:09:09 <Guest|97419> and pageAction has a line:
  • 15:09:10 <Guest|97419> $this->view->assign("MYVARIABLE", "test value");
  • 15:09:46 <Guest|97419> in Page.html i try to debug it with f:debug {_all} or just print out with {MYVARIABLE}
  • 15:09:46 <FT3BOT> ¯\_(ツ)_/¯
  • 15:12:09 <BenjaminR> you assigned the template to the page earlier in backend?
  • 15:12:18 <BenjaminR> maybe it points to fluidpages controller already
  • 15:12:27 <BenjaminR> let me see if this is hardened there
  • 15:12:59 <Guest|97419> in page layout i use "my extension"
  • 15:13:14 <BenjaminR> have a look in pages table at column tx_fed_page_controller_action
  • 15:13:17 <Guest|97419> whatever i change in the Page.html is displayed in the browser. But I cannot read from the controller
  • 15:14:44 <BenjaminR> youre using 6.1 or 6.2?
  • 15:14:47 <Guest|97419> the row is: myext1->Page
  • 15:15:00 <Guest|97419> i cleared cache from INSTALL tool
  • 15:15:19 <Guest|97419> 6.2
  • 15:15:34 <BenjaminR> it should do the job
  • 15:15:43 <Guest|97419> I must be doing something silly, like missing something in the configuration
  • 15:16:15 <BenjaminR> as always, not? :)
  • 15:16:35 <BenjaminR> please gist ext tables and your controller
  • 15:16:43 <Guest|97419> when I malform the code in PageController I got error in the console and app crashes
  • 15:16:47 <Guest|97419> so it is loaded in the memory
  • 15:16:54 <BenjaminR> and template
  • 15:17:20 <BenjaminR> if you "die()" in the pageAction ?
  • 15:17:26 <BenjaminR> maybe you have a typo in the action name
  • 15:20:01 <Guest|97419> https://gist.github.com/gregatmcube/57731641ee3100af6518
  • 15:20:50 <Guest|97419> die() doesn't do anything
  • 15:20:57 <Guest|97419> but malformed code crashes
  • 15:21:00 <BenjaminR> multiple problems here
  • 15:21:45 <BenjaminR> you have to use your own vendorname in line 3
  • 15:22:15 <BenjaminR> and then in ext_tables (line 27 in your gist) you hvae to register with vendorname YourVendor.YourExt1
  • 15:24:21 <Guest|97419> So now it is like following:
  • 15:24:41 <rasha-> hi guys, did someone of you use the flux.wizard.suggest VH successfully?
  • 15:24:52 <Guest|97419> namespace Blaster\Fluidcontent\Controller;
  • 15:25:02 <Guest|97419> Tx_Flux_Core::registerProviderExtensionKey('Blaster.Myext1', 'Page');
  • 15:25:52 <BenjaminR> namespace Blaster\Fluidcontent\Controller should be namespace Blaster\MyExt1\Controller
  • 15:29:05 <rasha-> there was an issue, but should be fixed now
  • 15:29:06 <rasha-> https://github.com/FluidTYPO3/fluidcontent/issues/158
  • 15:29:28 <rasha-> i still dont get matched records
  • 15:29:33 <rasha-> or any records at all
  • 15:30:04 <Guest|97419> Thank you for your patience. I updated gist https://gist.github.com/gregatmcube/57731641ee3100af6518
  • 15:30:49 <Guest|97419> Cleared cache but I must be missing something still
  • 15:31:57 <BenjaminR> assign template in page properties again
  • 15:32:01 <BenjaminR> and check pages column
  • 15:32:05 <BenjaminR> if defined with vendor now
  • 15:32:54 <BenjaminR> Tx_Flux_Core <- replace with namespaced classname by chance
  • 15:34:10 <Guest|97419> DB points out good, page layout was unchecked, i checked back and it works. You are the best, thanks again for your patience
  • 15:34:30 <Guest|97419> Now I have to check all my namespaces since it tries to read templates from ext/flux/
  • 15:37:34 <Guest|97419> Is it possible because I have no Providers defiend? So it reads those from flux?
  • 15:39:51 <BenjaminR> you should have smth like plugin.tx_myext1.view in your ts setup
  • 15:40:01 <BenjaminR> means setup.txt in your extensiion
  • 15:40:06 <Guest|97419> Ok, I am extending AbstractFluxController and it has fallbackextensionkey = flux
  • 15:40:08 <Guest|97419> that might be it
  • 15:40:41 <Guest|97419> yes I do have. And imported constants.txt
  • 15:40:46 <Guest|97419> templateRootPath = EXT:myext1/Resources/Private/Templates/
  • 15:40:52 <BenjaminR> why templates does it try to read from ext/flux?
  • 15:41:38 <BenjaminR> you defined a provider for page templates when you used registerProviderExtensionKey
  • 15:42:35 <Guest|97419> Mhm, but still falls back somehow. it did not before
  • 15:42:53 <BenjaminR> let me see
  • 15:43:55 <ndee_> if you guys create a new extension in 6.2 and there is a category option for your domain, would you use the core categories?
  • 15:43:58 <BenjaminR> try using FluidTYPO3\Fluidpages\Controller\AbstractPageController;
  • 15:46:08 <BenjaminR> in pagecontroller
  • 15:46:43 <Guest|97419> Yes, I am trying it. Just takes some time :)
  • 15:46:52 <Guest|97419> It works!
  • 15:47:54 <Guest|97419> So I should extend AbstractContentController and AbstractPageController
  • 15:47:55 <BenjaminR> yay :)
  • 15:48:02 <Guest|97419> NOT AbstractFluxController
  • 15:48:27 <Guest|97419> I should have drink more coffee. Thank you again Ben
  • 15:48:28 <FT3BOT> c[_]
  • 15:48:30 <BenjaminR> yap - as we are amateurs we should :)
  • 15:48:37 <BenjaminR> yw
  • 16:07:46 <alex_schnitzler> Hoi
  • 16:07:50 <alex_schnitzler> I need support
  • 16:08:04 <BenjaminR> hi alex
  • 16:08:23 <alex_schnitzler> Hey
  • 16:09:42 <alex_schnitzler> I have a content element that gets properly rendered in the backend and the frontend but I can't choose it from the list of possible content elements
  • 16:09:51 <alex_schnitzler> I guess the configuration section is broken then, right?
  • 16:10:13 <BenjaminR> cant choose means isnt there?
  • 16:11:08 <alex_schnitzler> Yes
  • 16:11:37 <alex_schnitzler> <flux:form wizardTab="Custom CE" id="foo" icon="{v:extension.path.resources(path: 'Images/Icons/foo.png')}">
  • 16:11:45 <alex_schnitzler> The tab isn'T shown
  • 16:16:17 <alex_schnitzler> No idea? Anyone?
  • 16:17:42 <danilobuerger> the whole tab is missing?
  • 16:17:47 <alex_schnitzler> Yes
  • 16:18:07 <alex_schnitzler> If you have 5 minutes I'll share my screen
  • 16:19:06 <danilobuerger> sorry alex, no time at the moment :-(
  • 16:19:38 <alex_schnitzler> :(
  • 16:36:44 <ad_on_is> how can i render out FAL images, and their "overwritten" title, description, alt with v:resource.file
  • 16:36:48 <ad_on_is> ?
  • 16:36:59 <ad_on_is> is that possible?
  • 16:42:30 <BenjaminR> alex: did you try without wizardTab param
  • 16:47:09 <alex_schnitzler> @BenjaminR Yes, tried all possible forms
  • 16:47:22 <alex_schnitzler> The example of the Readme doesn't work as well
  • 16:54:24 <alex_schnitzler> Got it. The fucking opcache
  • 16:54:59 <BenjaminR> ;)
  • 16:55:03 <BenjaminR> its a monster
  • 17:11:40 <beo|2> ad_on_is: i have modified the viewhelper for that. Would like to know if that is possible with the default viewhelper
  • 17:14:10 <beo|2> ad_on_is: if it helps i could send it to you
  • 17:14:34 <ad_on_is> please send, since i need it urgently
  • 17:14:54 <beo|2> however i modified the FalViewHelper
  • 17:18:02 <ad_on_is> thx... how do i implement this?
  • 17:18:40 <beo|2> have you got the file? it shows 0% for me
  • 17:18:58 <ad_on_is> i realized, transfer failed
  • 17:19:14 <beo|2> mhh. where can i post the file elsewhere?
  • 17:20:40 <beo|2> http://www.wikiupload.com/DVCDQKZ4A38FJTU
  • 17:20:43 <beo|2> hope that works
  • 17:21:44 <ad_on_is> hmm.. notworking
  • 17:21:48 <ad_on_is> use pastebin
  • 17:21:56 <ad_on_is> http://pastebin.com/
  • 17:22:05 <ad_on_is> just paste text, and click on submit
  • 17:23:23 <beo|2> http://pastebin.com/8NBXxJcT
  • 17:24:39 <ad_on_is> ok...
  • 17:24:45 <ad_on_is> and how to implement in frontend?
  • 17:24:49 <beo|2> you just need to change the controller name
  • 17:24:57 <beo|2> and put it into your own extension
  • 17:25:56 <beo|2> my controller name is "Artikel". So you need to change Tx_Artikel_...
  • 17:27:13 <beo|2> if you keep everything else how it is you need to put it into the directory "\Classes\ViewHelpers\Resource\Record\"
  • 17:27:32 <beo|2> name the file "FalViewHelper.php"
  • 17:28:16 <ad_on_is> ok... iunderstand
  • 17:28:32 <beo|2> and use it like the original viewhelper
  • 17:29:20 <beo|2> so put "{namespace va=Tx_Yourcontrollername_ViewHelpers}" at the top of your template
  • 17:29:54 <beo|2> and use it like <va:resource.record.fal table="yy" ... >
  • 17:29:58 <xaver> use namespaces :)
  • 17:30:04 <ad_on_is> aaah ok
  • 17:30:31 <ad_on_is> well i have an objectstorage of images in (i.e) {artikel.images}
  • 17:30:31 <beo|2> xaver: yes. But i made this with a vhs version which didn't used namespaces. ;)
  • 17:30:50 <beo|2> but it should work anyway
  • 17:30:58 <ad_on_is> i want to iterate throught them and render an image, an title and a description
  • 17:31:50 <beo|2> i don't think the resource.record viewhelpers work like that
  • 17:32:02 <beo|2> they directly access the database tables
  • 17:33:26 <beo|2> you need the uid of your object and fetch them from the table with the fieldname you have set in the flexform for FAL
  • 17:33:35 <ad_on_is> ah ok
  • 17:37:26 <beo|2> i used it like this: http://pastebin.com/3sdEEPmg
  • 17:41:03 <beo|2> of course i added the right filename in my TCA
  • 17:41:20 <ad_on_is> unfortunatley not working :-(
  • 17:41:51 <beo|2> do you have your own table of objects or do you add your elements into tt_content?
  • 17:42:24 <ad_on_is> table of objects
  • 17:42:30 <ad_on_is> the implementation is not working
  • 17:42:37 <beo|2> ok. where is the issue then?
  • 17:42:45 <ad_on_is> wait
  • 17:42:45 <ad_on_is> wait
  • 17:43:07 <xaver> beo|2: you can do stuff like this {v:math.division(a: '{file.size}', b: '1024', fail: '0') -> v:math.division(b: '1024', fail: '0') -> v:variable.set(name: 'filesize')}
  • 17:43:57 <xaver> a: file.size - no quotes
  • 17:44:21 <ad_on_is> yeaaaah
  • 17:44:22 <ad_on_is> works
  • 17:44:30 <ad_on_is> i implemented it wrongly
  • 17:44:35 <ad_on_is> thank you soooo much
  • 17:44:40 <ad_on_is> you're my hero :D
  • 17:44:46 <beo|2> no problem. :)
  • 17:45:13 <beo|2> thanks xaver: i didn't knew you can chain them like that
  • 17:45:33 <xaver> np :)
  • 17:50:36 <beo|2> bye everyone.
  • 17:53:41 <benjamin_654> hi, someone using gridelements, TYPO3 6.2 and flux together? I have a bug and would like it to be confirmed before opening a issue ..
  • 18:00:19 <alex_schnitzler> @benjamin_654 Which one?
  • 18:00:25 <alex_schnitzler> I am currently using it together
  • 18:01:55 <benjamin_654> alex_schnitzler: when i drag&drop a content element inside a gridelement disappears from the page view (only in list view visible)
  • 18:02:12 <alex_schnitzler> Will try this shortly
  • 18:02:27 <benjamin_654> alex_schnitzler: thx
  • 18:02:38 <benjamin_654> alex_schnitzler: this fixed it for me: https://github.com/BenjaminBeck/flux/commit/c41a1a73
  • 18:03:03 <alex_schnitzler> I can't drag&drop the element at all
  • 18:11:22 <benjamin_654> alex_schnitzler: hm .. seems like you have additional other problems, d&d did always work for me ..
  • 18:29:28 <alex_schnitzler> Would be nice to get anyone of the core team on the line to solve a bug with me.
  • 18:30:15 <alex_schnitzler> Somehow the TypeScript that renders the wizard tabs is not applied on all pages
  • 18:49:48 <Guest|66975> Hi! How can I wrap all content elements of a specific column in a <div>?
  • 18:50:17 <Guest|66975> This is wat I tried: https://gist.github.com/anonymous/8965d14691338df2385d But this gives my only empty <div>s
  • 19:23:56 <benjamin_654> Guest|66975: i thing v:content.render also needs a "pageUid" attribute
  • 20:40:56 <Guest|66975> bejamin_654: Thanks! But <v:content.render column="0" /> works. All content elements in column 0 are shown. But how can I wrap each content element in a seperate <div>?
  • 20:59:10 <bjo3rn> Guest|66975 you can use v:content.get to fetch an array of content elements to render manually
  • 20:59:33 <bjo3rn> by iterating over that array you can apply your wrap
  • 21:00:41 <bjo3rn> or even better: v:gontent.get using the 'as' attribute
  • 21:01:13 <bjo3rn> well, actually it's the same as above so strike the 'better'
  • 21:18:39 <xaver> Guest|66975: you would you want to add a standard wrap - you can replace with fluidcontent_core -> csc and you will have full control overyour elements

20140710

  • 09:51:24 <ndee> anyone seen NamelessCoder lately?
  • 09:52:50 <beo|2> i see him here in the list
  • 10:08:37 <Blaster____> Hi
  • 10:09:17 <Blaster____> Anyone have idea how to target form inside a content to pagecontroller?
  • 10:09:41 <Blaster____> I have this line: <f:form controller="PageController" action="page" >
  • 10:09:41 <FT3BOT> ¯\_(ツ)_/¯
  • 10:09:59 <Blaster____> but it still goes to contentController
  • 10:11:05 <Blaster____> Actually, nvm.
  • 11:06:56 <soee> good morning
  • 11:07:52 <beo|2> good morning, soee
  • 12:28:23 <andreaswolf> hi folks
  • 12:29:05 <andreaswolf> I fixed a problem regarding copy/paste of content for a client and I'd like to get it in to flux
  • 12:29:35 <7F1AAPX1X> [vhs] NamelessCoder closed pull request #632: [BUGFIX] Incorrect variable container index (development...deferredfix) https://github.com/FluidTYPO3/vhs/pull/632
  • 14:01:41 <Guest|90565> Hi
  • 14:01:47 <bjo3rn> andreaswolf nice. mind opening a PR?
  • 14:01:55 <bjo3rn> hi Guest|66975
  • 14:02:10 <Guest|90565> Are there a way to insert records in flexform sheet?
  • 14:02:30 <bjo3rn> sure. you mean irre?
  • 14:03:05 <bjo3rn> see http://fluidtypo3.org/viewhelpers/flux/master/Field/InlineViewHelper.html
  • 14:03:20 <Guest|90565> looks like I've missed something..what is irre?
  • 14:03:52 <bjo3rn> inline relational record editing
  • 14:04:01 <bjo3rn> http://wiki.typo3.org/Inline_Relational_Record_Editing
  • 14:04:07 <beo|2> crazy people are irre. (just joking)
  • 14:04:12 <bjo3rn> ^^
  • 14:04:31 <bjo3rn> similar to 'this object is a popo'
  • 14:04:37 <bjo3rn> funny for germans
  • 14:04:48 <beo|2> true
  • 14:05:00 <Guest|90565> ))
  • 14:05:20 <bjo3rn> so Guest|66975, what is it you are trying to achieve?
  • 14:05:36 <bjo3rn> huh? I mean Guest|90565
  • 14:05:44 <Guest|90565> I need to add a refernce to existing content element into fce
  • 14:06:23 <Guest|90565> something like standard recordlist
  • 14:06:49 <bjo3rn> that's what the above vh is for exactly
  • 14:07:18 <bjo3rn> if you take a look at the arguments you'll see
  • 14:07:19 <Guest|90565> https://gist.github.com/pulsarx58/7e6906f09d9f8c3ba625
  • 14:08:13 <Guest|90565> no, I don't need to edit them, just insert a references
  • 14:08:22 <bjo3rn> yep
  • 14:08:33 <bjo3rn> see http://fluidtypo3.org/viewhelpers/flux/master/Field/InlineViewHelper.html
  • 14:09:15 <bjo3rn> it's highly configurable
  • 14:11:27 <bjo3rn> gotta go. good luck
  • 14:12:36 <Guest|90565> thank you
  • 14:13:11 <Guest|90565> but I don't see how to let it show elements tree instead of creating new
  • 14:23:46 <Guest|90565> anybody here?
  • 14:24:32 <andreaswolf1> bjo3rn: I'd like to have somebody have a look first; I also don't think that the rewritten afterPaste() method is complete, but I can't really tell because I don't know all possible usecases
  • 15:06:18 <NamelessCoder> andreas catch me on skype please
  • 16:15:09 <Guest|66975> Thanks to bjo3rn and xaver. I found the error in my code: https://gist.github.com/anonymous/8965d14691338df2385d
  • 16:16:09 <Guest|66975> Line 3: as="{element}" has to be as="element" (without curly brackets)
  • 16:17:52 <Guest|66975> and line 5: <f:format.raw>{element}</f:format.raw> -> <v:content.render contentUids="{0: '{element.uid}'" />
  • 16:17:53 <FT3BOT> ¯\_(ツ)_/¯
  • 17:01:19 <vizArt> hmmmm ... is there a know bug using fluidcontent 4.0 and flux 7.0 in TYPO3 v.6.1.x? A RTE is rendered below the Plugin Options (in every ce)
  • 17:01:50 <vizArt> same fce works fine in TYPO3 v.6.2.x
  • 17:01:58 <vizArt> ... strange
  • 17:33:47 <vizArt> ok .... seems to be a bug ... TYPO3 v.6.1.10 (blank) ... current TER Flux, fluidcontent, fluidpages, vhs ... create a basic extension in "builder" same result: Text: RTE below Plugin Option
  • 17:36:41 <artisticMink> Hello, which flux view helper should i use when i want to render some read-only text for documentation purpose? (i.E. inside a help tab)

20140711

  • 08:28:47 <soee> good morning
  • 08:52:41 <ndee> hey guys, does anyone have an example on how I can use a composer package in combination with an extension I'm writing?
  • 10:26:26 <xaver> T3C Munich Tickets - 17. July 2014, 11:00
  • 10:49:34 <soee> xaver: @your question yesterday: nope, im not using it :)
  • 13:01:33 <Blaster666> Hi! I have a problem with f:form with method=get. It is not sending field values to the controller. Anyone had something similar?
  • 13:01:34 <FT3BOT> ¯\_(ツ)_/¯
  • 13:02:10 <ndee> anyone knows a viewhelper which removes all the \r\n in a string?
  • 13:03:29 <Blaster666> Do you speak german? Here is example how you can write your own viewhelper http://t3seo.de/eigene-fluid-viewhelper-schreiben-i/
  • 13:08:23 <soee> ndee: http://fluidtypo3.org/viewhelpers/vhs/master/Format/TrimViewHelper.html >
  • 13:08:24 <soee> ?
  • 13:22:58 <xaver> ndee yes and no
  • 13:25:03 <xaver> format replace or RegularExpressionViewHelper
  • 13:41:50 <ndee> the thing is, I need to make some html JS-compatible (infowindow for google maps) so I will try format replace or eliminate
  • 14:39:35 <Blaster999> Do you guys know what action is triggered when saving flux form in the backend?
  • 14:45:33 <ndee> what would be the best approach be to get the content of a partial into a js-variable in a fluid template?
  • 16:01:11 <artisticMink> Hello, what would be the proper way to resolve a file id (i.E. file:646) used by field.wizard.link to its filename and possibly path?
  • 16:45:51 <mrboe> hey guys, i have a field in my page settings and want to use that as a menu class
  • 16:46:30 <mrboe> the values stored in tx_fed_page_flexform
  • 16:46:35 <mrboe> if i debug
  • 16:46:47 <mrboe> is there any other way to get this values

20140712

  • 13:25:03 <soee> what methods do you prefere to gen adaptive images?

20140713

20140714

  • 08:04:44 <randomresult> morning
  • 08:11:01 <randomresult> anyone awake?
  • 08:24:42 <soee> good morning
  • 09:05:45 <bjo3rn> morning ****
  • 09:05:53 <jlumpe> o>
  • 09:06:40 <bjo3rn> so, everyone's back to business already?
  • 09:07:28 <jlumpe> never was off business :D
  • 09:08:07 <bjo3rn> ah, yes, I remember. there were some haters around.
  • 09:08:17 <bjo3rn> oh, I forgot: ****
  • 09:08:21 <bjo3rn> ^^
  • 09:26:40 <randomresult> hi bjo3rn
  • 09:26:47 <randomresult> SCHLAAAAAAANNNNDDDD
  • 10:06:12 <mrboe> good morning
  • 10:29:55 <soee> is it good idea to add some js files do viewhelpers extension (if some are used by vh) or vh should nor use JS ?
  • 10:56:06 <mrboe> @bjo3rn do you have a moment
  • 11:33:27 <bjo3rn> mrboe, sure, in about 20mins ****
  • 11:33:37 <mrboe> ok thx
  • 11:34:24 <mrboe> i jusst created this and want to know if there is any better way to do that https://github.com/misterboe/fluidbootstraptheme/commit/1e2dda7e19dceb93ec0f2bc68b0eec2e5d6c1661
  • 11:37:18 <xaver> mrboe: why no tabs ;)
  • 11:38:31 <mrboe> tabs?
  • 11:42:20 <mrboe> the problem was if you delete all elements in an FCE that the f:for throws an error
  • 11:42:21 <FT3BOT> ¯\_(ツ)_/¯
  • 11:42:46 <mrboe> in BE
  • 12:06:42 <bjo3rn> mrboe so there is a chance of having 0 panels?
  • 12:08:47 <bjo3rn> which error is thrown then? {panels} not being defined I guess?
  • 12:22:48 <mrboe> The argument "each" was registered with type "array", but is of type "string" in view helper "TYPO3\CMS\Fluid\ViewHelpers\ForViewHelper"
  • 12:23:34 <mrboe> this happens in every FCE when the BE user delets all objects in a section
  • 12:24:12 <mrboe> and the only way is to delete this FCE in list mode
  • 12:24:26 <mrboe> but this isnt very nice for a normal t3 user
  • 12:28:25 <bjo3rn> ok, interesting.
  • 12:28:54 <bjo3rn> I'd say your solution is a fix but the original issue is rooted somewhere else.
  • 12:29:17 <bjo3rn> oh, I forgot: ****
  • 12:31:08 <bjo3rn> mind providing a pastebin of the flexform xml before and after the objects are removed? ****
  • 14:35:57 <Boernd> Hi
  • 14:36:22 <Boernd> I have an issue with fedext, of which I don't know whether it's a bug, or a usage error.
  • 14:37:22 <Boernd> Following Scenario: I use the vhs viewhelper version 1.8.4. I use render.request to render an action, which decides what should be shown next.
  • 14:38:02 <Boernd> This action renders in it's template should via render.content viewhelper render pages with the correct content
  • 14:38:13 <Boernd> this content is a text and a plugin
  • 14:38:41 <Boernd> if i use this in the described order, the request from render.request is also called on the pages called with content.render
  • 14:39:03 <Boernd> This is bad, since there should be rendered an other plugin action on this page
  • 14:40:53 <Boernd> I tried to fix this by replacing the content.render with render.request viewhelpers, assigning the page UID of the desired content, but when I check the TSFE->id parameter the given UID is not used but the one of the original request
  • 14:42:29 <Boernd> and also the surrounding content of this page is not rendered, which is needed, since the text on this page should also be shown
  • 15:37:03 <Boernd> So the basic question is 1. why does the render.request viewhelper have a pageUid Attribute if it is never used
  • 15:37:35 <Boernd> 2. If I use content.render after render.request is called, is there a way to clear the request information an call the page without parameters?
  • 15:49:27 <Boernd> Ok, after some investigation i found the error for the request Information, which is not present, it was just a missing column parameter
  • 15:51:43 <Guest|40743> Hi. Is it possible to create model and persist it using Fluid Powered Typo3 extension?
  • 15:52:12 <Guest|40743> I have really hard time doing it with vanilla extbase. Maybe it would be easier with fluid powered typo3
  • 16:05:44 <bjo3rn> hi Guest|40743 fluidtypo3 is all about frontend rendering and doesn't provide any domain logic tools.
  • 16:08:30 <Guest|40743> Thank you
  • 16:08:32 <Boernd> Is there a way to pass arguments to content.render which can be accessed in an extbase action?
  • 16:09:04 <Boernd> With the action being on the page where the content is taken from, for content.render
  • 18:54:47 <tricept> Hi, is anybody here?
  • 19:09:54 <tricept> ok, i had this bug with loosing nested content-elements, etc..
  • 19:10:30 <tricept> so i fetched flux, fluidcontent and vhs from github..
  • 19:11:20 <tricept> now its possible to move content-elements in the backend again, but
  • 19:13:18 <tricept> the bugs are replaced by even worse ones..
  • 19:13:20 <tricept> :(
  • 21:30:55 <xaver> tricept: your comment helps nobody - no description, no info about your environment

20140715

  • 14:37:48 <Cash2m> halp. any ideas why <flux:field.controllerActions/> does always render an empty dropdown for me?
  • 14:40:58 <Cash2m> https://gist.github.com/Cash2m/654497f5f762060e14a2
  • 14:40:59 <randomresult> someone here ever worked with the flux.form.data VH?
  • 14:45:36 <randomresult> @bjo3rn or @danilobuerger
  • 14:45:39 <randomresult> u there?
  • 14:45:46 <randomresult> @cedricziel maybe?
  • 15:05:29 * bjo3rn did
  • 15:05:46 <bjo3rn> sup, randomresult? ****
  • 15:17:42 <bjo3rn> yay! t3 conference in october. 940,10€ wtf?
  • 15:17:42 <FT3BOT> ¯\_(ツ)_/¯
  • 15:18:59 <bjo3rn> Cash2m extensionName="tx_news" perhaps?
  • 15:29:51 <Shaggz> Hey guys, got a short question. I can not find the place where the html, head and body part is set. Can somebody help me?
  • 15:31:08 <Shaggz> I try to set the title and metatags with fluidtypo3 but it seems that its not overriding the typoscript title and the metatags instead of placing another one
  • 15:32:54 <bjo3rn> Shaggz are you using the vhs viewhelper to set the page title?
  • 15:35:27 <Shaggz> First a set it with the viewhelper but then i tried via pageRenderer
  • 15:36:05 <Shaggz> It seems that both does not work. Typoscript AND viewhelper. Could that be?
  • 15:36:18 <bjo3rn> you have to make sure config.noPageTitle is set to 2 (two) to make either one work
  • 15:36:34 <Shaggz> I set it to 2
  • 15:36:53 <bjo3rn> .oO
  • 15:37:34 <Shaggz> The thing is that I set it afterwards with via typoscript headerData
  • 15:37:43 <Shaggz> But that's what i want to change
  • 15:38:03 <Shaggz> I want handle everything via fluidtypo3
  • 15:38:22 <bjo3rn> there are some hints in http://fluidtypo3.org/viewhelpers/vhs/master/Page/Header/TitleViewHelper.html
  • 15:38:47 <Shaggz> I already read that :)
  • 15:39:01 <bjo3rn> ok, you never know ;)
  • 15:39:24 <bjo3rn> let me try something
  • 15:39:26 <Shaggz> Do you set the pagetitle via typoscript or via fluidtypo3
  • 15:39:38 <bjo3rn> via tq_seo ;)
  • 15:39:50 <Shaggz> hmm
  • 15:40:13 <Shaggz> And what is if you want to change the title in an extension?
  • 15:41:10 <bjo3rn> pageRenderer
  • 15:41:57 <bjo3rn> sec
  • 15:42:04 <Shaggz> damn, because this is what I'm doing
  • 15:42:40 <bjo3rn> but that's an old project not based on ft3 ;)
  • 15:42:52 <bjo3rn> actually the viewhelper should work
  • 15:43:07 <bjo3rn> I have to test
  • 15:44:03 <Shaggz> The viewhelper is working, but its not overriding the title or metatags instead of adding another one. Then I have the problem that multiple titletags exist and so on.
  • 15:44:32 <Shaggz> That's why I tried to find out where ft3 sets the html, head and body tags ^^
  • 15:44:50 <bjo3rn> it uses the pageRenderer
  • 15:45:19 <bjo3rn> https://github.com/FluidTYPO3/vhs/blob/development/Classes/ViewHelpers/Page/Header/TitleViewHelper.php#L91
  • 15:47:15 <Shaggz> So if I want to set metakeywords, metadescription and title I have to set it in the Page Template via viewhelper?
  • 15:48:30 <Shaggz> Of course for all pages via the metadata tab in the configuration of a page
  • 15:56:58 <bjo3rn> Shaggz, sorry, was afk.
  • 15:57:53 <bjo3rn> so you're saying you get multiple page title tags?
  • 15:57:54 <FT3BOT> Welcome back bjo3rn!
  • 16:03:54 <Shaggz> Yes multiple one
  • 16:04:05 <Shaggz> and multiple metatags
  • 16:04:44 <bjo3rn> by using pagerenderer in your extension and the viewhelper at the same time?
  • 16:06:54 <bjo3rn> there has to be some other source involved that adds additional header data
  • 16:06:58 <bjo3rn> *then
  • 16:08:45 <Cash2m> btw. Is FluidTYPO3\Flux\ViewHelpers\AbstractFormViewHelper missing an abstract function "getComponent" ?
  • 16:16:07 <Shaggz> Sorry bjo3ern now i was afk
  • 16:21:39 <Shaggz> If I remove all typoscript in my page configuration then it displays only on pages where the extension is active (of course)
  • 16:21:40 <FT3BOT> Welcome back shaggz!
  • 16:22:23 <Shaggz> I now try to set up a PageController to get the title of the page and set the metatags.
  • 16:22:48 <Shaggz> I thought maybe somebody could give me a hint if there is a better solution
  • 16:26:08 <beo|2> how does the typoscript look like that you use to set the title?
  • 16:28:37 <Shaggz> First I set config.noPageTitle = 2
  • 16:29:29 <Shaggz> Then with headerData and field
  • 16:29:37 <Shaggz> headerData {
  • 16:29:37 <Shaggz> 1 = TEXT
  • 16:29:37 <Shaggz> 1 {
  • 16:29:37 <Shaggz> field = nav_title // title // subtitle
  • 16:29:37 <Shaggz> noTrimWrap = |<title>|&nbsp;&#124; {$page.sitetitle}</title>|
  • 16:29:38 <Shaggz> }
  • 16:29:38 <Shaggz> }
  • 16:29:55 <beo|2> just as i thought. i don't think the viewhelper will know that it should replace headerData
  • 16:31:09 <Shaggz> That's what I also thought. (= Now I want to set it via ft3
  • 16:31:20 <Shaggz> Not via TypoScript or do you have a better solution?
  • 16:31:24 <beo|2> what is ft3?
  • 16:31:33 <Shaggz> fluidtypo3 (=
  • 16:31:38 <beo|2> ah ok. :)
  • 16:31:52 <beo|2> well. you can set it with typoscript
  • 16:32:02 <beo|2> but not using headerData
  • 16:33:06 <Shaggz> My purpose was/is to use as less TS as I can.
  • 16:33:33 <beo|2> do you use fluid as your main page template?
  • 16:33:42 <beo|2> as = for
  • 16:34:04 <Shaggz> I use fluidpages extension
  • 16:34:11 <Shaggz> So I guess yes :D
  • 16:35:06 <beo|2> then why you don't use http://fluidtypo3.org/viewhelpers/vhs/master/Page/Header/TitleViewHelper.html in your page template?
  • 16:36:43 <Shaggz> Good Question, I need the variables for the page and so on and for that I need a Controller right?
  • 16:37:11 <beo|2> which variables?
  • 16:37:33 <Shaggz> title, metadescription and metakeywords
  • 16:39:50 <beo|2> you can use {v:page.info(field: 'title')}
  • 16:40:03 <beo|2> i guess the other do work too. havent tried it though
  • 16:40:58 <beo|2> http://fluidtypo3.org/viewhelpers/vhs/master/Page/InfoViewHelper.html
  • 16:48:06 <Shaggz> Thanks I will try it ;)
  • 16:48:51 <beo|2> you want to replace the meta description and keywords too?
  • 16:51:49 <Shaggz> yes
  • 16:52:25 <beo|2> mhh. not sure if that will work. haven't found a similar viewhelper for meta data except the page-title
  • 16:53:17 <beo|2> mhh. or maybe http://fluidtypo3.org/viewhelpers/vhs/master/Page/HeaderViewHelper.html works
  • 16:53:26 <Shaggz> That's why I tried to set up a PageController, but I don't have experience with that^^
  • 16:53:28 <beo|2> of you set overwrite
  • 16:53:30 <beo|2> if
  • 16:53:53 <beo|2> well. overwrite is default. so you don't need to set it
  • 16:56:06 <Shaggz> But I still need to retrieve the metadata
  • 16:56:51 <beo|2> does every page have its own metadata?
  • 16:57:57 <Shaggz> Yes, every page is configured in the page settings (metadata tab)
  • 16:58:57 <beo|2> have you tried {v:page.info(field:'description')} ?
  • 16:59:52 <beo|2> and similar {v:page.info(field:'keywords')}
  • 17:02:13 <Shaggz> Nice that works (=
  • 17:02:39 <beo|2> nice
  • 17:02:41 <Shaggz> That's good to know, now I don't need to set the title and metadata in typoscript
  • 17:03:22 <beo|2> if you ask me, in my opinion i find it ugly this way
  • 17:03:43 <Shaggz> You prefer TypoScript?
  • 17:04:26 <beo|2> for things like this, yes
  • 17:04:55 <beo|2> i am also not sure how translating the meta data and title will work when you do it that way with the viewhelpers
  • 17:06:13 <Shaggz> How do you set the title and metatags?
  • 17:06:24 <Shaggz> Instead of headerData
  • 17:12:43 <beo|2> i use headerData. :)
  • 17:14:50 <Shaggz> haha okay
  • 17:15:30 <beo|2> or use page.meta.Keywords
  • 17:15:39 <beo|2> page.meta.Description
  • 17:19:00 <beo|2> and for page-title the default is mostly enough. just change sometimes page.config.pageTitleSeparator or page.config.pageTitleFirst
  • 17:19:51 <beo|2> i would say. use whatever works for you
  • 17:23:48 <Shaggz> I'll try it
  • 17:23:51 <Shaggz> Thanks :)
  • 17:25:29 <beo|2> np. i think i will go. need to get around the safe-area because of a bomb
  • 17:26:09 <beo|2> bye everyone
  • 17:26:35 <Shaggz> okay, good luck (=
  • 17:26:42 <beo|2> thanks. :)
  • 17:26:58 <beo|2> as long as it does not explode while i am too near i am ok
  • 17:27:06 <Shaggz> see ya soon ;)
  • 20:52:25 <gencha> guys, how are you dealing with the goddamn PackageStates.php in regards to VCS?
  • 20:52:47 <gencha> it's driving me nuts
  • 20:53:25 <gencha> every time i check out a project and load it on my dev machine, the PackageStates.php is rewritten and completely different from the one in VCS
  • 20:53:52 <gencha> so the file is marked dirty and when i commit and push it, the same thing happens on my colleagues machine
  • 21:40:51 <xaver> gencha: gitignore - same for localconfiguration

20140716

  • 10:03:13 <Guest|97074> Hi! How can I get settings. variable from ContentElement fluid template?
  • 10:03:46 <Guest|97074> I want i.e. a global variable "domain" set from page config menu from the back end
  • 10:03:57 <Guest|97074> and display that variable in component "logo"
  • 11:00:26 <mrboel> hey Guest|97074
  • 11:00:36 <Guest|97074> Hey
  • 11:00:58 <mrboel> one sec i make a gist
  • 11:04:33 <mrboel> @Guest|97074 https://gist.github.com/misterboe/20cddf5bd811da22cc2a
  • 11:04:43 <mrboel> you need something like that?
  • 11:05:19 <gencha_> xaver: gitignore PackageStates, okay, but then how do we know which extensions should be loaded? what am i missing here?
  • 11:05:56 <Guest|97074> Yeah, something like that! But it should be possible to set the domain variable from flexforms under page configuration
  • 11:06:18 <Guest|97074> <v:variable.set name="mydomain" value="{v:variable.typoscript(path: 'plugin.tx_yourext.settings.domain')}"/>
  • 11:06:30 <Guest|97074> this line is something that i need i think! Thx, ill check that out
  • 11:07:36 <mrboel> but if you use it like that you can set it in the constants editor
  • 11:07:51 <xaver> LocalConfigruation - like the name says - local setup and PackageStates is similar
  • 11:08:54 <mrboel> i dont ignore the localconfiguration - i use a additionalconfiguration which is ignored
  • 11:09:13 <mrboel> that would also be a possibility
  • 11:10:41 <gencha_> xaver: the localconfiguration is not enough to indicate extension loaded states in any of our setups
  • 11:11:32 <xaver> both utside of git
  • 11:11:38 <Guest|97074> And is it possible to set that variable using backend flex forms? I.e. I have Page/Page.html and there is flux:field.input with name "settings.domain" ?
  • 11:11:38 <xaver> outside
  • 11:12:54 <gencha_> okay, so you're saying to ignore both localconfiguration and packagestates? then how do we transfer configuration between machines?
  • 11:14:10 <gencha_> and which file, in git, then holds the information which extensions should be loaded?
  • 11:14:51 <Guest|97074> Or what typoscript path is for variables in PageController?
  • 11:19:17 <mrboel> @Guest|97074 https://gist.github.com/misterboe/d51e09bd7846ae29fd5a
  • 11:19:38 <gencha_> heh
  • 11:19:53 <gencha_> that was too much for him to handle
  • 11:20:05 <mrboel> ;)
  • 11:20:31 <mrboel> there is a "messi" in all of us
  • 11:53:34 <xaver> gencha_: the file is on your next stage and if you use provisioning. Local is a dev area, different branches.
  • 13:10:48 <gencha_> xaver: oh, i see. that sounds like a horrible mess though. we have a preview host and 3 dev machines, developers usually work on feature branches, the host runs on dev. and every single time someone wants to merge their feature, PackageStates has changed
  • 13:11:21 <gencha_> introducing more intermediary branches into the workflow, just because of that stupid file seems even more painful than dealing with the file :P
  • 13:12:25 <xaver> its a local config not a global config. passwords like mysql aren't in git.
  • 13:12:41 <gencha_> yeah, they aren't for us either
  • 13:12:57 <gencha_> we store those in AdditionalConfiguration, which is ignored everywhere
  • 13:13:49 <gencha_> but mysql passwords never change during the course of development, which packages are loaded does however
  • 13:18:45 <xaver> we nver install extension via git deploy. we upload them via deployment, but installation takes with php caches and stuff can cause problems.
  • 13:22:43 <gencha_> ah, i see
  • 13:23:50 <gencha_> we tried several different approaches with extension deployment in the past, starting from TER-based, to git submodules to just putting _everything_ into git, just so that we can be sure to have defined, working states
  • 13:30:09 <twirsing> hello there. i have the following problem. i created a fluidcontent element which uses flux:flexform.content. the element works fine unless i use the "Copy default content elements". Any content within flux:flexform.content is lost. Is this a known bug?
  • 13:34:57 <twirsing> sorry fox to have bothered you. this is probably the related issue https://github.com/FluidTYPO3/fluidcontent_bootstrap/issues/111
  • 14:04:32 <twirsing> cant get it to work. after updating all fedext extensions i get an error. Fatal error: Call to a member function preparedGet() on a non-object in xxx/fluidcontent_4_1_dev/Classes/Service/ConfigurationService.php on line 266
  • 14:05:44 <twirsing> shouldn't flux_7_1_staging, fluidcontent_4_1_development and fluidpages_3_1_development be compatible?
  • 14:36:50 <bjo3rn> hi twirsing I just posted an answer on gh. staging can not be considered compatible to dev.
  • 14:49:42 <bjo3rn> ping twirsing
  • 15:25:05 <twirsing> jep still here, i have seen your answer. unfortunately i get a different error when using flux staging
  • 15:26:29 <twirsing> the error is still about the recordService but this time within flux itself
  • 15:36:29 <bjo3rn> twirsing I assume you flushed all caches via install tool?
  • 15:38:40 <bjo3rn> can someone please explain to me how to use those friggin fal viewhelpers?
  • 15:39:04 <bjo3rn> I can't for the life of me add a simple image to a ce using fal.
  • 15:40:40 <bjo3rn> I have <flux:field.inline.fal name="falpic" minItems="1" maxItems="1" showThumbs="true"/>
  • 15:41:02 <bjo3rn> but {v:resource.record.fal(table: 'sys_file_reference', field: 'falpic', uid: record.uid) -> f:debug()} gives an empty array
  • 15:41:02 <FT3BOT> ¯\_(ツ)_/¯
  • 15:44:01 <twirsing> yes, flushed all caches
  • 15:45:28 <bjo3rn> sorry to ask, but via install tool?
  • 15:45:33 <floxx> any hint, why neither f:uri.image nor v:uri.image renders scaled image if dimensions are given as attributes?
  • 15:45:33 <FT3BOT> ¯\_(ツ)_/¯
  • 15:45:54 <floxx> it always returns original filepath
  • 15:46:23 <floxx> never had problems with that before
  • 15:46:50 <twirsing> Yes. You are refering to "Clean up your installation" in typo3/install, dont you?
  • 15:47:32 <bjo3rn> no, 'Important Actions/Clear all cache'
  • 15:50:24 <bjo3rn> floxx v:media.image works for me as expected.
  • 15:51:00 <twirsing> ha! se
  • 15:51:32 <twirsing> sweet that worked. there is alway one more cache to empty ....
  • 15:51:42 <bjo3rn> yes, this is a bummer.
  • 15:52:53 <bjo3rn> the one you mentioned only flushes the temp folder. this one is the real deal ^^
  • 15:52:54 <twirsing> thanx a lot. this goes right in my 100 caches to empty checklist
  • 15:53:03 <bjo3rn> one cache to rule them all!
  • 15:53:30 <bjo3rn> you can cut your list down to 1 now ^^
  • 15:55:18 <bjo3rn> floxx v:uri.image works as well. is your image processing setup defunct?
  • 15:57:32 <gencha_> you just have to occasionally also delete the contents of the typo3temp folder...
  • 15:57:34 <floxx> bjo3rn: i'll have a look. v:media.image returns orignal file path as well
  • 15:58:36 <twirsing> yeah, thats great. cheers
  • 16:00:50 <floxx> thumbnails for flux:field.file are broken in backend. it's getting hotter ;)
  • 16:01:11 <bjo3rn> aha!
  • 16:02:43 <floxx> ok. paths were wrong
  • 16:04:19 <floxx> phew everything works now. funny fallback to original image path if gm paths are not found.
  • 16:04:57 <bjo3rn> yeah, can give you some nice effect in the backend with huge thumbnails ^^
  • 16:05:47 <bjo3rn> floxx ever used fal in ft3?
  • 16:05:48 <floxx> :-D
  • 16:06:07 <floxx> bjo3rn: yep. but isn't it buggy inside sections?
  • 16:06:24 <bjo3rn> buggy as in not supported, yes.
  • 16:06:32 <floxx> that's my problem ;)
  • 16:06:58 <bjo3rn> how do you render an image? I'm too stupid for that.
  • 16:08:00 <bjo3rn> http://pastebin.com/CHvtAsDC
  • 16:08:48 <bjo3rn> does that look familiar to you or can you even spot my mistake? the result is always an empty error :S
  • 16:09:28 <bjo3rn> *empty array
  • 16:13:00 <floxx> i pasted a snippet from our knowledge db
  • 16:13:00 <floxx> http://pastebin.com/kDzjL5d8
  • 16:13:04 <floxx> untested ;)
  • 16:13:23 <floxx> hope it helps
  • 16:14:33 <bjo3rn> ok, thx
  • 16:15:41 <bjo3rn> arrgh! I was using the wrong table. works now, thanks a lot.
  • 16:17:15 <floxx> i'm glad i could pay back a little bit for your help ;)
  • 17:21:15 <gencha_> weeee https://github.com/oliversalzburg/typo3scripts/blob/dev/clearCaches.sh
  • 17:21:25 <gencha_> now it just needs testing :P
  • 17:26:17 <bjo3rn> wow, that's one hell of a shell script gencha_
  • 17:29:18 <xaver> if you want to install T3
  • 17:30:59 <xaver> https://gist.github.com/xf-/880f96333813f3cc100f :)
  • 17:33:16 <bjo3rn> pfff, xaver, that's only a 10th of loc ^^
  • 17:33:40 <xaver> bjo3rn: loc?
  • 17:33:46 <bjo3rn> lines of code
  • 17:33:56 <xaver> its from my puppet stuff
  • 17:34:10 <xaver> everyhting else is in other files
  • 17:34:21 <xaver> puppet + vagrant
  • 17:34:30 <bjo3rn> yes. I was impressed by the size of that script. I have no idea of bash scripts whatsoever.
  • 17:34:45 <xaver> bash is nice and powerful
  • 17:36:28 <xaver> gencha_: t3d is missing extract is missing
  • 17:46:57 <gencha_> bjo3rn: most of it is in there because it's in every script of the suite
  • 17:47:29 <gencha_> xaver: humm? i don't understand
  • 17:47:50 <xaver> extract t3d
  • 17:48:16 <gencha_> oh, yeah good idea. but i never use .t3d files myself
  • 17:48:53 <xaver> gencha_: me to, only 1-2 times i needed to extract a file
  • 17:50:49 <gencha_> hopefully it's similar to the .t3x format
  • 17:51:05 <xaver> gencha_: how do you generate LocalConfigruation.php
  • 17:51:25 <xaver> i had that problem i used curl to run the wizard
  • 17:51:46 <gencha_> xaver: in what context? the bootstrap.sh script?
  • 18:22:15 <xaver> gencha: yes
  • 18:28:42 <xaver> bjo3rn: benjaminr cedricziel danilobuerger tomorrow the sale for T3c Munich starts
  • 19:58:57 <gencha> xaver: it doesn't generate a LocalConfiguration, it writes to AdditionalConfiguration for versions >=6.0 and there it simply uses array notation
  • 20:00:12 <xaver> ok - good i searched and found nothing and at the end i needed todo the work by myself
  • 20:00:43 <gencha> and the suite includes configurationProxy.php which allows for manipulation of LocalConfiguration from non-PHP scripts, a very nasty design choice that just had to be made at some point :P
  • 20:01:04 <xaver> .p
  • 20:01:18 <xaver> i used curl to run the process
  • 20:01:31 <xaver> was first and fastest idea :P
  • 20:03:24 <gencha> one of the goals with those scripts in the early development was to be independant of PHP, because the different hosting environments we worked in sometimes caused weird PHP problems. now you're stuck with weird problems when trying to modify the modern configuration environments of TYPO3
  • 20:03:27 <gencha> oh well

20140717

  • 00:58:11 <Shaggz> Hey guys. I installed my first TYPO3 6.2 Version and after that I installed the TER Version of flux, fluidpages, fluidcontent and vhs
  • 00:58:45 <Shaggz> Afterwards I tried to create a Page but get a SQL error tx_fed_page_flexform_sub doesn't have default value
  • 00:58:57 <Shaggz> Does somebody has the same problem and can tell me how to fix it?
  • 09:43:42 <Guest|55954> Hey people. Do you know how can I read typoscript variables from ContentController?
  • 09:44:51 <Guest|55954> omg nvm, I know that. I need more coffee...
  • 09:44:51 <FT3BOT> c[_]
  • 09:55:46 <Guest|55954> Is there a way to STORE variables in Typoscript using Controller? Or is it read only?
  • 09:56:04 <Guest|55954> 'cause I am trying to find a way third day in a row already and I think it is all in vain
  • 10:19:53 <bjo3rn> Guest|55954 not to my knowledge (which is limited tbh). what about accessing your extbase controller as a plugin via USER?
  • 10:22:08 <Guest|55954> I resigned from trying to modify TS variables from controller
  • 10:22:23 <Guest|55954> Unfortunately someone will have to edit TS files to adjust the site!
  • 10:22:31 <Guest|55954> i dont care! yolo
  • 10:22:57 <bjo3rn> ok. constants maybe to ease things?
  • 10:28:13 <Guest|55954> I tried but somehow they are ignored from Content Element
  • 10:28:22 <Guest|55954> I mean when using Constants Editor
  • 10:30:05 <bjo3rn> did you prefix them like plugin.tx_myproviderext.settings.foo ?
  • 10:30:13 <Guest|55954> yes
  • 10:30:17 <bjo3rn> .oO
  • 10:30:24 <Guest|55954> I must have missconfigured something
  • 10:30:36 <bjo3rn> you're doing it wrong ^^
  • 10:30:56 <bjo3rn> srsly, let me look something up
  • 10:32:08 <Guest|55954> So there is a extension based on flux. It has Templates/Content/Logo.html and I use tag {settings.domain} to print it out
  • 10:32:30 <Guest|55954> but it is not there. When I do the same in Templates/Page/Page.html it works
  • 10:32:39 <Guest|55954> same for Layouts
  • 10:33:07 <bjo3rn> ah, I didn't get that. it's working for me in a page template. never tried a ce.
  • 10:33:14 <bjo3rn> let me check that.
  • 10:33:29 <Guest|55954> so in ContentElement templates I can use variables from static typoscript files
  • 10:33:59 <Guest|55954> but if I want to change it in the BE, its not working
  • 10:35:37 <bjo3rn> works for me
  • 10:36:09 <bjo3rn> I'll pastebin, sec
  • 10:37:49 <bjo3rn> http://pastebin.com/v1kwE0kR
  • 10:38:52 <bjo3rn> spot something?
  • 10:39:42 <mrboel> hey Guest|55954 i told you all that stuff yesteday
  • 10:40:21 <bjo3rn> hi mrboel
  • 10:40:30 <mrboel> hey bjo3rn
  • 10:40:36 <bjo3rn> didn't know that :S
  • 10:40:51 <mrboel> thats why i want to save your time
  • 10:41:55 <mrboel> i also paste a page setup for thet and then he logged out - thats not really nice
  • 10:43:15 <bjo3rn> what's the url to your bootstrap package again?
  • 10:43:44 <mrboel> to my fork
  • 10:43:49 <mrboel> or to the normal
  • 10:43:50 <mrboel> https://github.com/bootstraptheme-for-typo3/fluidbootstraptheme
  • 10:44:36 <bjo3rn> egal, thanks
  • 10:47:38 <mrboe> i would like to know where the fu*** L comes from on my name some times
  • 10:48:20 <mrboe> when i restart znc its gone
  • 10:49:22 <Guest|55954> Sorry guys
  • 10:49:33 <Guest|55954> im i did not log out! I am jsut at the office
  • 10:49:39 <Guest|55954> big thx for your support, will go through that again
  • 10:49:54 <mrboe> here again https://gist.github.com/misterboe/d51e09bd7846ae29fd5a
  • 10:50:00 <Guest|55954> mrboel, I must have missed that, sorry
  • 10:50:42 <mrboe> thry that and debug "page"
  • 10:53:03 <Guest|55954> inherit is the trick?
  • 10:53:59 <mrboe> could be, dont know exactly what you wanna do
  • 11:07:26 <Guest|55954> Hm, nope. Still does not work.
  • 11:07:50 <Guest|55954> But it is propably my configuration
  • 11:08:54 <Guest|55954> I set {settings.phone} in Templates/Page/Page.html and try to call it from Templates/Content/Phone.html
  • 11:09:43 <mrboe> have you tried page.phone
  • 11:09:47 <bjo3rn> you _set_ it? how?
  • 11:10:30 <bjo3rn> you can't set a variable in a page template and access it in a content element.
  • 11:10:48 <Guest|55954> using flux:field.input and giving it a value in the BE
  • 11:11:00 <Guest|55954> <flux:field.input name="settings.phone" label="Phone: " inherit="1"></flux:field.input>
  • 11:11:05 <bjo3rn> ah, ok
  • 11:11:12 <bjo3rn> I had something different in mind
  • 11:11:31 <Guest|55954> I had an idea of setting some global values in root and inherit it in subpages and widgets
  • 11:11:40 <Guest|55954> But I think my attempt is just wrong
  • 11:11:48 <Guest|55954> There must be other legal way of doing it
  • 11:11:56 <mrboe> do that with constants
  • 11:11:58 <bjo3rn> I'm not sure if page template variables are accessible in content elements.
  • 11:12:09 <bjo3rn> +1 for mrboe's suggestion and see above
  • 11:17:50 <bjo3rn> page and content templates can access the same typoscript settings defined in the be or via static ts but they can't change them 'upwards
  • 11:17:52 <bjo3rn> '
  • 11:18:24 <bjo3rn> read: overriding a setting in a page template won't affect a content element and vice versa
  • 11:18:41 <bjo3rn> afaik
  • 11:20:38 <Guest|55954> Great! Thank you for your patience and time guys
  • 11:21:08 <bjo3rn> np :)
  • 11:35:27 <randomresult> cedricziel u there?
  • 11:37:41 <randomresult> some offtopic: i want to use a privat key to connect via ssh to a server. this key has no password but im still asked for one. any ideas?
  • 11:37:54 <bjo3rn> osx?
  • 11:38:05 <bjo3rn> ehem, OSX??
  • 11:38:09 <bjo3rn> ^^
  • 11:38:13 <randomresult> yes
  • 11:38:16 <randomresult> hi bjoern
  • 11:38:29 <bjo3rn> keychain password probably, son.
  • 11:38:50 <bjo3rn> or are you asked everytime?
  • 11:38:58 <randomresult> i have no password
  • 11:39:13 <bjo3rn> no password on the keychain??
  • 11:39:23 <randomresult> partner on windows can connect without password
  • 11:39:29 <randomresult> (using putty)
  • 11:40:42 <bjo3rn> is the host added to ~/.ssh/known_hosts ?
  • 11:41:08 <randomresult> i think so yes
  • 11:41:12 <randomresult> lemme check
  • 11:42:50 <bjo3rn> see also http://apple.stackexchange.com/questions/18458/password-dialog-appears-when-ssh-private-key-permissions-are-set-to-0600
  • 11:46:03 <randomresult> bjo3rn thx. but ... puh.
  • 11:46:35 <bjo3rn> too exhausting?
  • 11:47:01 <bjo3rn> and the upcoming heat...
  • 11:47:15 <bjo3rn> nothing for old bones.
  • 11:48:48 <bjo3rn> randomresult are you still with us? say something.
  • 11:49:32 <randomresult> there i am
  • 11:50:06 <discotizer> Hi folks... i have an issue with fluid flexforms: one element is an RTE and when i link to any page the link does not get rendered by realurl. the page is linked by id instead... any ideas? using latest versions of typo3, flux and fluidcontent
  • 11:50:50 <bjo3rn> discotizer how do you render the fields content in your template?
  • 11:51:18 <randomresult> +damn... need to enter a password everytime i try to connect
  • 11:51:25 <randomresult> but i have NO PASSWORD
  • 11:53:39 <randomresult> and my partner does not need a PASSWOR on Windows... what the heck ...
  • 11:53:55 <bjo3rn> windows is more h4x0r style ^^
  • 11:54:22 <discotizer> bjo3rn: like this <f:format.raw>{bodytext1}</f:format.raw>
  • 11:54:22 <FT3BOT> ¯\_(ツ)_/¯
  • 11:54:23 <bjo3rn> is it the osx pasword dialog or inside the console?
  • 11:54:33 <randomresult> osx
  • 11:54:50 <bjo3rn> then try this: http://apple.stackexchange.com/questions/18458/password-dialog-appears-when-ssh-private-key-permissions-are-set-to-0600/26252#26252
  • 11:55:04 <bjo3rn> (follow the link to the specific answer)
  • 11:55:13 <bjo3rn> discotizer try <f:format.html> please
  • 11:55:13 <FT3BOT> ¯\_(ツ)_/¯
  • 11:55:49 <bjo3rn> discotizer are the links rendered like 'link:123'?
  • 11:56:15 <discotizer> bjo3rn well i didn't use html for a specific reason... i think because of the code which is rendered before and after
  • 11:56:39 <discotizer> no... like ?id=5
  • 11:56:52 <bjo3rn> then it's not a problem of ft3 I'd say
  • 11:57:01 <discotizer> hmm okay
  • 11:57:09 <discotizer> i'll try with html again and see
  • 11:57:18 <discotizer> thanks so far :)
  • 11:57:25 <bjo3rn> yw, good luck
  • 11:58:03 <bjo3rn> cool nick btw ;)
  • 11:58:21 <discotizer> thx... it's my artist name
  • 11:58:32 <discotizer> producing music with that
  • 11:59:29 <bjo3rn> srsly? cool. I've djed ages ago myself and toy around with reason
  • 11:59:30 <randomresult> bjo3rn now i had the wrong rights for the key... its now ignored...
  • 11:59:54 <discotizer> cool, what style exactly?
  • 12:00:33 <bjo3rn> house, tech-house, minimal. like that.
  • 12:00:56 <bjo3rn> randomresult .oO
  • 12:00:57 <discotizer> nice! i'm into disco house, latin- and swing-house
  • 12:02:03 <bjo3rn> randomresult you don't get that dialog with other keys I guess? not even once a session?
  • 12:02:23 <randomresult> i will restart now
  • 12:02:29 <randomresult> from scretch
  • 12:03:47 <bjo3rn> discotizer which platform/daw are you using? or 'real hardware'?
  • 12:05:25 <randomresult> hmmm i have a ppk (putty passwordfile)
  • 12:05:35 <bjo3rn> wft?
  • 12:05:44 <bjo3rn> ehem. I mean wtf?
  • 12:05:44 <FT3BOT> ¯\_(ツ)_/¯
  • 12:07:34 <bjo3rn> you can convert that
  • 12:08:02 <bjo3rn> http://superuser.com/a/626959
  • 12:15:28 <discotizer> bjo3rn: PreSonus StudioOne... no hardware beside a keyboard
  • 12:20:20 <xaver> https://pbs.twimg.com/media/BsukfXKIEAEcUyN.jpg
  • 12:43:59 <bjo3rn> randomresult any progress?
  • 12:59:39 <randomresult> jupp
  • 12:59:49 <randomresult> converted .ppk to .pem file and now it works
  • 15:01:43 <Guest|55954> Hey guys, offtopic; How can read variables from table page inside typoscript? :p
  • 15:02:00 <Guest|55954> All I want to do is set page.meta.robots value depending on the input
  • 15:02:23 <Guest|55954> I know how to set robots, how to make conditions but I cannot find a way to read from table "pages"
  • 15:52:03 <Guest|92317> ./name Martin
  • 15:52:13 <xaver> -.
  • 15:52:18 <Uti> :D
  • 15:52:20 <Guest|92317> yeah sorry :D
  • 16:04:35 <Guest|92317> Hey Guys, I'm using TYPO3 6.2 and Flux 7.0. Now i wanted to creat an Structure 50/50 Element with some content in it. After creating some content I wanted to translate my page into another language. When i did this my Structure Element was empty and i had to copy all Elements into it again. Does anyone have an idea what went wrong?
  • 16:07:03 <Uti> Hi Guest, i have the same problem, copieng an element with some elements in it doesn't copy the inner elements ... any idea someone?
  • 16:14:56 <Uti> noone?
  • 16:15:17 <Uti> Anyone has a working multilanguage 6.2 page with fluidcontent?
  • 16:16:38 <MartinMM> Yeah some help would be really nice
  • 16:17:09 <bjo3rn> I have
  • 16:17:47 <Uti> @bjo3rn do you have nested elements and copy is working?
  • 16:17:48 <bjo3rn> which versions are you using? TER oder dev?
  • 16:18:17 <Uti> i tried ter and development and backlog
  • 16:19:10 <bjo3rn> let me try something, sec
  • 16:20:05 <NamelessCoder> For updates about translation/copying of nested content elements please bookmark and check: https://github.com/FluidTYPO3/flux/issues/573
  • 16:22:17 <bjo3rn> this is known. the elements do get copied but are moved out of the container. see the above issue for updates to that matter.
  • 16:28:16 <Uti> ok thanks you, ill read it all and try to get it working
  • 16:29:51 <Uti> bjo3rn did you try it?
  • 16:30:34 <bjo3rn> yes, see above
  • 16:31:08 <bjo3rn> no workee ;)
  • 16:31:31 <Uti> is there a fix for it? you know?
  • 16:32:12 <bjo3rn> see above
  • 16:32:15 <bjo3rn> ^^
  • 16:32:24 <bjo3rn> https://github.com/FluidTYPO3/flux/issues/573
  • 21:48:01 <paosinga> Hello I try to get fluidpages running and end up with fe error "no page template selected" I have a clean 6.2 with flux fluid.pages etc from git (master); In the wiki from wiki/How-to-Use-FluidPage it says that a I have to include "Fluid Page Static Typoscript Template" but I don't see someting like this in the include area; any help appreciated
  • 21:55:42 <xaver> paosinga: edit your page sleect a tempalte
  • 21:55:55 <xaver> if you use fluidpages and crated a provider with a Page tempalte
  • 21:57:20 <paosinga> I am not sure if I created a provider -- worked through the "https://github.com/castiron/fluidpage/wiki/How-to-Use-FluidPage"
  • 21:58:18 <paosinga> In page ->Edit ->Page Configuration I have an error: "Data Structure ERROR: No proper configuration! "
  • 21:59:12 <xaver> Page Layout
  • 21:59:18 <xaver> not ocnfigurtaion
  • 22:04:56 <paosinga> I have made a mistake and workes through the wrong tutorial; it's about fluidpage not fluidpages -- sorry for this
  • 22:09:00 <xaver> no problem

20140718

  • 08:22:34 <mrboe> hey featdd - thank you for the help in FTB
  • 09:51:25 <featdd> mrboe: you're welcome
  • 10:10:39 <Guest|87589> Hi! Please, where can I find a Fluid Powered TYPO3 provider extension that works? Thanks!
  • 10:16:01 <Romm> Hey there :)
  • 10:21:36 <bjo3rn> Hi Guest|87589 you can follow this guide https://worksonmymachine.org/blog/fluidtypo3-quickstart or have a look at https://github.com/bootstraptheme-for-typo3/fluidbootstraptheme
  • 10:23:18 <featdd> mrboe: what about optional href attribut in ImageGallery's imagelinks
  • 10:26:21 <mrboe> what du you mean? that the images could be linked instead of the lightbox?
  • 10:27:03 <Guest|87589> Thank you bjo3rn! That extension works, now I have finally an example to study.
  • 10:27:30 <bjo3rn> yw, good luck Guest|87589
  • 10:27:43 <Romm> Ok guys I got one question, I need some advices on this. I do have a BE module, which can have some configuration (coming from a/multiple TypoScript file(s)) ; to gain perfomance, I decided to parse the files, then store the final configuration in the extension configuration with : \TYPO3\CMS\Extensionmanager\Utility\ConfigurationUtility->writeConf
  • 10:27:43 <Romm> iguration. But there's an issue in the current version of TYPO3 with the clearCache command. I hooked the command (clearCachePostProc), to reset my extension's configuration... But when I do so, I constantly get this error : "Fatal error: Interface 'Psr\Log\LoggerInterface' not found in /var/www/typo3/typo3/sysext/core/Classes/Log/Logger.php on lin
  • 10:27:43 <Romm> e 36" ; I did some research and this is a known issue... So what should I do ? Do you think I could put my configuration in a typo3temp cache file ?
  • 10:28:24 <Guest|87589> This should be more visible IMHO... for a newbie is very difficult to orientate... and it's frustrating to try extensions that just throws errors.
  • 10:29:26 <soee> Romm: what T3 version ?
  • 10:32:08 <Romm> 6.2
  • 10:32:36 <Romm> (soee)
  • 10:39:15 <featdd> mrboe: if i wanted to use some js gallery i would need the path to the original image in full size for example
  • 10:52:48 <featdd> mrboe: to the namespaces, what about compability to 6.1 or just 6.2?
  • 10:54:09 <featdd> mrboe: if it should be compatible to 6.1 the oldschool namespace has to be taken, for 6.2 only the new xmlns
  • 10:54:50 <floxx> which form extension are you guys using?
  • 10:55:03 <featdd> keep in both types of the namespaces can lead to complications
  • 10:55:06 <mrboe> perhabs @xaver or randomresult can say something about that
  • 10:55:08 <floxx> fluid based?
  • 10:55:43 <xaver> ?
  • 10:56:17 <randomresult> hey xaver answer!
  • 10:56:29 <xaver> randomresult: what?
  • 10:56:29 <randomresult> do we see each other in munich?
  • 10:56:35 <randomresult> the namespace thing
  • 10:56:36 <xaver> randomresult: ofcourse
  • 10:56:42 <randomresult> xaver great
  • 10:56:51 <randomresult> chantal will bring me there
  • 10:56:58 <featdd> hay xaver: there has to be a decision of compability for fluidbootstraptheme to 6.1 or 6.2
  • 10:57:05 <randomresult> but i will stay for saturday only
  • 10:57:17 <randomresult> i would go for 6.2
  • 10:57:22 <mrboe> me to
  • 10:57:22 <randomresult> 6.2 * 1
  • 10:57:42 <randomresult> 6.2 * 2
  • 10:57:45 <randomresult> xaver?
  • 10:58:05 <featdd> so i would remove the old namespaces and the compability to 6.2 min
  • 10:58:15 <featdd> *set
  • 10:58:51 <mrboe> i would also sugesst to put the v:render into partials
  • 10:59:08 <randomresult> why not open issues ?
  • 10:59:19 <mrboe> so there is no more need of the namespace in layouts
  • 11:00:03 <mrboe> and in partials the namespaces are not necessary
  • 11:01:50 <randomresult> they are if u want AC to work - dont they?
  • 11:01:59 <featdd> where do you define the namespace then?
  • 11:02:11 <mrboe> you need the div
  • 11:02:37 <mrboe> i tried this in another web
  • 11:02:55 <randomresult> but... the div is the definition of namespace or not?
  • 11:03:27 <featdd> the div with xmlns namespace is the new definition for 6.2
  • 11:03:32 <mrboe> i thougt this {namespace v=FluidTYPO3\Vhs\ViewHelpers}
  • 11:03:53 <featdd> the namespace in braces is the old way
  • 11:04:01 <mrboe> this part is needed in 6.2 when you use v: in layouts
  • 11:04:04 <mrboe> also in 6.2
  • 11:04:15 <randomresult> nope.
  • 11:04:25 <mrboe> give a try
  • 11:04:31 <featdd> xmlns:flux="http://typo3.org/ns/FluidTYPO3/Flux/ViewHelpers"
  • 11:04:40 <featdd> this is the new way
  • 11:04:56 <mrboe> benjaminr told me that
  • 11:04:58 <featdd> but running both in the templtes causes me errors
  • 11:05:01 <mrboe> if i understand him right
  • 11:05:39 <mrboe> please have a look into experimental brach
  • 11:05:52 <featdd> ok
  • 11:05:54 <mrboe> if done that in there
  • 11:06:44 <randomresult> featdd will u be in munich?
  • 11:07:05 <featdd> lol experimental is the way i wanted to go
  • 11:07:33 <featdd> randomresult: No
  • 11:07:39 <randomresult> why not
  • 11:07:51 <mrboe> ;)
  • 11:07:54 <randomresult> where u from ?
  • 11:08:34 <featdd> germany, im bjo3rn's apprentice :-D
  • 11:10:43 <mrboe> have yout tried to remove it in experimental
  • 11:10:44 <mrboe> ?
  • 11:11:23 <randomresult> then go tell the old man to come her
  • 11:11:24 <randomresult> e
  • 11:11:31 <mrboe> https://github.com/bootstraptheme-for-typo3/fluidbootstraptheme/blob/experimental/Resources/Private/Layouts/FrontPage.html
  • 11:11:42 <randomresult> HIS BRO WANTS TO TALK TO THE OLD MAN!
  • 11:11:49 <bjo3rn> stfu, pop
  • 11:11:52 <bjo3rn> ^^
  • 11:11:54 <randomresult> :)
  • 11:11:57 <randomresult> hi there
  • 11:11:59 <bjo3rn> hi
  • 11:12:09 <randomresult> i need a helping hand with the form.data VH
  • 11:12:14 <mrboe> ah i got it - if you use die "div" in layout the div is shown in the HTML output
  • 11:12:16 <randomresult> have u ever used it?
  • 11:12:38 <bjo3rn> na, I foar net zu derer t3camp no minga.
  • 11:12:46 <bjo3rn> that vh, yes
  • 11:12:51 <bjo3rn> what about it?
  • 11:12:59 <randomresult> i cant get it to work
  • 11:13:05 <bjo3rn> then you're doing it wrong
  • 11:13:11 <bjo3rn> ^^
  • 11:13:17 <randomresult> i have added a field to my configuration (page)
  • 11:13:18 <mrboe> like always
  • 11:13:22 <mrboe> ^^
  • 11:13:24 <randomresult> shut up mrboe
  • 11:13:26 <bjo3rn> so far so godd
  • 11:13:27 <randomresult> go die
  • 11:13:31 <bjo3rn> *good
  • 11:13:51 <randomresult> so. i want to use that field in the frontend to add classes to a menu of this pages
  • 11:13:59 <bjo3rn> ok
  • 11:14:08 <randomresult> is it possible to get this information into a menu?
  • 11:14:17 <bjo3rn> yes
  • 11:14:23 <randomresult> i only get the class of the current page
  • 11:14:43 <bjo3rn> this is some ugly part of ft3
  • 11:14:55 <bjo3rn> you can use that vh to fetch any row from the db
  • 11:15:07 <randomresult> ok. i tried that
  • 11:15:12 <bjo3rn> which is basically not the responsibility of a viewhelper
  • 11:15:21 <randomresult> <flux:form.data field="tx_fed_page_flexform" table="pages" uid="{FooterIconsMenu.uid}" as="fluxPageData">
  • 11:15:21 <bjo3rn> gist/pastebin?
  • 11:15:23 <bjo3rn> ok
  • 11:15:54 <bjo3rn> works only inside the tag ofc
  • 11:15:59 <bjo3rn> I mean
  • 11:16:18 <bjo3rn> <flux:form.data.field blablabla>...</flux:form.data.field>
  • 11:16:24 <randomresult> ?
  • 11:16:40 <bjo3rn> 'as' is only available inside that tag's children
  • 11:16:51 <randomresult> wait.
  • 11:16:57 <bjo3rn> waiting...
  • 11:16:58 <randomresult> i will collect the needed informations
  • 11:16:59 <Romm> Fack I think I got a network disconnection, did someone answer me ? ^^'
  • 11:17:10 <randomresult> romm me not
  • 11:17:14 <bjo3rn> me neither ^^
  • 11:17:19 <Romm> Haha okay :p
  • 11:17:29 <bjo3rn> what's the question? ^^
  • 11:17:47 <bjo3rn> ah, that clear cache dealio?
  • 11:17:52 <mrboe> @bjo3rn please keep his age in mind and slow down
  • 11:17:58 <Romm> Yup :)
  • 11:18:06 <randomresult> table pages - field tx_fed_page_flexform - field in configuration section pages.FooterIconClass
  • 11:18:14 <randomresult> mrboe go die
  • 11:18:20 <randomresult> s*cker
  • 11:18:22 <bjo3rn> pls gist/pastebin the template
  • 11:18:37 <bjo3rn> and watch your mouth
  • 11:18:40 <bjo3rn> ^^
  • 11:19:50 <xaver> now - what do oyu need?
  • 11:20:41 <randomresult> https://gist.github.com/randomresult/ee5d065ae153545af2d4
  • 11:21:02 <mrboe> @xaver featdd wants to know if we should switch to the new namespaces and set the dependencies to 6.2 and vhs2
  • 11:21:04 <randomresult> @bjo3rn yeah tell mrboe to wash his teath
  • 11:21:43 <mrboe> hey randomresult, this could be interesting for u http://www.seniorenfachhandel.de/tag/bildschirmlupe/TV-Bildschirmlupe-Diagonale-63-cm.html
  • 11:21:50 <bjo3rn> ehm, I can't see no data viewhelper, randomresult? my eyes, I know, but... wtf?
  • 11:21:50 <FT3BOT> ¯\_(ツ)_/¯
  • 11:23:10 <randomresult> i removed all i tried because i dont want you laugh at me
  • 11:23:24 <bjo3rn> I'd never do that
  • 11:23:30 <bjo3rn> in public
  • 11:23:49 <randomresult> hehe
  • 11:23:58 <xaver> i think 1.9 (maybe also 1.8) also supports namesapces, but the mapping was the other way around
  • 11:25:05 <bjo3rn> randomresult I added a comment to your gist
  • 11:25:44 <randomresult> i tried that ... i will ...
  • 11:25:57 <randomresult> i place that inside the menu right?
  • 11:26:33 <randomresult> this is what i tried before <flux:form.data field="tx_fed_page_flexform" table="pages" uid="{FooterIconsMenu.uid}" as="fluxPageData">
  • 11:26:33 <randomresult>
  • 11:26:48 <bjo3rn> yes. I opened a PR to allow inline usage of that vh which would ease things a little flux#610
  • 11:26:49 <FT3BOT> Issue 610: [WIP] Enable inline usage of flexform data viewhelper https://github.com/fluidtypo3/flux/issues/610
  • 11:27:21 <randomresult> bjo3rn same as i had before.
  • 11:27:32 <randomresult> its always the value from the current page
  • 11:27:39 <featdd> mrboe: take a look at my pull request to see what i mean
  • 11:27:44 <randomresult> so now i have 6 debugs with the same value
  • 11:28:06 <randomresult> the class from the current page...
  • 11:28:07 <bjo3rn> what does {FooterIconsMenu.uid -> f:debug()} bring to light=
  • 11:28:08 <FT3BOT> ¯\_(ツ)_/¯
  • 11:28:09 <bjo3rn> ?
  • 11:28:34 <randomresult> nothing...
  • 11:29:05 <bjo3rn> aha
  • 11:30:17 <bjo3rn> but why?
  • 11:30:52 <bjo3rn> what about {FooterIconsMenu -> f:debug()} ?
  • 11:30:53 <FT3BOT> ¯\_(ツ)_/¯
  • 11:31:44 <randomresult> this also gives no fdebug
  • 11:31:50 <randomresult> https://gist.github.com/randomresult/01c3d81af62ae1e6b4c8
  • 11:31:58 <randomresult> @bjo3rn i mean my last gist
  • 11:32:29 <randomresult> got it
  • 11:32:33 <randomresult> i m to stupid
  • 11:33:20 <bjo3rn> in which regard?
  • 11:35:02 <randomresult> variable for uid in menu was wrong i guess... just trying right now
  • 11:37:18 <randomresult> seems like when using this <v:page.menu pageUid="{FolderID}">
  • 11:37:22 <randomresult> its not working
  • 11:38:17 <randomresult> and folder id has 2 as value
  • 11:42:51 <randomresult> f*ck
  • 11:43:00 <randomresult> to stupid to ...
  • 11:43:10 <randomresult> i go die - mrboe i get that done for you.
  • 11:48:20 <mrboe> i love u too @randomresult
  • 11:48:33 <mrboe> you got it working?
  • 11:48:35 <randomresult> i could cry
  • 11:48:50 <randomresult> im too stupid for all this sh*t
  • 11:49:50 <ad_on_is> hi, im still experiencing the following issue: https://github.com/FluidTYPO3/flux/issues/498
  • 11:50:07 <ad_on_is> flux, master-branch ... is there anything i can do?
  • 11:50:48 <bjo3rn> randomresult http://www.youtube.com/watch?v=Q37xJtuQ24w
  • 11:50:48 <FT3BOT> YouTube: Lethal Weapon - Roger Murtaugh is too old for this shit. (1m25s)
  • 11:53:05 <randomresult> i got it
  • 11:55:45 <randomresult> @bjo3rn what u think https://gist.github.com/randomresult/734abe93c7e12236790e
  • 11:58:14 <bjo3rn> looks good. once my PR gets merged you can do {flux:form.data(field: 'tx_fed_page_flexform', table: 'pages', uid: {FooterIconsMenu.uid}) -> v:variable.set(name: 'fluxPageData')} and get rid of one line
  • 12:00:20 <randomresult> thx bro
  • 12:00:33 <randomresult> send featdd to munich
  • 12:00:47 <bjo3rn> featdd go to munich
  • 12:00:58 <mrboe> yes featdd go to munich
  • 12:01:15 <bjo3rn> hm, sold out. awww
  • 12:01:34 <randomresult> well the ones for 113 are still available
  • 12:01:42 <randomresult> we will be there on saturday.
  • 12:01:58 <randomresult> well at least me - mrboe maybe stays longer
  • 12:02:11 <mrboe> @bjo3rn u never told us that u also have a slave
  • 12:02:24 <randomresult> also like me - chantal
  • 12:02:28 <mrboe> yes
  • 12:02:44 <randomresult> i can treat him bad for you bjo3rn - i practiced a lot with mrboe
  • 12:06:45 <mrboe> but you know that the padawans always get mightier than there masters
  • 12:07:05 <randomresult> and die in the end
  • 12:07:15 <mrboe> :)
  • 12:07:38 <mrboe> bjo3rn will be in t3camp essen
  • 12:14:47 <randomresult> we will be there too
  • 12:14:51 <randomresult> dont we?
  • 12:14:59 <randomresult> who will take care of tickets?
  • 12:35:51 <mrboe> tickets would be nice
  • 12:37:49 <mrboe> bjo3rn: do u have any connections to get tickets?
  • 12:40:43 <bjo3rn> no. only the official channels.
  • 12:47:36 <randomresult> xaver u there?
  • 13:31:58 <xaver> randomresult: ?
  • 13:53:17 <randomresult> xaver i saw you will talk about vagrant again?
  • 13:53:25 <randomresult> can you sent me informtaions about that ?
  • 13:53:48 <xaver> where Oo
  • 13:53:55 <randomresult> ?
  • 13:54:00 <randomresult> where i saw that?
  • 13:54:08 <xaver> yes
  • 13:54:20 <randomresult> ah... stupid me, was the session plan 2013
  • 13:54:25 <xaver> :)
  • 13:54:29 <randomresult> im too stupid today...
  • 13:54:35 <randomresult> anyway. you talked about it
  • 13:54:44 <xaver> yes
  • 13:54:53 <randomresult> still having this web-pad-keynote something you worked on in stuggi?
  • 13:55:12 <randomresult> im really interessted as half of my office works with windows
  • 13:55:21 <randomresult> and i need a t3-dev-environment
  • 13:55:42 <xaver> i never tested something with windows and T3 team uses chef - i use puppet
  • 13:56:44 <xaver> try it :) check our mails - current development and not finished
  • 13:56:59 <randomresult> sam-city-support
  • 13:57:00 <randomresult> ?
  • 13:57:01 <randomresult> skype?
  • 13:57:11 <xaver> you should have a mail
  • 13:57:32 <randomresult> i have.
  • 13:57:38 <randomresult> looking at it right now
  • 13:58:07 <randomresult> Linux (tested) or Mac
  • 13:58:14 <xaver> even installs T3 and fluid extensions
  • 14:30:27 <erredeco> hi there. I'm here again to seek - if possible - some help about the usage of FAL with typo3fluid
  • 14:30:54 <erredeco> I've seen that there is a flux viewhelper
  • 14:30:56 <erredeco> <flux:field.inline.fal name="content.image" label="IMAGE" multiple="TRUE" maxItems="5" collapseAll="TRUE" />
  • 14:31:15 <erredeco> but... how to render it on the frontend?
  • 14:31:40 <erredeco> The only example I found is here: http://pastebin.com/q3ERqQY7
  • 14:31:51 <mrboe> @erredeco https://github.com/bootstraptheme-for-typo3/fluidbootstraptheme/blob/development/Resources/Private/Templates/Content/ImageGallery.html
  • 14:32:24 <erredeco> cool
  • 14:33:01 <erredeco> I'm going to study it ! Thankxxxx
  • 14:33:10 <mrboe> your welcome
  • 14:34:37 <erredeco> " ask and thou shall receive"
  • 14:35:12 <mrboe> notice that fal fields coulnd not be used in section/objects
  • 14:43:20 <featdd> mrboe: you take a look into my pull request?
  • 14:44:12 <mrboe> not yet
  • 14:44:14 <mrboe> sorry
  • 14:45:58 <featdd> ok also added an option to imagegallery to add the href attribute to the images, with the url to the original image
  • 14:46:33 <featdd> will pull it later then
  • 14:59:52 <erredeco> are you talking about this gallery for fluidbootstraptheme?
  • 15:00:15 <randomresult> erredeco yes they do
  • 15:01:09 <erredeco> may I make a suggestion?
  • 15:01:26 <mrboe> no
  • 15:01:36 <mrboe> yes sure
  • 15:01:41 <erredeco> :)
  • 15:01:56 <erredeco> I see that the objects are identified with something like:
  • 15:01:57 <erredeco> <div id="modal{iteration.index}"
  • 15:02:23 <erredeco> I'm wondering what happens if I put two instances of the same FCE in the same page
  • 15:03:36 <erredeco> I think that the safest way to play is to put the uid of the FCE in the id attribute, too
  • 15:03:38 <mrboe> can i revert the "yes - sure"
  • 15:03:58 <erredeco> what's wrong?
  • 15:04:16 <mrboe> nothing you are right
  • 15:05:17 <erredeco> good :) and thank you for your work
  • 15:06:12 <mrboe> erredeco: please report this here https://github.com/bootstraptheme-for-typo3/fluidbootstraptheme/issues?state=open
  • 15:06:42 <randomresult> erredeco or create a PR
  • 15:06:52 <mrboe> this would also be nice
  • 15:12:28 <erredeco> ok
  • 15:17:42 <featdd> what if uid and index of both instances are still the same?
  • 15:18:23 <erredeco> you should use both like #modal{record.uid}-{iteration.index}
  • 15:20:16 <featdd> I'll understand but what if the second instance has a image rendered with the same record.uid and the same index?
  • 15:21:18 <featdd> cant imagine a case where you'll set the same gallery twice on a page but should this be protected too?
  • 15:22:34 <featdd> erredeco: mind if I implement your idea into my outstanding pull request or you already working on it?
  • 15:22:45 <erredeco> the second should be a reference
  • 15:22:59 <erredeco> no, I'm not working on it
  • 15:23:25 <erredeco> I don't mind at all and I'd like to thank you for your efforts
  • 15:24:10 <featdd> okay
  • 15:25:18 <erredeco> as far as I can see even if I do a reference the ID is different
  • 15:29:10 <mrboe> @featdd you have a PR
  • 15:29:33 <featdd> I see wokring on it
  • 15:29:49 <mrboe> can you also please check
  • 15:30:03 <mrboe> the div in layouts is not the same as in templates
  • 15:30:20 <mrboe> lang=en
  • 15:31:31 <featdd> would you mind to use tabs instead of spaces?
  • 15:41:37 <featdd> mrboe: what div you mean in layouts?
  • 15:48:28 <mrboe> i use php storm
  • 15:48:39 <mrboe> dont know how to change that
  • 15:49:08 <featdd> code style
  • 15:49:35 <featdd> you can create a code style for typo3 projects there for different file types
  • 15:50:00 <featdd> like html use tab to indent instead of n spaces
  • 15:50:25 <mrboe> i tried that but can i set there global
  • 15:50:42 <mrboe> or did i always hat to set this up in ever ey projcet
  • 15:51:29 <featdd> you have to set up code schemas and select them for each projekt
  • 15:52:36 <featdd> mrboe: http://image-upload.de/image/5LJhtL/417b025441.png
  • 15:52:46 <mrboe> ok thx
  • 15:52:50 <mrboe> just found that
  • 15:54:26 <featdd> yep may look in the settings or the docs some time
  • 15:55:01 <featdd> you'll find a bunch of info to personalise your code styles for each project
  • 15:58:09 <xaver> featdd: but your newline endings are missing in your PR
  • 16:03:52 <featdd> xaver: amend the changes or you saw another file with no newline?
  • 16:05:40 <mrboe> @xaver what is the right way http://pastebin.com/iRxXZr4j
  • 16:06:08 <featdd> mrboe: talked to bj03rn, move the v to partials is a matter of taste
  • 16:07:11 <xaver> featdd: take a look in github - it is marked witha red icon
  • 16:07:40 <mrboe> i think version C is the right
  • 16:08:37 <mrboe> and this is what i mean @featdd the "xmls div" is not everywhere the same
  • 16:09:32 <xaver> i think it should be 1 tab because it is inside
  • 16:10:33 <mrboe> i dont mean the tans
  • 16:10:36 <mrboe> tabs
  • 16:10:56 <mrboe> i dont know if that "xmlns="http://www.w3.org/1999/xhtml" lang="en"" have to be in there
  • 16:11:38 <mrboe> if you have a look here its also without http://fluidtypo3.org/viewhelpers/vhs/master.html
  • 16:12:39 <featdd> should be everywhere
  • 16:13:06 <featdd> will set lang="en" in every templates XSD schema
  • 16:23:01 <featdd> mrboe: you've find out how to set tabs in phpstorm?
  • 16:24:32 <mrboe> yes thanks
  • 16:25:45 <featdd> okay you amend the request with tabs? :-)
  • 16:33:20 <mrboe> i tried to ignore

20140719

  • 11:15:41 <Torstenn> Hi there
  • 11:17:05 <Torstenn> i'm currently debugging copy pasting fluidcontent in a fluidcontent grid two column element, i see that its not working, the problem is that there is no possibleColPos on Copy Command, should there be a "18181" in the CB[paste] parameter?
  • 11:51:28 <Torstenn> anyone know if there is someone working on c&p issues?
  • 17:49:45 <neufeind> hi
  • 17:50:32 <neufeind> Can somebody maybe give me a hint how I can rebase my fork on github to the current version from development? It seems Github thinks everything is current, but it's not.
  • 17:51:04 <neufeind> Did I just again overlook a button in this "intuitive" Github-interface? :-(
  • 17:55:08 <neufeind> Well, filed an issue instead, since I won't be able to contribute a pull-request :-(
  • 20:18:52 <xaver> neufeind: add a second remot local and lot the repo :)
  • 20:18:56 <xaver> load
  • 20:21:11 <neufeind> load how? and then how to "push" that? ...
  • 20:21:41 <neufeind> sounds quite error-prone for someone not that familiar with github
  • 20:21:57 <xaver> it is normal git outside of github
  • 20:23:11 <xaver> git remote add fluidtypo3-or-your-name https://github.com/FluidTYPO3/flux.git && git pull fluidtypo3-or-your-name development && #do what you want && git push origin development # normally origin is set as default
  • 20:23:50 <xaver> git is decentralized :)
  • 20:38:39 <neufeind> trying
  • 20:40:59 <neufeind> still not the same contents on the web

20140720

  • 17:12:22 <vizArt> hi :)
  • 17:22:32 <vizArt> can someone tell me the url of the "full contributing guide"?
  • 17:53:09 <xaver> mmh somewhere :P - crate a PR against development
  • 17:53:20 <xaver> use rebase - CGL
  • 17:54:42 <vizArt> ok thanks
  • 20:36:06 <bjo3rn> http://concert.arte.tv/de/montypython just sayin'
  • 20:58:01 <Guest|69787> Hi I am new in using fluid and especially VHS. I need for my first extension an prev/next for a detail view and found this old thread: <f:link action="show" arguments="{card: '{fed:next(haystack: allCards, needle: card.uid)}'">Next card</f:link>
  • 20:58:01 <FT3BOT> ¯\_(ツ)_/¯
  • 20:58:31 <Guest|69787> can somebody translate it to the current vhs version
  • 20:59:08 <Guest|69787> I made it this way: <f:link.action action="show" arguments="{company:'{v:iterator.next(haystack: companies, needle: company)}'">Next</f:link.action>
  • 20:59:09 <FT3BOT> ¯\_(ツ)_/¯
  • 21:00:14 <Guest|69787> but i get this error message: The argument "arguments" was registered with type "array", but is of type "string" in view helper "TYPO3\CMS\Fluid\ViewHelpers\Link\ActionViewHelper"
  • 21:15:03 <soee> Guest|69787: you have missing }
  • 21:26:00 <Guest|69787> thanks for your help!

20140721

  • 10:54:13 <floxx> gencha: is this your repo https://github.com/oliversalzburg/typo3scripts ?
  • 10:57:36 <featdd> good morning
  • 10:59:59 <mrboe> hey - any idea how to render a colum only if it contains content
  • 11:01:58 <featdd> hm would have to think about how to check if theres content available
  • 11:03:14 <featdd> have to take a look into the code
  • 11:04:53 <Guest|88637> hi all... is there a possibility to get a GET-parameter in fluid-template?
  • 11:06:34 <featdd> Guest|88637: you have to pass it through in the controller
  • 11:06:45 <featdd> $this->request->getArgument('variable');
  • 11:07:15 <Guest|88637> hmpf :( thank you
  • 11:09:13 <featdd> why you want to access a get parameter directly in the template?
  • 11:09:57 <featdd> shouldnt extbase handle this for you? :-P
  • 11:10:16 <Guest|88637> look, i have an extension which shows me some authors and i can access the detail page for the selected author
  • 11:10:34 <Guest|88637> its an own extension, not accessible in the TER
  • 11:10:51 <Guest|88637> inside the detailpage i have the variable shopproducts
  • 11:11:03 <Guest|88637> which is only a textfield with some skus
  • 11:11:32 <Guest|88637> these SKUs i want to give to my userfunc in php which connects to the shop db and get the results of the SKUs
  • 11:12:08 <Guest|88637> typo3 and magento are in different databases
  • 11:12:54 <featdd> hm isn't there any api extension existing or something to connect them?
  • 11:13:27 <Guest|88637> sure magento has an api, but i dont want to use it, i have all functions i want to use already done
  • 11:13:47 <Guest|88637> just need to get the current shown author id and send it to my userfunc
  • 11:14:09 <Guest|88637> ehm the selected authors shopproducts-field, not author id
  • 11:14:42 <featdd> is the magento api bad?
  • 11:15:30 <Guest|88637> for magentos api i have to create an access user with password... i already have too much users for this project ;) nobody could manage them all ;)
  • 11:16:13 <Guest|88637> the other way, i dont know if its possible, is to get the author-id from typoscript after my extension was loaded with the current author
  • 11:16:20 <ad_on_is> i have a question about <v:render.request
  • 11:16:50 <ad_on_is> <v:render.request action="list" controller="Publication" extensionName="MyExt" pluginName="Publication" vendorName="MyVendor" arguments="{person: person}" />
  • 11:17:01 <gencha_> floxx: yes it is
  • 11:17:28 <ad_on_is> public function listAction(\MyVendor\MyExt\Domain\Model\Person $person) {
  • 11:17:43 <ad_on_is> why is $person NULL
  • 11:17:45 <ad_on_is> ?
  • 11:17:59 <Guest|88637> my last idea is to get the data with jquery :D but i dont like it :P
  • 11:19:31 <Romm> Hey there, in case someone does have some time to help a lost soul... http://forum.typo3.org/index.php/m/715387/#msg_715387 :)
  • 11:19:44 <featdd> hm dont understand it completely yet but sounds to me like you're making it unecessary complicated
  • 11:21:28 <featdd> if you render the author id on a template it has to available in a variable on the template
  • 11:22:13 <Guest|88637> i have two databases, typo3 and magento, in typo3 i have authors with a shopproducts field, if this field is filled, i want to call a userfunc to get magento shop results by inserted shopproduct-skus
  • 11:22:48 <Guest|88637> it is available, but how can i call a typo3-userfunc from the template?
  • 11:23:34 <featdd> then I think you shouldnt render the shopproducts field on the template, an fetch the products in the controller
  • 11:25:16 <featdd> may write some service who gets the authors products and deliver them as a model to the controller, which can be rendered smoothly :-)
  • 11:27:43 <Guest|88637> hmm maybe its the better way to handle it
  • 11:28:57 <Guest|88637> thank you, i will try to code it :D
  • 11:30:18 <ad_on_is> can someone please explain me how to use <v:render.request correctly with arguments and how to access the arguments in my controller?
  • 11:31:38 <featdd> Guest|88637: you're welcome
  • 11:38:07 <featdd> mrboe: wouldn't remove a coloumn destroy layouts in most cases?
  • 11:40:06 <mrboe> not if you have head slider
  • 11:40:10 <mrboe> or something like that
  • 11:41:02 <featdd> hm, I'll make an issue to that and think about it later ok?
  • 11:41:27 <Cash2m> Holla! Can flux add my plugins to the "new content-element" wizard?
  • 11:43:40 <ad_on_is> you lucky one, i currently have something like that open right now
  • 11:43:49 <ad_on_is> use this (creating pastebin)
  • 11:43:56 <ad_on_is> @Cash2m
  • 11:45:47 <ad_on_is> @Cash2m: nice and simple way to add a plugin into new elements, with typoscript
  • 11:45:48 <ad_on_is> http://pastebin.com/MH7DTz4M
  • 11:46:24 <ad_on_is> so you don't have to fiddle around with php-stuff
  • 11:48:32 <mrboe> @featdd dont need that in FBT
  • 11:48:46 <mrboe> i aksed that for private use
  • 11:50:09 <Cash2m> Ah nice! This will be my fallback. But <flux:form/> has a wizardTab argument. In FCE it works, but in my plugin it's simply ignored
  • 11:50:25 <ad_on_is> ah, no that's not working
  • 11:50:31 <ad_on_is> afaik
  • 11:50:57 <ad_on_is> it only works for fce
  • 11:51:40 <Cash2m> Okay.. Sounds like I'll be digging in the code now. :D brb
  • 11:58:56 <Cash2m> @ad_on_is yup. you we're right :( https://github.com/FluidTYPO3/fluidcontent/blob/development/Classes/Service/ConfigurationService.php#L278
  • 11:58:56 <FT3BOT> Welcome back Cash2m!
  • 11:59:38 <Cash2m> but why isn't this handled by flux?
  • 12:04:45 <NamelessCoder> wizardTab is only supported on FCEs
  • 12:05:32 <NamelessCoder> for plugins you have the existing way of setting this value
  • 12:07:36 <Cash2m> Any chance this will be handled by flux in the near future?
  • 12:10:06 <NamelessCoder> since we plan on removing the wizardTab argument - no, not likely. What's your objection to using the traditional way?
  • 12:15:00 <Cash2m> There is non. But since the argument is there i thought it can be used in flux. That would be a cool feature, because flux can render the preview and the flexform but creating the element can't be configured.
  • 12:16:10 <NamelessCoder> yeah, one reason for removing the wizardTab argument is exactly that it has no place to be on the flux:form tag since it only works for fluidcontent
  • 12:16:44 <NamelessCoder> well, you still cannot define the plugin itself. You still need ext_localconf.php instructions and those can contain the desired wizardTab, icon, label etc.
  • 12:19:08 <Cash2m> yup. correct. Nevermind, writing the flexforms is easy enugh with flux. I will get over the 10 lines PHP code ;)
  • 14:08:18 <soee> how can i merge dev branch with master both localy and remte ?
  • 14:08:20 <soee> *remote
  • 14:15:18 <mrboe> you onl had to merge local
  • 14:15:23 <mrboe> then push it
  • 14:15:30 <mrboe> and make a pull on the remote
  • 14:17:21 <soee> seems to work fine :) thanks mrboe
  • 14:17:26 <soee> gitlab ftw :)
  • 14:18:28 <mrboe> i use jira and stash
  • 14:18:36 <mrboe> thats also very nice
  • 14:18:51 <soee> mrboe: what are they >?
  • 14:19:27 <mrboe> https://www.atlassian.com/de/software/jira?_mid=52f32644367a9c75204b5d06d6e2e61d&gclid=CKvmgOux1r8CFW-WtAodwhEA1g
  • 14:19:50 <mrboe> jira is a project managment tool
  • 14:19:54 <mrboe> for coding
  • 14:20:24 <mrboe> and stash is a github "server" which is integrated
  • 14:20:44 <soee> ah yeah, TYPO3 NEOS is using it
  • 14:21:27 <mrboe> so if you mace a commit and you write down the issue id you can see the cahnges in the projectmanagement
  • 14:25:40 <soee> mrboe: does it work with gitlab ?
  • 14:26:19 <mrboe> there is no need of gitlab
  • 14:26:25 <mrboe> https://www.atlassian.com/software/stash
  • 14:26:45 <mrboe> if you use "stash" as additional module for jira
  • 14:27:36 <soee> looks nice :)
  • 14:40:40 <cedricziel> mrboe: are you using bamboo as well?
  • 14:41:55 <mrboe> no @cedricziel
  • 14:42:11 <Cash2m> is Stash the self-hosted version of Bitbucket?
  • 14:42:42 <cedricziel> not exactly, stash is only repo management-it doesnt come wth issues
  • 14:51:05 <airware> Hi, I've cloned flux 7.1.0 from github, cleaned all caching in T3
  • 14:51:34 <airware> trying to use the ExtensionManager I get the following error:
  • 14:52:04 <airware> The package "fluidcontent" depends on "flux-developmentflux-development" which is not present in the system.
  • 14:52:51 <airware> grepping for flux-development in typo3conf/ext got no result..
  • 14:56:34 <soee> on what T3 version ?
  • 14:56:42 <soee> fluidcotnent has dependency set to flux 'flux' => '7.0.0-7.1.99',
  • 15:08:11 <Cash2m> The whole atlassian products are interesting. Anyone using them for your company?
  • 15:36:31 <airware> im using t3 6.2.2, fluidcontent and vhs are from ter..
  • 16:17:26 <featdd> mrboe: got a solution for your columns problem?
  • 16:17:56 <mrboe> @papillon6 https://github.com/bootstraptheme-for-typo3/fluidbootstraptheme/blob/development/Resources/Private/Templates/Content/ImageGallery.html
  • 16:18:25 <papillon6> mrboe: Thanx!
  • 18:55:32 <moger_xx> hey there. this is an extbase question, i hope thats ok. i have products m:n categories. sorting of products happens in relation to the category (sorting is stored in mm_table). now i want to find products by category, sorted by their relation to it. anyone know an example how to do that in the repository?
  • 18:56:58 <moger_xx> of course i know how to retrieve products by category. but i don't get it how to make extbase use the mm-table based sorting for it.
  • 19:33:53 <jost> hi
  • 20:18:17 <Cash2m> Because I fail 99% of the PRs because of code-style is there a way to run the travis build locally?
  • 20:19:58 <Cash2m> vhs has an ant buildfile but it doesn't seem to be maintained?

20140722

  • 11:03:08 <gencha_> can anyone tell me the expected format of the "cron command" in the task scheduler?
  • 12:31:07 <randomresult> hi there
  • 12:49:25 <Guest|77113> Hi guys, sorry for offtopic but I am going crazy here. How do you make hooks in 6.2?
  • 12:49:51 <Guest|77113> $GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['typo3/index.php']['loginFormHook']['Generic'] = 'Provider\Extension\Hooks\LoginHook->printHelloWorld';
  • 12:50:12 <Guest|77113> this works only in 50%. Typo3 can see it but... does not use it.
  • 13:09:59 <Guest|77113> EXT:generic/Classes/Hooks/LoginHook.php:&LoginHook->printHelloWorld
  • 13:10:06 <Guest|77113> the above does not work neither
  • 13:10:15 <Guest|77113> I hate how hard it is to work with typo3
  • 14:27:01 <beo|2> i just updated a site to typo3 6.2 and alongside updated fluidcontent 3.1.0 and fluidpages 2.1.0 etc. to the latest versions. Now it seems some multi column elements are missing and the content from them are now on the single row page without any CE around them
  • 14:31:36 <beo|2> ok. they are not missing, the content is just 2 times on the page. once inside the CE and once outside
  • 14:32:52 <mrboe> have you launched the update tool in ext manager
  • 14:37:11 <beo|2> i launched a couple. Not sure if i missed it. is it from fluidpages or fluidcontent ?
  • 14:38:30 <beo|2> fluidcontent says "0 rows have been updated"
  • 14:39:07 <beo|2> and if i remember correctly it said that even when i first clicked on it
  • 14:39:26 <beo|2> maybe that is the issue
  • 14:39:37 <beo|2> just not sure what i should do now
  • 14:39:38 <mrboe> i had the same problem spme time ago
  • 14:39:45 <mrboe> for me that worked:
  • 14:40:50 <mrboe> update t3 and ext > go to ext manager > launch update tools of the extensions > go to install tool > launch update wizard > compare DB
  • 14:40:59 <mrboe> hope i remember right
  • 14:41:33 <beo|2> ok. i guess i first launched the update wizard of the install tool
  • 14:42:07 <mrboe> there was only one order which worked
  • 14:42:25 <beo|2> i guess it works when i revert the database back and make it the other way around?
  • 14:42:31 <mrboe> everything else leads into that problem
  • 14:42:37 <beo|2> ok. thanks will try that
  • 14:43:03 <mrboe> yes just dump the old DB into
  • 14:49:18 <Guest|56427> Hello, I have a question related to flux:flexform.field.relation
  • 14:49:57 <beo|2> nooo. it still sais 0 rows have benn updated. :(
  • 14:50:42 <beo|2> and i get many exec_INSERTquery MySQL errors in the backend
  • 14:51:16 <Guest|56427> I want to select a tx_news item with flux:flexform.field.relation. It works, but it only gives me the UID of that news item. How can I render this record in fluid or use some fields of this record (title, ...)
  • 14:52:51 <beo|2> ahh. flux however updated some rows
  • 14:58:55 <beo|2> mrboe: thank you a lot. I think the update script from flux helped. And i am not sure if i might just have missed it the first time around
  • 14:59:33 <mrboe> your welcome
  • 15:00:16 <beo|2> ok. next problem. But i guess that is from extbase so i will ask that somewhere else. :)
  • 15:01:46 <beo|2> or maybe it is from flux too. i get the error "Supplied file object type TYPO3\CMS\Extbase\Service\ImageService must be File or FileReference"
  • 15:07:36 <beo|2> ok. got the problem. Now i need to fix it somehow. Thanks again for the quick help
  • 15:28:30 <bbqSilver> hej there! i am using typo 6.2.3. there are some pages which has as resources an image. now i need to know how to access these images via vhs.
  • 15:29:13 <bbqSilver> is this done by "v:page.resources.fal" ?
  • 15:34:28 <mrboe> @bbqSilver https://github.com/bootstraptheme-for-typo3/fluidbootstraptheme/blob/development/Resources/Private/Templates/Content/ImageGallery.html
  • 15:42:44 <bbqSilver> thank you! but i am not using the section "configuration" to define the images. the image i need, can be found: Backend -> right click on a page element -> edit -> resources
  • 15:43:08 <bbqSilver> -> media
  • 15:46:21 <mrboe> but you cant use that in FCE
  • 15:46:26 <mrboe> you know?
  • 15:49:41 <bbqSilver> hmmm ok. than i need to think about something else ;) thank you! :)
  • 16:36:45 <twirsing> hello there. after updating to flux 7.1, fluidcontent 4.1 the flux:flexform.content element don't work anymore. this configuration used to work before http://pastebin.com/HYn08u0n but now content areas are duplicated. cache is flushed. any thoughts?
  • 16:46:22 <twirsing> here you can see the backend result https://www.dropbox.com/s/v45xplp81eop6d4/fluid_problem.png
  • 16:47:14 <bjo3rn> twirsing did you update your viewhelper arguments for flux:grid.column?
  • 16:47:41 <bjo3rn> it's now <flux:grid.column name="foo" column="bar"/>
  • 16:47:47 <bjo3rn> (self closing)
  • 16:48:07 <bjo3rn> flux:form.content is no more
  • 16:48:14 <bjo3rn> it passed away
  • 16:48:21 <bjo3rn> kicked the bucket
  • 16:49:52 <twirsing> dead. didn't know. where would i look up such information?
  • 16:50:11 <bjo3rn> if only I knew myself ^^
  • 16:51:44 <bjo3rn> srsly, I found out myself accidentally
  • 16:52:05 <bjo3rn> but this is still dev branch so it will be communicated when it gets released
  • 16:54:41 <twirsing> is there any hope to convert "old style content" using flux:flexform.content to the new way?
  • 16:55:04 <bjo3rn> it should work right away after updating the templates
  • 16:55:14 <bjo3rn> I did this just today
  • 16:58:36 <twirsing> ha! amazing. painless. thanx I lot for enlightening me
  • 17:06:50 <bjo3rn> yw. been there, done that ^^
  • 17:09:27 <bjo3rn> bbqSilver still there?
  • 17:12:22 <bjo3rn> you may want to do {v:resource.record.fal(table: 'tt_content', field: 'media', record: record) in your FCE template to access all images in the 'media' field.
  • 17:12:50 <bjo3rn> {v:resource.record.fal(table: 'tt_content', field: 'falpic', record: record) -> v:variable.set(name: 'images')} i.e.
  • 17:13:06 <bjo3rn> {v:resource.record.fal(table: 'tt_content', field: 'media', record: record) -> v:variable.set(name: 'images')} i.e.
  • 17:13:11 <bjo3rn> *dangit

20140723

  • 09:33:23 <fger> hi guys
  • 10:32:29 <gencha_> what's your approach to getting rid of excessive whitespace in your generated html markup?
  • 10:32:47 <gencha_> every now and then it creates rendering issues on stuff i'm working on and it drives me nuts
  • 10:58:06 <beo6> hello everyone. I updated Typo3 from 6.1 to 6.2 and alongside updated all fluid powered Typo3 extensions to the latest versions. I have multiple Page-templates using my fluidpage_bootstrap however it always uses the default template now and ignores the selected page-template
  • 11:22:41 <floxx> gencha_: sourceopt is an option
  • 11:35:18 <fger> does anybody have copy&paste probs with localized FCEs in TYPO3 6.2.4 and latest Flux dev-branch ?
  • 11:48:06 <gencha_> floxx: i was trying to get that to work earlier, but no matter what i tried, it didn't do anything. i figured it wasn't compatible with fedext
  • 11:49:29 <floxx> gencha_: mh. it worked in my last ft3 project. have a look into the source code http://regis24.de/
  • 11:49:51 <gencha_> floxx: yeah, looks great
  • 11:54:06 <gencha_> it worked fine on a project we did a couple months ago
  • 11:54:43 <gencha_> no idea what i did wrong this time. from what i remembered, in previous projects i just set config.sourceopt.enable=1 and it worked
  • 12:13:10 <beo6> anyone any idea? is plugin.tx_afmfluidpagesbootstrap.view.templateRootPath = EXT:afmfluidpages_bootstrap/Resources/Private/Templates/ no longer correct?
  • 14:23:04 <randomresult> anyone here using sass?
  • 14:23:34 <gencha_> we use less
  • 14:24:15 <randomresult> im searching for the diffrence in scss and sass
  • 14:26:01 <BenjaminR> scss and sass? two names for the same thing
  • 14:27:11 <BenjaminR> Sass has two syntaxes. The new main syntax (as of Sass 3) is known as “SCSS” (for “Sassy CSS”), and is a superset of CSS3’s syntax. This means that every valid CSS3 stylesheet is valid SCSS as well. SCSS files use the extension .scss.
  • 14:27:11 <BenjaminR> The second, older syntax is known as the indented syntax (or just “Sass”).
  • 14:38:52 <fger> yeah... we use sass/scss and compile/watch it using grunt
  • 14:44:34 <BenjaminR> I love to crawl hunderts of XING profiles per minute javascript powered ;)
  • 14:46:11 <beo6> using SASS with compass
  • 14:50:45 <gencha_> is it just me or is the addAnchor parameter in fluidcontent_core never actually used anywhere?
  • 15:14:08 <batjony> hello fluiders
  • 15:14:15 <beo6> hello
  • 15:14:17 <BenjaminR> so :) fluidpages: fluid page templates
  • 15:14:32 <BenjaminR> fluidcontent: fluid based flexible content elements (fce)
  • 15:14:48 <BenjaminR> fluidcontent core: replacement for css_styled_content means fluid core elements
  • 15:15:01 <BenjaminR> vhs: large set of useful viewhelpers
  • 15:15:01 <beo6> have still a problem with fluidpages
  • 15:15:17 <BenjaminR> flux: the core of the extensions mentioned before
  • 15:16:13 <beo6> i updated fluidpages etc. and now it just ignoes my selected template i choose in the backend... its really driving me crazy
  • 15:16:45 <BenjaminR> batjony: means you can render EVERY part of your frontend with fluid
  • 15:17:00 <BenjaminR> including your <head>
  • 15:17:22 <BenjaminR> -render +describe
  • 15:17:41 <batjony> BenjaminR: so to summerize we have: fluidpages, fluidcontent, fluidcontent core, vhs, flux
  • 15:18:09 <BenjaminR> yap these are the most important. you can see the full list of extensions we maintain on github
  • 15:18:31 <gencha_> weeee
  • 15:18:40 <batjony> BenjaminR: could you give a link
  • 15:18:57 <batjony> where are all the fluid stuffs
  • 15:19:01 <BenjaminR> https://github.com/FluidTYPO3
  • 15:19:11 <BenjaminR> fluid stuffs?
  • 15:20:10 <batjony> fluid exts :)
  • 15:20:23 <BenjaminR> what do you mean?
  • 15:20:35 <BenjaminR> fluid is a core extension located at typo3/sysext/fluid
  • 15:21:07 <batjony> https://github.com/FluidTYPO3 this is exactly what did I mean :)
  • 15:21:08 <batjony> 10x
  • 15:21:32 <batjony> where the idea of this project FluidTYPO3 comes from ?
  • 15:21:47 <batjony> is it an official TYPO3 project
  • 15:22:06 <gencha_> if you want to make a templating system for typo3 from scratch, you first have to invent the universe
  • 15:22:27 <BenjaminR> Its founded by NamelessCoder
  • 15:22:35 <BenjaminR> He has a lot of great ideas ^^
  • 15:23:16 <batjony> and is this going to become some official part of TYPO3 ?
  • 15:23:41 <BenjaminR> no i dont think so. as the most extensions wont
  • 15:23:54 <BenjaminR> i think that wouldnt be a good idea anyway
  • 15:24:12 <BenjaminR> people have to choose a solution theirselves
  • 15:27:24 <beo6> anyone can help? updated yesterday and page template selections in the backend are ignored. it always shows the default template for all pages
  • 15:27:45 <beo6> it worked fine before the update
  • 15:31:14 <batjony> BenjaminR: VHS is a flow extension http://typo3.org/extensions/repository/view/vhs, is there any difference between it and https://github.com/FluidTYPO3/vhs
  • 15:31:48 <BenjaminR> its a TYPO3.CMS extension
  • 15:32:32 <batjony> but in Flow, we also have it, is it the same
  • 15:32:59 <BenjaminR> typo3.org/extensions/repository is the extension repository. as an author you can submit extensions there and when they get approved you as can download them in the extension manager in your typo3 cms backend
  • 15:33:37 <BenjaminR> we maintain on github and for then we pack releases and publish them to the typo3 extension repository
  • 15:40:10 <batjony> BenjaminR: do all these fluidtypo3 extensions somehow decrease using the Typoscirpt ?
  • 15:40:32 <BenjaminR> no
  • 15:40:38 <BenjaminR> wait
  • 15:40:42 <BenjaminR> how do you mean?
  • 15:40:57 <BenjaminR> you will NEED LESS typoscript but you CAN use as much as before :D
  • 15:41:54 <batjony> for example as I see for menus rendering there are menus objects in typoscript http://docs.typo3.org/typo3cms/TyposcriptReference/MenuObjects/Index.html
  • 15:42:08 <batjony> do we need them when switch to fluid templating
  • 15:42:29 <BenjaminR> you dont need them
  • 15:42:38 <BenjaminR> you can do all that within fluid
  • 15:42:43 <batjony> very nice :)
  • 15:44:27 <batjony> and for forms, do we have a way where we can store all the forms in files (instead of db)
  • 15:45:24 <batjony> for example in Zend, we have /forms/Contact.php, you initialize it in the controller and then pass it to the view, so in the view, we have just <?php echo $this->form; ?>
  • 15:47:55 <BenjaminR> there are multiple solutions for forms. but that doesnt depend on which engine you use for your page and content templates
  • 15:48:22 <BenjaminR> most likely you will use one of the extensions available on ter
  • 15:48:32 <BenjaminR> ter is the shorthand for typo3 extension repository
  • 15:49:13 <batjony> BenjaminR: the idea is to desribe every form in a file, and then initialize it in the controller and pass it to the view template
  • 15:49:40 <BenjaminR> theirfor look at f:form
  • 15:49:49 <BenjaminR> http://wiki.typo3.org/Fluid#f:form
  • 15:50:47 <batjony> ya this is what do I mean
  • 15:50:49 <BenjaminR> posting this to a extbase controller action will pass all values as action parameter
  • 15:51:10 <BenjaminR> one array named like the form
  • 15:54:15 <batjony> and last question for now :) I can keep all the fluid templating and configurations in files right and no DB records ?
  • 15:55:55 <BenjaminR> yes, your templates will be stores in files. also your default configuration. configuration changes done in the backend will be saved to the database
  • 15:56:07 <BenjaminR> fx changes to typoscript variables
  • 15:57:05 <BenjaminR> batjony: an example for a so called provider extension: https://github.com/FluidTYPO3/fluidtypo3org
  • 15:57:21 <BenjaminR> its the template used for fluidtypo3.org
  • 15:58:12 <gencha_> how should one format the "stack" in v:if?
  • 15:58:36 <BenjaminR> gencha_ you will have to ask danilobuerger :D
  • 15:58:54 <danilobuerger> its described in a PR somewhere
  • 15:59:08 <beo6> please can anyone help me? I am sure it must be some small issue but i haven't found anything wrong especially since it worked before the update. :(
  • 15:59:10 <danilobuerger> nobody bothered to take the info from the PR and actually write it in the class dock of v:if
  • 15:59:22 <danilobuerger> *class doc
  • 15:59:29 <gencha_> danilobuerger: could you point me at the PR?
  • 16:00:00 <fger> hi, any clue if sys_categories of page-records inherit on their childs ? :) ?
  • 16:00:03 <BenjaminR> danilobueger: not even you :)
  • 16:00:42 <gencha_> beo6: no idea about that problem. i feel like i encountered it as well recently, but it just went away while i was working on other stuff :P
  • 16:01:19 <beo6> gencha_: well. that is no solution for me. i already went avay yesterday and hoped it will solve itself today. But nothing. ;)
  • 16:01:29 <beo6> -avay +away
  • 16:02:23 <danilobuerger> gencha_ https://github.com/FluidTYPO3/vhs/pull/401
  • 16:03:02 <beo6> i checked all typoscripts and the template paths seem to be correct. It even seems to find the templates since i can see them for selection in the backend and i can select the templates. But they just don't change in the frontend...
  • 16:05:00 <beo6> i have really no more ideas what the problem might be. It is really the last remaining issue after the update... :(
  • 16:05:50 <danilobuerger> from where did you update from?
  • 16:06:05 <beo6> typo3 version was 6.1
  • 16:06:28 <danilobuerger> did you update the extensions too?
  • 16:06:32 <beo6> sure
  • 16:07:58 <gencha_> danilobuerger: hah, awesome. i think i figured it out now :)
  • 16:08:03 <gencha_> <v:if stack="{0: settings.header.hideHeader, 1: '!=', 2: 1}">
  • 16:08:10 <beo6> the fluidpages extension i updated from was version 2.1.0 with some patch for assets caching bug
  • 16:08:23 <danilobuerger> gencha yeah looks correct
  • 16:09:39 <batjony> BenjaminR: could I store also the backend layouts in files ?
  • 16:09:52 <beo6> i even compared my fluidpages bootstrap extension with the fluidpages_bootstrap from the extension. It seems there has not so much changed.
  • 16:10:05 <dalder> Hi there! Does anybody have a general solution to make VHS and PageRenderer working together? In my tests VHS files are always included after PageRenderer files. But jquery for example will be included via VHS (template). Community extension use PageRender inclusion. So in fact the script from the extension will not find jquery. Any idea? Thx! VHS
  • 16:10:05 <dalder> 1.8.5 (github)
  • 16:12:31 <gencha_> success! http://i.imgur.com/ly8emmK.png
  • 16:15:26 <beo6> might this be my issue? https://github.com/FluidTYPO3/fluidpages/commit/a9cae73400eae5d292f5bc27fac8792a91b261b4
  • 16:17:31 <danilobuerger> beo6 whats the issue anyway? you have a number of page templates and only the default one is taken? whats the default one?
  • 16:18:49 <beo6> danilobuerger: the default template is the Render.html template in my own fluidpages_bootstrap extension under ext\afmfluidpages_bootstrap\Resources\Private\Templates\Page\
  • 16:19:11 <beo6> and it is indeed the same template that is on the first page in my pagetree
  • 16:20:54 <danilobuerger> so what happens if you change the template to something else on the root page?
  • 16:21:18 <beo6> yeah. just tried that and it still is the same template... so i am back at the beginning
  • 16:22:15 <danilobuerger> what do you mean by same template? Is it still Render.html even if you change it on the root page to something else?
  • 16:22:23 <beo6> yes
  • 16:22:36 <danilobuerger> even on the root page itself?
  • 16:23:20 <beo6> interestingly yes. it even is still the Render.html on the root-page
  • 16:24:27 <gencha_> do some cache cleansing
  • 16:24:40 <danilobuerger> beo6 to 99 % then you are doing something wrong
  • 16:24:42 <beo6> i cleared the cache in the install tool. is that enough?
  • 16:25:27 <beo6> i would love to know what i am doing wrong. Because it worked before the updates
  • 16:25:48 <beo6> and i have changed nothing on the templates. just updated typo3 and all extensions
  • 16:26:39 <danilobuerger> alright set the page template on your root template to something different then Render.html .. then in the database do select `uid`, `tx_fed_page_controller_action` from `pages` where `uid` = ###YOUR ROOT UID###;
  • 16:26:43 <danilobuerger> paste result here please
  • 16:28:31 <beo6> uid = 1, tx_fed_page_controller_action = afmfluidpages_bootstrap->Empty
  • 16:28:59 <danilobuerger> so just now you set it to Empty.html right?
  • 16:29:17 <beo6> yes
  • 16:29:34 <danilobuerger> and when you access index.php?id=1 it doesnt use Empty.html?
  • 16:29:52 <beo6> exactly
  • 16:30:01 <danilobuerger> please gist Empty.html
  • 16:30:11 <beo6> gist?
  • 16:30:16 <danilobuerger> gist.github.com
  • 16:31:09 <gencha_> what is afmfluidpages_bootstrap?
  • 16:31:23 <beo6> https://gist.github.com/anonymous/1bc0c250df4c295f1ce3
  • 16:32:46 <gencha_> wow, that vsf-mail.de server lists *everything*
  • 16:33:27 <beo6> wow. indeed.
  • 16:33:35 <danilobuerger> beo6 please gist your render.html
  • 16:34:43 <beo6> danilobuerger: here you go: https://gist.github.com/anonymous/f4fb02048c980fae8e86
  • 16:35:18 <danilobuerger> so why is it that you assign both flux forms the id default?
  • 16:35:59 <beo6> oh. maybe a copy paste error
  • 16:37:23 <danilobuerger> make sure every id is unique, clear caches through install tool, try again
  • 16:37:41 <beo6> thanks. already doing that. :)
  • 16:39:41 <beo6> doesn't seem to help. :(
  • 16:40:42 <beo6> nope. does definetly not help
  • 16:41:00 <beo6> and it must have worked before the updates
  • 16:42:35 <beo6> i really hoped that was the problem.... mhhh
  • 16:43:14 <beo6> is it a problem when i have the fluidpages_bootstrap example extensions in the installation but not activated?
  • 16:43:37 <beo6> because that does have a Render.html too with id = default
  • 16:57:46 <Guest|39259> Hello
  • 16:58:02 * Guest|39259
  • 16:58:05 * Guest|39259 ip
  • 16:58:09 * Guest|39259 whois
  • 16:59:02 * beo6 format c:
  • 17:01:12 <Guest|39259> Hi, I am currently diving into Fluid/Flux but I am very stuck. Is there anywhere an up to date tutorial or comprehensive documentation? I went several times through this https://worksonmymachine.org/blog/fluidtypo3-quickstart and also http://fluidtypo3.org/documentation/templating-manual/templating/creating-templates/content-element.html (I am usin
  • 17:01:13 <Guest|39259> g TYPO3 6.2)
  • 17:04:01 <beo6> danilobuerger: just tried to update to the develop versions of the extensions and the only thing i got was a Fatal error: Call to a member function get() on a non-object in ...BackendConfigurationManager
  • 17:05:01 <danilobuerger> beo6 that means that you didnt clear the caches in the install tool
  • 17:05:21 <beo6> i would have if i was able to go into the install tool. but the install tool also showed the error. :)
  • 17:05:43 <danilobuerger> delete typo3temp, try again
  • 17:06:10 <beo6> i did. still error. Now i revert back to the typo3 extension repository versions
  • 17:06:29 <beo6> i was able to see one template at least with these versions
  • 17:07:04 <Guest|39259> The extensions used are: flux 7.0 - fluidpages 3.0 - fluidcontent 4.0 - vhs 1.9.1
  • 17:08:16 <danilobuerger> beo6 development works just fine.. if you cant access install tool after upgrading you should delete typo3temp and truncate all cache tables
  • 17:08:42 <beo6> ok. i will try it again
  • 17:11:52 <Guest|39259> Is there anything else to do to get any advice?
  • 17:12:44 <beo6> Guest|39259: maybe if you have any specific question. But i currently have my own issue. sorry
  • 17:13:25 <Guest|39259> The specific question is: Where can I find up to date documentation or a tutorial for fluid/flux.
  • 17:13:38 <danilobuerger> fluidtypo3.org is as up to date as it gets
  • 17:13:42 <Guest|39259> The official documentation seems to have depreciated code examples as well.
  • 17:13:46 <Guest|39259> and incomplete pages.
  • 17:14:02 <danilobuerger> well if something is wrong you are more than welcome to change it
  • 17:14:19 <beo6> true. i looked here: http://fluidtypo3.org/documentation/templating-manual/templating/using-templates/selecting-page-templates.html and it is just an empty page. :)
  • 17:14:29 <Guest|39259> As a beginner it is extremly difficult to understand what exactly is wrong.
  • 17:14:58 <Guest|39259> I just see that the code does not work, even after playing it through like 6 times on a fresh install each time.
  • 17:15:15 <danilobuerger> well but then your question should be why is code XYZ not working
  • 17:15:21 <danilobuerger> that way you will probably get help
  • 17:15:32 <Guest|39259> okay, get it. will get more specific. will play it through one more time.
  • 17:15:35 <Guest|39259> thanks.
  • 17:17:17 <beo6> danilobuerger: nope. the dev versions do not work for me. i just get Fatal error: Call to a member function get() on a non-object in /../typo3conf/ext/flux/Classes/Configuration/BackendConfigurationManager.php on line 176
  • 17:17:29 <danilobuerger> which tables did you truncate?
  • 17:18:07 <beo6> ah right. forgot to truncate
  • 17:18:25 <danilobuerger> truncate every cf_ table
  • 17:19:09 <beo6> are all cf_ tables caching tables?
  • 17:19:17 <danilobuerger> ye
  • 17:20:30 <beo6> i did. still same error
  • 17:20:47 <danilobuerger> after you truncated those tables did you remove everything in typo3temp?
  • 17:20:54 <danilobuerger> and how are you accessing the install tool?
  • 17:21:30 <beo6> i was able to access the install tool, updated the database and cleared all caches. still the error. So now i truncated the tables
  • 17:21:45 <beo6> and now i am clearing the typo3temp folder again to see
  • 17:21:49 <danilobuerger> oh i thought you couldnt access the install tool?
  • 17:22:07 <beo6> yeah. somehow when i was in the backend it didnt worked. but with typo3/install it worked
  • 17:22:42 <beo6> nope. still not working. can't access the backend anymore
  • 17:22:44 <danilobuerger> alright so in the install tool click on clear all caches... if after that you still get the error.. somewhere you have a config error
  • 17:22:56 <danilobuerger> possibly LocalConfiguration or such
  • 17:23:20 <beo6> even though with the typo3 extension repository versions it works?
  • 17:23:27 <danilobuerger> yes
  • 17:24:47 <beo6> ok. must have a config error then. But don
  • 17:24:54 <danilobuerger> the error message you are getting is from a typo3 inject not working.. has nothing todo with flux, etc
  • 17:25:10 <danilobuerger> and those only stop working when you have a caching / config problem
  • 17:25:49 <danilobuerger> just to make sure... in ext:flux -> Classes/Service/RecordService.php exists right?
  • 17:26:21 <beo6> yes. the file exists
  • 17:26:51 <danilobuerger> thats what should be injected in BackendConfigurationManager, and thats what its trying to access on line 176
  • 17:27:06 <danilobuerger> could also be a permission error? or a to low php version
  • 17:27:27 <danilobuerger> somebody was hunting for 5 hours after that bug, its basically always a caching / config error
  • 17:27:50 <beo6> using PHP 5.3.23
  • 17:28:11 <danilobuerger> try with php 5.4
  • 17:28:29 <danilobuerger> thats recommended minimum for typo3 6.2
  • 17:28:32 <danilobuerger> http://wiki.typo3.org/TYPO3_CMS_6.2#System_Requirements
  • 17:28:40 <danilobuerger> well anyway i am off, happy hunting
  • 17:28:56 <beo6> thanks. i guess i need a break after this hunting. :)
  • 17:29:00 <beo6> have a nice day
  • 17:29:53 <beo6> crap. can't use a newer php version. :(
  • 17:30:49 <beo6> well. when i look on the typo3 page the minimum version is PHP 5.3.7
  • 17:31:08 <beo6> so it should work
  • 17:33:15 <bjo3rn> sheesh. why is my pagecontroller not/no longer called...
  • 17:33:42 <beo6> and why is my Page_Content_RenderViewHelper no longer called.. :)
  • 17:33:45 <bjo3rn> I triple checked all namespaces and provider extension key registration. wtf?
  • 17:33:54 <beo6> args. i need a break.
  • 17:34:01 <bjo3rn> yours is easy ^^
  • 17:34:11 <bjo3rn> v:content.render()
  • 17:34:23 <beo6> i guess i need to use namespaces now with the developer versions of the extensions
  • 17:36:53 <bjo3rn> not necessarily. in my case it only works if I use the old underscore Tx_... naming scheme :S
  • 17:38:10 <beo6> what do you use in your fluid pagetemplate for the viewhelper? {namespace v=Tx_Vhs_ViewHelpers} ?
  • 17:39:50 <bjo3rn> no, FluidTYPO3\Vhs\ViewHelpers
  • 17:40:14 <bjo3rn> this is only relevant for autoloading
  • 17:40:25 <beo6> still getting this: Could not analyse class:FluidTYPO3\Vhs\ViewHelpers\Var\SetViewHelper maybe not loaded or no autoloader? (1289386765)
  • 17:40:36 <bjo3rn> hehe. it's v:variable now
  • 17:40:37 <beo6> in the backend
  • 17:40:45 <bjo3rn> v:variable.set
  • 17:40:51 <beo6> ahh. thanks
  • 17:41:09 <bjo3rn> your custom viewhelper is part of a provider extension?
  • 17:41:10 <beo6> i am just stupid sometimes. i just read about that change and completely forgot
  • 17:41:20 <bjo3rn> happens
  • 17:41:51 <beo6> wait. i also read that you can still use the old templates
  • 17:42:43 <bjo3rn> you mean namespace declarations?
  • 17:42:57 <beo6> nope. the v:var viewhelper
  • 17:43:19 <bjo3rn> not with the new namespaces as var is a reserved word in php
  • 17:43:22 <beo6> http://fluidtypo3.org/blog/news/coming-soon-vhs-20.html
  • 17:43:39 <beo6> there they write "In both of these cases aliases have been added to allow you to continue using your templates as they are."
  • 17:45:06 <bjo3rn> if you use the new namespace FluidTYPO3\Vhs\ViewHelpers it won't be possible. maybe with Tx_Vhs_ViewHelpers but I'm not sure.
  • 17:46:17 <beo6> Could not analyse class:FluidTYPO3\Vhs\ViewHelpers\Page\Content\RenderViewHelper maybe not loaded or no autoloader? (1289386765) ???
  • 17:46:42 <bjo3rn> see above. it's v:content.render now
  • 17:46:52 <bjo3rn> (without 'page')
  • 17:47:03 <beo6> who changes these all the time. thats just crazy
  • 17:47:46 <bjo3rn> well you are using a dev branch so it's your own risk
  • 17:48:17 <bjo3rn> with a new release such things will be communicated
  • 17:48:18 <beo6> i tried the typo3 extension repository versions and still got issues.
  • 17:48:34 <beo6> i hope the dev branch fixes these. thats the reason i use it
  • 17:48:41 <bjo3rn> it does, yes
  • 17:49:00 <bjo3rn> vhs dev branch is always the most safe to use
  • 17:49:13 <bjo3rn> but you have to know the traps
  • 17:49:41 <bjo3rn> mind the gap
  • 17:49:47 <bjo3rn> let op, drempels
  • 17:50:08 <beo6> now i get no more errors in backend. but all my content is gone
  • 17:50:18 <beo6> args
  • 17:51:01 <bjo3rn> well, I'd say you fixed it ^^
  • 17:51:12 <beo6> ha...ha... ;)
  • 17:51:22 <bjo3rn> srsly: gone in fe or also in be?
  • 17:51:48 <beo6> fe is still giving error
  • 17:52:03 <bjo3rn> and content is gone in the be??
  • 17:52:08 <beo6> yes
  • 17:52:40 <bjo3rn> ok, all dev versions? flux, fluidcontent, fluidpages, vhs?
  • 17:52:46 <beo6> yes
  • 17:53:15 <bjo3rn> you switched from ter versions to dev?
  • 17:53:18 <bjo3rn> *latest
  • 17:53:23 <beo6> yes
  • 17:53:39 <bjo3rn> can you pastebin/gist your page template pls?
  • 17:53:58 <bjo3rn> did you run the update script in extension manager for flux/fluidcontent?
  • 17:54:15 <beo6> not yet
  • 17:54:50 <beo6> 0 rows have been updated
  • 17:55:10 <beo6> YAY. i see content in the frontend
  • 17:55:16 <bjo3rn> db compare in install tool?
  • 17:55:48 <bjo3rn> flushed all caches _via install tool_?
  • 17:55:53 <beo6> database is up to date
  • 17:56:18 <beo6> caches are flushed as much as flushing is possible
  • 17:56:37 <bjo3rn> via install tool?
  • 17:56:41 <beo6> yes
  • 17:56:43 <bjo3rn> ok
  • 17:57:06 <bjo3rn> can you see the grid in be or completely empty?
  • 17:58:13 <beo6> i can see the 66x33 column CE
  • 17:58:21 <beo6> but its completely empty
  • 17:58:41 <bjo3rn> go to list module, the content should be there
  • 17:58:48 <bjo3rn> and check the selected column
  • 17:59:20 <beo6> selected column is "Fluid Content Area"
  • 18:00:48 <beo6> i can see the content when i edit a multi column element and go to the Relations Tab
  • 18:01:02 <beo6> so the content must be there and correct i guess
  • 18:01:50 <beo6> is <flux:widget.grid /> no more?
  • 18:02:18 <beo6> or do i need to change anything for flux grids inside the FCE ?
  • 18:02:51 <beo6> frontend is correctly displayed
  • 18:03:04 <bjo3rn> ah, sec
  • 18:03:23 <bjo3rn> I guess you have flux:grid.row/flux:grid.column/flux:content ?
  • 18:03:30 <bjo3rn> flux:content is no more
  • 18:03:48 <beo6> <flux:flexform.grid.column style="width: 33%"> <flux:flexform.content name="column1" label="33%" />
  • 18:04:16 <beo6> ok. what is the alternative?
  • 18:04:35 <bjo3rn> aha
  • 18:05:01 <bjo3rn> it's now flux:grid.column name="column1" label="33%" style=".."/>
  • 18:05:05 <bjo3rn> self closing
  • 18:05:10 <bjo3rn> no need for flux:content
  • 18:05:27 <bjo3rn> this will fix it
  • 18:05:40 <beo6> no more flux:flexform ?
  • 18:06:47 <bjo3rn> it will still work but see http://fluidtypo3.org/documentation/templating-manual/appendix/migration/from-flux-6x.html
  • 18:09:18 <beo6> ok. thanks. i will fix that tomorrow. thank you a lot
  • 18:09:30 <bjo3rn> yw ;)
  • 18:09:31 <beo6> i need a break now. :)
  • 18:09:39 <bjo3rn> hehe.
  • 18:09:41 <beo6> have a nice day
  • 18:09:46 <bjo3rn> you too, cya
  • 18:09:50 <beo6> cya
  • 18:23:10 <Outdoorsman> Ahhh I need advice from someone that knows the TYPO3 database.
  • 18:24:24 <Outdoorsman> Before I knew that flux/etc didn't support workspaces, I edited some things in another workspace and published the changes to live workspace.
  • 18:25:52 <Outdoorsman> Now my main storage folder shows in two places in the page tree when logged in as a non-admin BE user, but when I'm logged in as an admin I see it only once.
  • 18:26:40 <Outdoorsman> When I hover over the Main Storage folder the ID of the page is the same for both instances.
  • 18:27:37 <bjo3rn> that's witchcraft!
  • 18:27:39 <Outdoorsman> I think I need to manually edit a field in the database but haven't found the golden nugget yet. Any ideas?
  • 18:27:41 <bjo3rn> sorry, no clue
  • 18:28:15 <Outdoorsman> Thanks for at least responding.
  • 18:28:58 <Outdoorsman> I'm not sure which table is responsible for the page tree in the BE... do you guys know?
  • 18:31:01 <Outdoorsman> Maybe @NamelessCoder would know?
  • 18:34:36 <Outdoorsman> It must be determined from the 'uid' field in the 'pages' table. I think 'pid' is the 'uid' of the page that the record belongs to.
  • 18:50:47 <Outdoorsman> I'm a genius... ha ha. I added two mount points for my BE users, the root page (which had the main storage folder as a subpage) and the main storage folder. This cause the page to show up twice.
  • 18:51:56 <Outdoorsman> Only one mount point was needed for that BE user group since all pages were subpages to that root page. Thanks bjo3rn for at least commenting :)
  • 19:00:31 <bjo3rn> your very welcome. I'm always happy to help =)
  • 19:00:51 <bjo3rn> *you're
  • 19:06:30 <danilobuerger> gencha i see why you needed v:if :-)

20140724

  • 08:58:20 <JohnDi> Good morning
  • 09:18:53 <JohnDi> I am getting "The selected page template does not contain a grid but the template is itself valid.
  • 09:18:53 <JohnDi> " That does refer to this code,is that right?:
  • 09:18:55 <JohnDi> <flux:form id="foo">
  • 09:18:55 <JohnDi> <!-- Input field for Fluid variable 'pageClass' -->
  • 09:18:55 <JohnDi> <flux:field.input name="settings.pageClass" default="some-css-class"/>
  • 09:18:55 <JohnDi> <!-- Backend layout grid (TYPO3 6.x and greater only) -->
  • 09:18:55 <JohnDi> <flux:grid>
  • 09:18:55 <JohnDi> <flux:grid.row>
  • 09:18:55 <JohnDi> <flux:grid.column colPos="0" name="Sidebar" style="width: 25%"/>
  • 09:18:56 <JohnDi> <flux:grid.column colPos="1" name="Content" style="width: 75%"/>
  • 09:18:56 <JohnDi> </flux:grid.row>
  • 09:18:57 <JohnDi> </flux:grid>
  • 09:18:57 <JohnDi> </flux:form>
  • 09:19:18 <JohnDi> sorry, for the big code, but dont know how I could show it differently
  • 09:33:03 <JohnnyDalmore> Hey there
  • 09:33:27 <JohnnyDalmore> A question... should flexform still be used in conjunction with fluid/flux?
  • 09:43:16 <bjo3rn> JohnDi has left?
  • 09:43:20 <bjo3rn> :/
  • 09:43:35 <bjo3rn> or did he change his name?
  • 09:44:05 <bjo3rn> JohnnyDalmore flux is a subsitution for flexforms.
  • 09:44:10 <bjo3rn> awww, come on!
  • 09:44:22 <bjo3rn> :/
  • 09:44:33 * bjo3rn is too slow
  • 10:41:59 <beo6> hello everyone
  • 10:43:16 <gencha_> morning guys. could anyone help me trying to figure out how to properly format the code as mentioned by @NamelessCoder here: https://github.com/FluidTYPO3/fluidcontent_core/pull/56/files#r15304275
  • 10:46:15 <gencha_> because even when i put the <a> on a new line, it's still longer than 130chars and i don't know how to properly shorten it or break it into multiple lines
  • 10:47:47 <beo6> i hope i have only one more problem. I get a PHP warning for one frontend page template: "PHP Warning: filemtime(): stat failed for .../Resources/Private/Templates/Page/HomePage.html in typo3/sysext/fluid/Classes/View/TemplateView.php line 619
  • 10:48:18 <beo6> page templates for another page in the same pagetree do work. They use another extension however
  • 10:51:19 <beo6> ah i see. the other company has used lowercase filenames.
  • 10:54:16 <erredeco> hello there
  • 10:54:43 <erredeco> a question about usage of FAL media field (I mean the field on the pages table)
  • 10:55:14 <erredeco> I've seen that it is possible to retrieve the FAL image set on a page with:
  • 10:55:28 <erredeco> {v:resource.record.fal(record: page, field: 'media', table: 'pages') -> v:iterator.extract(key: 'id') -> v:iterator.first() -> v:var.set(name: 'pageMedia')}
  • 10:55:58 <erredeco> <v:resource.image identifier="{pageMedia}" alt="{pageMedia.alternative}" title="{pageMedia.title}" />
  • 10:55:58 <erredeco> <v:resource.image identifier="{pageMedia}" alt="{pageMedia.alternative}" title="{pageMedia.title}" />
  • 10:55:58 <erredeco> <v:resource.image identifier="{pageMedia}" alt="{pageMedia.alternative}" title="{pageMedia.title}" />
  • 10:56:05 <erredeco> sorry
  • 10:56:48 <erredeco> well, then... question: is it possible to add the "slide" logic? I mean, if the image is not set, use the image of the first parent which has it?
  • 10:58:46 <fger> hiho
  • 10:59:02 <fger> glad to see , that the localize-bug of flux is fixed in latest core version 6.2.4 and flux-dev branch
  • 10:59:03 <fger> works fine
  • 10:59:38 <beo6> glad that the multiple page templates bug is fixed in the dev branch
  • 10:59:43 <beo6> or i would have gone crazy
  • 11:00:36 <fger> multiple page templates ?
  • 11:00:56 <beo6> yes. i use more than one page template using fluidpages
  • 11:01:30 <beo6> and with the update to the current typo3 extension repository it broke
  • 11:02:20 <erredeco> @beo6 could you give us an example about how you use multiple page templates?
  • 11:03:22 <beo6> i guess like normal. not sure what example you need. i have copied the bootstrap extension, modified it and put multiple fluid page templates into it
  • 11:04:03 <beo6> i was able to select them in the backend but it changed nothing
  • 11:04:15 <erredeco> ah ok
  • 11:04:28 <erredeco> you mean with the usual radiobuttons
  • 11:04:35 <beo6> yes
  • 11:04:57 <beo6> its selected, even correctly saved to the database but it still shows the default template
  • 11:05:08 <beo6> now with the dev branch it works
  • 11:05:16 <beo6> but it made me nearly crazy
  • 11:05:19 <beo6> ;)
  • 11:05:54 <erredeco> :S I started using v. 7.0.0 from TER and it worked
  • 11:06:30 <erredeco> the only complain I have is that in nested grids the drag and drop or cut and paste still don't work well
  • 11:06:40 <erredeco> even using the dev branch from git
  • 11:16:36 <Guest|21790> Hi
  • 11:17:01 <Guest|21790> In this code example from the documentation.. could it be that things are messed up? http://pastebin.com/TxYFfCic
  • 11:17:05 <mrboel> @erredeco its a flux bug
  • 11:17:06 <Guest|21790> Example:
  • 11:17:13 <Guest|21790> <flux:grid.column colPos="0" name="Sidebar" style="width: 25%" />
  • 11:17:14 <Guest|21790> <flux:grid.column colPos="1" name="Content" style="width: 75%" />
  • 11:17:18 <Guest|21790> and then below it says:
  • 11:17:25 <Guest|21790> <f:section name="Content">
  • 11:17:25 <Guest|21790> <!-- Render colPos=0 in this section -->
  • 11:17:26 <Guest|21790> <v:content.render column="0" />
  • 11:17:26 <Guest|21790> </f:section>
  • 11:17:26 <soee> !pastebin
  • 11:17:54 <soee> wtf
  • 11:17:57 <Guest|21790> in the upper part colPos="0" refers to Sidebar and then below it refers to Content
  • 11:17:59 <soee> whers the bot ? :D
  • 11:18:17 <xaver> zoildberg
  • 11:19:40 <Guest|21790> soee you find the pastebin link right in the message from 11:17:02
  • 11:20:32 <batjony> guys, my site uses a backend layout, currently its stored in the db something like http://pastebin.com/BZuQARaB, I want somehow to migrate the backend layouts storing from db to files; as I see there is one extension which I can use https://github.com/georgringer/belayout_fileprovider, but its not so clear how to use it
  • 11:20:48 <batjony> soee wrote me that this can be also done with fluid pages
  • 11:20:56 <batjony> any idea how to do it ?
  • 11:21:52 <BenjaminR> batjony: http://fluidtypo3.org/documentation/templating-manual/templating/creating-templates/page-template.html
  • 11:21:59 <BenjaminR> have a look at flux:grid
  • 11:22:47 <BenjaminR> Guest|21790: whats going wrong for you?
  • 11:24:07 <Guest|21790> The reference seems to be wrong. In the flux:grid part of the example colPos="0" refers to "Sidebar" and then below in f:section name="Content" it Refers ColPos=0 to Content instead of sidebar
  • 11:25:03 <BenjaminR> ah yes, that might be a typo. ty!
  • 11:25:21 <BenjaminR> If you like you can create a commit here: https://github.com/FluidTYPO3/documentation/edit/rewrite/3.Templating/3.2.CreatingTemplateFiles/3.2.2.PageTemplate.md?message=[DOC]%20Edited%203.2.2.PageTemplate.md
  • 11:25:26 <BenjaminR> if not, i will take over :)
  • 11:27:00 <BenjaminR> done - ty Guest
  • 11:27:21 <Guest|21790> thanks for the verification, that confused me. But now I go on... :)
  • 11:27:47 <benjamin_654> hi all
  • 11:27:48 <benjamin_654> i have a odd bug: For the first Fluid-Content-Element on a page, the Controller-Action is not been called! For all other Fluid-Content-Elements (even same Type) the Controller-Action is called, any ideas what might be wrong?
  • 11:28:32 <BenjaminR> benjamin: if you change the order of the elements i stays the first elements that is not called always?
  • 11:28:43 <BenjaminR> or is the error bound to a specific element type or uid
  • 11:28:53 <beo6> gencha_: btw. i solved the issue. I updated all fluid powered typo3 extensions to the dev versions, changed all templates fixed all remaining issues and i think it is solved now.
  • 11:29:31 <benjamin_654> BenjaminR: yes it still is the first one even if i exchange it ..
  • 11:29:44 <beo6> thanks to danilobuerger and bjo3rn for helping me. :)
  • 11:33:50 <batjony> BenjaminR: so the typoscript syntax http://pastebin.com/BZuQARaB should be migrated to html like http://fluidtypo3.org/documentation/templating-manual/templating/creating-templates/page-template.html if I migrate to fluid pages ?
  • 11:34:31 <BenjaminR> batjony: you define your backend layouts with the flux:grid viewhelper, yes
  • 11:34:42 <BenjaminR> within a flux:form of your page template
  • 11:34:54 <BenjaminR> what means that you can define a backend layout per page template
  • 11:35:39 <beo6> batjony: i have used it nearly all the time. it is really easy and useful. At least when there are no bugs. ;)
  • 11:35:56 <erredeco> @batjony: this way you don't need at all the belayout items
  • 11:36:26 <Guest|78107> Hi guys, I know that would be an offtopic but I am going crazy. RealURL gives me headaches. Can someone tell me how to use postVarSets? I set it up like in examples from the Internet. But it just won't work.
  • 11:36:45 <ubrog> Does anyone know how I can get a file field with multiple images using FAL?
  • 11:37:07 <ubrog> I was able to configure one that works in the backend, but in fluid I only get the first file returned
  • 11:37:49 <BenjaminR> Guest|78107 i guess you should ask this at #typo3 - many of us idle there too but there are more people with realurl experience
  • 11:37:52 <ubrog> And I've already tried everythin I've found online, but there ist not much that helps
  • 11:38:01 <erredeco> @ubrog this example helped me a lot https://github.com/bootstraptheme-for-typo3/fluidbootstraptheme/blob/development/Resources/Private/Templates/Content/ImageGallery.html
  • 11:38:32 <batjony> BenjaminR: so if I understand correctly, in the same page template file which is used in frontend, I also define the backend layout with the flux:grid within a flux:form, so in one file I have both - FE and BE layouts ?
  • 11:38:37 <BenjaminR> ubrog: you need flux:field.inline.fal and v:content.resources.fal
  • 11:38:47 <BenjaminR> you find examples in the doc comments
  • 11:39:12 <erredeco> @batjony: precisely
  • 11:39:39 <batjony> nice
  • 11:41:17 <ubrog> Hmm ok, I tried in a separate extension and the config is in TCA
  • 11:42:02 <ubrog> But I could just add it as a content element and use that configuration
  • 11:44:23 <batjony> BenjaminR: which extensions I need - fluid pages, flux ? something else ?
  • 11:46:03 <erredeco> @batjony: you need flux, fluidpages and vhs
  • 11:46:17 <batjony> erredeco: k 10x
  • 11:46:19 <erredeco> I suggest also fluidcontent and view
  • 11:46:51 <erredeco> oh, and also builder to start up your extension
  • 11:48:48 <Guest|49835> Hi! I am doing this tutorial: https://worksonmymachine.org/blog/fluidtypo3-quickstart but I have a general question to that... the tutorial advices to create files like /private/template/page/foo.html but now when I change the filename of foo.html into something else, it doesn't work. And all references in the sourcecode are renamed to the new fiel
  • 11:48:48 <Guest|49835> name. Does Typo3 cache that? Or what could the problem be?
  • 11:49:43 <erredeco> @guest|49835: 1. pay attention to the CaSe ;)
  • 11:49:59 <erredeco> 2. if anything else fails, delete all files in /typo3temp
  • 11:50:56 <Guest|49835> I did exactly that, filename is Page.html and case is considere. I deleted the typo3temp and all caches. No change so far.
  • 11:51:03 <Guest|49835> but thanks for the hints.
  • 12:01:14 <Guest|78107> Is it possible to use extbase controller to get GET parameters from RealURL formatted URL?
  • 12:09:03 <soee> it doesnt matter if they are formatted you can access them as usual
  • 12:23:22 <erredeco> may I ask you if could someone please answer my question about FAL ? (please note: I don't want to look impolite so apologize me)
  • 12:25:12 <beo6> erredeco: i don't see any question here
  • 12:26:30 <erredeco> uh...well...I'll write it again
  • 12:26:54 <erredeco> I'm trying to use FAL from the media field (pages table, you know)
  • 12:27:03 <erredeco> I've seen that this code works for me: http://pastebin.com/yiY7VC9K
  • 12:27:39 <beo6> when it works for you, where is the issue?
  • 12:27:40 <erredeco> my question is: is it possible to add the "slide" logic? I mean, if there is no image, take the image of the first parent that has one?
  • 12:29:09 <beo6> oh. ok. i don't know. sorry
  • 12:30:10 <BenjaminR> erredeco: no, you would have to check parents yourself
  • 12:30:31 <NamelessCoder> erredeco no, sorry - that is not possible and will not be made possible since record sliding only applies to pages and this ViewHelper reads resources from any table
  • 12:31:01 <erredeco> ok thank you
  • 12:31:05 <NamelessCoder> workaround: use v:page.breadCrumb to get a rootline which you loop, checking if the media field is set.
  • 12:32:36 <erredeco> umm
  • 12:32:52 <erredeco> Is there an example I can look at?
  • 12:38:45 <NamelessCoder> not that I can find on short notice... v:page.breadCrumb works like v:page.menu so an example of manual rendering there, should give you the idea of how to loop through a set of pages to find the first that has
  • 12:39:01 <NamelessCoder> a value in the media field
  • 12:39:24 <beo6> i would guess he wants the last page that has a media field
  • 12:39:31 <NamelessCoder> I think something like this might work
  • 12:41:36 <NamelessCoder> <v:page.breadCrumb as="rootLine">{rootLine -> v:iterator.extract(key: 'media') -> v:iterator.filter(propertyName: 'media') -> v:iterator.last() -> v:var.set(name: 'firstParentImage')}</v:page.breadCrumb>
  • 12:42:53 <NamelessCoder> it should: extract the page root line from the current page and up, extract all "media" values then filter out all empty values and finally "pop" the last element and assign a new variable with that element's value (a single-value array, {firstParentImage.media})
  • 13:00:23 <erredeco> umm if I print the variable {firstParentImage} it seems it is =1 if the image is set in the page, 0 in the other case :S
  • 13:04:13 <gencha_> when i click the "Move record up" button on content elements on a page, the element disappears. apparently, the tx_flux_column and tx_flux_parent field are cleared in the DB
  • 13:04:31 <gencha_> ...i should probably update flux and check again :P
  • 13:04:43 <gencha_> "Move record down" works great btw ;D
  • 13:12:40 <NamelessCoder> gencha_please check if this happens only when you move the element to the top of an area
  • 13:13:07 <gencha_> NamelessCoder: it does
  • 13:13:25 <NamelessCoder> I am not sure we can fix that one...
  • 13:15:40 <gencha_> NamelessCoder: i reported it nevertheless for completeness sake
  • 13:17:06 <gencha_> how do you guys deal with drag&dropping content elements through long content areas? i always find myself collapsing and expanding elements just to be able to make the right drop
  • 13:17:43 <gencha_> i'd love to contribute automatic scrolling when the mouse closes in on a screen edge during a drag operation, but i have no idea where to start
  • 13:17:52 <NamelessCoder> reason for bug: move icons and links are rendered by TYPO3 core and will render a target colPos which does not contain the parent and area. Dropping on dropzone works because the zone is rendered by us.
  • 13:18:08 <gencha_> oh, i see
  • 13:18:34 <NamelessCoder> gencha such a (very nice) contribution should be made to the typo3 core
  • 13:18:46 <NamelessCoder> it would involve some ExtJS which I know nothing about
  • 13:18:48 <batjony> http://demo.fluidtypo3.org/
  • 13:18:58 <batjony> Fatal error: Class 'FluidTYPO3\Vhs\Service\AssetService' not found in /var/www/build.fedext.net/typo3_src/typo3/sysext/core/Classes/Utility/GeneralUtility.php on line 4302
  • 13:19:00 <batjony> :)
  • 13:19:16 <NamelessCoder> where did you get that url batjony?
  • 13:19:46 <batjony> from the features slide at fluidtypo3.org
  • 13:20:19 <gencha_> NamelessCoder: oh, i see. now i have even less of an idea where to start ;)
  • 13:20:22 <NamelessCoder> oh, I stand corrected. Shouldn't be a public url.
  • 13:20:33 <batjony> somewhere in the slides I saw demo.fluidtypo3.org and just opened it
  • 13:21:18 <NamelessCoder> sort-of-demo at http://staging.namelesscoder.net/
  • 13:26:11 <batjony> NamelessCoder: why you are nameless :)
  • 13:27:21 <NamelessCoder> it's a joke batjony :)
  • 13:28:33 <batjony> ok so one special beer for NamelessCoder http://beeroverip.org/
  • 13:29:04 <NamelessCoder> hehe boip
  • 13:30:11 <batjony> cheers
  • 13:54:12 <gencha_> NamelessCoder: i *think* i finally got that addAnchor commit right :P https://github.com/oliversalzburg/fluidcontent_core/commit/962b96854d783fa66fccdbd2fb0324a0fec54024
  • 14:44:25 <shagory> Hi there. I'm currently evaluation fluidcontent_core. I'm missing the RTE in the richtext fields. How do I enable it?
  • 14:45:54 <BenjaminR> shagory: this is very likely not beeing related with fcc
  • 14:46:38 <BenjaminR> *to
  • 14:49:00 <shagory> Ah thank you for the hint. It's disabled by default for new 6.2 backend users.
  • 14:56:47 <randomresult> hi there
  • 14:57:17 <randomresult> any ideas on how i can add a special bodyclass for one of three pagetemplates?
  • 15:03:00 <gencha_> randomresult: add it as a new page configuration parameter
  • 15:03:42 <randomresult> and then ... how to get this parameter into the bodytag?
  • 15:03:49 <randomresult> is there a vh for that ?
  • 15:03:52 <gencha_> oh, right, the body. sorry
  • 15:03:57 <randomresult> :)
  • 15:13:51 <randomresult> someone from the team will be in munich?
  • 15:14:07 <randomresult> @danilobuerger will you be there?
  • 15:17:17 <mrboel> yes me
  • 15:18:02 <mrboe> oh - im not from the team
  • 15:18:38 <Guest|75583> Good day gentelmen. How do you make user friendly f:links?
  • 15:19:14 <Guest|75583> without index.php?some=var but rather domain.com/var ?
  • 15:25:57 <fger> randomresult: what is in munich ?
  • 15:26:25 <mrboe> t3camp
  • 15:27:04 <BenjaminR> randomresult: no, no vh. typoscript needed
  • 15:28:42 <BenjaminR> sure you could have a additional container element inside body and outside your page layout where you can assign a class
  • 15:31:58 <randomresult> BenjaminR this is what i will do
  • 15:39:04 <BenjaminR> add. container?
  • 15:41:49 <fger> oh ok
  • 16:16:18 <BenjaminR> OT: All southpark mp4s on MTV unprotected: http://jsfiddle.net/decx/4M8w8/
  • 17:14:22 <gencha_> i want a fluid-based felogin :(
  • 18:58:37 <danilobuerger> randomresult_afk yes
  • 19:46:19 <bjo3rn> guys, does anybody know if saving typoscipt constants via the constants editor triggers flushing of all caches like in the install tool?

20140725

  • 06:40:59 <randomresult> @danilobuerger cool!
  • 08:41:14 <Guest|17175> Good morning. Can you guys help me out? I try to use RealURL with Fluid. But when I send form, URLs are very ugly. Anyone have an idea how to configure it?
  • 10:25:49 <Andy_H> Hi! In <v:page.menu> or <v:page:breadCrumb> there is an option to include doktype "Spacer" (includeSpacers="TRUE"). Is it possible to prevent these spacers being linked? Because links to spacers result as 404…
  • 11:05:23 <bjo3rn> Andy_H mind opnening an issue on github? I'll have a look later.
  • 11:05:43 <bjo3rn> I never came across spacers so I can't tell if it is a bug tbh
  • 11:05:57 <bjo3rn> it's kinda likely though
  • 11:17:47 <fger> hi guys, we got a problem with field.inline.fal in section/objects (TYPO3 6.2.4 / latest dev branches of flux/fluidcontent):
  • 11:18:49 <fger> 1. when u insert a new object in a section with a FAL relation and you try to insert a picture, an error occurs - you first have to save the whole FCE when u insert a new FAL section
  • 11:19:28 <fger> namelessCoder: question: is there a way to request an update if a new object in a section is added ?
  • 11:19:49 <fger> i didnt find a requestUpdate attr in flux:form.field.object or .section
  • 11:20:41 <fger> the users will run into the error message stating i.e. "Wrong configuration in table 6ab8abebfd"
  • 11:20:57 <fger> this is due to the fact, that the element wasnt saved yet....
  • 11:22:24 <fger> oh btw. using vhs latest dev-branch also
  • 11:25:44 <BenjaminR> fger: does flexforms have such functionality? i guess not.
  • 11:26:39 <fger> what functionality ? save the element before inserting an inline record ?
  • 11:26:42 <fger> i.e. ? yes it does
  • 11:26:44 <bjo3rn> FAL + sections/objects = no workee :/
  • 11:26:59 <bjo3rn> yet
  • 11:27:07 <fger> it doesnt at all ? is there an issue ticket i can watch/contribute ?
  • 11:27:15 <fger> i saw the DCE guys struggling with it also
  • 11:27:25 <bjo3rn> afaik it is not possible at all
  • 11:27:33 <bjo3rn> but
  • 11:27:55 <fger> well it should be possible if you extend i.e. the sys_reference table etc.
  • 11:27:55 <bjo3rn> Claus is working on the migration from flexforms to ste
  • 11:28:00 <fger> ste ?
  • 11:28:02 <BenjaminR> oh i didnt read the above part
  • 11:28:06 <bjo3rn> single table inheritance
  • 11:28:09 <fger> ah ok
  • 11:28:12 <BenjaminR> bjo3rn is right
  • 11:28:56 <bjo3rn> nah, it's not ste. it's dedicated tables for content elements.
  • 11:29:17 <fger> yeah ... somehow the FAL relation table has to know / needs some more info about the object the FAL record is related to
  • 11:29:20 <bjo3rn> anyway, flexforms will be removed somewhere in the future
  • 11:29:22 <BenjaminR> fal relations in sections definited dont work
  • 11:29:24 <BenjaminR> ...yet
  • 11:29:31 <fger> guess the layer "section/objects" is not represented in the core logic
  • 11:29:37 <bjo3rn> exactly
  • 11:29:43 <bjo3rn> that's a flexform thing
  • 11:30:04 <BenjaminR> flexform is core?
  • 11:30:09 <fger> then the FAL guys should have taken care of that :)
  • 11:30:17 <bjo3rn> is it?
  • 11:30:24 <bjo3rn> oups, noob alert 11
  • 11:30:26 <bjo3rn> ^^
  • 11:30:40 <BenjaminR> what else it is? just tell me :)
  • 11:30:48 <fger> what do you mean "flexform is core" ? its a way to store info in a database field and its used by the core yes
  • 11:30:56 <BenjaminR> its part of the core
  • 11:31:06 <BenjaminR> it isnt some addtional / optional package you can install
  • 11:31:09 <fger> no
  • 11:31:22 <bjo3rn> true, strike what I posted above
  • 11:31:46 <fger> its woven into the core, and so i guess its more up to the FAL/Core guys to make that FAL feature work with ALL core mechanisms (localization, workspaces, flexform features...)
  • 11:31:56 <fger> so i might post/search the core issue tracker :)
  • 11:32:08 <bjo3rn> good luck with that ;)
  • 11:32:14 <BenjaminR> i lost track of this conversation. i only said that flexforms are part of the typo3 core
  • 11:32:15 <BenjaminR> :)
  • 11:32:24 <BenjaminR> am i wrong? and why? :)
  • 11:32:31 <bjo3rn> BenjaminR you are right, that's the conclusion ^^
  • 11:32:37 <bjo3rn> and I was wrong
  • 11:32:53 <BenjaminR> doesnt matter :)
  • 11:32:56 <bjo3rn> true
  • 11:33:24 <BenjaminR> fger´s "no" irritated me
  • 11:33:26 <BenjaminR> ;)
  • 11:33:44 <bjo3rn> hehe, confusion all the way ^^
  • 11:33:59 <bjo3rn> async conversation is always fun ^^
  • 11:34:15 <BenjaminR> flux parses fluid and throws some flexform in the backend, not?
  • 11:34:18 <fger> no, it isnt a non-core extension :)
  • 11:34:26 <bjo3rn> muhaha
  • 11:34:27 <BenjaminR> so funtionaltity that isnt represented in flexform wont be in flux yet
  • 11:34:57 <BenjaminR> fx fal in sections :)
  • 11:35:02 <bjo3rn> correct, BenjaminR (afaik)
  • 11:35:19 <bjo3rn> and not untrue
  • 11:36:15 <fger> for the german guys: http://www.typo3.net/forum/thematik/zeige/thema/114274/
  • 11:36:35 <BenjaminR> btw dce isnt normalized too as i know
  • 11:36:45 <fger> yes they plan to do it in DCE 2
  • 11:37:05 <fger> but i guess the dev-community for TYPO3Fluid is more active/speedy :)
  • 11:56:42 <fger> btw. DCE has some nice typoscript snippet to remove the anchor-links around their DCE FCEs
  • 11:56:51 <fger> would be a nice on/off feature for flux
  • 11:56:54 <fger> sry fluidcontent
  • 11:57:42 <fger> https://gist.github.com/fgerards/45350abface3de07141c
  • 11:58:19 <BenjaminR> you mean fluidcontent_core or fluidcontent?
  • 11:58:25 <fger> imho both
  • 11:58:25 <BenjaminR> anyway this should work, not?
  • 11:58:28 <fger> yes
  • 11:58:42 <fger> it disables the anchor wrap only for fluidcontent elements
  • 11:58:52 <fger> the corresponding CType claus' extension registers
  • 11:58:59 <BenjaminR> so there is nothing we need :)
  • 11:59:00 <fger> DCE has it switchable on/off ... find it nice
  • 11:59:00 <BenjaminR> value := addToList(fluidcontent_content)
  • 11:59:05 <BenjaminR> fluidcontent_core
  • 11:59:07 <BenjaminR> it registers
  • 11:59:11 <BenjaminR> not?
  • 11:59:29 <fger> dunno, fluidcontent registers CType fluidcontent_content
  • 11:59:47 <BenjaminR> where is this on/off? extconf?
  • 11:59:53 <fger> typoscript ;)
  • 12:00:13 <BenjaminR> hm i think this is smth for fluidshare
  • 12:00:29 <BenjaminR> most people dont need it so why filling up the ts setup with such things :)
  • 12:00:37 <BenjaminR> if you need it you can add it yourself
  • 12:00:42 <BenjaminR> in your provider extension
  • 12:00:46 <BenjaminR> for me thats the better place for it
  • 12:02:16 <BenjaminR> i am out. bye guys
  • 12:03:28 <fger> cu
  • 12:26:19 <gencha_> is there a viewhelper to generate a link (like f:link.page), but which doesn't render an anchor tag around it?
  • 12:26:36 <gencha_> i want to generate a link for a form action
  • 12:27:00 <gencha_> and when using f:form, it appends a controller to the query
  • 12:28:15 <gencha_> right now i'm using {v:site.url()}index.php?id=xyz but it feels dirty
  • 12:32:55 <erredeco> <f:uri.page> ?
  • 12:33:00 <soee> use ^
  • 12:34:04 <gencha_> erredeco: very awesome. thanks! :)
  • 12:34:36 <erredeco> not at all. I see also there are some vhs viewhelper also
  • 12:35:31 <erredeco> like <v:link.typolink> or <v:uri.typolink> or even <v:uri.request>
  • 13:22:18 <gencha_> is there a viewhelper to retrieve information about the currently logged in fe user? like their name. i can't find anything :P
  • 13:34:14 <fger> yes there should be ... or just do it with cObject fluid viewhelper
  • 13:36:16 <gencha_> fger: didn't find anything. i'm extending Vhs:AbstractSecurityViewHelper right now
  • 13:36:29 <gencha_> wtf, why can't i use backslashes in this kiwi irc client
  • 13:48:00 <fger> gencha_ think you have to pass the feuser object to the view
  • 13:49:27 <fger> and fetch the logged-in user via $ GLOBALS[‘TSFE’]->fe_user->user
  • 13:55:29 <gencha_> fger: this is how i'm doing it now: http://pastie.org/9419973 short and sweet, thanks to the work in the AbstractSecurityViewHelper
  • 14:15:06 <batjony> Guys I want to create a custom content element and like soee suggested I will go with fluidcontent
  • 14:15:11 <batjony> Do I need also https://github.com/FluidTYPO3/fluidcontent_core ?
  • 14:17:06 <beo6> batjony: no
  • 14:18:09 <beo6> its just a replacement for css_styled_content
  • 14:24:28 <batjony> i have started to follow the example here https://github.com/FluidTYPO3/fluidcontent
  • 14:24:45 <batjony> is the example up to date ?
  • 14:24:50 <batjony> because I see Tx_Flux_Core::registerProviderExtensionKey('myextensionkey', 'Content');
  • 14:24:57 <batjony> so no namespaces here
  • 14:25:00 <beo6> how can i make Resource_Record_FalViewHelper return items inside a workspace?
  • 14:27:45 <batjony> I guess that this should be FluidTYPO3\Flux\Core::registerProviderExtensionKey instead of Tx_Flux_Core::registerProviderExtensionKey('myextensionkey', 'Content') ?
  • 14:28:33 <beo6> batjony: both should work
  • 14:38:51 <batjony> The ContentController.php should be placed in typo3conf/ext/<ext>/Classes/Controller/ ?
  • 16:29:54 <gencha_> ...spacerballs
  • 16:46:24 <bjo3rn> yep, vhs#638 was named chunknorris ^^
  • 16:48:25 <gencha_> :D
  • 17:40:32 <randomresult> hi there
  • 17:40:45 <randomresult> anyone around?
  • 20:24:19 <NamelessCoder> nobody names branches like our bjo3rn does
  • 20:25:53 <xaver> NamelessCoder: :P

20140726

  • 09:45:26 <pRiMUS> hey everybody
  • 09:46:21 <pRiMUS> i have a short question. is it possible to build a fce, where a part of that fce is a reference to another content element? like the typo standard funcionality "insert record"?
  • 09:47:18 <pRiMUS> the reason why i ask is, i have a layout, wich is nearly impossible to build with standard typo layout. therefor i wanted to build my own content element with 2 columns, where one column must have the posibility to link to an existing content element record.

20140727

20140728

  • 10:29:47 <Denyerec> Hey guys
  • 10:29:51 <Denyerec> My FCE tab has... vanished
  • 10:30:01 <Denyerec> I've not touched the site in months, but I logged in today and I can't see it.
  • 10:30:06 <Denyerec> Typo3temp issue perhaps ?
  • 10:34:10 <Denyerec> AH no it appears to be permissions based
  • 10:34:19 <Denyerec> "Editor" user can see the FCE tabs, "Admin" user can't
  • 10:36:17 <Denyerec> Hmm
  • 10:36:27 <Denyerec> Seems the "Editors" group has some kind of special permission
  • 10:36:33 * Denyerec tries to investigate
  • 11:30:55 <fger> hi guys, is any of you using the latest flux dev-branch ?
  • 11:30:59 <Guest|81371> Hey, how could I nest view helpers inline? I try to do something like:{v:format.case(string: '{v:format.eliminate(content:{offer.company.name}, whitespace:1)}', case: 'lower')}
  • 11:32:46 <fger> hiho
  • 11:32:58 <fger> latest flux-/fluidcontent-develop branch:
  • 11:33:07 <fger> flux.content.render doesnt render anything
  • 11:33:25 <fger> if a content-area is defined using flux:grid in configuration section
  • 11:33:32 <fger> is this a known bug ?
  • 11:36:32 <fger> so the system isnt usable in production it seems :S
  • 11:46:09 <mrboe> <v:content.render column="0" />
  • 11:46:47 <mrboe> @fger
  • 11:49:00 <fger> doesnt output anything either with flux 7.1.0 and fluidcontent 4.1.0
  • 11:49:12 <fger> if i revert to flux 7.0.0 / fluidcontent 4.0.0 it works
  • 11:49:30 <mrboe> have you updatet the grid
  • 11:49:38 <fger> what do you mean ?
  • 11:49:56 <volk0r> good morning everybody
  • 11:50:14 <mrboe> https://github.com/bootstraptheme-for-typo3/fluidbootstraptheme/commit/03d940dd87a3058ea11a0673160a3804877f0f89
  • 11:50:23 <mrboe> https://github.com/FluidTYPO3/flux/commit/5bcdb6de8ffdd516ef3b65228fe1a3e1a6c90054
  • 11:51:04 <volk0r> i have a short question. is it possible to build a fce, where a part of that fce is a reference to another content element? like the typo standard funcionality "insert record"?
  • 11:51:27 <fger> mrboe yes we use that syntax, but that works with 7.0.0 also
  • 11:51:48 <fger> mrboe: i tried fluidcontent_bootstrap jumbotron with 7.1.0 and 4.1.0 -> no output
  • 11:52:13 <mrboe> i dont know if fluidcontent_bootstrap is working
  • 11:52:17 <mrboe> actually
  • 11:52:30 <fger> ?
  • 11:52:34 <fger> the syntax seems correct
  • 11:52:44 <fger> we use flux:grid and flux:form.content
  • 11:53:04 <mrboe> you can have a look here https://github.com/bootstraptheme-for-typo3/fluidbootstraptheme
  • 11:54:08 <fger> oh ok , now i get it - yes we have the use case single-content-row , i try the new mechanism now
  • 11:54:09 <mrboe> it contains fluidcontent_bootstrap and fluidpages_bootstrap
  • 12:01:58 <fger> nope wont work
  • 12:02:31 <fger> also with the new structure and the latest alert.html element from the bootstraptheme copied to my provider extension and executed with flux 7.1.0 and fluidcontent 4.1.0
  • 12:02:36 <fger> latest dev branches
  • 12:04:59 <fger> @mrboe :)
  • 12:06:11 <mrboe> have u used the update script of flux
  • 12:06:14 <mrboe> in the ext manager
  • 12:07:36 <volk0r> any ideas for my "problem" guys? ;)
  • 12:09:58 <fger> mrboe: ofc
  • 12:10:00 <mrboe> i dont understand what you wanna do volk0r
  • 12:10:00 <fger> :)
  • 12:11:24 <volk0r> i want to add a "new record" inside a FCE. like the "special element" > "insert record"
  • 12:12:08 <volk0r> i have a row in the design, left side is normal content, like text, images and so on, right side is the sidebar, but i want to give the redakteur the ability to add an existing content element there.
  • 12:12:41 <mrboe> you could do that for example with the wizard where you select the record and render that in the FE with content render uid
  • 12:14:14 <volk0r> yeah. but wich wizard i have to use? the flux:wizard.add?
  • 12:14:38 <volk0r> i tried it already, but then the backend told me, a misconfig... ;(
  • 12:16:10 <mrboe> and why you dont create a reference in that colum?
  • 12:16:19 <mrboe> or dont you have 2 cols in BE
  • 12:16:41 <Denyerec> Hey guys
  • 12:16:52 <Denyerec> Can anyone tell me which BE permission surrounds being able to see / add FCEs ?
  • 12:16:58 <fger> i have a simple element with sections and a content column
  • 12:16:58 <Denyerec> I'm trying to unravel a permissions problem.
  • 12:17:00 <Denyerec> :(
  • 12:17:03 <fger> 1 content column
  • 12:17:03 <volk0r> i can not do 2 cols in the backend layout, because the design could be row (2 cols, next row 1 col
  • 12:18:45 <volk0r> fger: can you show me your example please?
  • 12:20:20 <fger> mompl
  • 12:23:26 <fger> mrboe: and does FAL relations work in a FCe column ?
  • 12:24:07 <fger> do
  • 12:41:10 <fger> mrboe: ok got it sorted out --- the nesting of f:form.sheet in configuration setting was wrong
  • 12:41:18 <fger> mrboe: now it works with 7.1.0 etc. - phew :)
  • 12:41:41 <mrboe> ok thx
  • 12:44:18 <fger> volk0r : what do you mean ?
  • 12:48:09 <featdd> Hi@all
  • 12:58:13 <Denyerec> hey guys
  • 12:58:24 <Denyerec> mrboe have you done any multi-lang sites with FLuidTypo yet ?
  • 12:58:54 <mrboe> not really
  • 12:59:04 <mrboe> actually i starting my first
  • 12:59:05 <Denyerec> I am just wondering how well FCEs integrate with Typo translation.
  • 12:59:19 <Denyerec> As I have a Dutch/English site coming up
  • 13:00:05 <mrboe> does everything works?
  • 13:01:31 <Denyerec> I have no idea.
  • 13:01:34 <Denyerec> That's why I asked :
  • 13:01:35 <Denyerec> :)
  • 13:01:43 <mrboe> oh ok
  • 13:14:49 <volk0r> fger: an example of a content element from you. with that single line and two columns.
  • 13:16:44 <fger> oh i got single line, single column
  • 13:16:59 <fger> thats why we use flux:form.content instead of a flux:grid construction
  • 13:20:04 <volk0r> and you use a wizard for "insert record" for referenzing to an already existing content element?
  • 13:30:28 <volk0r> hm ok ;)
  • 13:39:16 <fger> volk0r: wizard ? you can simply add 1-n contentelement in the page-view in backend into the fluid content column
  • 13:40:02 <fger> Denyerec: it works, but the localization/copy&paste bugs in backend with FCEs are only fixed in latest flux-dev-branch
  • 13:40:32 <Denyerec> Thanks for the update fger - any new builds will be on the latest branches anyway so that's not too much of a problem
  • 17:14:56 <dkn64738> https://gist.github.com/danielkuehni/dba1c9b508c834783885 there is a short example of what is broken after my upgrade to flux 7.1.0, maybe someone got the same issues
  • 17:30:59 <randomresult> @cedricziel u there?
  • 17:31:10 <randomresult> or @bjo3rn
  • 17:31:11 <randomresult> ?
  • 17:32:21 <randomresult> i hate git / submodules / Tower
  • 17:50:43 <xaver> randomresult: ^^
  • 19:30:21 <Torstenn> Hi there, i'm playing around with flux and fluidcontent, if i copy an element with nested elements, the parent field isn't copied by typo3, i figured out that it is because the TCA type for this field is set to "none", can some explain me why it's none?
  • 19:53:00 <Torstenn> noone any idea?
  • 22:51:58 <TYPO3UA> Hello, all!
  • 22:52:14 <TYPO3UA> Need your help...
  • 22:52:50 <TYPO3UA> I heve ...
  • 22:52:52 <TYPO3UA> <flux:field.select name="class" label="Select class" multiple="1" renderMode="checkbox" maxItems="3" items="class1,class2,class3"/>
  • 22:55:43 <TYPO3UA> I only need value "class2" but if it is not "0".
  • 23:10:30 <TYPO3UA> ???
  • 23:27:16 <TYPO3UA> ??
  • 23:28:03 <xaver> TYPO3UA: wait this is irc and it is evening for most people here
  • 23:28:46 <TYPO3UA> :(
  • 23:28:58 <TYPO3UA> thanks

20140729

  • 10:08:21 <dkn64738> hi, has anyone tried to use chained/dotted name properties in flux:field configuration? (flux 7.1.0 git version develop branch) more details: https://gist.github.com/danielkuehni/dba1c9b508c834783885
  • 10:10:49 <randomresult> moin
  • 10:37:04 <floxx> chained name attribute image.link works, if we're using image.attribute.alt or image.link, they are ignored
  • 10:37:10 <floxx> although written to database
  • 10:37:43 <floxx> erm…i meant image.attribute.alt and image.url are ignored
  • 10:58:35 <floxx> this happens only in object/section
  • 11:04:33 <ltrebing> good morning everyone
  • 11:10:27 <ltrebing> I have the exact same problem as jlumpe had at http://fluidtypo3.org/community/irc-logs.html?tx_fluidtypo3org_content%5Bdate%5D=20140613&tx_fluidtypo3org_content%5Bcontroller%5D=Content&cHash=c3410a77fe79964f8ed7fdd44440eec9#11:26:54 and am trying to figure out what the solution was
  • 11:14:32 <ltrebing> maybe cedricziel can point me in the right direction?
  • 11:16:06 <ltrebing> ah, https://github.com/FluidTYPO3/fluidcontent_core/issues/44 looks potentially helpful
  • 12:30:30 <floxx> once again: had anyone problems with chained name attributes inside sections?
  • 12:31:51 <mrboe> chained names?
  • 12:33:38 <floxx> yep. <flux:field.input name="image.link" -> worrks
  • 12:33:47 <floxx> <flux:field.file name="image.url" -> nope
  • 12:33:53 <floxx> <flux:field.input name="image.attribute.alt" -> nope
  • 12:34:21 <mrboe> claus told me not to do that in sections
  • 12:34:45 <floxx> good to know ;)
  • 12:34:53 <mrboe> because this will not be written in the array (or something like that)
  • 12:35:02 <floxx> it's written to db
  • 12:35:17 <floxx> but in backend and frontend the 2 fields are missing
  • 12:35:25 <mrboe> ImageAttrAlt
  • 12:35:59 <mrboe> we had that problem in fluidboostraptheme
  • 12:36:16 <mrboe> we wanted to use settings.Fieldname
  • 12:36:36 <mrboe> but in the secion/object this will not work
  • 12:37:40 <floxx> what's driving me crazy: it's illogical why image.link works
  • 12:37:43 <mrboe> like here: https://github.com/bootstraptheme-for-typo3/fluidbootstraptheme/blob/development/Resources/Private/Templates/Content/Button.html
  • 12:38:22 <mrboe> because image.link is a attribute that exists
  • 12:38:57 <mrboe> i guess
  • 12:39:33 <floxx> however :-D thank you. will remeber that for the future
  • 13:31:15 <Kaimane> Hey. I cant use xmlns instead {namespace ...} declaration in my ext using typo3 6.2.4. If I use xmlns I got an Exception: Could not analyse class:vhs\ViewHelpers\Page\Content\RenderViewHelper maybe not loaded or no autoloader? How can I solve that?
  • 13:31:44 <Kaimane> By using {namespace v=Tx_Vhs_ViewHelpers} everything works really fine.
  • 13:31:51 <mrboe> hey @Kaimane
  • 13:32:07 <Kaimane> hey @mrboe
  • 13:33:08 <mrboe> there are two possibilities 1. you move all v: to a partial (not use that in layouts) 2. use {namespace v=Tx_Vhs_ViewHelpers} in layouts
  • 13:33:51 <mrboe> like this https://github.com/bootstraptheme-for-typo3/fluidbootstraptheme/commit/148ca6071b698ad9ccb7bf9af4cfc8d6cd06e2d0
  • 13:51:35 <NamelessCoder> Kaimane page.content.render is deprecated and removed, content.render works.
  • 14:47:28 <hirnschmalz> Hi there, I updated flux and no got the error 'ext/flux/Classes/Configuration/BackendConfigurationManager.php on line 176' searching in the IRC logs tell me, that I'm not the only one
  • 14:48:08 <hirnschmalz> I already truncated all cf_* tables cleared TYPO3 caches, cleared APC cache and also removed all files in typo3temp - no luck so far
  • 14:49:44 <hirnschmalz> I'm using ab2fd40
  • 15:05:44 <beo6> hirnschmalz: try to change to DB cache in the install tool. Helped me
  • 15:13:13 <JustAPoring> is there a viewhelper for a category menu (similar to a HMENU with special=categories)?
  • 15:13:17 <JustAPoring> in vhs that is
  • 15:13:25 <JustAPoring> at first glance I didn't see anything
  • 15:13:39 <Kaimane> @mrboe that was the problem. v: was used in a layout. when moving v: to another partial there is no execption anymore.
  • 15:21:18 <Kaimane> But when I now use xmlns in a partial e.g. xmlns:v="http://typo3.org/ns/vhs/ViewHelpers" (for v 1.9.1) I got another exception: "Could not analyse class:vhs\ViewHelpers\Asset\StyleViewHelper maybe not loaded or no autoloader?"
  • 15:22:14 <NamelessCoder> Kaiman use http://typo3.org/ns/FluidTYPO3/Vhs/ViewHelpers
  • 15:22:25 <NamelessCoder> 1.9.1 uses namespaces
  • 15:23:55 <Kaimane> Got the same exception: "Could not analyse class:FluidTYPO3\Vhs\ViewHelpers\Asset\StyleViewHelper maybe not loaded or no autoloader?"
  • 15:24:33 <Kaimane> But with {namespace v=Tx_Vhs_ViewHelpers} there is no exception.
  • 15:27:18 <NamelessCoder> the class clearly exists: https://github.com/FluidTYPO3/vhs/blob/development/Classes/ViewHelpers/Asset/StyleViewHelper.php so perhaps something's up with the caching or currently checked out version
  • 15:27:42 <xaver> i had similar problems with select and switch to namespaces and stuff
  • 15:27:56 <xaver> my solution was namespaces and development
  • 15:30:41 <Kaimane> Of course, the class exists. Using vhs from ter in version 1.9.1.
  • 15:31:16 <Kaimane> So, using {namespace v=Tx_Vhs_ViewHelpers} everything works fine without any errors.
  • 15:33:32 <mrboe> but @Kaimane thats because you have used that in layouts?
  • 15:34:39 <Kaimane> In my layout there is neither {namespace ...} nor xmlns
  • 15:35:03 <Kaimane> I only use f: in layout
  • 15:35:08 <mrboe> yes
  • 15:35:29 <mrboe> ok
  • 15:35:43 <mrboe> and you got errors
  • 15:35:57 <mrboe> never had that
  • 15:36:20 <Kaimane> yes. when using xmlns in a partial I got an exception: could not analyse class ...
  • 15:38:02 <mrboe> and you use it like here? https://github.com/bootstraptheme-for-typo3/fluidbootstraptheme/blob/development/Resources/Private/Templates/Page/Render.html
  • 15:38:29 <mrboe> xmlns:v="http://typo3.org/ns/FluidTYPO3/Vhs/ViewHelpers"
  • 15:39:08 <mrboe> because in the docs its written like that >> xmlns:v="http://typo3.org/ns/vhs/ViewHelpers"
  • 15:39:14 <mrboe> and thats wrong
  • 15:41:34 <Kaimane> yes using it like in the page template. xmlns in my page template works but I do not use v: right there. only flux: and f:
  • 15:41:52 <Kaimane> changed the xmlns to xmlns:v="http://typo3.org/ns/FluidTYPO3/Vhs/ViewHelpers" ... but the same error.
  • 15:42:05 <Kaimane> Could not analyse class:FluidTYPO3\Vhs\ViewHelpers\Asset\StyleViewHelper maybe not loaded or no autoloader?
  • 15:43:17 <mrboe> have you looked into the vhs ext if its really there
  • 15:44:22 <Kaimane> yes. the class is still there. vhs/Classes/ViewHelpers/Asset/StyleViewHelper.php
  • 16:03:49 <hirnschmalz> beo6: changing to DB cache also worked for me - thank you very much
  • 16:04:04 <Kaimane> What's the best way to upgrade vhs from 1.9.1 (ter version) to 2.0.0 from git?
  • 16:08:37 <NamelessCoder> nice, github-bot - 25 minute delay ^^
  • 16:49:38 <benjamin_654> hi together
  • 16:49:42 <Kaimane> Want to give you an update. I upgraded chs to version 2.0.0 from git. Now xmlns works perfect without exceptions. No need to use {namespace ...} anymore.
  • 16:50:23 <benjamin_654> i am setting up a new 6.2 project and i am not sure if i should use fedext development oder master branch
  • 16:50:58 <benjamin_654> what do you suggest? what are currently the biggest differences?
  • 16:51:33 <mrboe> its the choice between old or new bug ;)
  • 16:55:39 <Kaimane> chs = vhs ;)
  • 17:09:19 <Guest|72339> hi all
  • 17:09:39 <Guest|72339> anyone can tell me if its possible to get tt_content element by uid with vhs?
  • 19:33:40 <xaver> benjamin_654: i use develop. Develop isn't stable and some annoying bug can show up. But a lot of stuff is fixed and improved.
  • 19:34:05 <xaver> development is like in other projects master. we use master for actual releases.
  • 19:36:24 <ltrebing> aka git-flow-ish :)
  • 21:16:15 <benjamin_654> xaver: thx - i´ll go with develop (:
  • 21:17:30 <xaver> benjamin_654: also the docu isn't always up2date
  • 21:19:06 <benjamin_654> the best docu is always the source (: - at least for the view helpers where i can quickly understand whats going on ..

20140730

  • 08:09:07 <mrboe> good moring
  • 08:15:23 <bjo3rn> morning. any devops guys around?
  • 08:35:25 <benjamin_654> morgning
  • 10:16:19 <featdd> good morning
  • 10:57:29 <Guest|59426> Hi, is it possible to set multiple displayCond in flux fields?
  • 11:06:28 <fger> hiho
  • 11:14:40 <xaver> hi
  • 11:17:30 <Guest|53639> Hey everybody. Is there a known date, when the actual dev version of flux and vhs will be released in the official TER? Thanks.
  • 11:34:36 <fger> i dont know the release cycles/plans
  • 11:40:21 <Guest|53639> Okay.. i hope someone of the developers could tell me more :))
  • 12:05:01 <featdd> Guest|53639: why a dev version in TER?
  • 12:10:07 <Guest|53639> @featdd isnt it normal that a dev version is going to be a master version?:p
  • 12:11:47 <featdd> sure, but if you want to develop there is the repository on github
  • 12:13:44 <Guest|53639> i know what you mean. But is there no point, to release the fixes of the dev version in a master version?
  • 12:14:59 <Guest|53639> i just want to have a new stable version :D
  • 12:15:27 <xaver> Guest|53639: you need to wait until its finished
  • 12:15:36 <featdd> fixes on dev will flew in into the next master
  • 12:16:15 <featdd> thats why it's called dev, because it also has to tested and so on
  • 12:17:11 <Guest|53639> yes i know :) i just asked if there is a date for new release :)
  • 12:17:18 <featdd> if you want to try to run a dev branch in productive, what isn't recommended, you can clone it from the repository
  • 12:17:46 <featdd> that's an other kind of question :-D
  • 12:18:03 <Guest|53639> hahaha :D yes but thats what i wanna know hehe :p
  • 12:19:04 <Guest|53639> @xaver do u know when it will be finished?
  • 12:19:09 <xaver> it will be released when its finished :)
  • 12:20:15 <featdd> I think what xaver say is the most satisfying answer you'll find :-D
  • 12:20:44 <Guest|53639> haha i think so too xD
  • 12:22:28 <featdd> amen to that
  • 12:22:38 <Guest|53639> :-D
  • 12:26:41 <NamelessCoder> Guest|53639 we all do this in our spare time, and the definition of "spare time" means it's not easily predicted how much we have to spare
  • 12:27:56 <NamelessCoder> you are very welcome to help, for example by reviewing pull requests and testing them out
  • 13:00:28 <randomresult> hi there
  • 13:02:26 <randomresult> @danilobuerger u there?
  • 13:04:27 <benjamin_654> hi
  • 13:05:40 <benjamin_654> is it possible (not a hack) to use fluidpages for just one tree in a typo3 system and have a old typoscript-setup for the other tree?
  • 13:07:02 <randomresult> you could try to set plugin.tx_fluidpages > in your setup
  • 13:07:33 <randomresult> no.
  • 13:07:39 <randomresult> wrong tought i guess
  • 13:14:36 <benjamin_654> randomresult: it seems to work like this:
  • 13:14:51 <benjamin_654> fluidpagesRawTemplate >
  • 13:14:51 <benjamin_654> plugin.tx_fluidpages >
  • 13:14:53 <benjamin_654> page >
  • 13:14:54 <benjamin_654> page = PAGE
  • 13:14:55 <benjamin_654> page.10 = TEXT
  • 13:14:56 <benjamin_654> page.10.value = HELLO WORLD!
  • 13:15:20 <randomresult> also in backend?
  • 13:15:52 <benjamin_654> in the backend i assigned a backend-layout and it is used ! (:
  • 13:16:12 <randomresult> cool
  • 13:24:11 <ndee> I'm running 6.2.4 with fluidcontent, flux and fluidpages from the TER. When I try to save my fluidcontent-CE, I get the following message: #1: PHP Warning: explode() expects parameter 2 to be string, array given in .../typo3_src-6.2.4/typo3/sysext/core/Classes/TypoScript/Parser/TypoScriptParser.php line 212. I enabled flux debug and there are no problems shown.
  • 13:24:24 <ndee> where else could be the culprit?
  • 13:29:18 <gattila> hi, someone knows a solution for felogin without css_styled_content?
  • 13:29:27 <benjamin_654> It would be nice to get NamelessCoder ´s opinion on this: do i have to expect problems by using fluidpages like that? ^
  • 13:49:55 <gattila> felogin works without css_styled_content if you add this: http://pastebin.com/Jd5Zpspx to your constans
  • 13:50:36 <gattila> with correct template path ;)
  • 13:51:35 <benjamin_654> i´ll bookmark it (: thx for sharing
  • 14:01:01 <gattila> My pleasure!
  • 14:42:34 <ndee> is it possible for a layout to have a "Configuration" part`
  • 14:52:15 <fger> ???
  • 15:00:28 <danilobuerger> randomresult yes
  • 15:00:49 <randomresult> hi danilobuerger
  • 15:00:59 <danilobuerger> servus
  • 15:01:03 <danilobuerger> whats up?
  • 15:01:09 <randomresult> as u might know, we have a copynpaste thing ...
  • 15:01:17 <danilobuerger> ugh
  • 15:01:18 <randomresult> any news on that?
  • 15:01:37 <danilobuerger> i dont know
  • 15:01:43 <randomresult> ugh sounds like "i need to leave"
  • 15:01:50 <randomresult> but u know we have this?
  • 15:01:54 <danilobuerger> right
  • 15:02:14 <randomresult> ok. and ur not resposible for that?
  • 15:02:22 <randomresult> (as u was last time)
  • 15:02:38 <danilobuerger> responsible? as in i broke it? then no :-)
  • 15:02:56 <randomresult> no - as u the one who can fix it!
  • 15:03:08 <danilobuerger> well, i could...
  • 15:03:13 <randomresult> then u should
  • 15:03:20 <randomresult> :)
  • 15:03:27 <randomresult> x_O
  • 15:03:33 <randomresult> i ll pay a beer in munich
  • 15:03:50 <danilobuerger> the thing is i work on issues / features that my customers or i need... and my customers nor me need copy/paste working...
  • 15:04:16 <randomresult> well.. how can i become a customer of yours and what does it mean?
  • 15:04:41 <randomresult> everyone needs copy and paste ...
  • 15:04:47 <danilobuerger> apparently not ^^
  • 15:04:55 <beo6> we need copy & paste too
  • 15:05:14 <randomresult> comeon . copy and paste is the reason why we use computers
  • 15:05:26 <randomresult> at least one of the reasons
  • 15:05:46 <danilobuerger> well i estimate it to be 8 hours of work to fix it... if somebody can find the money for it, i am willing to do it... but i am probably (money-wise) the worst one to ask ;-)
  • 15:05:48 * randomresult votes +3 for copy'n'paste bug to be solved
  • 15:06:19 <randomresult> well 8 hours means something like 80 Euro ... ok i will take it
  • 15:06:24 <danilobuerger> lol
  • 15:06:33 <randomresult> you know you love it
  • 15:06:53 <randomresult> can you tell me why this silly bug comes back every 4-6 weeks?
  • 15:06:58 <randomresult> it was fixed wasnt it?
  • 15:07:06 <danilobuerger> copy/paste was never fixed
  • 15:07:12 <randomresult> i thought it was
  • 15:07:13 <danilobuerger> move and translate were fixed by me
  • 15:07:26 <randomresult> ok.
  • 15:07:44 <fger> copy&paste / localize backend bugs are imho showstoppers for using FluidTYPO3 productive
  • 15:07:56 <randomresult> fger same here
  • 15:08:03 <randomresult> and moving when scrolling
  • 15:08:18 <randomresult> our customer heavy use this features
  • 15:08:23 <beo6> na. you can use copy + paste instead of drag + drop..
  • 15:08:41 <fger> copy&paste is borken beo6
  • 15:08:45 <fger> broken
  • 15:08:46 <randomresult> copy n paste is not working my friend
  • 15:08:51 <fger> at least in the TER versions
  • 15:08:54 <randomresult> thats what we talk about
  • 15:08:55 <beo6> i know. it was supposed to be a joke. :)
  • 15:08:58 <fger> thus no project can be done using flux etc.
  • 15:09:10 <danilobuerger> randomresult the moving/scrolling part is a core problem
  • 15:09:22 <randomresult> danilo i know
  • 15:09:27 <randomresult> but it works using TV
  • 15:09:32 <randomresult> no matter why
  • 15:09:40 <danilobuerger> because they decided to fix it themself
  • 15:09:47 <randomresult> good choice
  • 15:10:05 <randomresult> i know you and the team think diffrent on that topic
  • 15:10:12 <fger> i tested moving up/down of CEs in ce-columns in TYPO3 6.2.4 -- seemed to work
  • 15:10:16 <fger> without flux
  • 15:10:27 <danilobuerger> randomresult i dont, i can fix it but same reason as copy/paste why i am not doing it
  • 15:10:42 <randomresult> i understand that
  • 15:10:58 <randomresult> so what will u charge for a day of work?
  • 15:11:21 <randomresult> and will the team will be cool when we pay you fixing that?
  • 15:12:03 <danilobuerger> well you can hire anyone from the team... i am just the one that costs most as its our normal agency rate of 100€/h
  • 15:12:20 <fger> thats a fair rate
  • 15:12:24 <fger> :)
  • 15:12:39 <randomresult> fger we could collect
  • 15:13:03 <fger> i could fix it myself :)
  • 15:13:18 <fger> i fixed it in flux version prior to 6.x
  • 15:13:19 <randomresult> then do it
  • 15:13:21 <fger> :p
  • 15:13:35 <randomresult> i would if i could
  • 15:13:57 <fger> i dont know that part of the code atm, would take too much time to dig into that
  • 15:14:25 <fger> one thing i noticed though was, that the sorting gets lost for localized FCE when copy/pasting it... this should be easy to fix
  • 15:16:25 <slh> hi there
  • 15:17:07 <danilobuerger> randomresult just find a customer that needs the feature and get him to pay for it ;-)
  • 15:17:22 <randomresult> i will
  • 15:17:27 <randomresult> at least try
  • 15:17:34 <randomresult> you said you will be in munich?
  • 15:17:38 <danilobuerger> yeah
  • 15:17:41 <danilobuerger> got 3 tickets :-)
  • 15:17:52 <randomresult> mrboe and me will be there too
  • 15:17:55 <danilobuerger> cool
  • 15:18:01 <danilobuerger> looking forward to meeting again ;-)
  • 15:18:13 <slh> i´m using fluidcontent on a 6.1 install. when i try adding a new element, which works great, there´s always an rte activated. can i get rid of that??
  • 15:18:15 <randomresult> we arrive on friday and leave saturday eveneing
  • 15:18:29 <randomresult> slh update
  • 15:18:32 <randomresult> we hat the same
  • 15:18:34 <danilobuerger> well we will come each day from augsburg
  • 15:18:51 <randomresult> come on... i thought we could have a beer friday
  • 15:19:06 <randomresult> (or two)
  • 15:19:29 <slh> the extension or the system? i´m on the stable branch for the fc and flux
  • 15:20:02 <danilobuerger> randomresult yes we will be there on friday by train so we can drink as much as we like :-)
  • 15:20:14 <randomresult> cool
  • 15:21:09 <randomresult> well not too much pls. need to do my first race on sunday
  • 15:33:28 <featdd> hay I want to use vhs assetic in a partial of an extension template but it doesnt render the v tags
  • 15:35:08 <benjamin_654> randomresult: with "we have a copypaste thing" - do you mean "Currently known bugs in copying:" at https://github.com/FluidTYPO3/flux/issues/573 ?
  • 15:35:59 <slh> thanks randomresult.. the update fixed. just took some time to figure out "what" update :)
  • 15:37:24 <randomresult> benjamin_654 you want me to read all that?
  • 15:37:28 <randomresult> x_O
  • 15:55:41 <beo6> featdd: you need to add the namespace thing also in the partial template
  • 15:56:48 <beo6> featdd: {namespace v=FluidTYPO3\Vhs\ViewHelpers}
  • 16:00:09 <featdd> beo6: aaah the damn namespace :-D
  • 16:00:20 <featdd> beo6: thanks
  • 16:00:57 <beo6> np
  • 16:20:04 <fger> i found a "nice bug" in TYPO3 6.2, when i try to access a custom viewhelper which was being defined in an extension which was not installed
  • 16:20:24 <fger> PHP matches the namespace and finds the class, but nothing is executed in TYPO3 frontend and no error-msg at all ofc
  • 16:20:38 <fger> so much as for namespaces and TYPO3 :)
  • 16:34:01 <beo6> fger: just install the extension then. ;)
  • 16:59:39 <Guest|40415> hey guys, I've got following problem. My fluid content elements will not displayed in the ce wizard. I use flux 7.0.0, fluidcontent 4.0.0 and typo3 6.2.4
  • 17:12:35 <fger> Guest|40415: add static typoscript templates of the corresponding provider extension, clear the typo3temp dir, if necessary on CLI
  • 17:13:07 <fger> i dont trust TYPO3 6.2.x in cleaning up all cache-artifacts in that directory when hitting the clear-cache button in backend
  • 17:40:05 <Guest|40415> I solved this problem, in my own extension in the ext_emconf.php shouldn't depends typo3 6.2

20140731

  • 10:04:58 <mrboe> good morning
  • 10:18:31 <randomresult> hi there
  • 11:15:40 <featdd> morning
  • 11:53:33 <friggingee> Hey guys
  • 11:54:30 <friggingee> I just stumbled upon a strange behaviour of FCEs when saving image relations in 6.2.3
  • 11:54:50 <friggingee> I got a simple image gallery FCE which uses FAL relations to add images
  • 11:55:48 <friggingee> see https://gist.github.com/friggingee/dbe112e955f1192f519c
  • 11:56:39 <friggingee> if I add an image in the backend, the backend-preview shows the image count as “NEW1234567890abc, NEWabc1234567890”
  • 11:56:54 <friggingee> the pi_flexform value also reflects this data
  • 11:57:59 <friggingee> although the frontend output is correct, this makes it impossible to use any conditions on the image field, also the BE preview output is broken by this
  • 11:58:19 <friggingee> am I doing something wrong there or is this intended behaviour?
  • 11:58:47 <friggingee> I’m using EXT:fluidcontent 4.0.0
  • 11:59:26 <friggingee> EXT:flux 7.0.0 is also installed, runnning on TYPO3 6.2.3
  • 12:00:24 <friggingee> for the pi_flexform, see: https://gist.github.com/friggingee/91b4e169b774c73c7f5e
  • 12:01:10 <soee> what condition do you want to use ?
  • 12:02:52 <friggingee> e.g. <f:if condition=“{f:count(subject:’{settings.image}’)} > 1”>
  • 12:03:31 <friggingee> since the value saved is cleary not an integer and would be transformed to whatever the integer value of the random NEW-string is, this fails to work
  • 12:04:10 <friggingee> however, if I re-save the CE after initial creation, the value gets updated correctly
  • 12:22:56 <friggingee> @soee have you ever experienced this behaviour before?
  • 12:23:06 <friggingee> google doesn’t seem to know anything about it
  • 12:33:35 <friggingee> debugging shows this to be intended behaviour
  • 12:34:07 <friggingee> at least I can’t seem to find any hint on any kind of preprocessing of the newly created FAL relations on save
  • 12:34:50 <friggingee> this behaviour happens on creating a completely new CE and when editing and adding a new image to an existing one
  • 12:47:14 <friggingee> although adding an image to a CE which already has at least one image attached to it, the data is being processed correctly
  • 15:05:11 <Torstenn> Hi there, anyone has an info what the flux copy feature should cover? e.g. copying an ContentElement from outside a column element into a column element doesnt work
  • 15:15:24 <Torstenn> i there, anyone has an info what the flux copy feature should cover? e.g. copying an ContentElement from outside a column element into a column element doesnt work
  • 15:58:42 <Outdoorsman> Hi Torstenn. Just so someone replies to you, I will at least say that I don't know the answer to your question... sorry
  • 16:03:34 <Outdoorsman> Hello randomresults and mrboel. What's the latest on fluidbootstraptheme? Are more people starting to help out on the project with you?
  • 16:58:51 <friggingee> if anyone has any kind of information on my question of today, 12 pm, I’d also be glad to get some feedback… it really seems to be a bug in flux
  • 17:06:03 <jftr> Hi, I have an issue regarding vhs. I use TYPO3 6.2.4 and vhs 1.9.1 (from TER). Whenever I try to use a view helper, I get the following error message: Could not analyse class:FluidTYPO3\Vhs\ViewHelpers\Media\ImageViewHelper maybe not loaded or no autoloader?
  • 17:06:12 <jftr> Does anyone have a clue what's wrong?
  • 17:12:55 <jftr> Obviously the namespace is correctly resolved. However the class seems not to be loaded. Does anyone know why that could be?
  • 17:28:45 <xaver> jftr: do you use namespaces or tx_... stuff
  • 17:30:25 <jftr> Neither. Currently my extension consists only of one content element.
  • 17:31:28 <jftr> In ext_tables.php I call `\FluidTYPO3\Flux\Core::registerProviderExtensionKey`
  • 17:38:34 <jftr> Is there a way to define either of Namespaces or the tx_... notation even if I don't have any PHP code yet?
  • 17:51:39 <jftr> I get the very same error if I try to validate builder itself in builder.
  • 17:52:05 <jftr> "Could not analyse class:FluidTYPO3\Vhs\ViewHelpers\Form\SelectViewHelper maybe not loaded or no autoloader?"
  • 17:52:17 <jftr> Does anyone have a clue what the issue could be?
  • 17:56:25 <jftr> Oh, xaver, you were talking about xml/fluid namespaces. That actually solves the problem: Instead of declaring namespace v in the opening div tag, I add a namespace declaration in curly braces: {namespace v=Tx_Vhs_ViewHelpers}
  • 17:56:29 <jftr> Thanks, xaver.
  • 17:57:12 <jftr> (as a side note: why doesn't vhs use namespaces?)
  • 17:57:35 <xaver> jftr: v2 will use namespaces and 1.9.1 also supports it
  • 17:57:45 <xaver> it was a lot of work to update everything
  • 17:58:06 <xaver> you find a mimigration alias mapper in vhs
  • 17:58:13 <xaver> v2 the other way around
  • 17:58:40 <xaver> jftr: https://github.com/FluidTYPO3/vhs#usage :)