IRC logs

20140420

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

IRC log range: 20140420*

20140420

  • 06:08:51 <randomresult> @NamelessCoder Travis is working again!!!
  • 09:12:32 <Harpagophyt> gm
  • 09:13:26 <Harpagophyt> why is css_styled_content necessary? how can it be eliminated?
  • 12:02:54 <Denyerek> mrboe, ?
  • 12:03:02 <Denyerek> A little bird told me you had a random element CE ?
  • 12:26:59 <randomresult> a little randombird told you...
  • 12:27:05 <randomresult> happy easter!
  • 12:27:40 <randomresult> @NamelessCoder i installed flux-dev and now i get the error, that Argument "options" was not registered.
  • 12:31:06 <randomresult> @NamelessCoder i was too stupid. works. thx.
  • 12:49:19 <Denyerek> Hey randomresult
  • 12:49:25 <Denyerek> Happy chocolate day.
  • 12:49:36 <Denyerek> Although my favourite day is the day after chocolate day, when the chocolate is half price...
  • 12:49:37 <Denyerek> :D
  • 13:09:01 <Denyerek> hey xaver , don't suppose you're there
  • 13:09:03 <Denyerek> ?
  • 13:09:13 <Denyerek> Got a query regarding CE's and "standard headers"
  • 13:09:44 <Denyerek> My client keeps filling out headers so she can identify content elements in the BE, but I need to be able to stop them rendering on certain content elements.
  • 13:09:52 <Denyerek> Any clues?
  • 13:15:18 <xaver> Denyerek: hi
  • 13:15:27 <Denyerek> tt_content.fluidcontent_content.10 >
  • 13:15:30 <Denyerek> I went with that
  • 13:15:36 <Denyerek> Which just unsets all headers on all FCEs
  • 13:15:44 <Denyerek> Though more granular control would be nice, I don't think it's going to be possible.
  • 13:16:00 <Denyerek> ( previously tt_content.fluidcontent_content.10 < lib.stdHeader )
  • 13:16:29 <xaver> maybe you can move it into a marker and use it in your tmpl
  • 14:08:42 <Denyerek> xaver, do you know much about content-sliding in content columns ?
  • 14:10:04 <xaver> what you mean - a slider? fluidcontent_bootstrap has the bootstrap slider - it allows to slide content.
  • 14:12:05 <Denyerek> I mean um
  • 14:12:21 <Denyerek> If the page above has content in column 1, to use that content on subpages unless content exists on the subpages,
  • 14:12:35 <Denyerek> You used to have to use kb_contentslide to do it in TV.
  • 14:14:43 <Denyerek> Ah
  • 14:14:57 <Denyerek> there's a param on v:page.render.content "slide"
  • 14:19:07 <Denyerek> xaver, do you know any way to test which section or area a CE is included in ?
  • 14:19:34 <Denyerek> Could I perhaps pass a variable to the <f:render section="mySection" /> ?
  • 14:20:15 <xaver> you can
  • 14:20:28 <xaver> arguments="{_all}" e.g.
  • 14:28:59 <Denyerek> ok
  • 14:28:59 <Denyerek> So now
  • 14:29:00 <Denyerek> https://gist.github.com/Denyerec/7d15715bc0a6b2b6fc5a
  • 14:29:05 <Denyerek> xaver, any good with conditionals
  • 14:29:06 <Denyerek> :
  • 14:29:07 <Denyerek> :)
  • 14:29:16 <Denyerek> I decided to use the "layout" page property to control the width.
  • 14:29:30 <Denyerek> I have defined the two variables in my TS, now just need to choose between them based on page.layout
  • 14:29:38 <Denyerek> But I don't think that conditional is working,
  • 14:44:35 <Denyerek> xaver, do you know why an inline condition would just render out to screen instead of rendering the output ?
  • 14:44:37 <Denyerek> EG I see this:
  • 14:44:44 <Denyerek> {f:if(condition: 1 == 1, then: '100', else: '200')}
  • 14:44:46 <Denyerek> appear in my FE
  • 14:44:50 <Denyerek> rather than "100"
  • 14:45:37 <Denyerek> Ahhh
  • 14:45:41 <Denyerek> I need to up the condition in ""
  • 14:54:26 <Denyerek> Hmm
  • 14:54:37 <Denyerek> Now I need to figure out how to shuffle my BE columns and rows :/
  • 14:55:10 <Denyerek> and NamelessCoder has broken the docs again :(
  • 14:55:17 <Denyerek> This is just frustrating.
  • 18:40:37 <soee> is there some VH to check iv variable is of type array ?
  • 18:58:12 <soee> got it, v:if.type.isArray
  • 23:07:03 <Denyerek> NamelessCoder, are you there ?
  • 23:07:24 <Denyerek> I've just deployed to my live site, and cleared caches and typo3temp
  • 23:07:32 <Denyerek> Yet I don't see all the FCEs that I see on my local.
  • 23:11:00 <Denyerek> Gah, I think it's a combination of caches conspiring against me!
  • 23:46:44 <Denyerek> [22:37] <Denyerek> Is it possible to hide BE edit/entry fields for certain content types?
  • 23:46:44 <Denyerek> [22:37] <Denyerek> I'd love to hide the whole Header section for just a few types of custom CE.
  • 23:56:01 * Denyerek wishes the docs would un-break soon :)