IRC logs

20140728

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

IRC log range: 20140728*

20140728

  • 10:29:47 <Denyerec> Hey guys
  • 10:29:51 <Denyerec> My FCE tab has... vanished
  • 10:30:01 <Denyerec> I've not touched the site in months, but I logged in today and I can't see it.
  • 10:30:06 <Denyerec> Typo3temp issue perhaps ?
  • 10:34:10 <Denyerec> AH no it appears to be permissions based
  • 10:34:19 <Denyerec> "Editor" user can see the FCE tabs, "Admin" user can't
  • 10:36:17 <Denyerec> Hmm
  • 10:36:27 <Denyerec> Seems the "Editors" group has some kind of special permission
  • 10:36:33 * Denyerec tries to investigate
  • 11:30:55 <fger> hi guys, is any of you using the latest flux dev-branch ?
  • 11:30:59 <Guest|81371> Hey, how could I nest view helpers inline? I try to do something like:{v:format.case(string: '{v:format.eliminate(content:{offer.company.name}, whitespace:1)}', case: 'lower')}
  • 11:32:46 <fger> hiho
  • 11:32:58 <fger> latest flux-/fluidcontent-develop branch:
  • 11:33:07 <fger> flux.content.render doesnt render anything
  • 11:33:25 <fger> if a content-area is defined using flux:grid in configuration section
  • 11:33:32 <fger> is this a known bug ?
  • 11:36:32 <fger> so the system isnt usable in production it seems :S
  • 11:46:09 <mrboe> <v:content.render column="0" />
  • 11:46:47 <mrboe> @fger
  • 11:49:00 <fger> doesnt output anything either with flux 7.1.0 and fluidcontent 4.1.0
  • 11:49:12 <fger> if i revert to flux 7.0.0 / fluidcontent 4.0.0 it works
  • 11:49:30 <mrboe> have you updatet the grid
  • 11:49:38 <fger> what do you mean ?
  • 11:49:56 <volk0r> good morning everybody
  • 11:50:14 <mrboe> https://github.com/bootstraptheme-for-typo3/fluidbootstraptheme/commit/03d940dd87a3058ea11a0673160a3804877f0f89
  • 11:50:23 <mrboe> https://github.com/FluidTYPO3/flux/commit/5bcdb6de8ffdd516ef3b65228fe1a3e1a6c90054
  • 11:51:04 <volk0r> i have a short question. is it possible to build a fce, where a part of that fce is a reference to another content element? like the typo standard funcionality "insert record"?
  • 11:51:27 <fger> mrboe yes we use that syntax, but that works with 7.0.0 also
  • 11:51:48 <fger> mrboe: i tried fluidcontent_bootstrap jumbotron with 7.1.0 and 4.1.0 -> no output
  • 11:52:13 <mrboe> i dont know if fluidcontent_bootstrap is working
  • 11:52:17 <mrboe> actually
  • 11:52:30 <fger> ?
  • 11:52:34 <fger> the syntax seems correct
  • 11:52:44 <fger> we use flux:grid and flux:form.content
  • 11:53:04 <mrboe> you can have a look here https://github.com/bootstraptheme-for-typo3/fluidbootstraptheme
  • 11:54:08 <fger> oh ok , now i get it - yes we have the use case single-content-row , i try the new mechanism now
  • 11:54:09 <mrboe> it contains fluidcontent_bootstrap and fluidpages_bootstrap
  • 12:01:58 <fger> nope wont work
  • 12:02:31 <fger> also with the new structure and the latest alert.html element from the bootstraptheme copied to my provider extension and executed with flux 7.1.0 and fluidcontent 4.1.0
  • 12:02:36 <fger> latest dev branches
  • 12:04:59 <fger> @mrboe :)
  • 12:06:11 <mrboe> have u used the update script of flux
  • 12:06:14 <mrboe> in the ext manager
  • 12:07:36 <volk0r> any ideas for my "problem" guys? ;)
  • 12:09:58 <fger> mrboe: ofc
  • 12:10:00 <mrboe> i dont understand what you wanna do volk0r
  • 12:10:00 <fger> :)
  • 12:11:24 <volk0r> i want to add a "new record" inside a FCE. like the "special element" > "insert record"
  • 12:12:08 <volk0r> i have a row in the design, left side is normal content, like text, images and so on, right side is the sidebar, but i want to give the redakteur the ability to add an existing content element there.
  • 12:12:41 <mrboe> you could do that for example with the wizard where you select the record and render that in the FE with content render uid
  • 12:14:14 <volk0r> yeah. but wich wizard i have to use? the flux:wizard.add?
  • 12:14:38 <volk0r> i tried it already, but then the backend told me, a misconfig... ;(
  • 12:16:10 <mrboe> and why you dont create a reference in that colum?
  • 12:16:19 <mrboe> or dont you have 2 cols in BE
  • 12:16:41 <Denyerec> Hey guys
  • 12:16:52 <Denyerec> Can anyone tell me which BE permission surrounds being able to see / add FCEs ?
  • 12:16:58 <fger> i have a simple element with sections and a content column
  • 12:16:58 <Denyerec> I'm trying to unravel a permissions problem.
  • 12:17:00 <Denyerec> :(
  • 12:17:03 <fger> 1 content column
  • 12:17:03 <volk0r> i can not do 2 cols in the backend layout, because the design could be row (2 cols, next row 1 col
  • 12:18:45 <volk0r> fger: can you show me your example please?
  • 12:20:20 <fger> mompl
  • 12:23:26 <fger> mrboe: and does FAL relations work in a FCe column ?
  • 12:24:07 <fger> do
  • 12:41:10 <fger> mrboe: ok got it sorted out --- the nesting of f:form.sheet in configuration setting was wrong
  • 12:41:18 <fger> mrboe: now it works with 7.1.0 etc. - phew :)
  • 12:41:41 <mrboe> ok thx
  • 12:44:18 <fger> volk0r : what do you mean ?
  • 12:48:09 <featdd> Hi@all
  • 12:58:13 <Denyerec> hey guys
  • 12:58:24 <Denyerec> mrboe have you done any multi-lang sites with FLuidTypo yet ?
  • 12:58:54 <mrboe> not really
  • 12:59:04 <mrboe> actually i starting my first
  • 12:59:05 <Denyerec> I am just wondering how well FCEs integrate with Typo translation.
  • 12:59:19 <Denyerec> As I have a Dutch/English site coming up
  • 13:00:05 <mrboe> does everything works?
  • 13:01:31 <Denyerec> I have no idea.
  • 13:01:34 <Denyerec> That's why I asked :
  • 13:01:35 <Denyerec> :)
  • 13:01:43 <mrboe> oh ok
  • 13:14:49 <volk0r> fger: an example of a content element from you. with that single line and two columns.
  • 13:16:44 <fger> oh i got single line, single column
  • 13:16:59 <fger> thats why we use flux:form.content instead of a flux:grid construction
  • 13:20:04 <volk0r> and you use a wizard for "insert record" for referenzing to an already existing content element?
  • 13:30:28 <volk0r> hm ok ;)
  • 13:39:16 <fger> volk0r: wizard ? you can simply add 1-n contentelement in the page-view in backend into the fluid content column
  • 13:40:02 <fger> Denyerec: it works, but the localization/copy&paste bugs in backend with FCEs are only fixed in latest flux-dev-branch
  • 13:40:32 <Denyerec> Thanks for the update fger - any new builds will be on the latest branches anyway so that's not too much of a problem
  • 17:14:56 <dkn64738> https://gist.github.com/danielkuehni/dba1c9b508c834783885 there is a short example of what is broken after my upgrade to flux 7.1.0, maybe someone got the same issues
  • 17:30:59 <randomresult> @cedricziel u there?
  • 17:31:10 <randomresult> or @bjo3rn
  • 17:31:11 <randomresult> ?
  • 17:32:21 <randomresult> i hate git / submodules / Tower
  • 17:50:43 <xaver> randomresult: ^^
  • 19:30:21 <Torstenn> Hi there, i'm playing around with flux and fluidcontent, if i copy an element with nested elements, the parent field isn't copied by typo3, i figured out that it is because the TCA type for this field is set to "none", can some explain me why it's none?
  • 19:53:00 <Torstenn> noone any idea?
  • 22:51:58 <TYPO3UA> Hello, all!
  • 22:52:14 <TYPO3UA> Need your help...
  • 22:52:50 <TYPO3UA> I heve ...
  • 22:52:52 <TYPO3UA> <flux:field.select name="class" label="Select class" multiple="1" renderMode="checkbox" maxItems="3" items="class1,class2,class3"/>
  • 22:55:43 <TYPO3UA> I only need value "class2" but if it is not "0".
  • 23:10:30 <TYPO3UA> ???
  • 23:27:16 <TYPO3UA> ??
  • 23:28:03 <xaver> TYPO3UA: wait this is irc and it is evening for most people here
  • 23:28:46 <TYPO3UA> :(
  • 23:28:58 <TYPO3UA> thanks