IRC logs

20131206

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

IRC log range: 20131206*

20131206

  • 00:17:14 <Guest|98134> yes
  • 00:17:17 <Guest|98134> inside a css
  • 00:18:17 <Guest|98134> for example i wanna write into a css file <f:if condition="{body}>body{background:black;}</f:if>
  • 00:19:05 <soee> noo
  • 00:19:14 <Guest|98134> it doesnt work?
  • 00:19:15 <soee> you would have to write such css inline in template
  • 00:19:26 <Guest|98134> ok but...
  • 00:20:11 <Guest|98134> can i write css in a <style> tag and then get some variables in there?
  • 00:20:55 <soee> yes just use assets VH
  • 00:21:09 <Guest|98134> sth like that <style>body { background: {bgcolor} }
  • 00:21:18 <Guest|98134> thats what i wanna have :)
  • 00:21:30 <Guest|98134> but it doesnt work
  • 00:23:28 <soee> first of all why do you want that condition in CSS defined in template ?
  • 00:24:48 <Guest|98134> cause i want to implement with data attributes the css content
  • 00:25:07 <Guest|98134> with :before
  • 00:25:10 <Guest|98134> and :after
  • 00:25:28 <Guest|98134> but the :before and :after doesnt work inline
  • 00:27:48 <Guest|98134> so i need to write it in <style></style>
  • 00:28:06 <Guest|98134> but it doesnt work to put some variables into the style tag
  • 00:36:14 <Guest|98134> but i can write what i want, it doesnt work...
  • 00:37:36 <Guest|98134> can i write sth like <style>body {background: <v:var.get name="cssbody" />;} </style
  • 09:22:36 <Guest|70910> Hi guys. How can i write fluid variables into a style tag? like this: <style>body{background: <v:var.get name="bgcolor" />;}</style> ??
  • 09:52:35 <bjo3rn> Guest|70910 wrap the fluid output in a <f:format.raw /> tag.
  • 09:53:47 <Guest|70910> hi bjo3rn thats for your answer. I want to write the <style> tag in a Element. I dont know where i should paste this format.raw then?
  • 09:54:18 <bjo3rn> <style>body{background: <f:format.raw><v:var.get name="bgcolor" /></f:format.raw>;}</style> ;)
  • 09:54:25 <ak1982> Hi there, i installed everything and included it. Now i have the error:#1364685651
  • 09:54:27 <ak1982> What to do
  • 09:55:38 <Guest|70910> ah okay thanks :) this style will automatically render in head section of site then ?
  • 09:56:22 <bjo3rn> it will render where you put it. if you want to render it in the head you should use <v:asset.css>...</v:asset.css>
  • 09:56:51 <bjo3rn> ak1982 what does 'I installed everything' mean exactly?
  • 09:57:07 <Guest|70910> okay thank you very much. i will try it :)
  • 09:57:18 <bjo3rn> np ;)
  • 09:58:39 <ak1982> how it is explained on the website
  • 09:59:30 <ak1982> then i put a content element with plugin on it
  • 09:59:48 <ak1982> I take flux API
  • 10:00:04 <bjo3rn> the one that says 'don't use it'? ;)
  • 10:00:05 <ak1982> And than i choosed the bootstrap row
  • 10:00:21 <ak1982> Yes
  • 10:00:26 <ak1982> but only on page
  • 10:00:51 <ak1982> Ok, I understood wrong? How can i use it otherwise
  • 10:01:41 <bjo3rn> so you installed the 'introduction package' from the beginner's guide?
  • 10:02:07 <ak1982> No, i had allready an Typo3
  • 10:02:35 <bjo3rn> please tell me which extensions you installed.
  • 10:02:46 <ak1982> I installed Flux, fluid .... in this way how it is explained
  • 10:03:31 <bjo3rn> come on. also the _boostrap packages?
  • 10:04:04 <bjo3rn> or simply flux, fluidcontent, fluidpages and vhs?
  • 10:04:13 <ak1982> Ok: Flux, Fluid Pages, Fluid Content, VHS, fluid pages bootstrap and then fluid content bootstrap
  • 10:04:28 <bjo3rn> included all TS?
  • 10:04:35 <ak1982> Then i went in the root... yes ;-)
  • 10:05:08 <bjo3rn> ok
  • 10:05:15 <ak1982> Then i use contet type FLuid Content
  • 10:05:39 <bjo3rn> now you'll have to select a page template in the root page, tab appearance
  • 10:05:44 <ak1982> There I have taken Bootstrap: column row
  • 10:05:57 <bjo3rn> ok
  • 10:06:19 <ak1982> And then i got the error
  • 10:06:19 <bjo3rn> you should see a new tab 'bootstrap' in the new content wizard when adding a content element
  • 10:06:32 <bjo3rn> aha.
  • 10:06:32 <ak1982> I see, and there I have choosen it.
  • 10:06:45 <bjo3rn> are you on the current TER or Git versions?
  • 10:06:59 <ak1982> Are you still there, I have a small team meeting. I would be really cool, if you can help me after it
  • 10:07:17 <ak1982> What do you men with current TER
  • 10:07:28 <ak1982> I installed everything from the extension manager
  • 10:07:57 <bjo3rn> that's TER. attend your meeting. someone will be here for sure.
  • 10:08:31 <ak1982> Ok Flux 6.0.1 fluid content 3.1.0 fluid pages 2.1.0
  • 10:08:40 <ak1982> bootstrap both 2.0.0
  • 10:09:31 <ak1982> what could be the problem
  • 10:10:17 <bjo3rn> please update flux. the current version is 6.0.2
  • 10:11:20 <ak1982> Ok
  • 10:12:38 <ak1982> Ok Meeting starts, Im coming back soon.
  • 10:20:55 <muecke> hi, is there a roadmap for flux 7.0 ?
  • 10:22:10 <danilobuerger> muecke yes
  • 10:31:36 <muecke> danilobuerger i allready read this article: https://fedext.net/blog/articles/flux-70-teaser.html. But there are no timing...
  • 10:35:00 <danilobuerger> muecke flux 7.0 will be released before typo 6.2 is released
  • 10:38:15 <muecke> danilobuerger okay thanks. is there a way to look into the flux 7 git branch ?
  • 10:38:32 <danilobuerger> git master
  • 12:56:33 <randomresult> hi there
  • 14:05:42 <Guest|70910> hi
  • 14:13:24 <randomresult> hi there again
  • 14:13:58 <randomresult> one questions about locallang.xlf - is there a list of elements? ... i use fields.myfieldname to label an input. but what about selects?
  • 14:15:01 <randomresult> so i have this for my simple input field flux.default.fields.includenavi
  • 14:15:08 <randomresult> what do i use for a select?
  • 14:17:59 <Guest|70910> https://fedext.net/viewhelpers/flux/master.html
  • 14:18:24 <Guest|70910> there u go in flexform
  • 14:18:42 <Guest|70910> and then field. There u can see all field types
  • 14:19:08 <Guest|70910> if u mean flexform types
  • 14:30:05 <randomresult> @danilobuerger as i saw, ur german.
  • 14:30:29 <danilobuerger> randomresult like 80 % of all typo3 developers ;-)
  • 14:30:46 <randomresult> @danilobuerger i have made a documentation on how to use locallang.xlf - but in german for now. i will translate it after u looked at it
  • 14:31:00 <randomresult> and i have some points open which should be in there
  • 14:31:17 <randomresult> may i show it to you and see what u mean?
  • 14:31:34 <danilobuerger> i can look at it on the weekend
  • 14:31:47 <randomresult> and pls tell me on where i can find the definitions for fields, selects object sections etc for translations
  • 14:32:11 <randomresult> im stuck on translating sections for now
  • 14:34:27 <mo-ger> hey there. I want to use flux for my existing plugin to render a dynamic flexform in backend
  • 14:36:00 <mo-ger> i figured out that I nee do register a configurationProvider in my extension. what do i need to do?
  • 14:37:46 <mo-ger> do i simply have to extend flux' AbstractPluginConfigurationProvider?
  • 14:48:11 <randomresult> so any hints on where i can find definitions for translations ?
  • 14:49:45 <randomresult> @danilobuerger where can i send my docu? its an md file exported from my wiki @bitbucket
  • 14:51:22 <danilobuerger> randomresult best way would be a pull request
  • 15:05:16 <pedda> hi there
  • 15:05:42 <pedda> can you confirm there are still issues with referencing CE's within FCE's ?
  • 15:08:06 <randomresult> i have the following code in my configuration section: http://pastebin.com/TJG3XQhN
  • 15:08:25 <randomresult> no i want to label / translate the select "split" in my locallang.xlf
  • 15:08:51 <randomresult> so i need flux.grid2.fields.*
  • 15:14:48 <randomresult> flux.grid2.fields.split does not work
  • 15:23:03 <randomresult> works.
  • 15:23:06 <randomresult> dont ask
  • 15:25:26 <randomresult> sometime u need to: clear cache, delete typo3temp AND reload the browser
  • 15:52:17 <soee> someone using extbase_realurl ?
  • 15:53:22 <soee> on 6.2 it is insactive in EM bu still when i wan to enter Language module i get: Package "extbase_realurl" is not available. Please check if the package exists and that the package key is correct (package keys are case sensitive).
  • 16:08:48 <Guest|83553> Jemand da?
  • 16:10:55 <Guest|83553> I have got <flux:flexform.field.inline.fal ... and want to render multiple images. If I use for each i get an error
  • 16:13:32 <danilobuerger> Guest|83553 whats the error?
  • 16:44:30 <Guest|83553> The error is that got a string instead of an array
  • 16:45:19 <Guest|83553> the string is the count of files
  • 17:19:49 <mo-ger> what does a configurationProvider need to contain?
  • 17:20:18 <danilobuerger> mo-ger very broad question, please be more specific
  • 17:20:29 <mo-ger> is it sufficient to just extend the Tx_Flux_Provider_AbstractPluginConfigurationProvider?
  • 17:20:56 <mo-ger> what i want to do is to use flux to render an input field based on typoscript setting
  • 17:21:07 <mo-ger> in flexform
  • 17:22:45 <mo-ger> then i simply registered the PluginConfigurationProvider in my extension's ext_localconf and ext_tables
  • 17:24:08 <mo-ger> so far it works, but when viewing my plugin in backend page mode, it says "Keine FlexForm Quelle vorhanden." (no flexform source available)
  • 17:25:53 <mo-ger> creating a method named "getTemplatePathAndFilename" which returns a hard-coded path to a template which contains a flux configuration, solves the problem. but then i get: my_ext/Resources/Private/Templates/Form/Show.html caused an error - see next message
  • 17:26:14 <mo-ger> TYPO3 Fatal Error: Extension key "" was NOT loaded! (1270853878)
  • 17:26:14 <mo-ger> Flux Debug
  • 17:26:14 <mo-ger> and Class Tx_Flux_Provider_Structure_FlexFormStructureProvider asked to render an invalid configuration: NULL
  • 17:26:27 <mo-ger> am i missing something basic?
  • 20:19:55 <randomresult> good evening boys n girls
  • 20:24:23 <mrboe> hohoho randomresult
  • 20:25:20 <randomresult> i am still searching the setting for showing the * on edited but not safed files in phpstorm
  • 20:31:08 <randomresult> ah ... i got it
  • 20:31:52 <randomresult> ide settings -->editor --> editor tabs --> mark modified tabs...