Documentation
Library
Community
Donate
Blog
IRC logs
Community
Activity feeds
Mentions
Support Chat
IRC logs
IRC logs
20141108
Logs from channel #fedext on freenode - our official support channel.
2016-10
2016-09
2016-08
2016-07
2016-06
2016-05
2016-04
2016-03
2016-02
2016-01
2015-12
2015-11
2015-10
2015-09
2015-08
2015-07
2015-06
2015-05
2015-04
2015-03
2015-02
2015-01
2014-12
2014-11
2014-10
2014-09
2014-08
2014-07
2014-06
2014-05
2014-04
2014-03
2014-02
2014-01
2013-12
2013-11
IRC log range: 20141108*
20141108
15:36:04
<Harpagophyt> hello
15:36:16
<Harpagophyt> i make the update over TER and have a problem
15:36:23
<Harpagophyt> https://gist.github.com/777c7cc1b39a0cea8b36.git this is the code
16:31:33
<Harpagophyt> hello ...
16:34:32
<xaver> it is weekend and typo3camp - wait a little bit
16:36:06
<xaver> and we don't knwo your problem
16:39:50
<Harpagophyt> I am sure i found a bug. but i dont know how to debug?
16:40:01
<Harpagophyt> i know where the bug is - i think ;-)
16:40:51
<xaver> we still don't know your problem
16:41:07
<xaver> you have a link and no specification
16:42:25
<Harpagophyt> ups, you are right ...
16:48:35
<Harpagophyt> https://gist.github.com/Harpagophyt/777c7cc1b39a0cea8b36 new try :-)
17:01:42
<Harpagophyt> ok, i do a downgrade
17:04:45
<Harpagophyt> with vhs 2.1.2 it works correct
17:39:42
<jmverges> hi there folks
17:40:38
<jmverges> I would like to do If count(<v:content.render column="15" pageUid="{settings.layoutPage}"/>) > 0 then ...
17:44:28
<gbod> kind of <f:if condition="{v:page.content.get(column: '0')}"/> Not testet.
17:44:44
<jmverges> I don't know what is the difference between render and get
17:46:23
<jmverges> what about { inside {
17:48:12
<gbod> Did you give it a try?
17:49:13
<jmverges> I did it
17:49:18
<jmverges> an it works
17:49:22
<jmverges> partially
17:49:34
<jmverges> I need to include {settings.layoutPage
17:49:45
<jmverges> if I put pageUid='11'
17:49:47
<jmverges> is working
17:50:11
<gbod> show the whole line, plase
17:50:17
<gbod> *please
17:50:38
<jmverges> <f:if condition="{v:content.render(column: '1', pageUid:'11')}"><h1>Hola gbod</h1></f:if>
17:50:52
<jmverges> I need to change '11' to {settings.layoutPage}
17:51:11
<jmverges> no way
17:51:16
<jmverges> <f:if condition="{v:content.render(column: '1', pageUid:'{settings.layoutPage}')}"><h1>Hola gbod</h1></f:if>
17:51:20
<jmverges> it is done
17:52:32
<gbod> problem solved I think
18:36:02
<jmverges> thank you gbod
18:40:05
<jmverges> gbod, other question, I'm looking for add some selector (with images) in Page Configuration section+
18:42:17
<jmverges> is that posible?
18:44:18
<jmverges> just like the one in Page Layout
22:05:09
<5EXABHV14> [documentation] xf- closed pull request #37: [BUGFIX] Change wrong brace expressions in .editorconfig (rewrite...patch-2) https://github.com/FluidTYPO3/documentation/pull/37
22:05:10
<7GHAAKJ8E> [documentation] xf- pushed 2 new commits to rewrite: https://github.com/FluidTYPO3/documentation/compare/f245f7103ce2...9fc07b65c433
22:05:10
<7GHAAKJ8E> documentation/rewrite 764d227 G. Bodenschatz: [BUGFIX] Change wrong brace expressions in .editorconfig
22:05:10
<7GHAAKJ8E> documentation/rewrite 9fc07b6 Xaver Maierhofer: Merge pull request #37 from coding46/patch-2...