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