00:21:49 <Outdoorsman> I do this... git clone https://github.com/fluidbootstraptheme-for-typo3/fluidbootstraptheme.git typo3conf/ext/fluidbootstraptheme && cd typo3conf/ext/fluidbootstraptheme && git checkout development && cd ../../..
00:21:53 <Outdoorsman> ...AND GET THIS... error: The requested URL returned error: 403 Forbidden while accessing https://github.com/fluidbootstraptheme-for-typo3/fluidbootstraptheme.git/info/refs
00:22:08 <NamelessCoder> there is something horribly wrong on github right now
00:22:16 <NamelessCoder> I'm also getting errors/timeouts left and right
00:28:11 <soee> what do i have to do, to get output of my fluidpages in forntend ? i have grid in backend for frontpage but no output in forntend at all
00:28:37 <danilobuerger> soee please gist your page template
00:29:24 <soee> oh one second, do i need to add vhs namespace ?
00:29:39 <danilobuerger> not necessarily, but probably
00:46:08 <NamelessCoder> same as my experience here so that's a good sign
00:46:59 <Outdoorsman> If I clear all the cache then edit the root element I get this... Flux Debug: Argument "options" was not registered. (1237823695)
00:47:17 <Outdoorsman> Edit the root page that is.
00:48:42 <NamelessCoder> when fluidbootstraptheme hits TER you should switch to purely TER versions of every ext
00:53:06 <Outdoorsman> GitHub still reports "We're experiencing problems with repo operations and are working to restore functionality." so I suspect that is why I'm not able to git flux dev right now. It gets stuck.
00:53:32 <NamelessCoder> I get the same every 5/6 tries
00:53:41 <NamelessCoder> some requests get through so keep tryin'
01:21:05 <NamelessCoder> Outdoorsman hope you get a hole punched through to github today - I'm done for today and will be unavailable tomorrow, unfortunately.
03:20:11 <Outdoorsman> Hmmm not sure what I'm doing to cause this, but the RTE is not showing up in my content elements. Is this something that has to be enabled when using FuildTYPO3 stuff?
03:20:51 <Outdoorsman> rtehtmlarea is enabled and set to Typical in the extension manager.
03:32:50 <Denyerec> I have a vague memory about reading this somewhere in a blog or in the docs
03:32:54 <Denyerec> I think you'll have to google for it :/
03:54:54 <Outdoorsman> Alright. I'll see what I can come up with.
03:56:04 <Outdoorsman> do you have a vague recollection on what keywords you used to find a solution? When referring to this stuff, is flux, fluid, fedext the primary keyword?
03:58:57 <Denyerec> Good luck, I have to crash out
04:48:07 <Outdoorsman> I still am not seeing RTE controls for any of my Text content elements. I also updated all extensions to the latest dev versions (fluidcontent, fluidpages, flux, vhs, fluidboostraptheme) and the issue still persists.
10:57:23 <Loranus> Hello! I have a quite basic question concerning fluid. When i create an element of type "file" and render it with something like <f:image src="uploads/pics/{image}" alt="" /> - how can i make the part "uploads/pics/" dynamic if a user pics a file with the file browser?
12:05:15 <randomresult> sorry, i need to do a phone call
12:06:51 <alexander_dick> no, that is not what I mean. I want to access the "image" variable (created inside the partial section) in the parent section
12:08:27 <randomresult> do u have arguments={_all}
12:19:28 <BenjaminR> alexander_dick: quite busy right now but if its about fal i created a gist some days ago how to use it on page tmeplates or fces: https://gist.github.com/benjaminrau/9833031
12:20:13 <BenjaminR> A set var is only available in the given scope
14:11:10 <alexander_dick> @BenjaminR does this also work with sliding?
14:11:43 <alexander_dick> slide up to the first page with images
14:11:58 <BenjaminR> didnt try - not relevant in my usecase
14:14:01 <misiak> Hi. Just question: are there any known problems with fluidcontent in TYPO3 6.2? I Inserted my FCE and i get white page on FE. I used the same FCE in older TYPO3 versions without problems. Thnx
14:14:41 <BenjaminR> misiak: if you migrate from flux 6.X to flux 7.0 you need to check the migration guide
14:28:37 <cedricziel> i feel that external variables should be set in the layout-and thats exactly what you're doing despite you doing it in the template
16:38:07 <soee> hi, when using fluidpages is it possible to slide content from some section of root page and display it in FE but not in backend layouts ?
17:08:27 <adi77> I upgraded to flux7 and now all fce's show a additional rte field after the flux elements. Although i did not define it in the fce template. What could be wrong?
17:21:53 <adi77> I just upgraded the 3 ext's fluidcontent, fluidcontent_bootstrap and flux from FluidTypo3 repo and made a db compare in the install tool.
17:25:22 <Outdoorsman> Sweeeeet! I see some good progress was made on fluidbootstraptheme today :)
17:25:37 <Outdoorsman> Downloading the latest dev...
17:26:03 <Denyerec> moger-xx - given that it's an extra field / param, it might not be impossible to implement yourself ?
17:26:20 <Denyerec> Should basically be a copy and paste of any of the other text properties
17:26:28 <Denyerec> Although maybe Claus has a reason for not implementing it.
17:37:33 <Outdoorsman> I still don't know why my Rich Text Editor (RTE) controls don't show up for me. I'm using fluidbootstraptheme although I don't know that the issue is with that extension.
17:39:13 <BenjaminR> moger-xx: i think claus NamelessCoder will find some time if you make it a paid feature beside the 1000s of free ones :)
17:39:30 <Outdoorsman> I checked out this bug report but didn't necessarily know what to do about it since the solutions wasn't given. https://github.com/FluidTYPO3/flux/issues/339
17:40:19 <BenjaminR> Outdoorsman: the comment says that the extension in question is not ours :)
17:40:25 <Outdoorsman> Has anyone else has issues with a unmodified install of these extensions not showing the RTE?
17:57:22 <Denyerek> So I now have a page where I want the "decorating" done differently
17:57:30 <Denyerek> But all the underlying data is identical to the existing page template.
17:57:45 <Denyerek> Does this mean I need to duplicate the template, then keep them in sync ?
17:58:15 <Outdoorsman> @BenjaminR The bug report was put under flux. However, it appears to have been an error with fuildpages_bootstrap. So you are thinking that I should take this up with randomresults?
17:58:44 <Outdoorsman> You think it may have to do with fluidbootstraptheme in my case?
18:09:30 <pedda> does one of you guys use some colPos magic for FCE's like accordion or tab?
18:10:12 <pedda> if i change the order of my accordion items, the nested content does not change accordiingly
18:11:48 <adi77> I upgraded my typo3 6.1.7 project to flux7 and now all fce's show a additional rte field after the flux elements. Although i did not define it in the fce template. What could be wrong? https://www.filepicker.io/api/file/iFJ5M6jTTNStdgi1G4UM
18:12:38 <danilobuerger> adi77 did you run the flux 7 update script?
18:15:52 <Denyerec> cedricziel was on a roll and must have rolled off :(
18:16:00 * Denyerec is still pondering the Template/Layout thing
18:18:40 <pedda> Denyerek: you could rely on a partial for your flux settings
19:11:44 <Denyerec> danilobuerger do you have a moment ?
19:19:08 <soee> i have column defined: <flux:grid.column colPos="5" name="Box1" /> and if i want to show its content: <div class="col-md-4"><v:page.content.render column="Box1" /></div> it always shows content from colPos=0
19:19:34 <soee> same for other columns - all have content from columnt with colPos 0 any idea why ?
19:21:04 <Denyerek> soee, can you look at the columns item from fluidcontent_bootstrap
21:02:39 <Denyerek> so the "then" and "else" parts of the conditional are output.
21:02:53 <Denyerek> and if there isn't one, the IF should be tagged on the end of the chain to control it.
21:05:56 <BenjaminR> well to understand chaining better you have to know that this is from children to parent not parent to children. so -> means pushing "content" to a viewhelper. what this also brings with it is that you cant have multiple children. so you can assign whatever the viewhelper uses as rendernChildren(). for an f:if for example this is per default f:then
21:06:05 <BenjaminR> i cant describe better... hope its enough for now :)
21:06:20 <Denyerek> Ahh, so you kinda read it backwards
21:06:40 <BenjaminR> yap - right to left would be parent to children
21:06:42 <Denyerek> I've got a template nesting error... Is that a case of manually identifying it ?
21:57:04 <danilobuerger> need to send that to my wife as well :D
21:59:33 <rosieres> anyone here who can give a hint on [__referrer][arguments] in extpase forms ?
22:01:18 <danilobuerger> rosieres not with that little of information
22:03:53 <rosieres> In my form there a are lot of chunked data in that array ( 4-5 mb ) while travelling though the form session over multiple actions . . . so I cannot believe that this is normal in extbase . . . so I found this at the moment . . . -> http://forge.typo3.org/issues/25801 especially the part of the unnecessary data
22:07:14 <rosieres> The problem is that this array data is posted on every action in that form . . . with a VDSL no deal . . . but on a small bandwidth . . . someone will puke
22:07:38 <rosieres> danilobuerger any idea about or to solve this ?
22:24:42 <Outdoorsman> randomresults I'm still here... I just check in every little bit, so ask or comment away. I will get back with you if I don't see it right away.