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.