14:59:00 <floxx1> i'm trying to link to a page of type "external page" with v:page.link, but it doesn't work. the link is built with the provided path but the domain is substituted with my server domain. is there an attribute i should set?
15:03:36 <xaver> cedricziel: i don't care - fuck IE really -> Only IE is the Icon font position wrong and no setting had success
15:11:02 <xaver> cedricziel: the icon font looks also on the demo site broken
16:21:04 <ndee_> hey guys, just to be sure: http://fluidtypo3.org/viewhelpers.html <-- when using the <html>-tag, there is nothing else I need in phpstorm for the auto-completion, right?
16:33:19 <randomresult> we struggeld a lot making this work
16:33:35 <randomresult> we dont know if this is the correct soluiton but in the end it works
16:37:45 <SuburbanWorrier> in f:link.action can addQueryString be used to build upon existing links?
16:39:33 <SuburbanWorrier> ..so if I've already got an argument tx_plugin[type]=1 can I retain it and add tx_plugin[another_arg]=x to e.g. filter records?
16:40:48 <ndee_> randomresult: I had it working with linking to the xsd so... let's see if that works :)
16:52:35 <ndee_> randomresult: restarted phpstorm but to no avail. So, having it for each project is still the way to go I assume.
17:05:04 <cedricziel> SuburbanWorrier: additionalParameters i think
17:15:52 <SuburbanWorrier> cedricziel: in the Page TSConfig?
17:20:57 <SuburbanWorrier> I added config.no_cache = 1 to the page my extension lives in. Uninstalled the extension, reinstalled, cleared caches and STILL I get cHash! :/
17:24:40 <cedricziel> config.no_cache is to be set in the ts template, not in PageTS
17:25:00 <SuburbanWorrier> yeah - caught my own error there & removed that
17:28:33 <redpop> Hello, I use TYPO3 6.2.2 and the latest fedext extensions: flux, vhs, fluidpages, fluidcontent, fluidpages_bootstrap and fluidcontent_bootstrap. I use the GitHub Repos - master. Also I've checked the development branch. The problem is, that when I used a Twitter Bootstrap CE 'Column Row', the child element in this grid shows me in the Relation Tab
17:28:33 <redpop> 'Content area of parent': INVALID Value: http://picpaste.com/content_area_of_parent_01-LRnwrM4V.png
17:31:21 <redpop> In special cases, I can not include a news plugin record into a grid, after I switch the page backend module suddenly the news plugin record is an another place, no longer in the grid.
17:34:00 <danilobuerger> redpop fluidpages_bootstrap and fluidcontent_bootstrap are deprecated
17:40:12 <redpop> @danilobuerger: an the solution is what? is there alternative extensions from fedext team or a documentation for creating a own boostrap extension?
17:42:19 <danilobuerger> nobody from the fluidtypo3 team is developing one, but randomresult_afk is... there is no documentation on how to create a __bootstrap__ extension, because why should there? bootstrap is one of many libraries... there is however documentation on how to create your own extension and content elements
19:00:18 <redpop> @danilobuerger: now I created a new provider extension and have the same issue in the relation tab 'Content area of parent': INVALID Value: http://picpaste.de/content_area_of_parent_01-H600MxdC.png, http://picpaste.de/content_area_of_parent_02-79rOrA1k.png
19:01:13 <redpop> but the content elements are stored now
19:02:03 <redpop> only the INVALID VALUE an the missing columnFirst (column #1) is curious