IRC logs

20141215

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

IRC log range: 20141215*

20141215

  • 07:33:37 <jousch> good morning fedextlers and fluxlers
  • 08:33:01 <jousch> I'm wondering why ext:vhs asset files within typo3temp are not deleted on Clearing any cache initiated from the TYPO3 backend (6.2)
  • 08:43:05 <jousch> Is it intended that only the timestamp of the typo3temp/vhs-asset* files is set to 0?
  • 08:54:55 <TYPO3ua> Hello everyone!
  • 08:55:14 <TYPO3ua> I need output special list from array, for example...
  • 08:55:25 <TYPO3ua> ... {array} = many images ...
  • 08:56:19 <TYPO3ua> Special list:
  • 08:56:19 <TYPO3ua> item_2
  • 08:56:19 <TYPO3ua> item_1
  • 08:56:19 <TYPO3ua> item_3
  • 08:56:19 <TYPO3ua> item_2
  • 08:56:20 <TYPO3ua> item_4
  • 08:56:20 <TYPO3ua> Special list: item_2, item_1, item_3, item_2, item_4, item_3 ....
  • 08:56:40 <TYPO3ua> <f:for each="{images}" as="item" key="number" iteration="iteration"> .... </f:for>
  • 08:56:53 <TYPO3ua> How to do it?
  • 08:57:15 <TYPO3ua> Can someone help me?
  • 09:13:17 <mrboe> @TYPO3ua have a look here https://github.com/bootstraptheme-for-typo3/fluidbootstraptheme/blob/development/Resources/Private/Templates/Content/ImageGallery.html
  • 09:17:47 <TYPO3ua> No it is not ...
  • 09:19:15 <TYPO3ua> Look please this list ...
  • 09:20:13 <TYPO3ua> item_1, item_2, item_1, item_3, item_2, item_4, item_3 ...
  • 09:20:32 <mrboe> create the f:for as you worte
  • 09:20:47 <mrboe> and debug "iteration" in it
  • 09:22:56 <TYPO3ua> He output so... item_1, item_2, item_3, item_4, item_5
  • 09:23:06 <TYPO3ua> I need ... so ... item_1, item_2, item_1, item_3, item_2, item_4, item_3 ...
  • 09:25:40 <mrboe> i dont know what you want
  • 09:25:53 <mrboe> iteration only counts
  • 09:27:47 <TYPO3ua> for example ... please
  • 09:30:05 <TYPO3ua> I want list ... item_1, item_2, item_1, item_3, item_2, item_4, item_3 ...
  • 11:14:48 <jousch> are there actual any ways to clear the files via cli or TYPO3 backend in typo3temp which are created by ext.vhs?
  • 11:42:05 <steffen-j> I have a problem. Content-elements are not rendering/showing on my page
  • 11:43:14 <steffen-j> Page elements and special elements are working, but not custom elements and elements from bootstrap
  • 13:42:48 <drlimbo> hi there
  • 13:43:07 <drlimbo> is there a way to get the information - on what Level the actual Page is?
  • 13:44:17 <drlimbo> something like "Get Navigation Level of Page with UID=20"
  • 13:52:19 <drlimbo> maybe Akii knows the correct viewhelper?
  • 13:52:28 <Akii> no
  • 13:56:17 <drlimbo> allright, maybe anyone else?
  • 14:15:34 <drlimbo> Typoscript [treeLevel = 1] was the trick
  • 14:58:02 <steffen-j> If I use the fluid content element nothing shows except of the header, how come?
  • 15:57:22 <mrboe> hey guys, i found a solution how to disable/enable FCE's with TS, but i dont know if this is a good solution. https://gist.github.com/misterboe/0013f30a1ec6edb237fe
  • 15:57:58 <mrboe> what do you think?
  • 16:02:09 <s-andersen> Having trouble getting the fluidbootstraptheme to work with fluid content core. Everything is fine in the backend, but in the frontend it just doesn't show. Any ideas?
  • 16:03:35 <mrboe> @s-andersen we are actually have not tested this, but this will be the next step at at 2015
  • 16:04:19 <s-andersen> mrboe: So the only way to use fluidbootstraptheme is to avoid fluid content core?
  • 16:05:27 <mrboe> i think it should work but actually i can say nothing about it
  • 16:05:50 <mrboe> perhabs @gbod
  • 16:06:49 <mrboe> sorry @s-andersen
  • 16:11:03 <s-andersen> mrboe: I found the problem now, the editor had disabled the Static template because it messed up the template he had created
  • 16:49:43 <NamelessCoder> mrboe we will build an actual feature for this; one which does not only govern this attribute but allows others to be forced through TS as well
  • 16:50:34 <mrboe> ok thank you claus - but for the moment i could use this?
  • 16:59:39 <NamelessCoder> I am not sure it would work entirely like you expect because the resulting metadata generated from the form gets cached
  • 16:59:52 <NamelessCoder> but assuming you're doing this as a global toggle then yep, should work.
  • 17:00:10 <mrboe> thank you