14:13:53 <xaver> NamelessCoder: https://github.com/FluidTYPO3/vhs/pull/589/files#r13266300 should i do a extra commit or a force push. i saw you work a lot with a force push, if something isn't merged
22:11:19 <Outdoorsman> Hi xaver... just letting you know about https://github.com/FluidTYPO3/vhs/pull/582 if you didn't see it already. Thanks for your help.
22:12:01 <xaver> Outdoorsman: i saw it already, no problem :)
10:05:41 <GRIMMCREATIVE> New vhs Version out :) Is this Version already the right one to use fluidcontent_core too?
10:06:14 <SuburbanWorrier> bjo3rn: you pointed out that an error I had last week was a mere warning and shown because I had different reporting settings. Wanted to say thanks and confirm that you were right. :)
10:49:18 <xaver> only idea i have is mp4. I think firefox started the support late. ogv/ogg was the first support
10:49:33 <xaver> tantebootsy: you are welcome to write something :)
10:50:13 <xaver> maybe we should replace empty sites with a tutorial howto add something ;)
10:50:58 <tantebootsy> no i think it's a missing attribute. my console says "<source>-Element hat kein "src"-Attribut. Laden der Medienressource fehlgeschlagen. fluidtypo3.org
10:50:58 <tantebootsy> Alle Kandidaten für die Ressource konnten nicht geladen werden. Medien-Laden pausiert."
11:09:35 <tantebootsy> if you have an ObjectStorage represented as checkboxes within the view you need to test if the checkbox is checked which needs to be via a viewhelper. i need this very often - maybe something for your vhs-library?
12:42:00 <cedricziel> if you dont find yourself having the problem fixed by then: ring the bell again and you can describe what's happening (or not) in greater detail. deal?
12:44:24 <Guest|59436> yes its a good deal :p but i need the dev version, is that correct?
12:48:04 <Guest|5988> hello, I write my bachelor thesis about creating templates and content elements with fluid and I want to write about fedext. Give it any materials about the history?
12:48:30 <Guest|59436> i will be back in 1 hour. THen i am going to try it.
14:18:31 <cedricziel> use the static method ::var_dump on the object
14:19:01 <cedricziel> okay Guest|59436: You may have to battle with outdated fluid templates
14:19:15 <cedricziel> please recheck all the steps neccessary to register your provider extension
14:19:48 <cedricziel> 1.) ext_tables : is there a registration on flux for your provider extension? Does it call the correct method?
14:19:58 <cedricziel> 2.) can you select a page layout in the page properties?
14:20:36 <cedricziel> 2.) please recheck your page template re the grid (same applies to fluidcontent elements) and corrct usage of flux:grid.column et al
14:21:38 <cedricziel> 4.) you can use the EXT:builder and/or flux debug setting in EM to check wether your templates are correctly using the viewhelpers
14:22:08 <Guest|59436> hm i just get an error "is not a valid template resource URI".
14:22:37 <Guest|59436> and i can choose the layouts in the page properties
14:23:11 <Guest|59436> this error is for a content element which i have built with flux
14:23:20 <Guest|59436> but this element works all the time before
14:28:21 <Guest|59436> and in the BE, all Elements are destroyed in the settings section
14:32:30 <Guest|59436> uhhm the flux usage has changed from flux:flexform.grid.row to flux:grid.row?!
15:10:17 <nimius|thephpjo> i am hitting a small issue: I am having a wizard.link field in the backend. However, it only gives me values i cannot use (e.g. only page-ids). Is there a viewhelper to render these or do i have to write one myself?
15:12:10 <cedricziel> you dont have to, but it's a viable option. you _need_ a viewhelper for those fields as the result is _always_ a number or a cryptic string you'd have to post process.
15:12:18 <Guest|59436> do i need a folder called Content in the Elements folder for my fces?
15:12:39 <cedricziel> you could as well hook into a custom controller action and process the link there
15:12:51 <cedricziel> do you have objections against vhs?
15:13:05 <nimius|thephpjo> no. I am just careful not to use to many extensions
15:13:21 <cedricziel> vhs does no harm, nor does it add any overhead
15:13:22 <nimius|thephpjo> i like keeping things slim
15:13:32 <Guest|59436> next one.. "Could not analyse class:Tx_Flux_ViewHelpers_FormViewHelper maybe not loaded or no autoloader?" never heard this errors?!
15:13:51 <cedricziel> Guest|59436: you seem to be migrating from a old state
15:13:58 <nimius|thephpjo> … i think i'll just "borrow" the typolink viewhelper. It's not that complicated
15:14:12 <cedricziel> Content templates reside always in Resources/Private/Templates/Content
15:14:21 <cedricziel> Elements was abandoned long ago
15:14:51 <cedricziel> regarding your error: did you change the namespace import accordingly to the namespaces?
17:45:35 <moger> it is no extbase controller but a utility class which is called by a signal/slot. can anyone tell me what i -roughly- have to do to take ext:view into play?
17:51:22 <GRIMMCREATIVE> question: what happend with: Development stage rewriting of LLL files in FLUX
17:52:59 <GRIMMCREATIVE> oh - do i need this now: https://github.com/FluidTYPO3/flll
17:58:14 <GRIMMCREATIVE> wow - freaky - no more LLLs now :D
17:58:58 <danilobuerger> GRIMMCREATIVE switched to flll?
19:53:42 <ltrebing> I’m using fluidcontent v3.1.0 and have an annoying issue with saving records
19:54:38 <ltrebing> whenever I save a record in the backend (no matter which kind of record it is), the system spends a lot of time inside \Tx_Fluidcontent_Service_ConfigurationService::getPathConfigurationsFromRootTypoScriptTemplates()
19:55:27 <ltrebing> is this a known issue with v3.1.0 (and Typo3 v4.5)?
19:57:24 <danilobuerger> we are dropping support for 4.5 ltrebing so i am guessing even if its an issue with fluidcontent you will probably have to fix it yourself if you want it fixed... as we are dedicated to 6.x ... sounds harsh but supporting 4.x was taking too much time
20:01:07 <ltrebing> danilobuerger: I’m not expecting a fix, just asking whether it’s a known issue
20:40:39 <Outdoorsman> I just have to say... TYPO3 6.2 with fluid/flux/vhs/etc. is really great stuff. I just keep finding more things that make me go, wow!
10:09:18 <mrboe> i just startet to set up git tower and loaded the FT3 ext as submodules - is there any notification if there are new commits in my submodule?
12:47:09 <erredeco> a little question about v:asset.style if someone can enlighten me: is it possible to wrap it with a conditional comment? Thank you!
12:50:40 <cedricziel> erredeco: nope. bjo3rn has a workaround in his blog: https://worksonmymachine.org/blog/adding-assets-by-condition
12:51:20 <cedricziel> conditional comments are shitty anyway you look at the problem. so browser sniffing is allowed here
15:58:16 <soee> i think thers no such VH in VHS, have to write my own :)
16:32:25 <Guest|17766> Hey Guys, can someone help me with this error? Could not analyse class:FluidTYPO3\Flux\ViewHelpers\Form\Field\CheckboxViewHelper maybe not loaded or no autoloader?
20:43:33 <Outdoorsman> I am having Workspace issues. When I make a workspace change to a CE, I suddenly get multiple copies of the same CE showing up in page view but not in the frontend.
20:43:56 <Outdoorsman> What extension would be responsible for that?
20:44:16 <Outdoorsman> I'm guessing it's just a database query that didn't filter out workspace stuff, etc.
10:15:48 <BenjaminR> hans: hiding the langmenu for non existing translations of a page is not possible as i know
10:16:07 <xaver> hans: i think you need todo it yourself <v:page.languageMenu as="myLangMenu"><f:for myLangMenu... iteration="XY"><f:if ....></f:if></f:for></v:page> http://typo3.intervation.de/snippets/fluid/ffor-iteration-ermitteln/ you have total
10:16:12 <BenjaminR> randomresult: youve been at t3cs sat and sunday?
11:32:44 <Guest|69037> i have a little problem. My PageTemplates are not listed in TYPO3 to choose them. But the PageConfiguration is displayed :P the fluxdebug mode still say its all ok.
11:33:24 <mrboe> @Guest|69037 have you cleaned all cache
11:33:48 <Guest|69037> hm i cleard cache with install-tool
11:58:15 <Guest|69037> do i need the new vhs to get my page templates listed in T3?
11:59:09 <randomresult> BenjaminR this is our templaate https://gist.github.com/randomresult/a8169354fbef8e53c66f
11:59:28 <randomresult> so we dont use {namespace xy} no more
11:59:47 <xaver> raisch: looks like it https://github.com/FluidTYPO3/documentation/tree/rewrite/3.Templating/3.3.UsingTemplates . If you understand german you can take a look at the take from cedricziel
12:05:41 <Guest|69037> i dont know what im doin wrong :(
12:05:48 <randomresult> well. i offered it to him several times
12:05:57 <xaver> Guest|69037: how did you create your provider extension? Easiest way is "builder" and check Ffuidtypo3
12:06:00 <randomresult> but he loves to be slaved where he works now
12:06:02 <raisch> @xaver: great, thank you for the link! bye...
12:07:17 <soee> some serious chnages in flux-dev lately ?
12:07:32 <soee> PHP Fatal error: Call to a member function get() on a non-object in /web/typo3conf/ext/flux/Classes/Configuration/BackendConfigurationManager.php on line 171
12:21:41 <benjamin_654> that could be: https://github.com/FluidTYPO3/flux/blame/development/Classes/Configuration/BackendConfigurationManager.php##L171
12:21:56 <benjamin_654> did you clear the cache in the install tool @soee ?
12:22:42 <cedricziel> updating the gits wont clear your cache. that's an issue sometimes
12:36:07 <benjamin_654> randomresult: for the ext_conf_template, did you try: TS: plugin.tx_xy.setupvarname = {$plugin.tx_xy.constvarname} FLUID: {v:var.typoscript(path: 'plugin.tx_xy.setupvarname')}
13:18:05 <cedricziel> benjamin_654, soee-the commit contains what I told you before, but a bit more in detail: https://github.com/FluidTYPO3/documentation/blob/rewrite/3.Templating/3.4.UsingVariables/3.4.2.TypoScriptVariables.md
13:19:58 <Denyerec> xaver - someone who makes photos look bettter
13:20:10 <Denyerec> Usually by scrubbing out fat, improving colour and deleting distracting elements.
13:20:53 <benjamin_654> cedricziel: nice - thx!, now i understand what you meant with "via {settings.setting1} directly without fiddeling"
13:20:58 <Denyerec> Like so: http://stuff.denyerec.co.uk/Pole/#!DSCF6414_BA.jpg
13:21:27 <soee> is i tpossible using v:format.json.encode to encode whole object with relations (configured as lazy)?
13:21:46 <cedricziel> yeah, sorry for me wibblywobbling
13:24:21 <Guest|53257> hey guys, i can do it like that or not? <flux:field.input name="workexampleurl" label="{v:l(key: 'content-workexample.url', default: 'Link')}">
13:24:21 <Guest|53257> <flux:wizard.link label="Select your link" activeTab="url" />
13:34:00 <GRIMMCREATIVE> fluidtypo3.org - no styles ?
13:36:38 <cedricziel> seems that pull request gone wrong
13:37:19 <Guest|53257> my problem is: my PageTemplates is not listed in T3. But the page configuration of this template is displayed. And i really dont know what I could do now.
13:38:15 <Guest|53257> the flux debug mode says that everything is fine... FE and BE are working fine
13:49:06 <soee> gusy why when using v:format.json.encode relational data attributes are prefixed witrh: * ?
15:35:22 <mrboe> i have an extension "t3basic" with me basic elements and i want to create a second one to override it
15:36:16 <mrboe> would this be right? https://gist.github.com/misterboe/4e00859182b6b3deb531
15:38:23 <mrboe> i created the igepagroup with builder and i want to have the posibillity to add some additional FCE in there
15:39:03 <mrboe> but when i but a element in the "second" extension i see it twice in BE
15:39:33 <mrboe> so it seems like view does not overlay
15:50:59 <Guest|53257> u dont need to register it in ext tables?
15:57:27 <NamelessCoder> mrboe if you also registered EXT:igepagroup as provider extension then it would show up twice by design: EXT:igepagroup would also present the element as one it provides, but it will also be provided by EXT:t3basic
16:20:49 <patt> Hi! can someone help me with this error? https://gist.github.com/anonymous/bddd07e16655a16400bd
16:22:33 <cedricziel> hey patt-one of your f:if 's is not properly nested
16:23:32 <xaver> can i use the partial or section name as variable ?
16:27:30 <mrboe> @NamelessCoder i thougt it would be possbile to have an second extension which overrides "and" contains additional templates - but this would not work?
16:27:50 <patt> grrr... yes @cedricziel i got it... Thank you :)
16:28:43 <cedricziel> oh i just read the message ^^
16:28:55 <NamelessCoder> mrboe no (I *think* I mentioned this somewhere in the docs), not unless you use another than Resources/Private/Templates as your overlay path
16:29:19 <NamelessCoder> set overlay path to fx Resources/Private/Overlay/Templates/
16:29:30 <NamelessCoder> and place overlay files there, original content in original location
21:52:38 <soee> is it possible to add for fluidpages configuration parameter for example in extension setting, that will disable native backend layout fields in page properties when we have fluidpages ?
21:57:13 <xaver> soee: i dont't understand your goal
00:39:52 <Outdoorsman> I'm wondering if this is something that would be specific to the fluidbootstraptheme extension or something like vhs or flux, etc.
00:43:47 <cedricziel> that's why i'm asking for more information
00:43:58 <Outdoorsman> The element I was using is here... https://github.com/bootstraptheme-for-typo3/fluidbootstraptheme/blob/development/Resources/Private/Templates/Content/Carousel.html
00:44:25 <Outdoorsman> Is that what you were asking for?
00:48:01 <cedricziel> user_uploads is a managed directory
00:48:10 <cedricziel> _never ever_ move around files in there
00:48:37 <Outdoorsman> I'll ping a few people on this like mrboe and randomresults. I'm not sure how to even state the problem if I create an issue though.
01:02:01 <cedricziel> depends.. the implementation stbilizes step by step-but flexforms are a special case in many ways
01:02:35 <xaver> Fal is in 6.2 much better, but the problem was 6.0 and 6.1 had lots of problems and no docu
01:03:05 <cedricziel> as NamelessCoder reported on one of the issues you participate on, our next goal is relational data storage. once we have that, we can use any type in flexforms
01:05:22 <Outdoorsman> Oh, so are you saying that even flux:field.file will eventually be utilizing FAL? Secondly, does relational data storage = FAL the way you are referring to it here?
01:05:51 <Outdoorsman> Just getting caught up on terminology.
01:07:29 <Outdoorsman> xaver To be honest, I skipped 6.0 and 6.1. For some reason they were just buggy for me all the way around but I'm loving 6.2 and am migrating my clients there now.
01:30:13 <Outdoorsman> cedricziel, Just want to know this one last thing. Are you saying that even flux:field.file will eventually be utilizing FAL? (When you say "relational data storage", does that mean FAL?)
01:36:48 <cedricziel> that means the storage engine behind flexforms will get relational and more accessible.
01:37:34 <cedricziel> and for FAL, you need a reference id which doesnt work in flexform section objects
01:37:51 <cedricziel> that's the main reason for the troubles
01:38:47 <cedricziel> to answer your question: use the file field; simply dont move the files around from inside protected directories
01:39:08 <Outdoorsman> Thanks. I'll learn more about this as time goes by. As you were ;)
01:39:10 <cedricziel> there'll _eventually_ be a migration for those
10:16:45 <alex_schnitzler> I don't really get the namespace thingy in phpstorm. A blogpost of yours says it works out of the box: <div xmlns:v="http://fedext.net/ns/vhs/ViewHelpers" />
10:17:42 <alex_schnitzler> By the way. Do you know of someone already building a foundation provider extension?
11:06:54 <xaver> we use bootstrap and we also used zurb
11:07:21 <xaver> i like the bootstrap docu more, but both are really similar.
11:07:28 <soee> xaver: by client request or own decisions ?
11:07:43 <alex_schnitzler> Well, if I want to use zurb it's not an argument to say you can use bootstrap instead. So I don't get the point. Sure, the provider extension for bootstrap already exists but I don't want to use it. ;)
11:09:49 <xaver> i would prefer a simple standard grid and add everything else use the optimal solution
11:10:10 <xaver> e.g. bootstrap and prototype is bad - you need to chnage 1 source
11:13:05 <soee> xaver: @yesterday's question about backend layouts, if we are using page layouts etc. from our provider extension that the default page options for selecting layout for page and subpages are bit useless
11:25:52 <GRIMMCREATIVE> how to say a client in friendly way that he is stupid and have no idea about design+code+everything ? - or wait... will just say it like this... lets try
11:32:31 <GRIMMCREATIVE> I like to say - show me an really good example of what you want to achieve but only if you really like it - then i will do it for you... Then they try to show me - get back to my solution with the words... mhhh yesterday the other site was nice, but today it just do not look good anymore :D
11:42:20 <dasFelix> hi... maybe a "dumb" question, but I asked myself since months: What is the difference between "fedext" and "fluidtypo3" ... I thought "fedext" is just the old expression of same thing... but the channel name is the proof I am wrong... :)
11:50:13 <BenjaminR> dasFelix: that is our team channel - not meant to be communicated. everyone who is in there is in here too
11:50:25 <dasFelix> and one last question (for just now ^^ ) ... is there a good / simple step-by-step howto about start a 'blank' project with builder-extension with the goal to have a naked bootstrap-based fluidtypo3 system?
11:50:35 <cedricziel> fluidcontent provides custom content elements constructd with pure fluid. fluidcontent_core replaces css_styled_content as we think it should be the other way around: turn on what you like, not turn off anythinguntil it fits your markup somehow
11:51:08 <dasFelix> best I found was this here: http://www.webnugget.de/ (in German)
11:51:10 <cedricziel> worksonmymachine.org maintained by bjo3rn provides a quickstart
11:51:43 <dasFelix> oh thx cedricziel - seems to be very helpful
11:51:48 <cedricziel> we're in the middle of reating a 'tutorial' distribution which guides through most of the aspects
11:54:42 <xaver> i need to watch the 3 video, i think i hide behind danilobuerger
11:54:43 <cedricziel> dasFelix: there are several resources. do you know the basics of extbase and fluid?
11:55:18 <dasFelix> cedricziel ... at least it's not 'schwäbisch' ^^
11:55:35 <cedricziel> if so, grab a builder on a clean slate and generate you a provider extension.
11:55:46 <cedricziel> (that's what i'm doing in part 2 btw)
11:56:07 <cedricziel> then, compare the result with what you know about extbase and fluid
11:56:23 <cedricziel> then proceed by having a look at one of the example projects:
11:56:46 <cedricziel> https://github.com/FluidTYPO3/fluidtypo3org - Provider extension for fluidtypo3.org
11:57:43 <xaver> yeah 3 video i hide the most times :P
11:57:56 <cedricziel> https://github.com/Ecodev/speciality - Provider Extension of the *old* and first bootstrap package. in constant development by Fabien and always a source for _inspiration_
11:58:45 <cedricziel> after that, grab the viewhelper reference from ft3.org. that should get you started quickly
11:59:01 <xaver> try builder and you have a good skeleton to work with
11:59:10 <cedricziel> so dasFelix: video (1+2) + builder on a clean slate + examples i provided.
11:59:51 <dasFelix> okay... This one is useful too: https://github.com/bootstraptheme-for-typo3/fluidbootstraptheme
12:01:01 <cedricziel> i havent had a closer look at it, but it's run by some valuable persons not directly related to us but always present in here.
12:02:14 <cedricziel> it seems BenjaminR is a team member there as well
12:03:42 <BenjaminR> randomresult and mrboe are perfect constultants regarding fbt
12:04:51 <dasFelix> thx all - The videos are really great. I wish I'd been there too (at Stuttgart)
14:45:43 <jlumpe> i cloned the latest dev versions
14:46:16 <jlumpe> the method is being called in /www/htdocs/w0120a21/conceptfactory.de/public/typo3conf/ext/flux/Classes/Controller/AbstractFluxController.php:
14:46:55 <cedricziel> interesting. does it block the backend, or just the frontend?
15:22:57 <cedricziel> bjo3rn did you decide if you'll go to muc his year?
15:34:07 <cedricziel> been there last year and bjo3rn and i had a serious blast. but the camp as such wasnt the hit
15:53:18 <bjo3rn> cedricziel I decided not to go. same as you I liked the surroundings (the camp not so much) and I'd like to meet the gang again but I have family obligations at that time unfortunately.
15:54:16 <mrboe> so randomresult_afk is the only guy there?
15:54:34 <cedricziel> okay. i won't take it then unless danilo decides it's a good investment
15:54:48 <cedricziel> okay then-let's try to meet again at the camp rhein ruhr. deal?
16:35:51 <Outdoorsman> I see something here above and checked it out in Google Translate. Turns out it was all Greek to me... Τι φροντίδα είπα και χθες, τίποτα δεν εμποδίζει να είμαι σοφός
10:27:51 <soee> hmm when executing data import using data_import extension
10:28:00 <soee> my log is spammed with this error: http://pastebin.com/tQtjdQGB
10:28:14 <soee> any idea how this is related to data import ?
10:29:23 <cedricziel> can you reproduce the same when the extension is not loaded?
10:33:24 <soee> this might be problem with this extensions as also other erros are logged:
10:33:27 <soee> PHP Catchable Fatal Error: Argument 2 passed to tx_realurl_tcemain::shouldFixCaches() must be of the type array, string given
10:33:37 <soee> PHP Catchable Fatal Error: Argument 4 passed to TYPO3\CMS\Frontend\Hooks\TreelistCacheUpdateHooks::processDatamap_afterDatabaseOperations() must be of the
14:30:14 <foooobear> hey ho. when upgrading flux 6.0.2 to 6.0.4. can i do that directly or must i install 6.0.3 and run the update script from that version also?
16:05:32 <Guest14015> kann mir jemand sagen, wie ich mit vhs prüfen kann, ob ein fe_user in der benutzergruppe mit der id 3 drin ist?
16:06:20 <Guest14015> http://fluidtypo3.org/viewhelpers/fluid/master/Security/IfHasRoleViewHelper.html hier sehe ich leider keine usage-beispiele nur fast leere felder
16:19:37 <Guest14015> how would you use this viewhelper if you would check the usergroup?
16:20:58 <cedricziel> if you do want a simple comparison by user group, you should use this one: https://github.com/TYPO3/TYPO3.CMS/blob/master/typo3/sysext/fluid/Classes/ViewHelpers/Security/IfHasRoleViewHelper.php#L37
16:22:45 <cedricziel> f:security.ifHasRole is contained in fluid core-the viewhelper you mentioned does a little more. stuff you dont need.
16:32:55 <cedricziel> <f:if.security.ifhasRole role="2"><f:then>User has role</f:then><f:else>doesnt have the group you are looking for. move on padawan</f:else><f:if.security.ifhasRole>
16:33:09 <Guest14015> it works with simple <f:then>this line</f:this><f:else>other line</f:else>
16:39:22 <cedricziel> the plugin should be a _INT object
17:15:58 <adi77> Hi, i use the search function of the tx_news extension to search in news lists. The problem is, that the search word is not written to the url. So I can not get unique urls for search results. What can be done?
17:17:21 <adi77> I use the form viewhelper for the search form.
17:17:27 <cedricziel> 1st: why would you want unique urls for a generic search?
17:18:47 <adi77> seo and problems with proxy caching at our customers office
17:19:33 <cedricziel> i wont argue about seo here, would be long and winding road. proxy caching is more valid
17:19:53 <cedricziel> you should trigger a ticket on forge at the project
17:20:31 <cedricziel> well.. the more i think of it... both are invalid.
17:20:47 <cedricziel> caching proxies should _never_ _ever_ cache POST responses
17:20:57 <cedricziel> GET is idempotent, POST is not
17:22:25 <adi77> if i switch to method get. I get lots of __referer attributes in the uri but I can't convert them with realurl
17:23:23 <adi77> I can't acces these from realurl.php
18:05:50 <xaver> a question for bjo3rn and cedricziel and maybe somebody else -> section is really nice, but can i read the header form the section element as link text http://fluidtypo3.org/viewhelpers/vhs/master/Page/LinkViewHelper.html
15:40:29 <NamelessCoder> when TYPO3 copies records with flexform XML data and the flexform structure contains *ANY* file-type element, the value that is stored in the XML is a reference count (was before: CSV list of filenames). TYPO3 now tries to copy the file with the UID of the reference count (e.g. you have two relations, it tries to create new reference to file UID:2)
15:40:57 <NamelessCoder> result: if you're "lucky" the copied record has one resulting relation pointing to an unexpected file
15:41:43 <NamelessCoder> if you're "unlucky" the record contains no relations in the XML data field after copy (it still does contain the copied reference count but of course, any references were not copied and thus cannot be resolved to a value that can be displayed in a form or rendered in FE)
15:42:12 <NamelessCoder> this is very much beginning to look like a core bug fix is required...
11:45:17 <nimius|thephpjo> i just hit the error in this ticket: https://github.com/FluidTYPO3/flux/issues/533 – however, dumb me deleted those tables (renamed and deleted). How do i recreate them?
11:51:15 <xaver> nimius|thephpjo: copy the ext_tables.sql and execute or update to dev version of flux
11:58:35 <cedricziel> f:translate solely deals with xml/xliff resources for translation
11:59:13 <cedricziel> you therefore need an entry in one of your translation files (which also nicely decouples that from the view and reduces magic strings)
11:59:31 <limboo> i think with arguments="" i can replace some strings from the translation files
12:02:16 <cedricziel> is suspect you need no arguments at all
12:02:28 <cedricziel> just leave them and prepare your xml/xliff files
12:41:53 <floxx> hi ho…i want to define metag tag robots in page configuration. my gist: https://gist.github.com/floxx/fcf0b4aaaccef8a99cdd
12:42:27 <floxx> by saving the page, there comes "Invalid value ("index")" in the select box, in frontend there is only meta tag robots=index
12:43:08 <floxx> it seems the commas are the problem
12:43:15 <floxx> what would be the right syntax here?
12:54:24 <Harpagophyt> Hello! is there a chance to generate the locallang file automtical with the translation keys?
12:57:41 <limboo> cedricziel sorry i was out for lunch
12:58:18 <limboo> with the language files everything works well, but i'd like to put the "translation" directly in the template, because there are only a few words
12:58:29 <limboo> so i think it easier to manage then in the translation-files
15:46:34 <MatthiasKrappitz> But nothing happens. Template is used, Content Element is displayed, but Controller Action gets never executed.
15:50:24 <MatthiasKrappitz> I'm also confused as the documentation at http://fluidtypo3.org/documentation/templating-manual/advanced-provider-extensions/custom-flux-controllers/creating-flux-controllers.html says it should be called AbstractFluxController, but in EXT:fluidcontent_bootstrap it is AbstractContentController.
15:50:56 <MatthiasKrappitz> And the documentation does not mention a AbstractContentController at all.
15:53:31 <MatthiasKrappitz> got it working now by not using namespaces: class Tx_Raikeelements_Controller_ContentController extends Tx_Fluidcontent_Controller_AbstractContentController {
16:21:00 <TYPO3ua> not working this ...{f:translate(key: 'item.label', extensionName: 'tt')} at <flux:field.input name="item" label="{f:translate(key: 'item.label', extensionName: 'tt')}"/>
17:27:59 <Guest|62313> Hi everybody, is there a viewhelper for repsonsive images? Cause i dont use CSC... is there a alternative usage?
17:30:05 <bjo3rn> hi Guest|62313 there's no special viewhelper (what would you assume it to do btw?) but it's easy to create a custom content element for that
17:30:23 <NamelessCoder> I can only say that if it worked before, it's because it relied on a bug in the Filter class (by not providing the actual expected format of a reference id)
17:32:17 <NamelessCoder> if the format of a reference id is supposed to be vaid as a single integer it shold be adapted to be so in the code explicitly. But in such a case any use of an unexpected integer (including zero) would thrown an exception rather than ignore the value when rendering it and zero it out when saving it.
17:36:11 <Guest|62313> but how i should create that? The size of image has to resize automatically like the new responsive function of typo 6.2
17:37:04 <bjo3rn> well, I don't know the functionality in 6.2. some time ago I created a content element using picturefill.js
17:38:02 <bjo3rn> what would you expect from a responsive image viewhelper to do?
17:40:14 <artisticMink> Hello, is there a way (or lets say workaround) for accessing flux field values by realurl to do some mapping? Similiar to realurls lookuptable.
18:53:27 <Guest|62313> bjoern, with the new typo 6.2 version comes the function "repsonsive image" which resizes the images for mobile, tablets etc. not with css
19:03:01 <GRIMMCREATIVE> What is TYPO3 doing since 6.2 - it creates multiple images with different sizes. so what you can do is just the same with fluid inside your fluidcontent element. i use the data attribute technique like in the introduction package of TYPO3 6.2
20:30:16 <Outdoorsman> Wow... spent 4 hours trying to upgrade an older TYPO3 site. Apparently there's still a ways to before we have broad extension support of 6.2.x.
20:31:48 <xaver> Outdoorsman: what exts - best way to update is to get rid of old stuff
09:11:55 <Guest|48558> Hey guys, i have flux, fluidpages, fluidpages_bootstrap, vhs, fluidcontent_bootstrap, fluidcontent_core and fluidcontent installed. Every Ext is the latest dev version. But now i cant select a template. i just got a flux error "could not analyse class=FluidTYPO3/Vhs/Viewhelpers/Page/Content/Render/ViewHelper maybe not loaded or autoloader?
09:34:31 <Guest|48558> #1225709595: Template could not be loaded. I tried "typo3conf/ext/fluidcontent_core/Resources/Private/Templates/CoreContent/Fluidcontent_content.html"
09:34:38 <Guest|48558> this is what i get in FE now
09:36:33 <Guest|48558> i already checked theres nothing with fluidcontent_content.html
09:36:52 <Guest|48558> i really dont know where this comes from
09:37:47 <Guest|48558> TYPO3\CMS\Fluid\View\Exception\InvalidTemplateResourceException thrown in file typo3_src-6.2.3/typo3/sysext/fluid/Classes/View/TemplateView.php in line 369.
10:38:41 <Romm> I got a little problem, hope someone could help me : I use a Layout, rendering sections of my template, but my arguments are not sent to the template :/ ... Any idea ?
10:38:45 <jlumpe> bjo3rn: haha had a clown for breakfast? ;P
10:48:19 <Romm> I also have to tell you that the templates & co are not located at the default location (/Resources/Private/*) ; but I managed to change it with typoscript and they are both called correctly (the rendering is good, only the arguments aren't)
10:48:29 <Harpagophyt> layout will call after template - or? -- I am a newbie ;-)
10:48:48 <Romm> No, Layout is called "before" the template
10:49:03 <Romm> In my template, I got the following line, then only sections :
11:04:24 <Romm> Why does it not work inside my template ? :'(
11:04:31 <Romm> I don't want to create 2513656498 partials :'(
11:04:36 <Harpagophyt> The layout contains some simple HTML structure with two content areas and the outer div container's CSS class is controlled by a Fluid variable {settings.pageClass}. The variable is prefixed settings. which is not required by configuration but very useful. This will become clear at a later stage.
11:05:31 <Romm> Harpagophyt: in general, the settings come from your flexform, your typoscript setup, etc.
11:05:55 <Romm> This is really often used in TYPO3 when using a plugin/module
11:06:42 <Harpagophyt> hmmmm, funny decision because of unwished easy overwriting. anywhere - thx :-)
11:34:25 <Guest|48558> emplate could not be loaded. I tried "typo3conf/ext/fluidcontent_core/Resources/Private/Templates/CoreContent/Fluidcontent_content.html"
11:35:17 <Guest|48558> and 64 listed points with php code
11:35:40 <danilobuerger> so what did you choose as template for fluidpages
11:54:23 <Harpagophyt> translation: flux.formId translate the label, how can i translate the description? just with {f:translate ...}?
12:17:39 <xaver> danilobuerger i think he can click the update button in EXT Manager or?
12:19:09 <xaver> Harpagophyt: you add the id and and write your xlf file https://github.com/FluidTYPO3/fluidcontent_bootstrap/blob/development/Resources/Private/Language/locallang.xlf
12:31:46 <helloTypo> thanks, however, if I couldn't navigate documentation I'd not be here
12:32:11 <helloTypo> if I loop through the menu items, even those in root line, are not marked as active
12:33:02 <Harpagophyt> xaver: description does not work. any ideas?
12:33:12 <Guest|48558> danilobuerger i think that was a solution for my problem, but i still have a other error now. But i think its a usage fault of me. I ll give you feedback if it works...
12:47:06 <xaver> maybe you can do description="LLL:path/locallang.xlf:test.description"
12:48:10 <Guest|48558> danilobuerger THANK you so much!!!!
12:49:05 <Harpagophyt> cedricziel: https://gist.github.com/Harpagophyt/76e4b6a36dca1a45ffa7 - <trans-unit id="flux.confPage.description"> does not work
12:50:01 <cedricziel> Harpagophyt: did you compare it to this one? https://github.com/FluidTYPO3/fluidcontent_bootstrap/blob/development/Resources/Private/Language/locallang.xlf
12:50:14 <helloTypo> thank you for your suggestions, my colleague has found the bug
12:50:27 <cedricziel> nice, where was it helloTypo?
12:50:42 <helloTypo> in this line if ((integer) $page['uid'] === $pageUid) {
11:39:21 <dasFelix> okay :) thx BenjaminR - I just tried to replace all 'v:var.' to 'v:variable.' in templates fluidBootstrapTheme. But I get some exception thrown out.
11:40:21 <dasFelix> hehe let me specify in a sec :D
11:43:28 <dasFelix> BenjaminR - when I replace the line in FrontPage.html I get a #1289386765: Could not analyse class:Tx_Vhs_ViewHelpers_Variable_SetViewHelper maybe not loaded or no autoloader?
11:43:38 <dasFelix> TYPO3\CMS\Extbase\Object\Container\Exception\UnknownObjectException thrown in file
11:44:06 <BenjaminR> well how did you define the namespace - because vhs 2.0 is namespaced
14:08:17 <dasFelix> what do you recommend during dev of fluidtypo3 templates regarding CACHE settings? I mean to avoid deleting cache in BE and/or Install-Tool? Using ext: uncache or other something else?
14:23:51 <cedricziel> uncache overrides all caching implementations with a null backend-that approach works best
14:24:30 <cedricziel> other than that-there's aswitch in the extension settings of flux to re-eval all templates at any time
15:04:49 <dasFelix> thank u cedricziel. Will try both ways :)
15:20:13 <Benny84> Hello everybody. I've a problem with fluidbootstraptheme. On a local installation everything works fine, but on my webserver nothing shows under Page Layouts if I edit a page. I'm using typo3 6.2.3 and all extensions are git releases.
15:21:46 <SuburbanWorrier> Hi Benny84, I've got exactly the same issue on my mac having recently reinstalled apache/php
15:22:16 <SuburbanWorrier> not looked into it properly yet but I suspect a php version issue
15:40:20 <cedricziel> what php version are you using?
15:40:59 <SuburbanWorrier> cedricziel: hang on I'll fire up the mac
15:41:00 <gencha_> cedricziel: we're on 5.4.4 on our server
15:41:25 <Guest|20973> Hey there. Does anyone know a way of changing the body's class?
16:01:33 <nimius|thephpjo> Hi there. I just pulled the latest Version of flux. getting the following error when trying to access the backend
16:01:34 <nimius|thephpjo> Fatal error: Call to a member function get() on a non-object in/Users/thephpjo/NIMIUS/AHM/typo3conf/ext/flux/Classes/Configuration/BackendConfigurationManager.php on line 171
16:02:34 <Benny84> @cedricziel: everything's fine after your bugfix
16:04:06 <cedricziel> nimius|thephpjo: the crux with living on git is that you dont get a clean cache after updating. normally EM does that for you, but with git, typo3 will still use the already reflected _old_ classes
16:04:31 <cedricziel> use the "important action" -> clear all cache emergency button
16:08:48 <cedricziel> 4.) cache in db if caching framework is told to do so
16:08:55 <cedricziel> and a lot more in between those
16:09:22 <cedricziel> so clearing all caches is the solution to almost any of those problems-but you never know which one to clear :)
16:10:33 <nimius|thephpjo> cedric, you just earned a place in our confluence – explaining caches for future reference
16:10:45 <cedricziel> that's where the saying comes from: There are only two hard things in Computer Science: cache invalidation and naming things. -- Phil Karlton
16:10:58 <cedricziel> cool, put a picture next to me :)
16:11:22 <nimius|thephpjo> i'll take the worst picture of you i can find
16:14:05 <SuburbanWorrier> cedricziel: fyi for my introduction package based install I get a working BE Page module when I uninstall all the fedext extensions
16:14:34 <cedricziel> the bootstrap distribution is meant to play well on its own
16:14:49 <cedricziel> it shows you how to create custom CE's the hard way
16:15:14 <cedricziel> could be there's some Implementation injected somewhere instead of an interface
16:15:32 <cedricziel> like with the recent trouble with yag
16:15:35 <SuburbanWorrier> "hard way" .yep - can see that now I'm a few months down the line
16:16:06 <SuburbanWorrier> ..but it all works for me on other servers
16:16:19 <cedricziel> just to make it clear: hard in this case doesnt mean "bad". the hard things are those that are srong enough to survive the winter
16:23:00 <SuburbanWorrier> cedricziel: uninstalling/reinstalling extensions show that fluidpages is what breaks the Page module for me in this case
16:23:27 <cedricziel> then there's an incompat in any of those
16:23:58 <SuburbanWorrier> and I *don't* have fluidpages in my working servers (like I thought I did)
16:24:20 <cedricziel> yes well. then there's something (tm) in there
16:25:29 <SuburbanWorrier> ... one issue down - on to the real deal breaker :-\
19:26:32 <dasFelix> with v:asset.style I include some CSS of several things like font-awesome, a skin, a lightbox, and of course a content.css. Now I have a file like "vhs-assets-awesome-skin-anmiate-slider-contentcss.css" because of the different "name" attribute of VH. Is there a switch which appends the stylesheet and does NOT create such a name-stylesheet-filename? Just "vhs-assets-site.css" or something like
19:28:35 <cedricziel> why does this matter to you?
19:29:03 <cedricziel> you can flip the standalone switch or create a group with just one asset
19:29:11 <dasFelix> cedricziel - it doesn't matter. Just cosmetic issue :D
19:29:58 <dasFelix> it's great when all those stylesheets are merged. I am not using the standalone attribute. I'll try
19:30:22 <cedricziel> you could try grouping then as well
19:31:19 <dasFelix> they are all already in one group="css"
19:33:35 <dasFelix> ahh I see... standalone saves them in own temporary files. But I like it merged. The less HTTP requests the better for server/client communication. As I wrote... just cosmetic issue. I just wondered if I can take influence on the generated typo3temp/vhs-asset..xxxxx.css file name
09:46:31 <jlumpe> i assume i do need the intermediary page between the root and "test"
09:47:03 <jlumpe> So I'll just rename Home to root, exclude it from the pagepath and be done with it i guess?
09:47:21 <bjo3rn> I don't think so. this is what works for me in all pages: https://www.dropbox.com/s/bzhd6ivi4vtjdjw/Screenshot%202014-06-13%2009.50.03.png
10:57:39 <Guest|82906> Hey guys, i have a problem. I made an extra extension which includes a Template, with Templates-Partials-Layouts. But in T3 the Template is not displayed. https://gist.github.com/anonymous/17a67f0396057f5271fa this is my setup for this ext
11:17:31 <Guest|82906> but i need to register it in the ext tables of my main extension correct?
11:17:36 <jlumpe> do FCEs suffer from caching issues? that is: sometimes they load, sometimes they're broken, and i can change my template around to figure uot what's wrong, but it makes no difference?
11:18:09 <bjo3rn> Guest|82906 register it in the extension containing the templates.
11:18:38 <bjo3rn> jlumpe that's danilobuerger or NamelessCoder country I'm afraid.
11:19:21 <cedricziel> jlumpe: there's aswitch for that in flux EM config
11:19:41 <cedricziel> ach.. same typo over and over again .. "a switch"
11:26:54 <jlumpe> 1225709595: Template could not be loaded. I tried "/www/htdocs/w0120a21/conceptfactory.de/public/typo3conf/ext/fluidcontent_core/Resources/Private/Templates/CoreContent/Fluidcontent_content.html"
11:27:13 <jlumpe> hhappens when nesting fluidcontent_core in an FCE
11:36:03 <Guest|50799> Sorry guys... i just told you that my templates of my subext are not displayed.. now i have the same problem with FCEs. but i already register it with \FluidTYPO3\Flux\Core::registerProviderExtensionKey($_EXTKEY, 'Content');
11:37:24 <jlumpe> cedricziel: i'm just trying to add a FCE to the page
12:13:42 <dasFelix> ahh... in array form there is variable extensionName--- {form.extensionName}
12:29:15 <jlumpe> anybody availabe to assist with a (for me) major issue?
12:29:39 <jlumpe> FCE just won't render any children. I also tried to used the Row element from fluidcontent_bootstrap - same issue, nothing is r endered
12:51:46 <jlumpe> ok i could narrow my issue down: the main section of the content element is rendered, but flux:content.render does not return anything
12:52:11 <jlumpe> i also tried it with 2 columns with fixed names - notihng is being returned
12:57:10 <jlumpe> cedricziel, xaver, danilobuerger: is is normal that in the backend when adding content to a column the name of the column is being posted instead of the name of the content area as defined in the config?
16:04:45 <dasFelix> hmm... I am looking for a dropdown multilevel navigation example with <v:page.menu> ... do you know a resource. I struggle with the construction :-/
16:07:00 <dasFelix> I can realise this with typoscript and include that by <f:cObject typoscriptObjectPath="lib.mainNavi" />
16:07:01 <dasFelix> ... but I'd prefer a fluid/vhs/fedext-only solution
16:09:11 <xaver> dasFelix: use as and do your own foreach
16:09:20 <xaver> you can build everyhting e.g. bootstrap
16:14:25 <dasFelix> thx @xaver I think something with my for as construction is wrong. I'll try
16:15:14 <xaver> Denyerec: your tree bug is gone :)
16:33:03 <cedricziel> xaver.. i'm a bit disappointed... no findbugs, no pmd no nothing plugins for bamboo
17:05:54 <NamelessCoder> cash2m no, no such possibility except the old {namespace=...} declaration. If you add these for autocompletion in your layouts, they will be output. However: if you have a need for autocompletion in your layout it suggests you put too much code into the layout - perhaps you should move some to shared partials.
13:48:50 <Bendtsen> Hi all. I would like to know if it is possible to create a fluid content element that will let the user choose between 5 images, where the images are visible as thumbnails
13:54:17 <Bendtsen> It should be 5 radio buttons, but instead of text, there should be an image or icon.
14:06:16 <xaver> its possible. But what is your goal?
14:10:39 <Bendtsen> In the design, there is a component that consists of a normal image to the left and an illustration to the right. The user should be able to insert the image and choose an illustration among 5 different types.
14:12:38 <Bendtsen> You could of course solve it with a select box with a description of each illustration, but I would like to make a more visual UI for the user
14:29:45 <Bendtsen> If its possible, how is it done? Any snippets out there?
14:47:59 <xaver> if you want user interaction and save something... or more complex you should create your own extension and use vhs for a lot of functionality and options in templates.
14:51:12 <xaver> if you want some examples for different content elements you will find some here https://github.com/bootstraptheme-for-typo3/fluidbootstraptheme/tree/development/Resources/Private/Templates/Content . Our fluidbootstrap_content with examples is outdated in favor of fluidbootstraptheme
14:25:05 <danilobuerger> subject should be registered with FALSE, NULL as well since its optional if we want to render the children
14:30:35 <neufeind> "Argument "subject" has already been defined, thus it should not be defined again." - AbstractViewHelper
14:30:41 <dasFelix> Hi folks... Can I do the "Clean Cache" in the install tool also on bash shell? It seems to do more than just clean up typo3temp/* -R, right?
14:31:19 <danilobuerger> neufeind yeah, in render just do it like the IntersetViewHelper does
14:32:03 <danilobuerger> dasFelix the clear cache in install tool does db cleans
14:33:21 <neufeind> but with $subject? fetching it from $this->arguments you mean, and not specifying it as NULL in the render()-parameters?
14:33:51 <dasFelix> danilobuerger - Oh that's what I thought. I just ran into problems while installing/using "fluidcontent_bootstrap". Even *with* uncache AND manually deleted /typo3temp/* -R. I wonder what else should be cleaned
14:33:59 <danilobuerger> leave subject in initialize and remove it as renders argument
14:36:40 <neufeind> new version :-) now with a basic test. runs fine here (well, doesn't do much actually - but anyway)
14:37:09 <danilobuerger> dasFelix take a look at ClearCacheService it shows what the install tool does.. then you could build your own bash for that
14:37:35 <dasFelix> #1203698223: A cache with identifier "cache_hash" has already been registered. was the error during installation in EM - but after it WAS installed. No content elements showed up tough. Everything worked finde _after_ install-tool->cleanup cache
14:38:01 <danilobuerger> yeah 90 % of all problems can be solved that way ;-)
14:38:43 <dasFelix> okay... thx danilobuerger - will do :) and yes, my most used file these days is ENABLE_INSTALL_TOOL :) ^^ *cheerio* :D
14:42:25 <danilobuerger> neufeind looking very good, i will comment in there.. i just noticed we have a utlity for the traversable stuff
14:53:32 <neufeind> in for example IntersectViewHelper we don't have a "name" and there is no "throws exception", just a @return. How do we want it? :-)
14:55:59 <danilobuerger> well i guess since the utility promises to always return an array its fine to do it as the intersectviewhelper does
14:56:42 <neufeind> and no title "Render method" at all?
14:56:55 <neufeind> same would imho go for "Initialize arguments" etc.
14:57:22 <danilobuerger> you can but you dont have to ;-)
14:57:32 <danilobuerger> render and initialize are always the same so ..
15:08:01 <danilobuerger> yeah you still need to squash those commits :-)
15:10:00 <neufeind> How can I squash them and push again or so?
15:14:43 <xaver> git reset --soft HEAD~4 #Number you want to go back
15:16:12 <xaver> git commit --amend -a #if you have other changes you don't want amend -> remove -a and use git add before Last step git push yourremote yourbranch -f
15:43:25 <neufeind> okay, it's down to one commit now
15:50:20 <danilobuerger> neufeind this is looking very good!
15:52:17 <danilobuerger> one more thing about the test: the result should be hard coded and not rely on the function we use ourself in the view helper..
16:28:24 <neufeind> but it's a "core function" imho. Don't you think that is "safe"?
16:29:07 <neufeind> I thought I want to test if the VH works fine - not if array_keys works :-)
16:31:43 <xaver> neufeind: you test it with your viewhelper against a static result. Functions can change, have a bug or something else. Your viewhelper uses already array_keys and it would allow to change the behavior.
13:13:33 <mrboe> hello guys - back after a week "off"
14:18:45 <wazum> Hello, I have the following template: http://pastebin.com/kTQfuZnB
14:20:22 <wazum> now when I debug this in my frontend template <f:debug>{_all}</f:debug> I get my settings.imageLayout in a node named ROOT.settings instead of settings, what's the problem here?
14:21:34 <wazum> the same thing works in a custom Textpic template, but not in the overwritten Image template
14:43:03 <raisch> hi folks, i try to list some fe_users data with my extension. But i think i stuck with the repository. Is there any body out there, who would cast an eye on my configuration? I am using Typo 6.2.2 and posted my steps on pastebin: http://pastebin.com/MkS2nCzN
14:46:23 <xaver> raisch: you asign it to frontendUser and {frontendUser -> f:debug()} should contain your user data
14:52:15 <raisch> the problem is: if i write $frontendUser = $this->frontendUserRepository->findByUid(10); f:debug claims $frontendUser = NULL
15:09:37 <raisch> No - problem found. Assigned the wrong recordtype to the users (Tx_Extbase_Domain_Model_FrontendUser). Did not realize, that there was a new one of my new Extension. This took me a whole day - damn. Thank you for help!
15:27:38 <Benny1984> Hi everybody. Since I'm trying to use "fluidcontent_core" with "fluidcontent". If I create a grid content element this error is displayed: Template could not be loaded. I tried "C:/xampp/htdocs/........../typo3conf/ext/fluidcontent_core/Resources/Private/Templates/CoreContent/Fluidcontent_content.html"
15:50:06 <Neophir> I'm using Typo3 6.2.3 and the newest versions of fluidcontent, fluidpages, fluidbootstraptheme and fluidcontent_core. If I use 'normal' content elements everything works fine, but if I try to use a bootstrap grid element, Typo3 throws an error. Template could not be loaded. I tried "......./typo3conf/ext/fluidcontent_core/Resources/Private/Templates/CoreContent/Fluidcontent_content.html"
16:02:24 <wazum> your question is incomprehensible, give details on the error message and what you mean with 'I tried … Fluidcontent_content.html'
16:03:26 <cedricziel> wazum: that's part of the error message
16:11:57 <cedricziel> it needs to be standard compliant _and_ following the gmail rules re ipv6 if you use ipv6 as transport
16:12:04 <pedda> well so if i request a custom email address for formhandler in that project by the client's it dept. and configure smtp mailing in that project my problem is gone
16:16:46 <Neophir> hey cedric. I've read the irc logs before I asked my question here. At jlumpe it seems as he has forgotten to execute the update script of fcc. In my case this isn't the problem.
16:18:42 <jlumpe> cedricziel: sorry for replying late, using coloquy on mac now, was listening to music and thought the beep was an encoding error lol :D
16:18:47 <danilobuerger> Neophir please delete everything in typo3temp and then go into the install tool, yes the install tool, seriously the install tool, -> important actions -> clear all caches
16:21:44 <Neophir> I've done this a few times before. As I expecting nothing changed this time ;)
16:22:03 <danilobuerger> Are you using the GIT or TER version of the extensions`
19:08:39 <Outdoorsman> I was in the mountains yesterday and it was 2°C and snowing... couldn't go any further because the road was blocked about 2 feet of snow.
09:52:30 <Harpagophyt> but thx for the info of bjo3rn :-)
09:52:55 <Harpagophyt> eventually i test it with typoscript
10:27:17 <Harpagophyt> how can i check if a column has a content?
10:27:35 <Harpagophyt> how can i render a content element in the template?
10:33:39 <Neophir> Hi everybody. I've a problem with my own fluid pages templates. I've added a flux:field.inline.fal to my template, for adding pictures. My subpage template also has this flux.field. If I add some pics to the main page, they also show in the configuration of the subpages. I think this is because the pics are linked by the pageid. Has anybody an idea how to solve this?
10:39:56 <Harpagophyt> <- newbie: you can break the inherit on choosing the site template in the BE
10:41:50 <Harpagophyt> this is also eventually a solution: http://fluidtypo3.org/viewhelpers/vhs/master/If/Page/IsChildPageViewHelper.html
10:45:20 <Neophir> Thanks for your idea, but my problem is in the configuration tab provided by fluidpages.
10:45:45 <Neophir> A condition in my template files wouldn't solve my problem
10:49:31 <Harpagophyt> you know that you can choose the template on the subpage without the option: Parent decides
11:05:11 <Neophir> The solution with inherit="FALSE" didn't solve my problem. Perhaps my explanation wasn't good enough. If you edit a page you cann choose your Page Layout for this page and subpages. So long everythings okay. In the Page Configuration Tab I see my defined flux.field.inline.fal and can add images and save them. Everything okay. But dem Configuration of the subpage (shown in the same tab) adds the pics to its own flux.field.inline.fal defi
11:26:33 <erredeco> hi: a question about <flux:field.checkbox />: is it possible to have it checked by default? I tried with default="1" but it does not seem to work...
11:30:02 <bjo3rn> erredeco default="1" works for me.
11:30:41 <bjo3rn> did you save the form already with an uncheckd state?
11:31:41 <erredeco> I'll try again...I'm using flux beta 7.1.0 (If I remember, it's the one from staging branch)
11:32:27 <bjo3rn> I tested it on current TER version.
11:37:43 <nimius|thephpjo> I am here again with another problem :(
11:38:38 <nimius|thephpjo> My installation suddenly throws an "Fatal error: Class 'FluidTYPO3\Flux\Service\RecordService' not found in /Users/thephpjo/NIMIUS/TYPO3/6.2.0/typo3/sysext/core/Classes/Utility/GeneralUtility.php on line 4302"
11:38:48 <nimius|thephpjo> and yes, this time i cleared all of my caches
11:40:52 <bjo3rn> nimius|thephpjo you are most probably using the dev branch of flux?
11:41:29 <nimius|thephpjo> ok, nevermind… someone working on this project decided, it would be best to change to the master branch
11:41:47 <nimius|thephpjo> switched to dev again, working fine now
14:54:31 <randomresult> came back, updated vhs and flux... and want to leave to italy again :)
14:54:47 <Guest|51240> hey guys! I just installed a fresh TYPO3-6.2.3 and fluidcontents - the problem is, the defined flex-fields in my template are not shown up in the backend - i searched the web the last ours, pleas help
14:54:49 <randomresult> good i have mrboe - he told me what to do o_O
14:55:22 <randomresult> Guest|51240 can you paste one of your templates?
14:55:58 <randomresult> Guest|51240 use gist or pastebin (or similar)
16:30:31 <arrluk> hi, i made some backendlayout with flux and i just want to change the background-color of each column...unfortunately the style attribute does not seem to render correctly, can anybody please help me with that?
17:45:27 <xaver> favicon and source code links are online :) *happy*
18:26:57 <moger> hey there. I think about using fluidpages instead of an extension like ext:news to manage articles. now my articles are related to a number of records, like categories or a magazine issue.
18:28:31 <moger> now i am wondering if it's a good idead to use flux fields to manage those relations when it comes to views like "show all news(pages) by category" or "show all by magazine issue".
18:29:05 <moger> i mean performance and handling-wise because the relations are stored as XML AFAIK.
18:29:41 <moger> has anyone ever done that and/or what would be the ideal approach?
18:41:02 <moger> or is it generally a bad idead to substitute news records with fluidpages when they need to be searchable by certain relations?
18:44:48 <xaver> if you have logic and you need it, you should use a extbase extension.
12:32:57 <erredeco> removing titleFields="'nav_title,title'" --> the text of link becomes nav_title, but the "title" attribute is title
12:33:31 <erredeco> if I explicit titleFields="'nav_title,title'" then both text and title attribute are title field
12:44:31 <JustAPoring> Hi guys. Is it possible to do something along the lines of {object.{key}}, or is there a viewhelper already available for something along those lines?
12:45:08 <JustAPoring> In fluid, that is, in case that wasn't clear.
12:49:39 <Guest|76921> Is there a ViewHelper to get Values from Flexform fields?
13:08:28 <NamelessCoder> just practicing my sniping :p
13:10:19 <NamelessCoder> JustAPoring the answer to your question is v:variable.get (assuming you use the development branch, in TER it's still v:var.get)
13:10:47 <NamelessCoder> {v:variable.get(name: 'myobjectname.{dynamicVariablePart}') -> v:variable.set(name: 'newVariableName')} for example
13:12:00 <JustAPoring> NamelessCoder: Duh, of course. Thanks a bunch.
13:12:34 <NamelessCoder> by the way, the reason why that works is ObjectAccess::getPropertyPath is used
13:13:16 <NamelessCoder> you may find that relevant if you ever need to for example extract a deep TS path from a full typoscript array - $value = ObjectAccess::getPropertyPath($fullTypoScript, 'plugin.tx_myext.settings.variable.foobar');
13:13:35 <NamelessCoder> it also works with flexform arrays ;)
16:21:09 <xaver> what is the argument stack - it is not registered
16:31:54 <Outdoorsman> Hmmm so now that files in fileadmin are tracked... where is the appropriate place to put my customized extension file overrides?
16:37:26 <Outdoorsman> I noticed that in the TYPO3 bootstrap demo it's set up like this...
16:44:03 <Outdoorsman> erredeco I'm very new to vhs still, but when I found the only way to have multiple conditions for one statement like you mentioned aboved was to nest them.
16:54:55 <erredeco> Is it possible to use this value in a typoscript object (like a TMENU ;) )?
16:56:28 <erredeco> @outdoorsman - about your question - I'm using the approach suggested by fluidtypo3 and built an extension that provides the configuration for the frontend :)
17:02:52 <Outdoorsman> erredeco So about extension customization, you're saying that for every extension I customize I need to create a "provider extension"?
17:04:00 <erredeco> usually an extbase extension has some typoscript constants that let you decide the path where to retrieve your templates/layouts/partials
17:04:42 <Outdoorsman> Yes, I could just set those to something like fileadmin/ext/news/Templates/ for example.
17:05:11 <erredeco> ok instead of fileadmin/etc/etc
17:05:26 <xaver> Outdoorsman: i think so - but every condition needs cache and will be rendered on every subpage
17:05:47 <erredeco> use as path: EXT:yourproviderextension/Resources/Private/Ext/news/templates/
17:06:25 <xaver> Use a provider extension, clean package no access for customer, htaccess rules are secure /Resource/Private
17:07:05 <xaver> no fileadmin in git and a lot of other advantages
17:07:35 <Outdoorsman> Ahhh just one provider extension segregated into subdirectories for each customized extension.
17:08:39 <Outdoorsman> xaver Yikes... TS caching could add up if there's a lot of conditions or at least specific ones. But that would be the case for fluid as well I suppose.
17:10:05 <xaver> Outdoorsman: TS rendering is really slow. its not a XMl rendered, implemented in php and optimized - its text, rendered to a giant array
17:10:49 <xaver> also use view extension if you use news or powermail. Overwrite only needed templates partials...
17:11:17 <Outdoorsman> I do have view installed but had already forgot why :)
17:17:25 <xaver> 6.2 has a new implementation, but something was a disadvantage. You can use view for all extensions.
17:18:47 <erredeco> I'll try ASAP to unleash the power of view.overlays !!
17:20:03 <xaver> fluidcontent_core isn't released, but works. It will get rid you the div div div, also text with image. Allows you to have different versions and variants.
17:22:21 <erredeco> as far as I can see from the documentation of view the correct syntax is:
17:22:21 <Outdoorsman> xaver Are there plans for a conversion script down the road to move from CSS Styled Content to fluidcontent_core?
17:23:53 <erredeco> at least because I'm not very happy with the CSC rendering
17:24:13 <Outdoorsman> I'll jump on the fluidcontent_core bandwagon but not until I know it's stable and is going to be around a looooong time. I don't want to have to migrate content manually for 50 websites down the road.
17:29:27 <Outdoorsman> Porting script. Port CSS Styled Content content elements to fluidcontent_core content elements.
17:29:44 <xaver> you can uninstall csc and install fluidcore_content - only "problems" are text with image and also if you relay on some standard classes. You need to added them in your template.
17:30:16 <xaver> you cant convert text with image, because it depends on your solution
17:31:25 <xaver> Why text with image is gone - You can't style every possible case, Customers are able to destroy the layout, not really responsive
17:33:05 <Outdoorsman> So if I have csc installed and create a Text Only CE, then uninstall csc and install fluidcontent_core, the CE will just work?
17:34:46 <xaver> Outdoorsman: maybe some styles classes you need to set, you have no avoidable tags.
17:34:56 <xaver> also images and other stuff works
17:45:17 <Outdoorsman> Soooo excited to hear about that. I thought fluidcontent_core was a breaking solution but it sounds more like a native solution???
17:46:25 <xaver> csc is a extension and it can be replaced. its deep in TYPO3, but it is possible
17:47:38 <xaver> a switch is not so easy and a lot of people want csc. Maybe if fluidcontent_core grows in popularity a own solution from T3 core will be planed. I don't know.
17:48:58 <Outdoorsman> I bet it will get more popular, but until it has good following and is stable the big-timers may drag their feet a bit.
17:49:30 <Outdoorsman> Anything to get away from inline styles would be good.
09:50:22 <xaver> TYPO3ua: we don't actively develop fluidcontent_bootstrap anymore. The community started a project. Also this is not a issue of flux ad it is fixed in dev version.
09:53:10 <jlumpe> xaver: ever had an issue with an extbase extension created with extension builder? to be specific: when i add one of the plugins i created to the page and then edit the plugin the "appearance" tab tells me that there is a configuration error
10:47:56 <TYPO3ua> My version fluidcontent 4.0.0 I do Not have 88 line in fluidcontent/Classes/Hooks/WizardItemsHookSubscriber.php ... https://github.com/ervaude/fluidcontent/commit/3f8ac7ed8d0a829c8db92b35ddd7d1323998b388
10:55:11 <interactivevalue> hi, ich würd kurz hilfe bei der verwendung des typolink viewhelpers benötigen
10:55:43 <interactivevalue> I would need help with the usage of the typolink viewhelper
10:56:20 <interactivevalue> I used your master git version
10:56:48 <interactivevalue> BE user saves a normal typolink field for internal or external pages
10:58:07 <interactivevalue> and when calling <v:link.typolink configuration="{parameter:{field.GoToPage}}">My LinkText</v:link.typolink>
10:58:13 <interactivevalue> I get the following error in the FE
10:58:20 <interactivevalue> The argument "configuration" was registered with type "array", but is of type "string" in view helper "Tx_Vhs_ViewHelpers_Link_TypolinkViewHelper"
11:01:40 <jlumpe> interactivevalue: can you try to ise '' to quote {field.GoToPage} ?
11:39:23 <xaver> ATagParams=class=more' this can't work http://fluidtypo3.org/viewhelpers/vhs/1.9.1/Link/TypolinkViewHelper.htmlv
11:41:39 <jlumpe> xaver, i know you're busy, but maybe you have a quick answer for this: got a model, with a FAL image field. I add 2 files in the backend, when I dump the field i only get a single item, instead of an array?!
18:43:43 <erredeco> a little question, if someone could help me: is it possible to check if a menu (<v:page.menu>) is present or not?
18:44:49 <erredeco> please take note that <v:if.page.hasSubpages > is not the solution, because it checks if the page I am currently in has subpages or not
18:54:20 <bjo3rn> erredeco what do you mean with 'menu is present or not?' v:if.page.hasSubpages has an argument pageUid
19:02:09 <bjo3rn> the thing is: I gotta go now (football, you know). but: use <v:page.menu as="submenu"> and then <f:if condition="{submenu -> f:count()}">
13:25:30 <benjamin_654> I just updated fedext extensions to HEAD of development and got the error: "Could not analyse class …. Var/Set/ViewHelper .." (In the backend, i used this vh in the preview section). I did clear all caches multiple times. The only way to get it working was to rename var -> variable. Is this a bug?
13:27:17 <pedda> if this is the viewhelper you're using: https://github.com/FluidTYPO3/vhs/blob/development/Classes/ViewHelpers/Variable/SetViewHelper.php
13:27:19 <benjamin_654> i know the commits, but i thought it should be backwards compatible
13:27:46 <pedda> your code should contain sth. like: {v:variable.set(name:
17:31:14 <erredeco> ┐( ˘_˘)┌ I found a very ugly and unsatisfying way to do what I wanted
19:26:37 <ewokhias> Good evening everyone! I'm new to Fluid powered Typo3 and would like to ask how displaying a FAL-image is done. (flux: 7.0.0; vhs: 1.9.1; fluidcontent: 4.0.0)
19:27:22 <ewokhias> In the configuration-section I have a fal-field like "<flux:field.inline.fal name="photo" />"
19:28:12 <ewokhias> And my suggestion was "<f:image src="{photo}" width="85c" height="85c" alt="" treatIdAsReference="1" />"
11:10:51 <soee> hi, is there VH to return current year ?
11:11:30 <raisch> i've got a quite basic question how to retrieve data from a model. For details please see http://pastebin.com/N7gRixDt. Thanks in advance.
11:19:29 <benjamin_654> raisch: did you configure the storage pid correctly? (plugin element -> register behaviour)
11:24:38 <raisch> i think so. I 've set storagePid in the constants.txt and the jobs are listed correctly in the list-view.
11:33:03 <soee> someone seen this before: stderr: PHP message: PHP Fatal error: Class 'FluidTYPO3\\Vhs\\ViewHelpers\\Resource\\stdClass' not found in /web/typo3conf/ext/vhs/Classes/ViewHelpers/Resource/AbstractImageViewHelper.php on line 157, referer: http://site.com/typo3/backend.php ?
16:11:14 <soee> guys i have changed old columns elment to Four Columns
16:11:48 <soee> now when i want to edit CE in column i have message that i have no rights to do it oO :)
16:20:26 <soee> ok the problem: i can't edit element by clicking on pencil icon but if i open context menu by clicking onthe element icon inleft header corner i can edit
16:20:38 <soee> *this is custom fce so it might be related to flux ?
01:22:04 <soee> the problem was a bit different, i have in my db latitude and longitude values stored as varchars, so i had to convert them when using in fluid with: latitude->v:var.convert(type: 'float')
01:22:26 <soee> ah now it should be also v:variable
11:58:52 <Guest|17228> Hello, I'm using flux and fluidpages/fluidcontent. I'd like to use two different layouts for tx_news and thought I could insert a condition based on page uid. But how can I get the page uid?
11:59:18 <Guest|17228> I tried the normal condition: <f:if condition="{0:data.uid} == {0:'791'}"> but data array is empty.
13:41:13 <xaver> the information comes from the core and we add/update/modify some variables in contentarea. Maybe a core change, maybe somewhere in flux. My solution was quick and dirty. Thats is why i didn't crate PR
13:47:07 <xaver> randomresult: why not as="rootline" is rootline in line 5 really set?
15:56:42 <moger> Hey there. I am using the breadCrumb viewhelper to render a rootline. it works fine for pages. now i have a page containing a shop plugin with detail view and i want the title of the product to appear at the end of the breadcrumb.
15:58:51 <moger> in typoscript days I would have done this by using RECORDS. is there an easy way to do a similar thing with VHS?
00:01:40 <Outdoorsman> soee_ try more like 30 seconds. I have it happen periodically when all cache is cleared or a page has not been loaded since clearing of cache.
00:02:27 <soee_> Outdoorsman: this is strange, im using staticfilecache ext etc.
00:02:28 <Outdoorsman> I just kinda wince and figure it's a FEATURE of running on dev software.
00:03:09 <Outdoorsman> That seems like it once the cache has been primed it would be super fast.
00:04:42 <Outdoorsman> The site I'm having trouble with is not quite on the most recent versions of Flux and its siblings so I haven't complained out loud yet.
00:05:23 <Outdoorsman> Have you tried doing a completely rm -rf typo3temp/* yet?
00:05:48 <Outdoorsman> Once I had these issues go away by doing a manual complete flush.
00:06:57 <Outdoorsman> Like it was fighting with some old cache.
00:07:24 <soee_> Outdoorsman: yea i tried its not that :)
00:08:01 <Outdoorsman> NamelessCoder is the master of speed but I don't really know how to troubleshoot that very well.
05:54:56 <interactivevalue> good morning. hope someone is awake already ;)
05:55:22 <interactivevalue> is it possible to use the vhs viewhelper pdfThumbnail to use as a background-image
05:55:38 <interactivevalue> I just need the path to the generated png from the pdf
06:02:51 <interactivevalue> sorry, I closed the tab. do not know if my message I posted some minutes ago is still visible
06:03:14 <interactivevalue> is it possible to use the pdfThumbnail viewhelper for background-images?
06:03:32 <interactivevalue> so I do not need an img-tag. I just need the generated png path
09:46:11 <macro11> hey guys, i'd like to update from flux 7.0 to master branch because of the localisation problems - are there breaking changes in flux:form.content?
09:51:35 <macro11> i used some inoffical changes from danilobuerger before on another installation to fix my "copy default content element" problem - that works somehow (with other issues)
09:52:27 <macro11> but he wrote the changes are now in master
09:52:56 <macro11> there i am :) should i also switch to fluid_content master?
09:53:45 <bjo3rn> you mean fluid_content_core or fluidcontent?
10:04:40 <macro11> ok, if i copy the elements to the new language in 7.master and than switch back to 7.0 everything is fine, but sadly version switching all the time is no option
10:12:24 <bjo3rn> and there are alternatives by those two guys
10:13:32 <macro11> i will have a look, but in fact i've only used to override the extension because i got stuck by writing my own.. so the shortcut was just to replace the template file from this extension
12:01:12 <bjo3rn> I don't think that vh is deprecated.
12:05:09 <macro11> i think i got the next problem... "copy to new language" works only for my admin user.. on restricted user it copies it to the default language instead of the new language
14:19:38 <pedda> it actually seemed to be missing as the record which should be displayed right in front the affected record with missing location in fe was hidden
14:21:54 <pedda> imagine an addressbook page with teams shown in modals
14:22:28 <pedda> 11 records referenced within a team.. and record nr. 10 is set to hidden
14:22:43 <pedda> 11 is affected with some weird behaviour then
14:22:57 <bjo3rn> yes, I was aiming at pagination not calculated correctly due to hidden records or a related record is hidden thus hiding others as well
14:23:02 <pedda> would have never happened if it was extbase :D
16:19:02 <soee_> mrboe: randomresult your final thoughts please https://github.com/bootstraptheme-for-typo3/fluidbootstraptheme/issues/113 ?
16:24:11 <mrboe> for me it would be nice to have some unique icons, but i'm not the man for that. if you want to create some feel free. my only wish would be that they look different to the standart typo3.
16:25:35 <mrboe> for me its important that the user can "see" die difference when he browse through the "tabs" - what is typo3 basic and what is additional
09:51:09 <pedda> and why don't you just scroll a bit further and see how the key needs to be used?
09:51:35 <pedda> or take a look at the official fluid documentation if the fedext one is leaking of proper rendering: http://docs.typo3.org/typo3cms/ExtbaseGuide/Fluid/ViewHelper/Translate.html
09:52:21 <pedda> if your locallang.xlf exists in Resources/Private/Languages/
09:53:23 <pedda> and you use in your extension/template some f:translate ViewHelper, it works from scratch by a line like this: <f:translate key="tx_myext_domain_model.title" />
09:57:47 <padd> the template in which i am workin at is not the provider ext
10:00:31 <pedda> why don't you move it to the provider extension ?
10:00:56 <mhmli> referring to http://fluidtypo3.org/viewhelpers/fluid/master/Link/ExternalViewHelper.html, is there any way to set link text in the inline usage of f:link.external?
10:05:22 <pedda> additionally the included the documentation of core fluid features just to enable you a single source of information while dealing with learing fluid
10:05:53 <pedda> it's official for all viewhelper documented there but fluid itself
10:59:31 <bjo3rn> we'll watch again in the garage with some neighbors
10:59:47 <pedda> this was teh one i watched all previous games: http://i.ebayimg.com/t/Sharp-37ET35S-35-6-cm-14-Zoll-Fernseher-plus-IKEA-Observatoer-/00/s/MTEwMVgxMTY5/z/jCoAAOxyOalTXoKs/$_57.JPG
13:06:06 <hans> i want to extend the "news" extention with one field, got the following description: http://t3brightside.com/blog/article/extending-extnews-with-a-fal-compilant-audio-and-customized-youtube-video/
13:06:32 <hans> now i wondering about the ext_tables.sql
13:07:19 <beo|2> hans: what are you wondering about?
13:07:40 <hans> but the "tx_news_domain_model_news" table ist allready exisiting in the db by the news extention.
13:08:28 <beo|2> sure. i guess you want to extend it.
13:18:02 <beo|2> btw. can anyone tell me again what the issue was when the asset from fedext got removed so it threw a 404. i know i had the same issue a long time ago with version fluidpages 2.1.0, fluidcontent 3.1.0, vhs 1.8.4 and i can't remember what i did there
13:19:10 <beo|2> or did i just updated from the repository...
13:20:05 <beo|2> its odd because when i copy the version from the working hosting to the one with the issue even though the versions are the same it breaks the page and backend
13:22:19 <beo|2> i would just update it to the newest version but it would require quite a lot of changes to all the templates. :/
16:53:58 <randomresult> or can anyone help me with a commit message? i want to change a message made trying to use git rebase -i HEAD~1
17:00:01 <oliver_1234> hi all. next week i'm going to a meeting where i have to argue for fluidpages. Do you know some reference websites which use fluidpages? Especially swiss websites..
17:29:29 <soee_> randomresult: something with amend maybe ?
17:30:58 <randomresult> i rebased and recommitet forcepushed the whole shit!
17:31:15 <randomresult> dont give a shit about others.
10:08:19 <nimius|thephpjo> I currently have a hard time creating a "container element" – i am able to put CE's inside of my Element, but how do i render them in FE? i thought that is what flux:content.render is for?
11:25:42 <ple> hey guys, i changed all var.set to variable.set but still have the error #1289386765: Could not analyse class:FluidTYPO3\Vhs\ViewHelpers\Var\TyposcriptViewHelper maybe not loaded or no autoloader?
11:28:41 <ple> TYPO3\CMS\Fluid\Core\Parser\TemplateParser::initializeViewHelperAndAddItToStack(TYPO3\CMS\Fluid\Core\Parser\ParsingState, "v", "var.typoscript", array) that is one line of my frontend error
11:29:08 <ple> but var is changed to variable in vhs tho
11:35:12 <GRIMMCREATIVE> But its not Recorded in New ViewHelper Names
11:35:17 <ple> hm so it is not possible to use the new dev version ?!
11:36:11 <NamelessCoder> I think we removed one of them but the other should still be there. One was an alias of the other.
11:36:14 <ple> cause if the var.set isnt changed in fluid template engine i cant do nothing
11:40:21 <NamelessCoder> ple the class is there, make sure you caught all references to v:var and made them v:variable and then make sure you clear the caches either by deleting typo3temp/* or using the install tool to clear caches and temp files - and of course, make sure you are on the vhs development branch and have pulled all recent changes
11:43:19 <ple> thanks for your feedback nameless. Okay i will check it again.
11:56:11 <erredeco> Hi there. A question about v:page.menu
11:56:27 <erredeco> I've added to my page template a field to select an icon:
12:17:48 <NamelessCoder> {flux:form.data(table: 'pages', field: 'tx_fed_page_flexform' record: item) -> v:variable.set(name: 'item.icon')} - although I am not entirely sure v:variable.set will have the expected result when setting a variable in an array (as in: variable may be copied instead of referenced and thus lost)
12:18:16 <NamelessCoder> using v:variable.set(name: 'itemFluxData') solves that but then ofc you access it from {itemFluxData.settings.icon}
12:26:52 <nimius|thephpjo> How do i render content insude flux:form.content in the frontend?
12:27:25 <nimius|thephpjo> From what i gathered on the internet it should be flux:content.render – but nothing is rendered
12:30:07 <floxx> i updated the ft3 components of my installation to latest development commits. now i get "Fatal error: Uncaught exception 'RuntimeException' with message 'Could not acquire lock for ClassLoader cache creation.' in /Users/florianbusch/Sites/typo3_sources/typo3_src-6.2.3/typo3/sysext/core/Classes/Core/ClassLoader.php on line 723"
12:31:16 <floxx> backend and install tool are not accessible
12:51:31 <ple> does anybody know what this error should be??? #1218473352: The action name must start with a lower case letter, "Header" does not match this criteria.
12:52:17 <ple> never heard this and i dont know how i should handle this
13:38:08 <xaver> ple: your error description is useless. It says a Action starts uppercase, but the backtrace is missing. Take a look at the backtrace.
14:26:24 <floxx> any idea why getting "Fatal error: Uncaught exception 'RuntimeException' with message 'Could not acquire lock for ClassLoader cache creation.' in /Users/florianbusch/Sites/typo3_sources/typo3_src-6.2.3/typo3/sysext/core/Classes/Core/ClassLoader.php on line 723" after updateing to latest development commit?
14:55:41 <ple> does anybody use the new bootstrap content versionß
22:29:19 <feelx> btw... something seems to be buggy on blog @ fluidtypo3.org ... if you click "blog" you land on subpage 3 (article: 'flux 7.0 released' dated March 27th, 2014)
22:29:34 <feelx> so date should be JUNE 27th I guess :)
10:37:05 <pedda> same things happen if i try to use the page.menu vh or any other of them
10:41:11 <soee> pedda: correct me if im wrong but https://github.com/FluidTYPO3/vhs/blob/development/Classes/ViewHelpers/Resource/Record/AbstractRecordResourceViewHelper.php#L188
10:41:26 <soee> it renders child content using this variable
10:41:34 <soee> so if you use inline nitation, thers no child content
00:59:38 <soee_> ok found it, condition.iterator.contains
14:23:33 <feelx> hmmm I did the example of worksonmymachine.org (part3). But I don't see a "FCE" Tab. I tried to clear all caches and also enabled FLUX debug=1. It says in green "Flux View FluidTYPO3\Flux\View\ExposedTemplateView is able to read stored configuration from file "<removed>/ext/templatebeltronic/Resources/Private/Templates/Content/teaser.html". But still no FCE tab on new-element-whizard. Where can I look for the cause?
14:24:29 <feelx> above is regarding of Quickstart Pt3 of worksonmymachine.org. I fixed the namespace already cuz I am on dev.branch
15:41:42 <feelx> OK ... my issue is solved... I did several steps again and now it works. I cant tell what exactly caused it...
18:31:08 <feelx> soee... thank you. I know this, but probably I forgot that :-/
18:31:57 <feelx> but I am having another issue right now... Is it not possible to copy/paste a CE (just normal header/richtext). It shows up as hidden element after paste, but _only_ in List module
18:34:33 <soee> im not sure if copy/paste issue has been solved already
09:03:12 <patleo> good morning. I use the new fluidbootstraptheme and all new dev versions. I can't create a Plugin inside a row but i can create it outside and drag it into the row. Is there a known bug?
13:25:39 <feelx> hi all! I've a flux grid with 3 columns. I can add flux.grid style="height etc..." but the content (normal text so far) is not cropped. Can I achieve to 'crop' the nested CEs inside somehow?
13:26:18 <feelx> sorry... above is flux.grid.columns VH ofc which has the Style attribute
13:26:59 <feelx> but I want to crop the elements INSIDE the flux.grid
15:40:19 <xaver> feelx: if you find a way to set it and maybe also use the icon, send a link :P
15:54:15 <feelx> sure... willl do xaver but no success so far
15:56:08 <patleo> guys, if i create an FCE called ThisExampleBox.html and rename it after using it to ExampleBox.html i need to create the boxes competely new in the BE?
15:56:33 <xaver> feelx: it isn't s easy, no implemention in T3
15:57:29 <xaver> patleo: i think the main reference is the id in the tempalte - try it - never tested this one
16:00:15 <patleo> @xaver i can change the id like i want. But if i change the filename, the hole flex config in the Backend is disabled
16:00:56 <patleo> Was that intentional or is that a bug!? :p
16:01:30 <xaver> disbaled Oo - i don't understand - Normal you don't rename a temaplte
16:01:52 <xaver> it gets parsed and you get the element based on the content
16:01:55 <floxx> patleo: take a look in db - there u will find the refernece to template file
16:03:09 <patleo> okay thx ;) i was just wondering after changing a templatename :p
16:03:12 <xaver> if you copy a element for e slitly different element, because customer should have to much options flexbility like cols would cause a lot of problems.
16:03:50 <xaver> i have to go - train will leave shorlty - maybe UMTS works in train
20:14:39 <Guest|86185> Hi everybody. I am trying to get the VHS Viehelper Media / Image / WidthViewHelper working in my fluid template. Does onyone have an idea how to use this one. I have an image e.g. in a variable called {img}, but I have no idea how to get the width of this image.
20:15:14 <Guest|86185> Inline usage should be {v:media.image.width(path: 'NULL')}, but where to put my image in?
20:35:59 <bjo3rn> Guest|86185 path is the path to your image