IRC logs

20140624

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

IRC log range: 20140624*

20140624

  • 01:10:26 <soee> what woukld be the best way to format value like: 1,456 to 1.456 ?
  • 01:17:52 <Outdoorsman> Using JavaScript... ha ha
  • 01:19:05 <Outdoorsman> soee, have you looked a this? http://fluidtypo3.org/viewhelpers/fluid/master/Format/NumberViewHelper.html
  • 01:20:08 <soee> Outdoorsman: ok thanks :-)
  • 01:20:21 <Outdoorsman> Sure.
  • 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
  • 01:22:29 <soee> i think
  • 01:24:30 <Outdoorsman> Didn't know about v:var.convert... http://fluidtypo3.org/viewhelpers/vhs/development/Var/ConvertViewHelper.html
  • 09:21:49 <mrboe> @soee v:var you know ;)
  • 09:22:44 <soee> mrboe: what ? :)
  • 09:23:29 <mrboe> i only saw in the log: soee:ah now it should be also v:variable
  • 09:25:06 <soee> mrboe: so you lied to me ? :)
  • 09:25:08 <soee> [poniedziałek, 23 czerwca 2014] [13:22:13] <mrboe> @soee if you use the latest vhs you also had to switch v:var to v:variable
  • 09:25:42 <mrboe> no - for me only v:variable is working
  • 09:25:51 <soee> ah ok :)
  • 09:26:05 <mrboe> dont know why > v:var causes an error
  • 11:39:33 <rahulthewall> Hi guys, I was using a single column layout to begin with (and that worked fine)
  • 11:39:38 <rahulthewall> now I added another column for the sidebar
  • 11:39:55 <rahulthewall> I can see it in the backend, but it seems I can’t add any content to it
  • 11:40:02 <rahulthewall> any idea how to fix this?
  • 11:40:07 <rahulthewall> or what I did wrong
  • 11:45:01 <mrboe> please paste your template @rahulthewall
  • 11:45:25 <mrboe> anybody uses git tower?
  • 11:45:55 <rahulthewall> @mrboe: Layout: http://pastebin.com/5bsefVeP
  • 11:46:30 <rahulthewall> Template: http://pastebin.com/akxsBNEu
  • 11:47:20 <mrboe> <v:content.render column="1"/> <v:content.render column="2"/>
  • 11:47:26 <mrboe> try this
  • 11:47:53 <mrboe> sorry BE isnt working
  • 11:49:04 <rahulthewall> If the column positions are 0 and 1 shouldn’t the same be rendered?
  • 11:50:53 <mrboe> what versions do you use?
  • 11:51:04 <mrboe> because us have flux:flexform
  • 11:52:57 <rahulthewall> Nevermind, switching around the numbers from 0 and 1 to 1 and 2 and then back to 0 and 1 seems to have worked
  • 11:53:02 <rahulthewall> Now I can add elements
  • 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.
  • 11:59:18 <FT3BOT> ¯\_(ツ)_/¯
  • 12:36:22 <soee> looks like asset files are always taken from server not browser cache, any idea why ?
  • 13:28:24 <randomresult> hi there
  • 13:28:39 <randomresult> isnt it possible to have a manual rendering for breadcrumbs?
  • 13:31:15 <soee> xaver: ping
  • 13:32:52 <xaver> soee: ?
  • 13:34:22 <soee> xaver: this bug with editing content elements is caused by flux?
  • 13:37:55 <xaver> good question
  • 13:38:12 <randomresult> can someone tell me why this does not work? https://gist.github.com/randomresult/3925c0a34a76d36a4252
  • 13:38:22 <randomresult> trying to manual render the breadcrumb menu
  • 13:38:37 <randomresult> thought it would go with rootLineAs
  • 13:38:40 <randomresult> but it doesnt
  • 13:40:06 <soee> randomresult: first change
  • 13:40:13 <soee> "'rootLine'" => "rootLine" imo
  • 13:40:23 <randomresult> i did
  • 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:41:40 <soee> xaver: ok thanks, good to know
  • 13:41:54 <xaver> +e
  • 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?
  • 15:59:31 <moger> ideally an easier way ;)
  • 16:20:31 <xaver> i don't think so. We can't resolve the extension. Maybe you can add it behind with your own viewhelper moger
  • 16:23:42 <moger> hum ok. thanks anyway!
  • 16:26:25 <xaver> moger: the problem is, nowhere is this information
  • 16:31:43 <moger> yes. this record/pages inconsistencies in how to do things were always bugging me in TYPO3.
  • 16:32:17 <moger> it's unsolvable with the current architecture unless you use only pages xor records for everything.
  • 16:35:15 <moger> so everytime a non-pages record needs to be shown in a non-extension context, you have to do nasty stuff to access it.
  • 16:35:38 <moger> so i see that's a problem which VHS and fluidpages cannot solve on its own :)
  • 16:43:13 <xaver> moger: it isn't a problem from TYPO3
  • 19:33:01 <soee_> is ther eVH to use IF condition with OR etc ?
  • 19:33:10 <soee_> the one i see seems to be deprecated
  • 19:58:20 <soee_> this really should land in docs for if vh: https://github.com/FluidTYPO3/vhs/pull/401
  • 23:46:12 <soee_> guys someone expirienced problem when page need 6 seconds to fully load ?