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?