IRC logs

201410

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

IRC log range: 201410*

20141001

  • 08:08:57 <mrboe> good morning
  • 09:56:20 <cedricziel> ahoy
  • 10:13:54 <gbod_> Hi
  • 10:59:49 <ThomasBen> Hi everybody ^^
  • 11:00:11 <ThomasBen> Can someone help me on sys_category retrieval ? I’m trying to display the categories related to fal resources.
  • 11:00:52 <ThomasBen> I use this portion of code : https://gist.github.com/anonymous/6963fa2c3219d9c26637
  • 11:01:13 <ThomasBen> {slide.categories} contains the categories count … but how can i retrieve the categories title ? Thank you all :)
  • 11:40:33 <robsonrobi> Hello together.
  • 11:47:16 <BenjaminR> hi robsonrobi
  • 11:51:29 <robsonrobi> May be someone can give me some help. I am using flux, fluidpages, fluidcontent and vhs in a TYPO3 6.2 system. Works like a charme, but i am confronted with one problem. Havin a content element on page Tools->A and use that element as a reference on subpages Tools->B, Tools->C. Changing the reference element on Tools->A the view in the backend on T
  • 11:51:29 <robsonrobi> ools->B and Tools->C is not updated, in the frontend everything is fine, only the backend shows f.e old pictures of the referenced element
  • 11:52:07 <robsonrobi> Updating the reference index did not help. any ideas?
  • 12:50:34 <mrboe> @fger hi
  • 12:51:01 <mrboe> yesterday i checked the translation of my fal gallery
  • 12:51:12 <mrboe> and there was no problem
  • 12:51:46 <mrboe> perhabs you can check it against your FAL configuration
  • 12:53:47 <mrboe> @fger https://github.com/bootstraptheme-for-typo3/fluidbootstraptheme/blob/development/Resources/Private/Templates/Content/ImageGallery.html
  • 12:57:34 <randomresult> fluidcontetn_core is not released yet right?
  • 12:57:36 <NamelessCoder> sorry ThomasBen - we don't yet have any ViewHelpers to support that particular use case
  • 12:58:25 <NamelessCoder> ThomasBen there is one way you can do this: use a controller (for your content or page template "action") and in the controller action, load those categories using the category API.
  • 12:58:47 <NamelessCoder> ThomasBen see http://fluidtypo3.org/documentation/templating-manual/advanced-provider-extensions/custom-flux-controllers/use-cases-for-controllers.html about custom controllers
  • 12:59:08 <NamelessCoder> randomresult no, it is not released yet. A couple elements still need to be created but the team does not have time
  • 12:59:19 <randomresult> ok. thx.
  • 12:59:35 <NamelessCoder> we'd aoppreciate help. It's obvious which elements are missing ;)
  • 12:59:54 <randomresult> ok. i will have a look. maybe i can help.
  • 13:00:22 <NamelessCoder> maybe you already did something in fbt that would be useful
  • 13:00:37 <NamelessCoder> it's media and one or two types of menus
  • 13:01:14 <Guest|58546> Hello, what is the right syntax to do: <f:if condition="{questionIteration.cycle} % 7"> with v:if ?
  • 13:01:17 <randomresult> im right now building an distribution and thought i could work with fcc
  • 13:01:31 <randomresult> i will have a look.
  • 13:01:34 <randomresult> thx.
  • 13:01:58 <Guest|58546> tried this: <v:if stack="{0: '{questionIteration.cycle} % 7', 1: '==', 2: 0}">
  • 13:02:10 <Guest|58546> and this <v:if stack="{0: '{questionIteration.cycle % 7}', 1: '==', 2: 0}">
  • 13:03:05 <NamelessCoder> robsonrobi when you update the *reference* you're updating a separate tt_content record. If you need to "branch" off, create a new copy of the original element to replace the one you made as a reference. Or, if you are trying to update the original element, either locate that element using the page module or (this is from memory so forgive me if I'm wrong aboutit being there) you can use the "edit" wizard on the field that points to the
  • 13:03:05 <NamelessCoder> referenced record.
  • 13:03:36 <NamelessCoder> Guest|58546 that would cause a syntax problem
  • 13:03:45 <NamelessCoder> condition would be comparing a string
  • 13:04:08 <NamelessCoder> use v:math.modulo to calculate modulo then compare that value to your zero
  • 13:04:38 <Guest|58546> ok can you give me a hint?
  • 13:05:12 <NamelessCoder> as spiderman says, "Everybody gets one!"
  • 13:05:35 <Guest|58546> haha
  • 13:05:59 <NamelessCoder> <v:if.stack="{0: '{questionIteration.cycle -> v:math.modulo(b: 7)}', 1: '==', 2: 0}">
  • 13:07:33 <NamelessCoder> assuming my brain's fluid parser still works
  • 13:08:05 <cedricziel> jup
  • 13:09:56 <Guest|58546> yes, that works like a charm!
  • 13:10:30 <Guest|58546> thank you very much!
  • 13:13:28 <ThomasBen> @NamelessCoder Thank you !
  • 13:17:44 <NamelessCoder> yw, both
  • 13:30:54 <mrboe> hey NamelessCoder, i have tow extensions the first contains 2 pagetemplates with flux:form enabled="false", the second ext overrides the first with view and the pagetemplate has flux:form enabled="true" but but it dont work - it this not possible to do?
  • 13:32:47 <mrboe> also override the "label" is not possible for me
  • 13:35:30 <NamelessCoder> if they are overlays only the topmost overlay page template's enbabled flag is respected
  • 13:36:16 <NamelessCoder> although... I'm not sure the overlays apply at the level where the available templates are determined
  • 13:41:03 <mrboe> so you think it should work? or not?
  • 13:42:51 <NamelessCoder> I really don't know. There's too much code to keep it all in memory.
  • 13:43:16 <mrboe> because everything else inside the flux:form could be changed by the "second" ext
  • 13:44:02 <mrboe> only values of flux:form seems to be ignored
  • 13:44:22 <Cash2m> Hi... how do i render the images selected with <flux:field.inline.fal multiple="TRUE" /> ?
  • 13:45:02 <mrboe> @Cash2m have a look https://github.com/bootstraptheme-for-typo3/fluidbootstraptheme/blob/development/Resources/Private/Templates/Content/ImageGallery.html
  • 13:46:23 <NamelessCoder> mrboe try debugging which template filename and paths (+ overlays) returned by the Provider and View classes of Flux
  • 13:52:05 <Cash2m> @mrboe okay cool.. any special way to treat the "link" field or does it require some own logic?
  • 13:52:56 <mrboe> hm dont think so
  • 14:08:47 <fger> how can i access the localized {record} in a FluidTYPO3 FCE ?
  • 14:08:52 <Lirrec> Can anyone show me a working example of the suggest Wizard? I'm unable to get even a simple one for page completion working
  • 14:09:16 <fger> I need to catch a fal-related file using the corr. vhs viewhelper
  • 14:09:27 <fger> but that works with a record uid, which is not the localized one
  • 14:16:43 <fger> no one ;) ?
  • 14:27:01 <randomresult> fger not me sorry.
  • 14:30:18 <Guest|73567> hi all,
  • 14:30:25 <randomresult> hi guest
  • 14:30:49 <Guest|73567> im creating a custum content and i want a select field
  • 14:31:05 <Guest|73567> int his select field i want to select content from multiple table
  • 14:31:17 <Guest|73567> but i cant find a flux form for this
  • 14:31:42 <Guest|73567> flux:field.relation work on 1 table only
  • 14:31:53 <Guest|73567> does someone know if we can do a multiple select
  • 14:44:15 <Guest|73567> can someone help me plz? :)
  • 14:44:32 <randomresult> Guest|73567 sorry. i cant. i would. but i cant
  • 14:48:18 <robsonrobi> it seems that TYPO3 needs really long when saving an fce. Before updating vhs, fluidpages,fluidcontent and vhs it seems that the performance was better. does anyone has the same problems?
  • 14:51:33 <fger> no
  • 14:51:57 <fger> did you enable some beta-features in flux/fluidpages/vhs etc ? did you disables flexform/fluid caching ?
  • 14:56:01 <robsonrobi> i will look into vhs, flexform cahcing is on.
  • 14:56:40 <robsonrobi> where are possible beta features in vhs enabled?
  • 14:57:51 <randomresult> can someone confirm that with the latest TER versions Copy and Paste is not working?
  • 14:58:20 <robsonrobi> the paste icon is now on the right side next to the pencil.
  • 14:59:01 <robsonrobi> and if you want to paste it after a specific element you have to click on the element icon and then you fave a context menu paster after...
  • 14:59:22 <randomresult> since when?
  • 14:59:44 <drlimbo> good afternoon
  • 15:08:50 <BenjaminR> Would could cause that v:page.header.meta is called but no meta tag is added to resulting html
  • 15:10:12 <BenjaminR> forget it :)
  • 15:10:18 <BenjaminR> USER_INT bite me
  • 15:23:26 * soee bites BenjaminR
  • 15:23:53 <BenjaminR> aaah what are you doing this ;)
  • 15:23:59 <BenjaminR> *why
  • 15:24:05 <randomresult> cause u love it
  • 15:24:17 <BenjaminR> ej, you guys know me?
  • 15:24:22 <soee> :D
  • 15:25:01 <randomresult> soee does
  • 15:25:18 <randomresult> \o/
  • 15:41:52 <cedricziel> oO
  • 15:41:56 <cedricziel> what are you doing in here, guys?
  • 15:43:10 <randomresult> uhhh...
  • 15:43:14 <randomresult> you dont wanna know
  • 15:44:17 <fger> i need a localized {record} object/array for fetching localized FAL images
  • 15:44:27 <fger> or images related to the localized CObj in a fluid FCE
  • 15:46:47 <fger> cedric: any clue on that ? the vhs-viewhelper for resources.fal needs a record arr/obj or an uid
  • 15:47:50 <fger> cedricziel i mean :)
  • 15:48:20 <fger> ofc I could use record._LOCALIZED_UID, but i would expect that all viewhelpers of VHS take localization/language-overlay into case
  • 15:48:32 <fger> ..account
  • 15:49:52 <cedricziel> ehm, those are veeeery generic as you said; why not feed it what you want?
  • 15:49:57 <cedricziel> or subclass?
  • 15:50:07 <fger> yeah...
  • 15:51:27 <fger> or just enhance, so that you can feed the {record} obj and the VH looks for a _LOCALIZED_UID property to be set and the current sys_language_uid and fetches the overlayed record
  • 15:51:43 <fger> make the feature then switchable by attribute and here u go :)
  • 15:51:50 <fger> i guess i will do a pull request for that
  • 15:51:52 <fger> :)
  • 16:13:00 <cedricziel> cool
  • 17:03:33 <fger> cu

20141002

  • 08:34:21 <denis-fluid> Einen schönen guten Morgen.
  • 08:34:36 <denis-fluid> Ist schon jemand wach? :-)
  • 08:35:06 <mrboe> sure
  • 08:35:29 <mrboe> english please
  • 08:36:17 <vizArt> moooorning .... not sure ... press the clear all caches button
  • 08:39:08 <denis-fluid> Oh I'm sorry
  • 08:39:20 <denis-fluid> Good morning ;)
  • 08:46:25 <denis-fluid> At the moment I'm starting with Fluid Powered Typo3 and I am really new to Typo3 as well. I got one question. What could be wrong when "<v:content.render column="0" />" renders nothing at all? (although content elements are available in the column)
  • 08:47:01 <mrboe> @denis-fluid if you want to start and have some examples
  • 08:47:08 <mrboe> https://github.com/bootstraptheme-for-typo3/fluidbootstraptheme
  • 08:47:32 <mrboe> https://www.youtube.com/watch?v=_mocAEdh8gE
  • 08:47:32 <FT3BOT1> YouTube: FluidBootstrapTheme Introduction (6m50s)
  • 08:50:37 <denis-fluid> Oh thank you very much
  • 08:50:49 <denis-fluid> I will look at the examples. :-)
  • 08:51:28 <denis-fluid> And thank you for the first usable templating approach in Typo3 ;)
  • 09:03:46 <Lirrec> i found this stackoverflow post https://stackoverflow.com/questions/21137691/fluidpages-flux-configuration-inheritance-incomplete
  • 09:04:15 <Lirrec> can anyone confirm wether this statement given in the answer is still valid: " Inheritance requires the exact same page template on parent and child page, or that child page sets parent decides as option for which template to use"
  • 09:24:36 <denis-fluid> Hmm I have looked at the bootstrap theme and video. Everything seems to be configured correctly. The page shows the correct page template. I can add Content Elements created with fluidcontents. (FCE tab) When looking at the rendered frontend everything gets rendered correctly except the "<v:content.render column="0" />" part. When outputting a vari
  • 09:24:36 <denis-fluid> able set with "v:variable.set" (including contents of col 0) I can see the two content elements rendered in the frontend. I'm a bit confused now. :)
  • 09:29:34 <denis-fluid> I'm looking now at: http://vimeo.com/96993169 - perhaps this introduction could help me.
  • 09:47:01 <cedricziel> it wasnt me
  • 09:47:03 <cedricziel> ^^
  • 10:25:12 <denis-fluid> Do the extensions log something somewhere ?
  • 10:47:16 <bjo3rn> hi glucka
  • 10:47:23 <glucka> hi
  • 10:47:40 <bjo3rn> I wasn't able to reproduce your container css issue
  • 10:47:56 <bjo3rn> it's working for me but I can try again here in the office
  • 10:47:56 <randomresult> bjo3rn!
  • 10:47:59 <bjo3rn> randomresult!
  • 10:48:00 <randomresult> HEAR ME?
  • 10:48:12 <randomresult> cool.
  • 10:48:13 <bjo3rn> yes, I have a new hearing aid
  • 10:48:33 <randomresult> man. so cool. so no SCREAMING no more?
  • 10:48:43 <cedricziel> what a relief..
  • 10:48:50 <randomresult> is the 18181 bug confirmed?
  • 10:49:08 <bjo3rn> I'm fighting with feedback loops but better than screaming
  • 10:49:43 <bjo3rn> it's confirmed. it's not really a bug but it's confirmed
  • 10:49:59 <randomresult> well... what is it then?
  • 10:50:07 <bjo3rn> cosmetics
  • 10:50:09 <cedricziel> what bug?
  • 10:50:17 <bjo3rn> the 18181
  • 10:50:22 <cedricziel> which tracker? ^^
  • 10:50:54 <bjo3rn> it's like police radio: 'quick, we have a 18181 in downtown!'
  • 10:51:26 <randomresult> means the bunch is having a beer?
  • 10:51:36 <bjo3rn> mayhaps
  • 10:51:58 <bjo3rn> man, I dig fcc!
  • 10:52:51 <cedricziel> the colpos or what?
  • 10:53:10 <randomresult> cedricziel you mean the 18181?
  • 10:53:14 <randomresult> yes . position
  • 10:53:23 <cedricziel> yeah, that's cosmetics
  • 10:53:27 <cedricziel> solely
  • 10:53:41 <randomresult> you folks dont work with customers right?
  • 10:53:53 <bjo3rn> hehe
  • 10:53:58 <bjo3rn> I for one do
  • 10:54:08 * bjo3rn switching to danilo mode
  • 10:54:12 <randomresult> hiding this field in the backend
  • 10:54:15 <bjo3rn> if you don't like it, fix it
  • 10:54:21 <randomresult> haha.
  • 10:54:22 * bjo3rn is back to bjo3rn mode
  • 10:54:27 <randomresult> i would if i could
  • 10:55:01 <bjo3rn> http://www.youtube.com/watch?v=LvYy-vffTYs
  • 10:55:01 <FT3BOT1> YouTube: [1989] Sydney Youngblood ‎- If Only I Could (Extended Version) [1/3] (6m31s)
  • 10:55:57 <randomresult> https://www.youtube.com/watch?v=caPg6cJbLVs
  • 10:55:59 <FT3BOT1> YouTube: Sydney Youngblood - Sit And Wait (HD) (GENESISMUSIC) (3m59s)
  • 10:57:08 <bjo3rn> trivia: the beat from the first track is stolen from ...?
  • 10:57:19 <cedricziel> yes, randomresult, you can.
  • 10:57:25 <cedricziel> it's FOSS
  • 10:57:33 <bjo3rn> http://www.youtube.com/watch?v=Obdr_tAKSUA
  • 10:57:34 <FT3BOT1> YouTube: Raze - Break For Love (5m25s)
  • 10:57:45 <randomresult> FOSS?
  • 10:57:58 <randomresult> i can sit and wait
  • 10:58:05 <cedricziel> Free & Open Source Software
  • 10:58:23 * randomresult hat schon lange nicht mehr so gelacht
  • 10:58:31 <cedricziel> if you can sit and wait, it doesnt have priority it seems :P
  • 10:58:47 <randomresult> had a clown for breakfast?
  • 10:58:48 <bjo3rn> shit and wait
  • 10:58:57 <bjo3rn> no, 'shit can wait'
  • 10:59:05 <cedricziel> nope, reality glasses on
  • 10:59:15 <randomresult> you wear glasses?
  • 10:59:22 <cedricziel> yes i do
  • 10:59:30 <randomresult> getting old?
  • 10:59:38 <randomresult> same as everywhere.
  • 10:59:46 <cedricziel> not as fast as you ^^
  • 10:59:50 <randomresult> i know
  • 10:59:53 <randomresult> sad but true
  • 11:00:20 <randomresult> well... i stopped smoking... so maybe you catch me in a while
  • 11:00:34 <randomresult> https://www.youtube.com/watch?v=A8MO7fkZc5o
  • 11:00:35 <FT3BOT1> YouTube: Metallica - Sad But True [Official Music Video] (5m28s)
  • 11:01:54 <bjo3rn> hey, randomresult, what is the url of fbt on gh again?
  • 11:02:02 <bjo3rn> (more abbreviations please)
  • 11:02:14 <randomresult> https://github.com/bootstraptheme-for-typo3
  • 11:02:21 <bjo3rn> bedankt
  • 11:02:28 <cedricziel> fbt bbj bjr jja
  • 11:07:33 <denis-fluid> It would be great if someone could comment on this issue: http://stackoverflow.com/questions/24998941/why-content-render-renders-nothing
  • 12:04:19 <bjo3rn> yay! new release of oxid. upgrade from 4.8.7 to 4.9.0 requires me to check and possibly change almost each and every freaking smarty template.
  • 12:30:17 <Lirrec> NamelessCoder: in flux/fluidpages the clear checkbox on field values seems to be broken for all settings in "Page Configuration" ( " - subpages" works fine). I dug around in flux a bit and it seems like postProcessRecord() in ext/flux/Classes/Provider/AbstractProvider.php ( which seems to process the _clear checkbox ) is only called for the "Page Configuration - subpages" group/settings not for the "Page Configuration" one. is this intended or possibly a bug? im
  • 13:33:37 <NamelessCoder> Lirrec that method should definitely be triggered for both fields when saving a page record
  • 13:49:47 <randomresult> when using the backendsearch in typo3 (which i dont use at all / but a customer does) it seems, that when adding content in an FCE i can only search for the headline of that element. not for text inside (for ex) is that right?
  • 13:50:53 <bjo3rn> I'd say chances are, yes, bc the flexform data is not searched.
  • 14:38:27 <denis-fluid> What is wrong if I can't output content elements? I got an example from my Content Element template file. https://gist.github.com/DenisMir/64c6f1829b51c20bd578 - The output is available in the comments above. The problem is that the content element itself does not get rendered.
  • 14:38:55 <denis-fluid> The example is from the Page Template file.
  • 14:45:07 <mrboe> @denis-fluid debug you template
  • 14:45:45 <mrboe> <f:debug>{sidebarContentElements}<f:debug>
  • 14:46:12 <mrboe> so you can see what is in there
  • 14:50:14 <denis-fluid> @mrboe
  • 14:50:20 <denis-fluid> Thank you for your help.
  • 14:50:28 <denis-fluid> This gives me the following.
  • 14:51:04 <denis-fluid> https://gist.github.com/DenisMir/64c6f1829b51c20bd578#comment-1310964
  • 14:52:29 <denis-fluid> I have updated the comment once more.
  • 14:53:10 <denis-fluid> The content elements are not only Fluid Content Elements but normal T3 content elements as well.
  • 14:54:02 <denis-fluid> So to be honest I don't know how to finde the error at the moment. :/ (I've looked through all the Bootstrap examples and the fluidtypo3.org readme.
  • 15:03:09 <randomresult> denis-fluid but content is rendered?
  • 15:03:15 <randomresult> i mean other content?
  • 15:03:32 <randomresult> text for example? and it only contains thsi column?
  • 15:04:19 <denis-fluid> I have got one page template. This contains 2 backend layout columns. In this backend layout columns I got fluid content elements and normal typo3 content elements.
  • 15:04:35 <randomresult> ahjrmmm.. did u add csc?
  • 15:04:37 <denis-fluid> The gist above shows the page template part
  • 15:04:56 <randomresult> can u see any contentelement anywhere on the page?
  • 15:05:09 <denis-fluid> And everything gets rendered except the "v:content.render column"part
  • 15:05:23 <denis-fluid> No I can't see any. :-)
  • 15:05:37 <randomresult> did u add css-styled-content to you template?
  • 15:05:44 <randomresult> include static?
  • 15:05:55 <denis-fluid> One moment I think so but I have a look
  • 15:09:27 <denis-fluid> Ok fine. They had not been included. Now the typo3 content elements get rendered.
  • 15:09:40 <denis-fluid> But the fluid custom content elements are missing.
  • 15:10:27 <randomresult> how did u add the custom ones?
  • 15:10:32 <randomresult> used an extension?
  • 15:11:15 <randomresult> did u include the ts of the extesion which provides the elements?
  • 15:13:57 <denis-fluid> I have installed the following extensions to start:
  • 15:14:15 <denis-fluid> flux, fluidpages, fluidcontent, vhs
  • 15:14:41 <randomresult> these will not add any contentelements
  • 15:14:43 <denis-fluid> Then I have created my own extension which holds the page templates and custom content elements
  • 15:15:29 <denis-fluid> The extension is installed and active as well and I can select page templates and FCEs in the page setup
  • 15:15:45 <randomresult> fces in the page setup?
  • 15:16:02 <randomresult> you mean in the contentwizzard
  • 15:16:10 <denis-fluid> Yeah (false wording :/)
  • 15:16:39 <denis-fluid> This is how the absolutely simple content element template looks like: https://gist.github.com/DenisMir/69357fd44ce7a917674c
  • 15:17:06 <randomresult> and the layoutfile content.html exists?
  • 15:17:27 <denis-fluid> And this is the corresponding layout file: https://gist.github.com/DenisMir/44ac778fef949702ab30
  • 15:17:45 <randomresult> and this is called content.html
  • 15:18:08 <denis-fluid> The layout is called "Content.html"
  • 15:18:27 <denis-fluid> and the custom element template is called "CustomText.html"
  • 15:18:58 <randomresult> and is located in resources/private/ltemplates
  • 15:19:27 <denis-fluid> It is located in Resources/Private/Templates/Content/
  • 15:19:35 <denis-fluid> (this could be the error?)
  • 15:19:40 <randomresult> and the TS is added to the include static as well (where csc is added)
  • 15:19:46 <randomresult> no, thats fine as well
  • 15:19:56 <denis-fluid> Ok. Yeah it is added as well.
  • 15:20:09 <denis-fluid> The TS from the extension?
  • 15:20:19 <randomresult> jupp
  • 15:20:25 <randomresult> the ts from ur extension
  • 15:20:32 <denis-fluid> fine. Yeah it is included.
  • 15:20:58 <randomresult> its like this
  • 15:20:59 <randomresult> https://github.com/bootstraptheme-for-typo3/fluidbootstraptheme/blob/development/Configuration/TypoScript/setup.txt
  • 15:21:04 <denis-fluid> Does it have to be above the css_styled_content?
  • 15:21:13 <randomresult> normaly no
  • 15:21:21 <denis-fluid> Ok fine let me check the TS
  • 15:21:48 <randomresult> what did u use to build your extension?
  • 15:21:51 <randomresult> builder?
  • 15:21:59 <randomresult> or extension_builder
  • 15:22:12 <denis-fluid> "builder"
  • 15:22:19 <randomresult> fine
  • 15:22:22 <randomresult> hmm...
  • 15:23:31 <randomresult> so do u see the element in the wizzard?
  • 15:24:20 <denis-fluid> This is the setup.txt: https://gist.github.com/DenisMir/48c33ed950ac17596ebc
  • 15:24:35 <denis-fluid> Yeah I can see the content element in the wizzard under the "FCE" tab
  • 15:24:51 <randomresult> and u can add it in the backend.
  • 15:25:01 <randomresult> but it is not shown in the frontend
  • 15:25:03 <randomresult> right?
  • 15:25:44 <denis-fluid> And I can add it in the backend right.
  • 15:25:53 <denis-fluid> But it is not shown in the frontend.
  • 15:25:54 <randomresult> and you see it on the page in the backend
  • 15:26:06 <denis-fluid> Yeah I can see it. With the correct preview.
  • 15:26:11 <randomresult> which t3 version ?
  • 15:26:14 <randomresult> 6.2.x
  • 15:26:33 <randomresult> its a fresh install right?
  • 15:29:15 <denis-fluid> 6.2.5
  • 15:29:19 <denis-fluid> fresh installation
  • 15:29:40 <randomresult> did u clear the typo3temp dir
  • 15:30:03 <randomresult> did u clear the cache using the installtool?
  • 15:30:46 <denis-fluid> Mmmh how do I delete the cache using the install tool?
  • 15:30:55 <randomresult> go to the install tool
  • 15:31:01 <randomresult> important actions
  • 15:31:04 <randomresult> clear cache
  • 15:31:43 <denis-fluid> Done. Still no output. :/
  • 15:31:53 <denis-fluid> mmmhhh :)
  • 15:32:08 <randomresult> can u install another extension for a test?
  • 15:32:15 <denis-fluid> Yeah for sure.
  • 15:32:23 <randomresult> then install fluidbootstraptheme
  • 15:32:28 <denis-fluid> (just a test installation I will do everything to make it work ;))
  • 15:33:01 <denis-fluid> Done.
  • 15:33:08 <randomresult> add the ts
  • 15:33:14 <randomresult> normal and settings
  • 15:33:27 <randomresult> clear cache
  • 15:33:35 <randomresult> reload backend and add an element
  • 15:34:01 <denis-fluid> Does this checkbox have to be checked: "Include Static Templates After Basis Templates:"
  • 15:34:12 <randomresult> dont think so
  • 15:34:17 <denis-fluid> fine
  • 15:35:25 <randomresult> works?
  • 15:35:55 <denis-fluid> Indeed it does work
  • 15:36:00 <denis-fluid> The button gets rendered.
  • 15:36:10 <denis-fluid> (the bootstrap button)
  • 15:36:21 <randomresult> so what is diffrent to yours... ?
  • 15:36:35 <denis-fluid> That's the question. :-)
  • 15:37:37 <randomresult> can u add <f:debug>{text}</f:debug> to your template?
  • 15:37:42 <randomresult> in section main?
  • 15:37:59 <denis-fluid> One sec
  • 15:38:37 <denis-fluid> I have done that and nothing gets rendered to the frontend.
  • 15:39:17 <randomresult> can u paste your ext_tables .php
  • 15:40:45 <denis-fluid> https://gist.github.com/DenisMir/08f9631300f0b5ef18e8
  • 15:44:05 <randomresult> hmmm
  • 15:45:26 <randomresult> ok.
  • 15:45:36 <randomresult> i would uninstall fluidbootstraptheme
  • 15:45:43 <randomresult> and grab one element from there
  • 15:45:54 <randomresult> and paste it into your extension and see if it works
  • 15:46:09 <denis-fluid> Yeah I will try that out.
  • 15:46:22 <randomresult> https://github.com/bootstraptheme-for-typo3/fluidbootstraptheme/blob/development/Resources/Private/Templates/Content/Alert.html
  • 15:46:24 <randomresult> take this
  • 15:46:45 <randomresult> only thing you change is the options in flux:form
  • 15:47:08 <denis-fluid> yeah I will integrate this one.
  • 15:47:12 <randomresult> remove the useTyposcript
  • 15:47:16 <randomresult> and the icon
  • 15:47:23 <denis-fluid> yeah
  • 15:47:25 <randomresult> group is the tab
  • 16:19:42 <denis-fluid> @randomresult I got the error. :-)
  • 16:19:49 <denis-fluid> Look closely at the layout file: https://gist.github.com/DenisMir/44ac778fef949702ab30
  • 16:19:50 <randomresult> what was it
  • 16:20:27 <denis-fluid> "<f:render "Main" />" -> "<f:render section="Main" />"
  • 16:20:39 <randomresult> fuck
  • 16:20:57 <randomresult> 7 chars...
  • 16:21:02 <randomresult> make a big diffrence
  • 16:21:09 <denis-fluid> yeah that's true
  • 16:21:15 <denis-fluid> but thank you very much!
  • 16:21:15 <bjo3rn> sometimes it's a single dot, randomresult
  • 16:21:17 <denis-fluid> :-)
  • 16:21:30 <randomresult> well a single dot is not as bad as 7 chars
  • 16:21:40 <bjo3rn> it's worse.
  • 16:21:42 <randomresult> its nearly impossible to not see 7 chars
  • 16:22:01 <randomresult> searching for a dot the whole day is ok
  • 16:22:03 <bjo3rn> yes, with your eyes. now imagine a dot.
  • 16:22:21 <randomresult> a complete word missing? not seeing this
  • 16:22:23 <randomresult> sorry denis-fluid
  • 16:22:28 <randomresult> i should have seen it
  • 16:22:34 <bjo3rn> ts, ts, ts
  • 16:22:46 <randomresult> bjo3rn i have my 15 dioptrin glasses on
  • 16:22:52 <bjo3rn> blame it on your age
  • 16:23:04 <bjo3rn> coke bottle bottoms?
  • 16:23:24 <bjo3rn> dangerous to look into the sun?
  • 16:23:28 <denis-fluid> haha
  • 16:23:31 <bjo3rn> muhaha!
  • 16:24:05 <bjo3rn> screen resolution at 800x600?
  • 16:24:10 <randomresult> what ? Zischschschschsch
  • 16:24:17 * randomresult burnt.
  • 16:24:27 <randomresult> yeah on a 27"
  • 16:24:54 <bjo3rn> http://www.oocities.org/per100s/mugshots/hans.gif
  • 16:25:04 <bjo3rn> close?
  • 16:25:21 <randomresult> this i was wearing as i was young
  • 16:28:37 <denis-fluid> What is the correct fluid way to get rid of the csc extra divs
  • 16:28:38 <denis-fluid> ?
  • 16:29:04 <denis-fluid> (that surround the content elements - custom ones as well as the regular ones)
  • 16:29:23 <randomresult> TS?
  • 16:29:25 <randomresult> :)
  • 16:29:58 <randomresult> http://www.analog.de/knowledge-base/content/6/49/de/typo3-html_ausgabe-quellcode-optimieren.html
  • 16:30:02 <randomresult> maybe this helps
  • 16:30:34 <randomresult> tt_content.stdWrap.innerWrap > ###id-Divs komplett entfernen
  • 16:33:04 <denis-fluid> That's it.
  • 16:33:22 <denis-fluid> Is it enough to configure this stuff in extension TS?
  • 16:35:19 <randomresult> give it a try
  • 20:21:59 <gbod_> Hi! I'm trying to put an <flux:field.inline.fal /> into a <flux:form.object/>. But if i try to add an image an alert box comes up with the message "Wrong configuration in table *hashnumber*". If I save the whole form first I'm able to put the image into it afterwards. I think it is about an "inline" nested in an "inline". Any idea how to solve this without saving the form first?
  • 20:40:36 <gbod_> nvm, i didn't really need a <flux:field.inline.fal /> A <flux:wizard.link activeTab="file"/> did it for me.

20141003

  • 00:42:37 <cedricziel> gbod_: doesnt work properly inside objects
  • 00:42:42 <cedricziel> highly discouraged
  • 00:43:08 <cedricziel> it's impossible atm to distinguish the references for each object
  • 00:44:00 <cedricziel> your issue would be solved by simply saving the form before adding a file reference
  • 00:45:06 <cedricziel> normally, you'd add a displayCond to prevent displaying it
  • 01:16:34 <Guest|3982> Hi, just upgraded from 6.1.11 to 6.2.5 and now the install tool fails with "Fatal error: Uncaught exception 'UnexpectedValueException' with message 'The package "fluidcontent" depends on "uploadflux.git" which is not present in the system."
  • 01:18:14 <NamelessCoder> Guest|3982 sounds like something went wrong in the packagestates file
  • 01:19:08 <Guest|3982> So, manually deinstalling fluidcontent should help?
  • 01:19:31 <NamelessCoder> I think reinstalling any ext (for example using the nice CLI command) should solve that
  • 01:19:48 <NamelessCoder> using EM might not work because of that error - or EM might already have uninstalled the exts for you
  • 01:19:56 <NamelessCoder> 6.2 EM is a lot more clever than 6.1
  • 01:20:41 <Guest|3982> I'll try it via CLI as I'm not able to access any part of the backend.
  • 01:24:43 <Guest|3982> Had to remove all flux and fluid* exts from the local configuration, but now the backend is up again. Thanks!
  • 11:36:09 <William|26140> hi all,
  • 11:36:52 <William|26140> i have a probleme to render html code inside variable
  • 11:37:28 <William|26140> https://gist.github.com/anonymous/29bb29ed720d03fb2f98
  • 11:38:39 <William|26140> when render the display i do not have a iframe but instead the html code inside " <iframe> ...... </iframe>"
  • 11:39:25 <William|26140> how can i say to fluid to consider variable content as html code
  • 11:40:37 <William|17657> someone have any idea about how to do this?
  • 12:16:29 <danilobuerger> William|17657 f:format.raw
  • 12:17:00 <ndee> hi there, we upgraded from 6.1 to 6.2 and also updated flux to 7.2, fluidcontent 4.1.0, etc. When I edit a nested element, I see the following: http://glui.me/?i=qn8acxwqqir6h84/2014-10-03_at_12.12.png/ somehow, the ColPos from flux doesn't get added
  • 14:51:55 <ndee> when I edit a CE of type plugin, I get the message Flux Debug: No content template found in "tt_content:1765". What exactly can't be found? Why would this show up in a CE of type plugin?
  • 14:54:25 <ndee> I have set debug to 2 in the EM.
  • 15:59:46 <danilobuerger> ndee did you fix your 18181 invalid problem?
  • 16:00:10 <ndee> @danilobuerger nope, that error still shows up.
  • 16:00:34 <danilobuerger> i am experiencing the same with flxu 7.1 did you try the development version already?
  • 16:00:46 <bjo3rn> danilobuerger? is it you?
  • 16:00:48 <ndee> danilobuerger: I'm on flux 7.2.0
  • 16:00:50 <NamelessCoder> danilobuerger is back! ^^
  • 16:01:03 <wiwi|15259> hi
  • 16:01:14 <danilobuerger> did someone miss me?
  • 16:01:29 <NamelessCoder> apart from everyone?
  • 16:01:32 <bjo3rn> it was so peaceful in here?
  • 16:01:36 <bjo3rn> ^^
  • 16:01:42 <wiwi|15259> it is possible to acces to typoscript constant from fluid <f:section name="Configuration"> section?
  • 16:01:57 <NamelessCoder> ndee the "invalid value" is cosmetic, we'll find a way to re-add it that works on both 6.1 and 6.2
  • 16:02:03 <wiwi|15259> when i do {_all -> f:debug()} i got noconstant
  • 16:02:32 <ndee> @NamelessCoder ok. Is there a an issue I can subscribe to?
  • 16:02:44 <danilobuerger> NamelessCoder whats the issue with the invalid 18181 ?
  • 16:03:00 <NamelessCoder> wiwi|15259 copy the TS constant to the scope inside plugin.tx_yourext.settings and it should be passed to templates
  • 16:03:09 <danilobuerger> bjo3rn NamelessCoder well i decided on turning off my bouncer because i didnt read the backlog anyway
  • 16:03:59 <bjo3rn> about vhs#684, danilobuerger, I was a little too eager.
  • 16:04:00 <FT3BOT1> Issue 684: [TASK] Allow additional typolink configuration on v:page.languageMenu https://github.com/fluidtypo3/vhs/issues/684
  • 16:04:21 <NamelessCoder> danilobuerger not quite sure, but most likely just missing a registration somewhere which is compatible with the DataProvider for be_layout
  • 16:04:23 <gbod> @ndee: https://github.com/FluidTYPO3/fluidcontent/issues/185
  • 16:04:54 <danilobuerger> bjo3rn i saw, well the merge i used works on both 6.1 and 6.2 but is deprecated... it would be best to use the code from the assetservice and move it to a utility so every class can use it
  • 16:05:17 <ndee> gbod: sweet, thanks
  • 16:05:21 <ndee> or NamelessCoder ;)
  • 16:05:49 <NamelessCoder> yep to avoid deprecation log spam we need a condition around that array merging, a utility makes sense. Can be dropped when 6.1 is dropped
  • 16:06:13 <bjo3rn> danilobuerger same goes imho for some of the menu service methods
  • 16:06:19 <danilobuerger> bjo3rn you want to tackle that? i am more interested in looking into the 18181 thing
  • 16:06:24 <bjo3rn> deal
  • 16:08:31 <wiwi|15259> nop, doesnt work, i cant acces even with declaring constant in plugin.tx_yourext.settings {
  • 16:08:43 <wiwi|15259> i can see my form field value only
  • 16:14:14 <NamelessCoder> you have to use the plugin signature of your provider extension. "yourext" was just an example
  • 16:14:37 <NamelessCoder> the signature is the lowercase_underscored extension key, no vendor name, and with the underscore removed.
  • 16:15:09 <NamelessCoder> I know you don't enjoy it bjo3rn but please slap a unit test on that ;)
  • 16:15:36 <bjo3rn> oh, I do. :) and by doing that I can re-check my indentation settings ^^
  • 16:16:03 <NamelessCoder> hehe, tsk tsk :p
  • 16:16:59 <wiwi|15259> https://gist.github.com/anonymous/6e63307eec3101111a61
  • 16:18:07 <wiwi|15259> i can see my constant in <f:section name="Main"> but not in ocnfiguration
  • 16:18:58 <NamelessCoder> is this a page or content template?
  • 16:21:24 <wiwi|15259> content template
  • 16:21:44 <NamelessCoder> could you paste the \FluidTYPO3\Flux\Core::registerProviderExtensionKey line you use?
  • 16:22:37 <wiwi|15259> Tx_Flux_Core::registerProviderExtensionKey('anah_site', 'Page');
  • 16:22:37 <wiwi|15259> Tx_Flux_Core::registerProviderExtensionKey('anah_site', 'Content');
  • 16:23:03 <NamelessCoder> what is your Flux version?
  • 16:23:40 <wiwi|15259> 7.1.0
  • 16:23:44 <NamelessCoder> great
  • 16:24:08 <NamelessCoder> it shouldn't matter, but to avoid any future issues with deprecation, switch your Tx_Flux_Core:: to \FluidTYPO3\Flux\Core
  • 16:24:24 <wiwi|15259> ok
  • 16:24:36 <NamelessCoder> I have enough info to investigate this. It might be a bug in the standard Provider.
  • 16:25:14 <bjo3rn> NamelessCoder should I somehow test if the designated method is used or only the result?
  • 16:25:21 <wiwi|15259> ok thanks
  • 16:26:11 <NamelessCoder> wiwi|15259 if it is not secret and you want to save me a bit of time, please zip and email your extension to me (my email is in every class file of Flux but don't paste it here ;))
  • 16:27:13 <wiwi|15259> ok i will send u a zip
  • 16:27:24 <NamelessCoder> thanks
  • 16:28:06 <danilobuerger> NamelessCoder 18181 invalid bug is occuring since https://github.com/FluidTYPO3/fluidpages/commit/28da1127239a00b7fafb87a6317d4930ac3d5e63 on 6.2
  • 16:28:18 <wiwi|15259> just another question apart
  • 16:28:33 <NamelessCoder> danilobuerger yes I suspected this
  • 16:28:44 <NamelessCoder> Flux may require its own DataProvider just to add this one value
  • 16:28:46 <wiwi|15259> when will be implement the flux:field.multi-relation ?
  • 16:28:59 <NamelessCoder> wiwi|15259 it should already be there
  • 16:29:24 <NamelessCoder> setting size+maxitems on a field.relation should do the trick
  • 16:29:54 <wiwi|15259> i means get content from multiple source(page, db .....)
  • 16:30:21 <wiwi|15259> like 'group' tca
  • 16:30:24 <danilobuerger> NamelessCoder belayout needs to only be set on root page ?
  • 16:31:17 <NamelessCoder> danilobuerger it set also for sub-pages it should inherit, yes
  • 16:31:25 <danilobuerger> ok
  • 16:33:21 <NamelessCoder> wiwi|15259 I'll admit this is where it gets a little bit ideological, but: field.group was dropped for a reason. It's the one completely un-normalizable and un-replicatable field there is. All the functionality is still possible through field.file and field.relation - and if you do intend to use field.relation for such relations, you really should be using a proper MM table with a column and index for foreign table name as well as foreign key
  • 16:35:34 <NamelessCoder> that being said: you can quite easily recreate the component if your current project requires it for backwards compatibility. This would require 1) replicating the flux:field.select ViewHelper and changing the created field type to a custom class name, which is created by 2) replicating the FluidTYPO3\Flux\Form\Field\Select field to your own namespace and changing the type of field it generates.
  • 16:36:29 <NamelessCoder> sorry about the inconvenience for this one. We did this in preparation of true relation-based settings storage in which it wouldn't be possible to properly support this field in all its variations
  • 16:37:33 <wiwi|15259> i need to select contents (pages, db, news), without relation between them, that why i ask question :)
  • 16:37:52 <NamelessCoder> could you use two selection fields for that?
  • 16:37:58 <wiwi|15259> will try to create my own component
  • 16:38:14 <wiwi|15259> i need element order
  • 16:38:14 <NamelessCoder> it's a very narrow use case, requiring mixing pages+content in the same list ;)
  • 16:38:38 <NamelessCoder> you *could* utilize the section+object with two types of objects
  • 16:38:52 <NamelessCoder> slightly more cumbersome for the editor user but it would work just the same
  • 16:39:14 <NamelessCoder> this would also allow you to mix in stuff like custom headers, dividers etc.
  • 16:40:31 <wiwi|15259> fact is i can have anytype of object (link, news, pages, video, image and more)
  • 16:40:58 <wiwi|15259> will make my custom component :)
  • 16:48:45 <NamelessCoder> I see what's going on now
  • 16:49:07 <NamelessCoder> you got your own Provider which is being used, but it lacks the property $extensionKey which you should set to your extension key
  • 16:51:35 <NamelessCoder> ah, you didn't register it. Maybe you don't intend to use it?
  • 16:52:54 <NamelessCoder> still looking for possible causes in Flux
  • 16:55:03 <NamelessCoder> are you using fluidcontent_core in your site wiwi|15259 ?
  • 17:01:49 <NamelessCoder> oh crap. bjo3rn I just found another array merge overrule issue in Flux's AbstractProvider
  • 17:02:23 <danilobuerger> NamelessCoder are you sure 18181 invalid can be fixed with another data provider? looking at the code in BackendLayoutView it seems unlikely
  • 17:02:24 <bjo3rn> can it be replaced by the utility method?
  • 17:04:03 <NamelessCoder> well there's no interdependency between flux and vhs :/
  • 17:04:39 <bjo3rn> yes, that explains the 'oh crap'
  • 17:04:44 <bjo3rn> ^^
  • 17:04:53 <NamelessCoder> danilobuerger I'm far from sure but I'd expect it to be parsed from the "data" property on BackendLayout which the DataProvider returns
  • 17:05:54 <danilobuerger> well yes, but then the data would have to include that column in some row for it to get into __items
  • 17:06:55 <NamelessCoder> I think you can get around that by setting colCount = 0 even though it contains one column - but I really don't remember the internals at this point
  • 17:07:03 <NamelessCoder> col/row count, whichever fits
  • 17:08:53 <NamelessCoder> bjo3rn it's not too bad, in flux. All it does is spam deprecation log :/
  • 17:10:14 <bjo3rn> when will it be removed?
  • 17:10:37 <NamelessCoder> 6.3
  • 17:10:45 <NamelessCoder> already gone from master, iirc
  • 17:11:19 <bjo3rn> so leave it as is and change it when it's time?
  • 17:11:41 <danilobuerger> NamelessCoder not increasing the row count seems to work.. any reason you want that in another data provider? before 6.1 its also in fluidpages
  • 17:13:43 <NamelessCoder> wiwi|15259 found the problem. You can pull flux from git in a few minutes or give it a few days, a TER release should be coming soon
  • 17:18:46 <NamelessCoder> this commit should solve it:
  • 17:23:09 <danilobuerger> NamelessCoder not increasing the row count seems to work.. any reason you want that in another data provider? before 6.1 its also in fluidpages
  • 17:23:46 <NamelessCoder> the DataProvider allows us to deliver this extra value from Flux which it should be, but without preventing Fluidpages from also providing its values.
  • 17:24:18 <NamelessCoder> the reason for putting it in fluidpages in the first place was that any overriding class had to deliver *all* possible values, no merging possible
  • 17:25:57 <NamelessCoder> e.g. itemsProcFunc has single setting which gets overridden by each extension that adds it, which is now changed to DataProvider that has multiple possible providers instead of overriding the "procFunc"
  • 17:32:57 <danilobuerger> Oh well, didnt see your text until now... the PR is in fluidpages, feel free to move it into Flux, need to move on to other things
  • 17:35:16 <NamelessCoder> I'll do some choppy/paste ;)
  • 17:37:48 <NamelessCoder> btw danilo did you see; we now automatically upload new TER releases when merges to master occur?
  • 17:37:49 <FT3BOT1> Welcome back NamelessCoder!
  • 17:42:06 <danilobuerger> NamelessCoder so i have read, would be awesome to release that invalid bugfix then ;-)
  • 17:42:34 <NamelessCoder> yeah just need to accumulate a few more
  • 17:49:33 <wiwi|15259> im back, thanks for resolving the problem. :)
  • 18:31:45 <drlimbo> hi there
  • 18:32:04 <drlimbo> im try'n to setup the RTE for fluidcontent_core but i can't figure out how =(
  • 18:32:29 <drlimbo> RTE.default {} doesn't work
  • 18:32:39 <drlimbo> someone got an idea?

20141004

  • 10:11:53 <raisch> hello, after a coreupdate to 6.2.5 (incl. update of fluidpages and vhs) i get following error: Fatal error: Call to a member function getSingle() on a non-object in /srv/www/htdocs/mySite/typo3conf/ext/fluidpages/Classes/Controller/AbstractPageController.php on line 104. What's going wrong?

20141005

20141006

  • 10:36:53 <Guest|19924> hello
  • 10:37:25 <Guest|19924> somebody here?
  • 10:39:06 <randomresult> hi Guest|19924
  • 10:40:21 <Guest|19924> question: i have a fluid content element. in this i have: <flux:form wizardTab="Test" id="test" label="Test">
  • 10:40:40 <Guest|19924> everything works
  • 10:41:34 <Guest|19924> now how i can change the position in typo3? i know typo3 sorting alphapetic but how i can say that this content element is the first one?
  • 10:41:56 <Guest|19924> with this: options="{Fluidcontent: {sorting: 100}}"
  • 10:41:59 <Guest|19924> it doesnt works
  • 10:42:13 <randomresult> you should avoid wizzardtab
  • 10:42:26 <randomresult> and use options group:test
  • 10:42:44 <randomresult> and i dont know if sorting is implemented yes
  • 10:42:46 <randomresult> yet
  • 10:43:05 <randomresult> better ask @bjo3rn or @NamelessCoder or @cedricziel
  • 10:46:54 <Guest|19924> can you write here the whole code like --> <flux:form .....
  • 10:47:04 <erredeco> hi: question: in page > tab "page layouts" is it possible to hide templates to editors?
  • 10:47:08 <randomresult> what you mean
  • 10:47:45 <erredeco> at least some templates
  • 10:59:45 <Guest|19924> how i must write the <flux:form with group?
  • 11:00:06 <cedricziel> err, can you elaborate?
  • 11:00:09 <randomresult> Guest|19924 find examples here https://github.com/bootstraptheme-for-typo3
  • 11:00:35 <randomresult> group: 'Bootstrap'
  • 11:00:58 <cedricziel> i dont get it
  • 11:01:10 <bjo3rn> yo
  • 11:01:15 <cedricziel> 'sup?
  • 11:01:39 <bjo3rn> <f:flux.form id="foo" options="{group: 'Bar'}">
  • 11:01:41 <randomresult> options="{group:'bootstrap'}
  • 11:01:43 <bjo3rn> hehe
  • 11:01:55 <randomresult> missing "
  • 11:01:56 <cedricziel> ach
  • 11:02:02 <cedricziel> like in wizardTab
  • 11:02:20 <bjo3rn> don't know about the sorting though
  • 11:02:35 <cedricziel> me neither.
  • 11:02:52 <randomresult> there was an issue for flux.
  • 11:02:57 <randomresult> i votet for it.
  • 11:03:06 <randomresult> but i dont know if it was done or not
  • 11:03:21 <cedricziel> hmja. maybe, baby.
  • 11:03:25 <cedricziel> i dont think so
  • 11:03:41 <randomresult> issue is not there anymore
  • 11:04:07 <cedricziel> maybe it was "cleaned up"?
  • 11:04:09 <cedricziel> ^^
  • 11:05:16 <bjo3rn> swept under the rug
  • 11:12:14 <erredeco> another question: is it possible to put templates into subfolders of my /Private/Templates/ folder?
  • 11:16:16 <randomresult> yes it is
  • 11:16:33 <randomresult> i have templates/page and template/content
  • 11:21:37 <erredeco> @randomresult
  • 11:21:39 <erredeco> nonono
  • 11:22:06 <erredeco> I mean /Private/Templates/Page/Mysubfolderfortemplates1/
  • 11:22:10 <erredeco> etc
  • 11:22:17 <randomresult> yes. it should work.
  • 11:22:20 <randomresult> simply test it :)
  • 11:22:43 <erredeco> I've done it and it does not work.
  • 11:22:49 <erredeco> It works for Layouts
  • 11:22:58 <randomresult> did u clear tempfolder?
  • 11:23:06 <randomresult> did u clear cache using the installtool?
  • 11:23:30 <erredeco> I use config.no_cache = 1 for development purposes
  • 11:23:41 <randomresult> clear cache in installtool.
  • 11:23:51 <erredeco> I'll try with the temp folder
  • 11:24:11 <randomresult> and you should clear cache in installtool from time to time.
  • 11:26:19 <Guest|19924> so you thing sorting is not possible?
  • 11:29:15 <drlimbo> good morning
  • 11:30:54 <drlimbo> i have some RTE-Troubles with Typo3 6.2.5, and im not sure, if this is a fluidtypo3 problem
  • 11:31:12 <drlimbo> the RTE won't load (sometimes) and there is a JS-Error: "Uncaught TypeError: Cannot read property 'dialogs' of undefined prototype.js:847"
  • 11:32:16 <Guest|64361> can i create a system category menu like language menu?
  • 11:33:32 <Guest|64361> as document http://docs.typo3.org/typo3cms/CoreApiReference/ApiOverview/Categories/Index.html, it just render categoried page menu
  • 11:36:22 <drlimbo> noone an idea?
  • 11:43:56 <drlimbo> and someone has an idea why "f:format.date" ignores my local-settings (de_DE) and displays the date as EN?
  • 11:44:05 <Guest|64361> hello
  • 11:44:53 <drlimbo> hi there
  • 11:45:18 <randomresult> Guest|64361 you can use /nick yournewnameinhere to change your nick
  • 11:46:31 <Guest|64361> ok
  • 11:47:55 <Guest|64361> it does not work
  • 11:48:35 <Guest|64361> sorry, i can not change, juts try /nick larry
  • 11:49:41 <Guest|64361> please help me for the system categories menu
  • 11:59:52 <locnguyen> ah that nick name not available
  • 12:00:48 <locnguyen> do you have any idea for this , like region content filter
  • 12:34:01 <ThomasBen> Hi everyone ^^
  • 12:34:17 <ThomasBen> I’m using a flux:field.tree to render a pages tree in my backend flux form. But I can’t get a depth of more than 4 pages …
  • 12:34:34 <ThomasBen> My first action was to install the latest versions of flux (7.1.0), fluidpages (3.1.1), fluidcontent (4.1.0) and vhs (2.1.2), hoping those updates would fix my flux:field.tree depth problem …
  • 12:35:14 <ThomasBen> Now, my pages view doesn’t show my page template <flux:grid.row> configuration : I only see the normal columns mode …
  • 12:35:33 <ThomasBen> Any idea ? I’m using TYPO3 6.2.5. Thank you for your help :)
  • 12:35:59 <NamelessCoder> ThomasBen select "Fluidpages" as backend layout by editing the topmost page in your page tree
  • 12:37:29 <ThomasBen> Thank you NamelessCoder :)
  • 12:37:56 <ThomasBen> Do you have any idea about the flux:field.tree depth problem ?
  • 12:40:04 <NamelessCoder> nope, sorry.
  • 12:41:19 <ThomasBen> ok ...Thanks again NamelessCoder for this great framework ;)
  • 12:41:49 <NamelessCoder> yw :)
  • 12:51:18 <Guest71010> Hi fluidtypo3! I upgraded to fluidpages (latest dev) and lost my BE layouts (default BE layout is shown). What did I miss?
  • 12:51:56 <Guest71010> Template selector in page properties is working, FE rendering works too.
  • 12:52:44 <mrboe> @Guest71010 rootpage > appearance > backend layout > fluidpages
  • 12:58:08 <Guest71010> @mrboe: thanks a lot! I disabled backend_layout and backend_layout_next_level since using fluidpages.
  • 13:40:14 <angela27> Hello guys, i am trying to generate a custom page sitemap with extbase but totally stuck on this.
  • 13:40:14 <angela27> Could you please provide some example how this can be done with extbase ?
  • 13:43:07 <NamelessCoder> angela27 VHS page menu can do that if you simply try to render the page tree: https://fluidtypo3.org/library/code-examples.html?tx_fluidshare_display%5Bgist%5D=15&tx_fluidshare_display%5Baction%5D=display&tx_fluidshare_display%5Bcontroller%5D=Gist&cHash=3534a1dfc4e4fdb57c780fd6c8c0e61f - but depending on what you mean by "custom" you may need more (e.g. a custom controller)
  • 13:44:32 <cedricziel> like in a XML sitemap? I'd use a custom extension with the pagerepository and then tie it to a numType
  • 13:48:33 <angela27> thanx @NamelessCoder the problem is i need some logic for filtering the pages - for example i need to generate custom URLs to pages with custom CTypes
  • 13:48:48 <NamelessCoder> yep that's what I thought
  • 13:48:53 <NamelessCoder> you can still do that
  • 13:49:43 <NamelessCoder> <f:section name="PageType128">, <f:section name="PageType0"> etc. and then <f:render section="PageType{pageMenuItem.doktype}">
  • 13:50:02 <NamelessCoder> *which* doktypes are included can be configured in VHS' extension manager settings
  • 13:50:40 <NamelessCoder> if for example a shortcut is then always rendered the same way as a normal page, just <f:render section="PageType0"> from inside your <f:section name="PageType128">
  • 13:51:43 <NamelessCoder> you can also set on v:page.menu the desired doktypes but iirc, they still respect the global EM setting and won't allow doktypes not in that list
  • 13:52:17 <NamelessCoder> btw I think this is possible:
  • 13:53:02 <NamelessCoder> {f:link.page(pageUid: pageUid) -> f:section(name: 'PageType0')}
  • 13:53:54 <nimius|thephpjo> may I ask about the status of that weird "additional Elements" bug?
  • 13:53:56 <NamelessCoder> which if I'm right would equal <f:section name="PageType0"><f:link.page pageUid="{pageUid}" /><f:section> (just in case you dislike having a ton of sections
  • 13:54:38 <NamelessCoder> to which issue are you referring nimius|thephpjo ?
  • 13:57:53 <nimius|thephpjo> I am not shure if there is an issue. This happens, only on the live server: https://www.dropbox.com/s/b87h4y06uxrlusx/Screen%20Shot%202014-09-30%20at%2009.09.40.png?dl=0
  • 13:58:56 <NamelessCoder> plugins without a label? neat.
  • 13:59:19 <NamelessCoder> not sure about the cause but there have been changes in 7.1 regarding the new content wizard
  • 13:59:45 <nimius|thephpjo> that was cedrics first guess, but I am on 7.0
  • 14:01:47 <Guest|19924> hello namelesscoder: is it possible to sort page layouts or content elements in fluid / typo3 backend?
  • 14:02:33 <NamelessCoder> Guest|19924 fluidcontent yes; set options="{Fluidcontent: {sorting: 123}}" on the flux:form
  • 14:02:38 <NamelessCoder> pages: no.
  • 14:02:58 <NamelessCoder> (not yet)
  • 14:03:14 <Guest|19924> you plan this?
  • 14:04:19 <NamelessCoder> at some point yes, it's just not often we get the feature request
  • 14:06:48 <Guest|19924> ok, and what about drag and drop in flux:field.inline.fal? work this?
  • 14:07:07 <Guest|19924> i can not drag and drop if i set enabledControls
  • 14:12:03 <angela27> tnx alot @NamelessCoder will try all this
  • 14:28:04 * NamelessCoder those of you using development branch: the commit just merged fixes 40 instances of possibly undeclared variables and methods. If you experience problems with that, please open an issue.
  • 14:28:26 <NamelessCoder> or using a normal color:
  • 14:28:27 <NamelessCoder> those of you using development branch: the commit just merged fixes 40 instances of possibly undeclared variables and methods. If you experience problems with that, please open an issue.
  • 15:47:15 <batjony> guys, is there some fluid/vhs helper, which can be used to render meta tags
  • 15:54:52 <batjony> i found it v:page.header.meta :)
  • 16:59:23 <drlimbo> good afternoon
  • 17:00:19 <drlimbo> im using the VIDI-Extension to export Database-Entries to CSV-Files what works well with an admin user, but i cant find a way to enable this for a backend usergroup
  • 20:48:26 <Akii> aah
  • 20:49:43 <Akii> is there an easy way to detect what page layout is currently in use?
  • 20:50:33 <Akii> this channel also deserves more ppl I guess
  • 20:52:12 <cedricziel> hey Akii :)
  • 20:52:17 <NamelessCoder> it's evening ;)
  • 20:52:17 <cedricziel> long time no see
  • 20:52:20 <Akii> long time no see ced
  • 20:52:24 <cedricziel> :)
  • 20:52:32 <Akii> and claus of course
  • 20:52:34 <NamelessCoder> way to detect page template? No, sry.
  • 20:52:45 <Akii> so it's intended
  • 20:53:27 <Akii> what I basically need is a switch between main and sub page
  • 20:53:31 <NamelessCoder> I was considering adding stuff in EXT:builder to inspect template paths, extension settings, fluidpages libraries and page tree nodes that change config
  • 20:53:31 <Akii> just a few classes
  • 20:54:35 <mrboe> @NamelessCoder is it normal that the TER Ext contains .git files - im testing FBT and when i install vhs my TOWER wants to make a submodule. i think this is not as should
  • 20:54:48 <NamelessCoder> really?
  • 20:55:01 <NamelessCoder> gah, stupid RecursiveIteratorIterator flags don't work
  • 20:55:16 <NamelessCoder> EXCLUDE_DOTS should be on but apparently isn't
  • 20:55:28 <NamelessCoder> safe to just remove the .git dir ;)
  • 20:56:33 <mrboe> ok thx - should i create a ticket?
  • 20:57:51 <cedricziel> hehe whoat?
  • 20:57:58 <NamelessCoder> yes please; in typo3-repository-client
  • 20:58:21 <cedricziel> what size does the ext have with the dotfiles mrboe?
  • 20:58:52 <mrboe> one moment @cedricziel just deletet the git files
  • 20:58:55 <mrboe> had to reinstall
  • 20:59:24 <Akii> I must admit, this fluid you guys built is fun
  • 20:59:30 <mrboe> uncompresst 3.6MB
  • 20:59:30 <NamelessCoder> thx Akii :)
  • 20:59:36 <cedricziel> i'm especially interested in the flux repo which should be the largest amongst all of them
  • 20:59:50 <NamelessCoder> cedricziel I clone depth=1 before TER release
  • 20:59:54 <NamelessCoder> so it is not that big
  • 21:00:02 <NamelessCoder> and single-branch
  • 21:00:05 <cedricziel> nifty :)
  • 21:00:17 <mrboe> only vhs contains .git files
  • 21:00:18 <cedricziel> i thought TER would do the github dance ^^
  • 21:00:33 <NamelessCoder> yeah VHS was uploaded from an earlier version
  • 21:00:38 <NamelessCoder> holding off the next update
  • 21:06:13 <Akii> it's interesting how easy this is compared to let's say.. $software ;)
  • 21:06:49 <NamelessCoder> :p
  • 21:06:55 <NamelessCoder> good memory, dude
  • 21:07:00 <cedricziel> oh, $software
  • 21:07:09 <cedricziel> :)
  • 21:07:41 <Akii> ^^
  • 21:08:04 <cedricziel> the one that breaks all the time, i guess
  • 21:08:09 <Akii> never
  • 21:08:24 <Akii> I'm so glad they spent all the quality time for new features
  • 21:08:30 <Akii> who needs to move nodes anyway, right?
  • 21:08:53 <NamelessCoder> that crashes it too?
  • 21:08:59 <NamelessCoder> I crashed mine by uploading a gif
  • 21:09:05 <Akii> yes totally
  • 21:09:10 <cedricziel> i heard there are even folks that would like to delete files-how uncool is that!?
  • 21:09:10 <NamelessCoder> who uses gifs anyway, I know
  • 21:09:16 <NamelessCoder> pff
  • 21:09:19 <NamelessCoder> amateurs
  • 21:09:22 <Akii> not sure about moving, I think cut or copy&paste didn't work
  • 21:09:30 <NamelessCoder> they are clearly not the companies currently using $software in production
  • 21:09:32 <Akii> delete files? wtf
  • 21:09:33 <FT3BOT1> ¯\_(ツ)_/¯
  • 21:09:42 <Akii> oh yes
  • 21:09:46 <NamelessCoder> we should stop, btw
  • 21:10:10 <Akii> :D
  • 21:15:24 <Akii> there is no IsBoolean viewhelper in vhs btw
  • 21:17:50 <NamelessCoder> gosh darnit
  • 21:17:57 <NamelessCoder> someone better add that I guess
  • 21:18:59 <Akii> with that weird inversed syntax of yours I'd assume
  • 21:19:18 <NamelessCoder> wise, it is. Cool, yoda says.
  • 21:19:26 <Akii> and some pull request thingy of github?
  • 21:19:31 <NamelessCoder> please :)
  • 21:20:06 <NamelessCoder> also, please create a very simple unit test for that with a test matching TRUE and FALSE cases, there's a base unit test which allows $this->executeViewHelper() which is very easy to use
  • 21:21:02 <Akii> oh my
  • 21:21:39 <Akii> that means I have to get unit tests running
  • 21:21:40 <NamelessCoder> there's a bunch of examples how to test those very simple ones
  • 21:21:47 <Akii> np
  • 21:21:50 <Akii> I'll figure it out
  • 21:21:52 <NamelessCoder> I suggest just installing EXT:phpunit
  • 21:21:55 <Akii> ye
  • 21:22:05 <NamelessCoder> be module works nicely
  • 21:22:13 <Akii> indeed it does
  • 21:22:28 <NamelessCoder> hehe it is actually running here right now
  • 21:23:29 <Akii> it used to break horribly
  • 21:23:34 <Akii> unrecoverable horribly
  • 21:23:44 <NamelessCoder> luckily that's a long time ago
  • 21:23:52 <NamelessCoder> c'mon 95%!
  • 21:26:16 <Akii> whats the default copyright thing
  • 21:27:40 <cedricziel> it's t3fh -> tab
  • 21:27:41 <cedricziel> ^^
  • 21:28:33 <NamelessCoder> :p
  • 21:28:43 <NamelessCoder> just copy from any class
  • 21:29:11 <Akii> whats "@protection off"?
  • 21:29:28 <NamelessCoder> protection from automated unit test case writing by builder
  • 21:29:31 <NamelessCoder> set to "on"
  • 21:29:33 <cedricziel> tests can be generated. they wont if protection is on
  • 21:30:59 <Akii> the other tests are all off
  • 21:31:18 <cedricziel> maybe Akii wants to earn his hacktoberfest shirt on the vhs repo?
  • 21:31:48 <Akii> with an IsBooleanVH, sure
  • 21:32:04 <cedricziel> no, bring on more ^^
  • 21:32:16 <NamelessCoder> hehe
  • 21:32:45 <Akii> is it CGL to have a leading newline in each file?
  • 21:32:59 <Akii> not leading, the other thing
  • 21:33:02 <Akii> at the end of the file ^^
  • 21:34:05 <NamelessCoder> yes, we have those
  • 21:34:15 <NamelessCoder> no closing php tag, newline at EOF
  • 21:34:50 <Akii> why
  • 21:36:47 <NamelessCoder> does it need a reason? :)
  • 21:37:43 <Akii> nah not really
  • 21:38:44 <NamelessCoder> just in case: the closing tag is redundant in pure PHP projects and only takes up space, the EOL is simply for consistency
  • 21:39:05 <Akii> just wondered about the newline
  • 21:39:19 <Akii> So I just create a PR into the development branch?
  • 21:39:54 <Guest|44952> hello everybody: i use fluidcontent_grids and after updating to vhs 2.1.2 i have this failure in backend: LLL:EXT:fluidcontent_grids...
  • 21:40:06 <NamelessCoder> yep Akii
  • 21:40:13 <Akii> too easy
  • 21:40:26 <Akii> https://github.com/FluidTYPO3/vhs/pull/688
  • 21:40:30 <NamelessCoder> fluidcontent_grids?
  • 21:40:30 <Guest|44952> fluidcontent_grids is not updated for vhs 2.X.. what i have to do with the language files?
  • 21:40:50 <Akii> I miss the weird gerrit things already
  • 21:41:03 <Akii> :>
  • 21:41:21 <Guest|44952> fluid content: grid elements : http://typo3.org/extensions/repository/view/fluidcontent_grids
  • 21:41:26 <Akii> now I can invest the precious time in pizza and other things
  • 21:41:29 <NamelessCoder> nicely done Akii
  • 21:41:58 <Akii> there see, I even flipped the condition
  • 21:42:08 <cedricziel> :)
  • 21:42:21 <Akii> totally did not copy this VH from anywhere in the package
  • 21:42:31 <Akii> you guys are fun ^^
  • 21:42:41 <cedricziel> thx for that thing already, Akii
  • 21:43:35 <Guest|44952> have changed something with the way to integrade language files?
  • 21:43:57 <Guest|44952> i see this in setup.txt: l10nFile = LLL:EXT:fluidcontent_grids/Resources/Private/Language/locallang.xml
  • 21:44:36 <Akii> so I've wrote a bug ticket today and created a pull request.. that really has to do for the next 1 or 2 months
  • 21:44:43 <cedricziel> :P
  • 21:44:49 <NamelessCoder> Guest|44952 aah. Well that extension is not our work but I can tell you what's wrong
  • 21:45:06 <Guest|44952> i know, it would be nice when you can help me
  • 21:45:11 <NamelessCoder> they've not explicitly referenced the .xml file after the default changed to using .xlf in Flux 6.0 I think it was
  • 21:45:40 <NamelessCoder> in templates, set the localLanguageRelativeFilePath to /Resources/Private/Language/locallang.xml and you should be good
  • 21:46:51 <Guest|44952> have you a example? you mean in content template?
  • 21:47:43 <NamelessCoder> yes, in the templates for that extension, add the mentioned attribute to flux:form tags and use the value stated
  • 21:50:50 <Guest|44952> <flux:flexform wizardTab="Grids" id="gridColsTwo" localLanguageFileRelativePath="/Resources/Private/Language/locallang.xml"
  • 21:50:50 <Guest|44952> icon="{v:extension.path.resources(path: 'Icons/icon-row.gif')}">
  • 21:51:18 <Guest|44952> <flux:flexform wizardTab="Grids" id="gridColsTwo" localLanguageFileRelativePath="/Resources/Private/Language/locallang.xml" icon="{v:extension.path.resources(path: 'Icons/icon-row.gif')}">
  • 21:51:27 <Guest|44952> doesnt works
  • 21:53:33 <Guest|44952> i see it right, it doesnt works?
  • 21:58:03 <Guest|44952> @NamelessCoder??
  • 21:58:04 <NamelessCoder> WIIII-IIIILMAAA!
  • 21:58:39 <NamelessCoder> that's you, cedricziel. You're Wilma today. Why is localLanguageFileRelativePath argument not being rendered on https://fluidtypo3.org/viewhelpers/flux/development/FormViewHelper.html ?
  • 21:58:51 <cedricziel> huh?
  • 21:59:43 <NamelessCoder> Guest|44952 I don't know why it's now working but it does look like the templates were made for an earlier version of Flux
  • 21:59:47 <cedricziel> i noticed earlier today it doesnt render some inherited methods
  • 21:59:49 <NamelessCoder> s/now/not
  • 22:00:11 <NamelessCoder> cedricziel this one is native, not inherited... pretty damn odd
  • 22:00:19 <NamelessCoder> not like it's a new property either!
  • 22:01:36 <cedricziel> yo Phil. Why u no change copyright?
  • 22:02:14 <Guest|44952> so i can do nothing?
  • 22:02:44 <Akii> cedricziel: I claim glory when it's due.. no need to for this copy & paste job
  • 22:03:01 <cedricziel> hehe, Due
  • 22:03:21 <cedricziel> nice pun
  • 22:03:21 <Akii> also that merged quickly
  • 22:03:33 <Akii> haha that was unintended..
  • 22:03:35 <Akii> rofl
  • 22:03:55 <Akii> omg
  • 22:04:04 <cedricziel> ^^
  • 22:04:08 <Akii> badum-tss
  • 22:04:17 <cedricziel> pling plong
  • 22:04:21 <cedricziel> the merge is there
  • 22:04:34 <cedricziel> there's your 95 % Claus
  • 22:04:48 <bjo3rn> can we have more coverage emails please? ^^
  • 22:04:54 <Akii> that mustve been my best pun ever
  • 22:04:55 <NamelessCoder> gooood... gooooooood...
  • 22:05:05 <cedricziel> it is, Akii, it is
  • 22:05:13 <cedricziel> a wild bjo3rn enters the stage
  • 22:05:20 <NamelessCoder> learn to use rules :p
  • 22:05:30 <bjo3rn> me?
  • 22:05:32 <NamelessCoder> I'm workin' 'ere!
  • 22:05:46 <bjo3rn> hehe. it shows.
  • 22:05:58 <NamelessCoder> you get emails from coveralls as well?
  • 22:06:05 <NamelessCoder> they ARE togglable you know
  • 22:06:09 <bjo3rn> no, gh
  • 22:06:12 <NamelessCoder> ah ok
  • 22:06:19 <NamelessCoder> yeah the comment emails will still pop up
  • 22:06:25 <cedricziel> "When code coverage became my drug of choice." - by Claus Due
  • 22:07:21 <NamelessCoder> more like proactive bug prevention duty :p
  • 22:08:00 <bjo3rn> when contributing becomes a minefield ^^
  • 22:08:14 <bjo3rn> "here, my patch for *boom*"
  • 22:08:21 <bjo3rn> ^^
  • 22:08:25 <NamelessCoder> hehe
  • 22:09:05 <bjo3rn> like those laser beam alarm things in museums
  • 22:10:04 <NamelessCoder> quality is important
  • 22:10:56 <cedricziel> oh, sharks with laser beams
  • 22:10:58 <cedricziel> i like!
  • 22:11:09 <NamelessCoder> everything is lasers with you
  • 22:11:33 <cedricziel> *piu* *piu*
  • 22:11:51 <NamelessCoder> http://www.youtube.com/watch?v=-S28LQYiJq0#t=148
  • 22:11:53 <FT3BOT1> YouTube: InvaderZIM - Episode 1 - The Nightmare Begins [part 1] (9m58s)
  • 22:12:19 <NamelessCoder> "See?"
  • 22:12:31 <NamelessCoder> snarkiest comment ever
  • 22:15:43 <Guest|44952> i can use it now @NamelessCoder?
  • 22:17:04 <NamelessCoder> Guest|44952 there's no change; I suggest contacting the fluidcontent_grids guys (don't know who makes it) to suggest an xlf upgrade. They really should do this, as it allows the translation server to be used.
  • 22:18:19 <Guest|44952> i have do this and he dont respond (since 2-3 days)
  • 22:18:56 <NamelessCoder> I'm sorry to hear that. Give it a few days; Weekends and Mondays are probably the worst possible time
  • 22:19:38 <NamelessCoder> general pro-tip btw, send your emails between tue at 12:00 and thur at 16:00, that's the sweet spot
  • 22:20:04 * cedricziel plays the pro-tip jingle
  • 22:21:11 <NamelessCoder> knowing is half the battle.
  • 22:21:23 * NamelessCoder plays the G.I. Joe jingle
  • 22:21:28 <Guest|44952> i have a project that must be finished at friday, so i can only hope he write back, else i have to go back to the old versions of vhs and flux, but today i have really changed a lot for the new extnesions! :-(
  • 22:22:11 <NamelessCoder> who *is* the author of that ext?
  • 22:22:38 <cedricziel> Andy Hausmann
  • 22:22:43 <cedricziel> dont know him
  • 22:23:34 <NamelessCoder> afaik he owns his own company so he could be busy
  • 22:23:47 <cedricziel> https://github.com/sotastudio/TYPO3.Extbase.FluidcontentGrids
  • 22:24:08 <NamelessCoder> yeah sota studio
  • 22:25:08 <NamelessCoder> Guest|44952 I suggest migrating the language file yourself and submitting a pull request with that change on GitHub
  • 22:25:17 <NamelessCoder> cedricziel is there a tool to convert LLL files?
  • 22:25:30 <cedricziel> from xml to xlf?
  • 22:25:45 <cedricziel> i bet my ass, but didnt need it so far
  • 22:26:45 <cedricziel> it seems extdeveval does that
  • 22:27:06 <NamelessCoder> Guest|44952 hope you're reading ;)
  • 22:27:50 <NamelessCoder> Cedric buddy I have a task for you
  • 22:28:14 <Akii> *quest
  • 22:28:30 <Guest|44952> yes i am reading and searching something on google
  • 22:28:55 <NamelessCoder> hehe a quest yes :) DebuggerUtility of Flux is currently used by one class only and to do two things only: 1) dump variables and 2) dispatch flash messages. I'd like DebuggerUtility to go the way of all flesh, and for FluxService to use GeneralUtility::devlog and traditional flash messaging.
  • 22:39:42 <cedricziel> ui ui
  • 22:39:50 <cedricziel> may i split it to 50 commits?
  • 22:43:06 <NamelessCoder> :p
  • 22:44:08 <NamelessCoder> http://img3.wikia.nocookie.net/__cb20120505031425/random-ness/images/8/83/TakeThis.jpg
  • 22:44:13 <NamelessCoder> for your quest
  • 22:46:59 <Akii> the irc logs don't seem to work :(
  • 22:47:23 <cedricziel> aaaaawww
  • 22:47:26 <NamelessCoder> hmm. right.
  • 22:47:29 <cedricziel> so cute!
  • 22:47:38 <NamelessCoder> I switched backend servers around 14 days ago, that must be it
  • 22:47:43 <Akii> my pun, lost forever in the interwebs
  • 22:47:49 <cedricziel> MyLittleBrony.com
  • 22:47:54 <Akii> and local chat logs
  • 22:48:27 <NamelessCoder> nono akii we still log and everything, it's just solr not indexing new entries
  • 22:48:43 <Akii> haha that's what the NSA said
  • 22:49:21 <Akii> (now they're logging too, just in case)
  • 22:50:11 <cedricziel> ^^
  • 23:32:53 <NamelessCoder> recently googles search index hit 1,000 PB. NSA laughed themselves silly.
  • 23:41:16 <danilobuerger> good evening everyone
  • 23:41:30 <NamelessCoder> 'ello
  • 23:42:00 <danilobuerger> Ah NamelessCoder quick question: Flux VH to select a page?
  • 23:42:21 <NamelessCoder> field.relation table="pages"?
  • 23:42:30 <danilobuerger> ty
  • 23:42:39 <NamelessCoder> in very generic terms ;)
  • 23:57:19 <danilobuerger> NamelessCoder should v:page.menu useShortcutUid="1" output the url to the target or to the shortcut?
  • 23:57:58 <NamelessCoder> to the target, but not overriding title etc.
  • 23:58:13 <danilobuerger> ok, then its broken as it provides the url to the shortut
  • 23:59:52 <NamelessCoder> dunno why that might be

20141007

  • 00:00:01 <danilobuerger> already fixed it :-)
  • 00:00:29 <danilobuerger> do you want a PR or should i straight commit?
  • 00:00:41 <NamelessCoder> PR please, let mr. coveralls do his work
  • 00:07:10 <NamelessCoder> shouldn't this be fixed by passing $pageUid to ->isActive etc rather than redefining the page record?
  • 00:07:34 <danilobuerger> nope :( tried that
  • 00:12:00 <NamelessCoder> that viewhelper is just
  • 00:12:09 <NamelessCoder> ...begging for refactoring
  • 00:12:26 <NamelessCoder> decouple resolve logic from render logic
  • 00:16:27 <danilobuerger> time to update composer then ;-)
  • 00:16:29 <danilobuerger> :wq
  • 00:16:39 <NamelessCoder> vim user!
  • 00:16:44 <danilobuerger> well that was for vim ;-)
  • 00:16:59 <NamelessCoder> think, "witch!"
  • 00:17:01 <NamelessCoder> :p
  • 00:17:20 <NamelessCoder> nitey!
  • 00:17:46 <danilobuerger> bye
  • 10:59:39 <randomresult> hi all
  • 11:00:16 <randomresult> i have to update a very old flexform-install ... and im looking for the migrationscript from danilo
  • 11:00:27 <randomresult> @NamelessCoder do i find that somewhere
  • 11:05:46 <mrboe> https://github.com/FluidTYPO3/documentation/blob/rewrite/5.Appendix/5.3.Migration/5.3.2.MigrationToFlux7.md
  • 11:43:05 <drlimbo> hi there
  • 11:43:11 <drlimbo> someone alive?
  • 11:43:12 <ad_on_is> is there anything wrong with <v:variable.set name="canBeOrdered" value="1" />
  • 11:43:18 <ad_on_is> i get error: Tx_Vhs_ViewHelpers_Variable_SetViewHelper maybe not loaded or no autoloader?
  • 11:44:05 <drlimbo> f:format.date doesnt care about setlocale(), so is there a way to use f:format.date with strftime()?
  • 11:44:11 <ad_on_is> vhs 1.8.5
  • 11:44:58 <Akii> ad_on_is: v:var.set
  • 11:45:02 <Akii> too old
  • 11:45:42 <Akii> drlimbo: include an % in the format
  • 11:45:53 <ad_on_is> @akii thx, that was it
  • 11:46:07 <Akii> drlimbo: also take a look into the class itself for clarification
  • 11:46:16 <Akii> ad_on_is: np
  • 11:46:23 <drlimbo> {f:format.date(format: '%l, d.m.Y H:i', date: event.dtStart)} something like this Akii?
  • 11:46:42 <Akii> something that satisfies this condition: if (strpos($format, '%') !== FALSE)
  • 11:47:24 <drlimbo> i dont understand what u want to say Akii =(
  • 11:47:59 <Akii> yes that should work, if that's valid strftime syntax
  • 11:49:48 <drlimbo> so, something like '%A, %d. %Y'
  • 11:49:57 <Akii> just try it out already :P
  • 11:51:50 <ad_on_is> drlimbo use these placeholders: http://php.net/manual/en/function.strftime.php
  • 11:52:17 <drlimbo> ah, thanks ad_on_is and Akii, i'll try!
  • 11:52:32 <ad_on_is> does anyone know if i can pass something like arguments="{_all, foo:bar}" to partials
  • 11:53:09 <cedricziel> why would you?
  • 11:53:14 <cedricziel> hi btw :)
  • 11:53:30 <Akii> {blah: 'such things maybe'}
  • 11:53:57 <cedricziel> i'd stick with all *or* a single value
  • 11:54:06 <cedricziel> anything in between can be achieved with an alias, no?
  • 11:55:43 <ad_on_is> i want to render a partial three times, each has to show different entries, according to a specific variable
  • 11:56:20 <BenjaminR> use v:variable.set before you render the partial. then the variable will be contained in _all
  • 11:56:34 <cedricziel> hey Ben
  • 11:56:40 <BenjaminR> hi ced
  • 11:56:46 <ad_on_is> ie: <f:render partial="customlist" arguemnts={_all, show:'persons'}
  • 11:56:51 <ad_on_is> i'll try that
  • 11:57:12 <BenjaminR> i dont think that works ad_on_is and if, its dirty
  • 11:57:23 <cedricziel> i simply dont think this is the way it's meant to be
  • 11:57:40 <cedricziel> all is a hash itself
  • 11:59:08 <cedricziel> partials should do a small amount of work which in general dosnt need _all
  • 11:59:08 <ad_on_is> yeaaah, thx BenjaminR, that was it
  • 12:00:14 <ad_on_is> is it a performance-crasher passing {_all} to partials, even if not needed?
  • 12:01:19 <ad_on_is> i do that because i have some global settings, and it's comfortable accessing them in partials with _all
  • 12:10:12 <cedricziel> not crashing, but you can imagine it comes with a cost
  • 14:33:31 <Akii> anyone knows a hook between loading TCA and pagegen / rendering _INT placeholders?
  • 14:34:25 <Akii> found something :)
  • 16:24:21 <drlimbo> aloha
  • 16:24:59 <drlimbo> everytime im saving in T3 6.2.5 the RTE replaces every <br/> with <p> - how i can enable not to remote <br> tags?
  • 18:02:39 <Wiwi|22891> hi all
  • 18:03:08 <Wiwi|22891> i have a problem about display link title in flux custom content form
  • 18:03:17 <Wiwi|22891> this is my link field
  • 18:03:18 <Wiwi|22891> https://gist.github.com/anonymous/02da323461503695d764
  • 18:03:41 <Wiwi|22891> when i choose a page and save it. I have a the page id displayed in the input field
  • 18:03:50 <Wiwi|22891> instead of page title
  • 18:04:03 <Wiwi|22891> how can i get page title?
  • 18:09:43 <Wiwi|22891> does anyone already encountered this problem?
  • 18:17:05 <featdd> hi@all
  • 18:18:38 <Akii> if I suddenly have the Flux configuration manager injected.. that's not a problem or is it?
  • 18:19:18 <Akii> probably not from the looks of it :)
  • 18:19:55 <Wiwi|22891> help :)
  • 20:25:25 <NamelessCoder> Wiwi|22891 the link wizard + input field combination is intended to contain only the page UID you select
  • 20:26:32 <NamelessCoder> you could turn it into a field.relation or just accept that that's how you create page links in TYPO3 (the same field also supports external links and links with class attributes)

20141008

  • 00:06:30 <Outdoorsman> Hello everyone. How can I have my provider extension have its own automatic backend layout without having to add a Backend Layout record? Can't I just use Flux?
  • 00:07:18 <NamelessCoder> hi Charles
  • 00:07:57 <NamelessCoder> the answer is: select fluidpages as backend layout on your topmost page, then make sure your page template contains a flux:grid or alternatively one flux:form.content
  • 00:08:18 <NamelessCoder> no need to add the record but you do need to select the "Fluidpages" pseudo-record
  • 00:35:31 <Outdoorsman> NamelessCoder, thank you... again! That is soooo cool. The flexibility of creating your own layout is awesome, I have it just how I want now but didn't see the documentation on how to activate it by setting fluidpages for the layout.
  • 08:32:45 <mrboe> good moring
  • 08:33:34 <mrboe> is there a way to create a date picker field like "publish date"
  • 11:52:59 <drlimbo> morning
  • 11:53:39 <drlimbo> is there a way to show the content of the parent page if no element is set in flux:grid.column
  • 11:54:06 <drlimbo> something like inherit column 1 if not set?
  • 11:55:45 <drlimbo> ah, slide="-1"
  • 11:55:48 <mrboe> yes
  • 11:55:53 <drlimbo> doesnt thought its that easy =P
  • 11:55:53 <mrboe> one mom
  • 11:56:03 <mrboe> i can give you an example
  • 11:56:37 <drlimbo> i think i found the solution -> <v:content.render column="1" slide="-1" />
  • 11:56:39 <mrboe> <v:content.render column="1" slide="-1" order="sorting" limit="1" sortDirection="DESC"/>
  • 11:57:18 <mrboe> if you dont set it like this it collects all items of all parents
  • 11:59:20 <Cash2m> Hi. Can I use composer dependencies in my T3 extension? Does the default extensionmanager handle them?
  • 11:59:56 <drlimbo> thanks mrboe
  • 12:00:50 <mrboe> welcome
  • 12:07:05 <cedricziel> nope, Cash2m. not yet
  • 12:07:36 <mrboe> @cedricziel is there a date picker field?
  • 12:07:43 <mrboe> like "publish date"
  • 12:09:32 <randomresult> hi there
  • 12:09:58 <mrboe> hi randomresult
  • 12:11:25 <randomresult> @cedricziel u there ?
  • 12:11:40 <randomresult> and what about bjo3rn ? out there?
  • 12:11:48 <cedricziel> you can always look up what kind of field and wizard is used if you take a look at the configuration module in the backend
  • 12:11:53 <cedricziel> hoi
  • 12:12:57 <randomresult> can u answer me something about composer?
  • 12:13:01 <randomresult> a simple question
  • 12:15:53 <randomresult> when looking at the composer file of for example flux. why is typo3-cms not a depenency?
  • 12:16:33 <randomresult> i mean, typo3 is an dependency for flux or not?
  • 12:17:18 <cedricziel> it is
  • 12:18:08 <cedricziel> the simple answer is (like with all composer related questions you guys asked in the last 6 months): the cms wouldnt be able to handle this due to the lack of implementation
  • 12:30:44 <randomresult> it was my first composer question! stupid maybe, but my first
  • 12:31:10 <randomresult> thx for the answer.
  • 13:02:16 <drlimbo> my RTE saves bold Text as <span style="font-weight: bold;"> but i have "exitHTMLparser_db.tags.b.remap = strong" in my RTE-Config
  • 13:02:20 <drlimbo> someone got an idea?
  • 13:02:34 <drlimbo> i prefer the <strong> tag
  • 13:04:18 <drlimbo> also RTE.default.useCSS = 1
  • 13:05:37 <drlimbo> ah, idiot.. useCSS should be 0
  • 13:36:44 <cedricziel> no problem randomresult. no offense.
  • 13:41:03 <randomresult> cedricziel sure not. after nearly 1.5 years in here, i know you
  • 13:41:08 <randomresult> at least a bit
  • 13:41:26 <cedricziel> good
  • 13:41:31 <randomresult> ;)
  • 13:50:58 <mrboe> http://img3.wikia.nocookie.net/__cb20090520002416/muppet/images/f/f1/StatlerWaldorf.JPG
  • 13:53:03 <mrboe> oh sorry i thought you wrote with bjo3rn - randomresult
  • 14:09:24 <Akii> maybe someone in here can help me with this.. on cached pages my extbase table mapping TS settings are not loaded
  • 17:04:23 <drlimbo> hi there again
  • 17:05:03 <drlimbo> is there a way to DON'T give a Shortcut the class "current" with <v:page.menu useShortcutData="0"
  • 17:36:28 <drlimbo> hello
  • 18:26:42 <ndee> did anyone experience a problem with the newest fluidtypo3 extensions on a 6.2 install? e.g.: assets get loaded twice, etc.?
  • 23:57:16 <danilobuerger> good evening

20141009

  • 01:01:01 <NamelessCoder> hey danilobuerger
  • 01:01:12 <danilobuerger> hey :-)
  • 01:01:16 <NamelessCoder> do you plan on rejoining the private channel? ;)
  • 01:03:25 <danilobuerger> i can, but since i dont have a bouncer anymore i need to manage channels across a few macs
  • 10:48:08 <Phil> hi all
  • 10:48:42 <Guest28209> i have a question about flux field : how can we create our own field ?
  • 10:50:46 <Phillo> i need to select content from tt_content and pages in a select list, but the existing 'relation field' can not select 2 tables
  • 10:57:56 <Phillo> someone here ? :)
  • 11:06:09 <NamelessCoder> Phillo there was a question about this one or two days ago
  • 11:08:14 <Phillo> i want to select a custom content and/or pages, but without relation between them
  • 11:08:42 <Phillo> i just started to use typo3 1 month ago (personal project)
  • 11:08:53 <Phillo> it is easy to extends flux and create my own field ?
  • 11:10:03 <NamelessCoder> it's not too hard Phillo - one viewhelper class and one component class
  • 11:10:16 <NamelessCoder> sorry I can't find the IRC log place were this was discussed
  • 11:12:10 <Phillo> do you know if there is an exemple or a tutoriel?
  • 11:12:49 <NamelessCoder> basically, 1) copy a flux field viewhelper, 2) create a subclass of FluidTYPO3\Flux\Form\AbstractFormField and set "type" to "group" (and add other options if needed). Then from the ViewHelper create a field using $this->getContainer()->createField($entireClassName).
  • 11:12:50 <Phillo> i try to check flux extension, but im lost in it.
  • 11:15:49 <Phillo> ok will try it now :) thanks
  • 11:36:16 <randomresult> hi there
  • 11:36:28 <randomresult> im just updating a VERY old fedext web
  • 11:36:41 <randomresult> now i see every content in twice on the page
  • 11:37:05 <randomresult> i updated flux from 6.x to 7.0 and then to 7.1
  • 11:37:27 <randomresult> i ran an updatescript after 7.0 i think i remember (?)
  • 11:37:55 <randomresult> but then, after replacing the db for another test, this migration is missing...
  • 11:40:20 <randomresult> that colpos to 18181 is missing
  • 11:51:09 <randomresult> is there a way to change the 18181 colpos manually in the db? any script or something?
  • 11:51:22 <randomresult> i cant find the migrationscript...
  • 11:53:17 <randomresult> anyone?
  • 11:57:09 <randomresult> @NamelessCoder maybe?
  • 12:10:13 <randomresult> ok. it changed to 18181 (from -42) but... in my db there is no -42 at all
  • 12:10:14 <randomresult> ?
  • 14:55:58 <soee> mrboe: ping
  • 14:56:04 <mrboe> hi
  • 14:56:42 <soee> mrboe: do you mind if i do a pr with some simple extension icon that will repace teh default one (for tbt) ?
  • 14:58:24 <mrboe> you have to change the path
  • 14:58:50 <mrboe> or what you wanna do
  • 15:00:08 <soee> mrboe: twitterbootstrapthem uses defule extension icon (black TYPO3 logo - in Extension Manager), i can propose simple one that will replace this
  • 15:01:42 <randomresult> soee that should be a mistake
  • 15:01:46 <randomresult> did u clear cache?
  • 15:01:49 <randomresult> installtool?
  • 15:02:01 <mrboe> all FCE have custom icons
  • 15:04:16 <soee> wrr im not talking about custom elements ;D
  • 15:04:26 <soee> mrboe: i want to introduce new icon for this https://github.com/bootstraptheme-for-typo3/fluidbootstraptheme/blob/development/ext_icon.gif
  • 15:05:07 <soee> some simple one so the extension have unique not teh default generated by TYPO3
  • 15:54:42 <Phillo> i created a custom field class taking exemple on relation field
  • 15:54:55 <Phillo> but i cant get anydata
  • 15:55:04 <Phillo> in my select list
  • 16:36:48 <drlimbo> good afternoon
  • 16:37:20 <drlimbo> whats the best way to "set" the page <title> with fluidtypo3? - i'd like to get something like <title>Current Page - Global Title</title>
  • 18:04:20 <drlimbo> if i try to upload a file in t3-filelist i get the error "Referrer host "" and server host "my.domain.tld" did not match!"
  • 18:04:45 <drlimbo> someone has an idea?
  • 18:05:59 <rosieres> drlimbo you can set this as a security setting in installtool
  • 18:06:16 <drlimbo> oh, ill try to find
  • 18:06:42 <drlimbo> [SYS][doNotCheckReferer] = 0 i think?
  • 18:07:48 <rosieres> test it. I did not ever needed it so far
  • 18:10:35 <drlimbo> ah, this works =)
  • 18:19:49 <drlimbo> back again, damn timeouts
  • 23:05:21 <Gruenbaer> Hi. I installed fluidbootstraptheme and am getting this error message: Fatal error: Call to a member function getOption() on a non-object in /html/typo3/typo3conf/ext/fluidbootstraptheme/Classes/Controller/ContentController.php on line 46
  • 23:05:50 <Gruenbaer> Does any of you guys have a hint how to overcome this?
  • 23:06:14 <Gruenbaer> Line 46 says: $useTypoScriptOptionFromForm = $this->provider->getForm($record)->getOption('useTypoScript');

20141010

  • 10:09:03 <cedricziel> Gruenbaer: this mostly means a dependency injection failed.
  • 10:09:32 <cedricziel> as i'm not 100% sure about fbt, you should do a serious "empty-the-cache" dance
  • 10:09:50 <cedricziel> at least via install tool
  • 10:10:36 <mrboe> FBT problems?
  • 10:21:38 <Kaimane> Good morning guys. Using TYPO3 6.2.5 and vhs, flux, fluidpages, fluidcontent from TER, fluidcontent_core from github (dev branch). Installed fluidbootstraptheme and chose a page template. Cleared all caches after that. In BE module web -> page on all pages I didn't see the specific backend layout but cols "left, normal, right and border". What do I wrong?
  • 10:24:19 <Akii> did you select the fluid backend layout?
  • 10:26:27 <cedricziel> mrboe: it seems. yesterday 23:05:50
  • 10:26:41 <Kaimane> Akii: Yes. Selected fluid backend layout "standard page" from fluidbootstraptheme. Nothing happened. Selected fluid backend layout from my own extension but nothing happened in backend. Still get "left, normal, ...".
  • 10:26:59 <cedricziel> nono, select the layout "fluidpages"
  • 10:27:06 <cedricziel> on the other selector
  • 10:28:45 <Kaimane> cedricziel: There is no layout "fluidpages". Where do I find it?
  • 10:29:11 <cedricziel> in the appearance tab in your root page options?
  • 10:30:27 <mrboe> @Gruenbaer i dont have that problem - blease report a bug on github that we can check this
  • 10:30:49 <mrboe> blease :)
  • 10:31:12 <Kaimane> cedricziel: oh, that's new to me. Found it. And now backend layout works! Great. That you very much cedricziel! Since when do I have to choose backend layout "fluidpages" in appearance tab?
  • 10:31:35 <cedricziel> since we implemented a standard-wise backendlayout dataprovider
  • 10:31:47 <cedricziel> that way we align more with "how it should be"
  • 10:31:55 <cedricziel> since the last release i think
  • 10:33:01 <Kaimane> I worked on other thinks last six weeks. I have not noticed it :-( My fault.
  • 10:33:14 <Kaimane> But thanks very much for that hint. Didnt know that.
  • 10:33:30 <cedricziel> very welcome, no problem :)
  • 10:33:37 <Akii> rather intuitive too
  • 10:33:44 <cedricziel> yes, if you're new
  • 10:33:51 <Akii> it's funny how you got all that documentation
  • 10:33:56 <cedricziel> if you're used to the magic, it's rather annoying
  • 10:33:57 <Akii> didn't need it once till now
  • 10:34:16 <Akii> might need it for the CEs later but oh well
  • 10:34:32 <cedricziel> you are one of those who almost never need docs, Akii :)
  • 10:34:50 <Akii> just got used to look at the code
  • 10:35:43 <cedricziel> btw Kaimane: https://fluidtypo3.org/blog/news/fluidcontent-and-fluidpages-released.html
  • 11:24:07 <ndee_> is it possible to pass an object to a v:asset.script through the arguments? How can I then access the data in the script itself?
  • 11:25:23 <cedricziel> if it has fluid=true, then yes. pass your arguments in the array form and you should be done
  • 12:00:11 <nimius|thephpjo> I have a slight issue using a fluidcontent_bootstrap inspired grid FCE: Content added to one column are added to every column
  • 12:00:31 <nimius|thephpjo> Is this an issue or am I the issue?
  • 12:02:07 <nimius|thephpjo> https://gist.github.com/thephpjo/545eb462dd9f1f4cf533 <= my FCE, using TYPO3 6.2.4 and flux 7.1.0
  • 12:04:12 <NamelessCoder> nimius|thephpjo no more flux:form.content inside flux:grid.column
  • 12:12:47 <nimius|thephpjo> thanks, i will try that
  • 21:43:34 <Hennes> is there a way to set templateRootPath in ext_tables.php?
  • 22:40:14 <Hennes> I get it

20141011

  • 18:50:33 <benjamin_654> someone around? i have a problem with fluid syntax (even after years of usage ….) : this works: <f:uri.action arguments="{search: search}" action="execute" controller="Search" />
  • 18:50:44 <benjamin_654> but this not! : {f:uri.action(arguments: {search: search}, action: 'execute', controller: 'Search'})}
  • 18:51:04 <benjamin_654> whats wrong?
  • 18:52:10 <benjamin_654> ok, just found it ..

20141012

  • 14:00:18 <Guest|2339> Using latest updated version and TYPO 6.2.5. Created my own content template in the (/Private/Templates/Content/ImageHolder.html). Icon shows up in the Boostrap tab as expected, but no labels from the Language file in my own extension. If i do the same in fluidbootstraptheme the labels are shown. Any hints why my labels does not shot up (exact same
  • 14:00:18 <Guest|2339> files in both extension)?

20141013

  • 11:23:33 <JB78> Hi. Is anyone knows how to make a custom content in which user could insert a classical TYPO3 content (text for example)?
  • 11:25:46 <JB78> Like in TemplaVoilà Flexible content with "ce" type
  • 13:35:50 <xaver_> college uses phpstorm and we added the xmlns stuff. Why it isn't working cedricziel NamelessCoder gbod
  • 13:36:05 * xaver_ don't uses phpstorm
  • 13:36:48 <cedricziel> you should ^^ Afaik you need to adjust the settings somewhere regardin additional xml namespaces. but NamelessCoder knows
  • 13:41:09 <xaver_> https://gist.github.com/anonymous/89f434c5042b315d2055 looks ok or?
  • 13:41:21 <xaver_> and autoload is on
  • 13:42:18 <xaver_> cedricziel: idea?
  • 13:47:02 <cedricziel> nope
  • 13:47:13 <cedricziel> i did use it once, but never since
  • 14:05:05 <mrboe> @xaver since the XSD files are in the FT§ ext normaly it works out of the box
  • 14:05:28 <xaver> mrboe: now it works - took a "long" time
  • 15:54:08 <drlimbo> hi there
  • 15:54:35 <drlimbo> after setting config.absRefPrefix = / my <f:link.page pageUid=""> Links will start with //link
  • 16:19:09 <drlimbo> if im setting config.absRefPrefix = http://domain.dev/ it works well
  • 16:19:14 <drlimbo> someone an idea?
  • 16:27:54 <BenjaminR> config.absRefPrefix has to be without an url defintely. thats the difference to baseurl
  • 16:29:19 <drlimbo> yup BenjaminR, but if i set "config.absRefPrefix = /" i get links like //folder/folder/
  • 16:29:37 <drlimbo> but only with <f:link.page>
  • 16:31:15 <BenjaminR> no thats totally unexpected. did you inspect the document html source and verified its href="//.." definitely?
  • 16:32:12 <drlimbo> yup i did -> href="//folder/folder/"
  • 16:33:12 <drlimbo> i tired around with baseURL AND|OR absRefPrefix
  • 16:33:18 <drlimbo> *tried around
  • 16:34:16 <BenjaminR> only use absrefprefix always and only :)
  • 22:53:54 <macro11> hello, is there a known problem with the fluid_pages output? after 1 day the page is empty (header and not fluid_pages related are on output)
  • 22:54:17 <macro11> then i log in and clear the cache.. everything is fine again
  • 22:54:38 <macro11> latest versions of typo3 and fluid_pages
  • 22:56:30 <macro11> cache = frontend cache

20141014

  • 09:50:58 <Guest|81606> Hi,
  • 09:51:19 <Guest|81606> I have some questions about the required fields in flux
  • 09:52:59 <Guest|81606> if a flux form has more than one required field, than is only the last field required the others won't validate
  • 10:29:28 <william> hi all
  • 10:29:52 <william> i have a error in be while editing page
  • 10:30:26 <Guest2439> when i try to add or modifit a normal typo3 content i got "No content template found"
  • 10:31:04 <Guest2439> RuntimeException thrown in file
  • 10:31:04 <Guest2439> www\typo3conf\ext\fluidcontent\Classes\Provider\ContentProvider.php in line 173.
  • 10:34:24 <randomresult> hi all
  • 10:42:22 <randomresult> hey.
  • 10:42:44 <randomresult> i am building a breadcrumb and i dont want the hidden in menu pages to be shown.
  • 10:42:50 <randomresult> i use this: <v:page.breadCrumb class="breadcrumb" tagName="ol" showHiddenInMenu="0" />
  • 11:01:18 * NamelessCoder_ harry if I recall, this single menu VH won't respect this flag simply because it's impossible to render a root line of pages which are "hidden in menu". Perhaps the bug here is that the root line rendering doesn't stop or is not prevented when the inheritance tree contains hidden entries.
  • 11:01:23 <NamelessCoder_> gah
  • 11:04:26 <randomresult> jupp. should stop. would be enough for me :)
  • 11:04:29 <randomresult> thx. for the answer
  • 11:07:57 <NamelessCoder_> anytime :)
  • 11:17:17 <randomresult> so i comment the "bug" on github
  • 11:25:43 <Guest|81606> Can someone tell me how I could set more than one field to a required field?
  • 14:13:08 <Guest2439> hi all
  • 14:13:19 <Guest2439> i have a problem about fluid page
  • 14:13:32 <Guest2439> i have a fresh install of typo3 6.2
  • 14:13:45 <Guest2439> and i installed fluidpages
  • 14:14:14 <Guest2439> but every time i tri to create, modifi a page/content i got this error'No page template selected and no template was inherited from parent page(s) '
  • 14:14:44 <cedricziel> did you select the fluidpages on the appearance tab?
  • 14:14:54 <cedricziel> *fluidpages option
  • 14:15:22 <cedricziel> do you have a fluidpages template somewhere?
  • 14:15:36 <Guest2439> i just installed the extension
  • 14:15:44 <Guest2439> before installing it i can see hello world in the main page
  • 14:15:51 <Guest2439> after i got an error
  • 14:15:57 <Guest2439> i cant even edit page property
  • 14:16:01 <cedricziel> well in that case you're a beginner, arent you?
  • 14:16:17 <Guest2439> yes
  • 14:16:20 <cedricziel> cool
  • 14:16:25 <cedricziel> welcome :)
  • 14:16:49 <Guest2439> :)
  • 14:16:50 <Guest2439> ty
  • 14:17:14 <cedricziel> you may read a bit first: https://fluidtypo3.org/documentation/templating-manual/introduction.html
  • 14:19:07 <Guest|26254> Hello, I have a problem with validation flux fields in the BE. Could anyone help me?
  • 14:19:52 <Guest2439> thanks i will follow the instruction
  • 14:20:37 <Xatenev> somebody knows about flexslider?
  • 14:20:47 <cedricziel> yessir
  • 14:21:07 <Xatenev> http://www.icccm15.uni-hannover.de/index.php?id=34
  • 14:21:13 <Xatenev> what the hack happens there?
  • 14:21:18 <Xatenev> If u click the arrow to the right
  • 14:21:23 <Xatenev> the images are randomly getting scaled bigger
  • 14:21:25 <Xatenev> and smaller
  • 14:21:39 <Xatenev> Any idea how to fix dat?...
  • 14:24:57 <Guest2439> so i need a fluidpages template in order to display the page, but why i cant even edit pages property, when i click on it to change the appearence i still got this error
  • 14:25:18 <Guest2439> i have installed bootstrapthem
  • 14:26:20 <cedricziel> the slider eases to the specified height
  • 14:26:46 <cedricziel> you would need the images to have the same height at least
  • 14:28:07 <Xatenev> How can i do that
  • 14:28:12 <Xatenev> Ah
  • 14:28:19 <Xatenev> so i just upload the images with the same height
  • 14:28:21 <Xatenev> and it shud fix on itself
  • 14:28:30 <cedricziel> that would be in the plugin options i guess
  • 14:28:44 <cedricziel> i only know the js component, not the related extension you are using
  • 14:29:12 <Xatenev> Well if i need images with the same height
  • 14:29:20 <Xatenev> I wud probably have to upload them with the same height
  • 14:29:20 <Xatenev> no?
  • 14:29:24 <Xatenev> What option do u mean in the plugin?
  • 14:30:08 <Guest|26254> Hello, I have a problem with validation flux fields in the BE. Could anyone help me?
  • 14:37:05 <cedricziel> Xatenev: most probably there's a field in the plugin flexform to set the height
  • 14:44:17 <Xatenev> max height is here but it doesnt seem to work^^
  • 15:37:06 <drlimbo> hi there
  • 16:02:44 <Guest|26254> Hello, I have a problem with validation flux fields in the BE. Could anyone help me?
  • 16:22:21 <Pibou> hi all
  • 16:22:45 <Pibou> i want to render a custom content from another custom content
  • 16:23:37 <Pibou> but i cant pass argument with "<v:content.render uid="{0:21}/>"
  • 16:23:59 <Pibou> i would render it manually but i cant parse data from field pi_flexform
  • 16:24:39 <Pibou> is there a way to render a custom content whle passing argument or a way to parse the pi_flexform
  • 16:27:01 <Pibou> <v:content.render contentUids="{0:22}" />
  • 16:34:48 <Guest|54014> hi, i have a problem with activation the vhs extension after installing it. the extension is listed in the extension manager as active but i'm not able to use is inside fluid.
  • 16:35:32 <Akii> imported the NS?
  • 16:35:59 <Guest|54014> how do i do that?
  • 16:36:41 <Akii> that's the {namespace vhs = SomeNameSpaceHere} thing
  • 16:40:20 <Guest|54014> yes the namespace is there
  • 16:40:28 <Akii> then what's the error message
  • 16:42:38 <Guest|54014> i don't get any error message, it just won't print anything inside the tags.
  • 16:43:14 <Akii> can you gist the template?
  • 16:50:03 <Guest|54014> https://gist.github.com/anonymous/b33773fad6b40aa2547c
  • 16:58:04 <Akii> hm
  • 17:01:11 <Guest|54014> i just deactivated through the manager and when i reload the page, i get the error that it cant find the viewhelper classes. so it seems to find them, it just wont print anything.
  • 17:05:59 <Akii> try {math.cube(a: '10', fail: '1')}
  • 17:08:07 <Guest|54014> {v:math.cube(a: '10', fail: '1')} works
  • 17:08:24 <Akii> ah then maybe because of the tag
  • 17:08:27 <Akii> and newline
  • 17:09:43 <Guest|54014> you are right, if i remove the new line it works with the tags
  • 17:10:01 <Akii> interesting
  • 17:10:45 <Guest|54014> is there no way to write it with breaks? everything in one line doesn't look that great...
  • 17:11:06 <Akii> this one should't have a closing tag anyway
  • 17:11:08 <Guest|54014> especially if i want to nest stuff
  • 17:11:10 <Akii> <v:math />
  • 17:15:39 <Guest|Matt18> Hi, Could anyone help with a prpblem I have. I am creating a multi site instance with fluidtypo3. Each site will have a seperate theme using both fluidpages and fluidcontent. How can I restrict each site to only show one set of page/content templates and not both?
  • 17:41:22 <Guest|92221> Dear all, I am using v:page.menu.browse and want to stop rendering the menu if the parent page is from doktype sys_folder (do not show "up" link if the parent is a sys_folder). How can I access this data? How can I retrieve if the parent is a sys_folder? Thank you all!
  • 17:51:55 <Guest|92221> Somebody here to give me a hint (see above)?
  • 17:55:00 <Guest|81606> whats up can anyone help me here or not??
  • 18:14:47 <Guest|66690> Good afternoon, how do i create a user on this Chat?...
  • 18:20:41 <rosieres> this is irc ... you nee an irc client
  • 18:22:18 <rosieres> Guest|66690 -> you need an irc client
  • 18:24:31 <Guest|66690> Ok, any link to irc from here?
  • 18:29:17 <rosieres> which OS?
  • 18:32:08 <rosieres> Guest|66690 -> Here's a client -> http://hexchat.github.io/downloads.html -> the server here is freenode, the rooms name is fedext
  • 18:32:49 <Guest|66690> Thanks, will try..
  • 18:39:33 <crewcut> Thanks to rosieres for the link, now i joined too!
  • 18:43:47 <crewcut> A few days ago i posted following problem as a guest: Using latest updated version and TYPO 6.2.5. Created my own content template in the (/Private/Templates/Content/ImageHolder.html). Icon shows up in the Boostrap tab as expected, but no labels from the Language file in my own extension. If i do the same in fluidbootstraptheme the labels are shown. Any hints why my labels does not shot up (exact same files in both extension)?
  • 20:29:30 <crewcut> I have this select field on a page, with the purpose of setting a class for a background css: <flux:field.select items="light,dark,transparent" name="settings.BackGround"/>
  • 20:30:15 <crewcut> and this is getting the field value: class="{settings.BackGround}"
  • 20:31:10 <crewcut> It does fetch the first value, but i cannot change the value - so where does the template get the value from?

20141015

  • 10:06:24 <denis-fluid> Good morning. I've got a question. Which is the most efficient way to to i18n with the fluid typo3 extensions?
  • 10:07:03 <denis-fluid> (being able to build custom content for other languages as well as just translating content)
  • 10:47:40 <Xatenev> Resources/Private/Language/Translation.xlf
  • 10:47:46 <Xatenev> put your translations in there
  • 10:47:57 <Xatenev> and us eit
  • 10:47:58 <Xatenev> use it*
  • 11:19:17 <drlimbo> good morning
  • 11:19:59 <drlimbo> is there a short inline style for multiple v:switch v:case?
  • 11:20:45 <drlimbo> {v:case(case: '4', 'limbo')}{v:case(case: '5', 'foo')}{v:case(case: '6', 'faa')}
  • 11:20:52 <drlimbo> something like this
  • 11:39:07 <NamelessCoder_> nope drlimbo - case nodes must be siblings and online children are possible using inline
  • 11:43:30 <danilobuerger> drlimbo dont use switch view helper as it is uncompilable
  • 11:43:38 <danilobuerger> (if you can avoid it)
  • 11:43:53 <NamelessCoder_> s/online/only
  • 11:44:05 <NamelessCoder_> also, danilo is right about avoiding it if possible
  • 11:45:01 <randomresult> danilobuerger!
  • 11:45:08 <danilobuerger> hey harry
  • 11:45:16 <randomresult> long time no see.
  • 11:45:30 <randomresult> happy ur still alive after friday in munich
  • 11:45:34 <danilobuerger> me too
  • 11:45:40 <randomresult> hehe
  • 11:46:01 <randomresult> maybe next time :)
  • 11:46:19 <randomresult> so have u been to munich on sunday?
  • 11:47:02 <danilobuerger> no
  • 11:47:10 <randomresult> THAT BAD?
  • 11:47:18 <danilobuerger> no but had other stuff todo
  • 11:47:39 <randomresult> will you come to essen?
  • 11:47:48 <danilobuerger> no, no time
  • 11:47:55 <randomresult> sad
  • 11:48:18 <randomresult> i thought i could ask u some more questions :)
  • 11:48:31 <randomresult> so i need to ask @cedricziel
  • 11:48:36 <randomresult> x_X
  • 11:48:40 <randomresult> hehe
  • 11:48:52 <danilobuerger> ask here
  • 11:48:58 <randomresult> ya'll gonna hate me wihtin the next year
  • 11:49:09 <randomresult> nono... just a joke.
  • 11:49:26 <randomresult> i love to discuss with you having a beer... learning more in 30 minutes than in 2 months alone
  • 11:50:11 <danilobuerger> buy beer and come by
  • 11:50:16 <Akii> :D
  • 11:50:23 <randomresult> come on... come to essen
  • 11:50:25 <Akii> #justgermanthings
  • 11:50:26 <randomresult> would be fun
  • 11:50:29 <NamelessCoder_> if the mountain won't come to Muhammad... ;)
  • 11:50:47 <randomresult> NamelessCoder_ come join me and danilobuerger in Essen.
  • 11:50:52 <randomresult> will be fun. i spend beer.
  • 11:51:13 <danilobuerger> nonono
  • 11:51:19 <danilobuerger> augsburg is the place to be ;-)
  • 11:51:30 <NamelessCoder_> but it's so far away guys :p
  • 11:51:42 <randomresult> far away. ask the americans... thats not far!
  • 11:51:57 <NamelessCoder_> yeah, my Australian family would also disagree
  • 11:52:06 <NamelessCoder_> and laugh
  • 11:52:20 <danilobuerger> Essen is probably as far away from me as it is from claus
  • 11:52:34 <randomresult> dont u tell bullshit....
  • 11:52:47 <danilobuerger> and i need to cross borders... same as claus :-)
  • 11:52:50 <randomresult> come to heidelberg by train (2hrs) and i will drive you there
  • 11:53:13 <randomresult> would be fun, i tell you. i will organise some real tegernseeer
  • 11:53:34 <danilobuerger> ... next time, when the camp is < 300 km to me
  • 11:54:10 <danilobuerger> but you can stop by augsburg anytime and bring tegernsser
  • 11:54:36 <randomresult> until when do u have time?
  • 11:54:43 <danilobuerger> i always have time
  • 11:54:54 <randomresult> i mean... clock is counting isnt it (to be honnest i dont really remember friday)
  • 11:54:54 <danilobuerger> thats why i am going to eat weißwürste now :-)
  • 11:55:03 <randomresult> hmmm yummy
  • 11:55:05 <drlimbo> danilobuerger:what should i use instead of switch/case viewhelper?
  • 11:55:14 <danilobuerger> cu later :-)
  • 11:55:37 <randomresult> drlimbo what u want to do?
  • 11:56:22 <drlimbo> mh randomresult i also can use some if's instead if this is better
  • 11:56:32 <randomresult> or a controller
  • 11:56:35 <NamelessCoder_> mmmmmm wurst
  • 11:56:40 <randomresult> depends on what u want to do
  • 11:56:49 <randomresult> but better ask @NamelessCoder_
  • 11:56:49 <NamelessCoder_> käsewurst
  • 11:57:03 <drlimbo> SWTICH {menu -> f:count()} -> Case 4 - class="foo" / Case 3 - class="faa" ...
  • 11:57:03 <randomresult> bäh... käsewurst... what the freaking hell is this?
  • 11:57:31 <Akii> it's especially gross if heated up
  • 11:57:37 <mrboe> http://www.metzgerei-einsle.de/images/product_images/info_images/310Kaesewurst.jpg
  • 11:57:38 <NamelessCoder_> randomresult regular wurst with dices of cheddar in it ;)
  • 11:57:52 <NamelessCoder_> best when heated!
  • 11:58:03 <drlimbo> Käsewurst is awesome =P
  • 11:58:16 <randomresult> you need to get some real nürnbergers... thats awesome. best!
  • 11:58:47 <NamelessCoder_> drlimbo why not class="menu-size-{menu -> f:count()}" ?
  • 11:58:47 <drlimbo> is there a way to check in TCA displayCond on what rootline the Page is?
  • 11:58:58 <mrboe> @randomresult its sad that NamelessCoder_ had to tell you about great german käswurst
  • 11:59:11 <drlimbo> i extended pages and i'd like to use displayCond to check the Page-Level -> only Display on PageLevel 2 for example
  • 11:59:36 <mrboe> @drlimbo please no offtopic
  • 11:59:37 <NamelessCoder_> drlimbo consult the official TCA docs about "displayCond" to know that
  • 12:00:12 <drlimbo> NamelessCoder_ because i use the bootstrap classes -> if menu -> f:count() 4 -> col-xs-12 // if menu -> f:count() 3 -> col-xs-9 // ...
  • 12:00:35 <drlimbo> maybe i can calculate menu -> f:count() X 3
  • 12:00:38 <NamelessCoder_> then a mapping array would make sense
  • 12:00:53 <NamelessCoder_> or use modulo viewhelper in a condition
  • 12:01:25 <NamelessCoder_> a mapping array is the faster solution
  • 12:01:43 <drlimbo> oh, how i can use a mapping array? never heard of
  • 12:03:52 <NamelessCoder_> you need a template variable, an array, in which indexes are the menu size and values are the CSS class you want that size to have
  • 12:04:16 <NamelessCoder_> then to read the variable: {v:variable.get(name: 'mappingArrayVariable.{menu -> f:count()}')}
  • 12:04:47 <NamelessCoder_> assign the variable to the template any way you like; from controller or TS
  • 12:05:40 <drlimbo> ah, thats a nice Idea NamelessCoder_
  • 12:05:42 <drlimbo> thanks
  • 12:05:57 <NamelessCoder_> yw
  • 12:07:00 <drlimbo> is it possible to create an array with <v:variable.register.set>
  • 12:07:22 <NamelessCoder_> register is not really intended for that type of usage
  • 12:07:31 <NamelessCoder_> if you want this globally available, use TS
  • 12:08:13 <drlimbo> allright, ill try this way
  • 12:10:46 <drlimbo> but first ill try with an IF
  • 12:11:39 <NamelessCoder_> performance tip: variable reading is MUCH faster than conditions
  • 12:12:41 <drlimbo> good point
  • 12:13:03 <drlimbo> maybe {menu->f:count() x 3 is the fastest and easiest way
  • 12:15:34 <drlimbo> how to solve something like this? <v:variable.set name="test" value="menu->f:count() * 3" />
  • 12:15:49 <drlimbo> is there a calculation viewhelper?
  • 12:17:17 <Akii> there is
  • 12:17:54 <drlimbo> and what its called Akii?
  • 12:17:59 <Akii> you'll find it
  • 12:19:19 <drlimbo> i found some VHS:math viewhelpers
  • 12:19:33 <Akii> afaik it's called multiply
  • 12:20:02 <Akii> {stuff -> f:count() -> vh:math.multiply(b: '3')}
  • 12:20:05 <Akii> or smth similar
  • 12:20:17 <drlimbo> can't find it here: https://fluidtypo3.org/viewhelpers/vhs/master/Math/DivisionViewHelper.html
  • 12:21:05 <Akii> productVH
  • 12:21:09 <Akii> I knew it has a weird nae
  • 12:21:10 <Akii> name
  • 12:21:32 <Akii> {stuff -> f:count() -> vh:math.product(b: '3')}
  • 12:21:49 <Akii> now you made me write it out :(
  • 12:25:28 <NamelessCoder_> confused by math names? ;)
  • 12:26:12 <Akii> yep
  • 12:47:27 <denis-fluid> Is it normal that you can't reference content items in Typo3 6.2 (default setup) ?
  • 12:49:25 <NamelessCoder> denis-fluid yes; the XCLASS that added these has been replaced. The plan is to introduce a clickmenu item in Flux which, at some point, can be replaced by the method that is being planned for TYPO3 itself (one of the focus areas right now is fixing up the backend and allowing more flexibility than currently).
  • 12:50:31 <NamelessCoder> denis-fluid you can still create the references manually. All a "reference" is, is a content element of type "shortcut" (reference to records) which points to the content element record you wish to reference.
  • 12:50:38 <denis-fluid> NamelessCoder: So ist is not possible to create global elements and reference them on some pages? (in Typo3 6.2)
  • 12:50:48 <NamelessCoder> sorry about the removal!
  • 12:51:04 <NamelessCoder> yes, you can create elements in for example a sysfolder and use this "shortcut" element type to reference them
  • 12:51:37 <NamelessCoder> but maybe it would make more sense to add these UIDs as TS settings with constants if the elements are truly global
  • 12:51:59 <NamelessCoder> ...and then render the elements using v:content.render with contentElementUids attribute
  • 12:55:21 <denis-fluid> Just to be sure if I understand it correctly. I have my "global elements" sys folder. In the "global elements" folder I'm creating a "Link shortcut"?
  • 12:57:19 <denis-fluid> NamelessCoder: (and is it correct that the referencing mechanism has been dropped by Typo3 6 alltogether?)
  • 12:58:52 <Xatenev> lold
  • 12:59:10 <crewcut> I have this select field on a page, with the purpose of setting a class for a background css: <flux:field.select items="light,dark,transparent" name="settings.BackGround"/>
  • 12:59:30 <crewcut> and this is getting the field value: class="{settings.BackGround}"
  • 12:59:44 <crewcut> It does fetch the first value, but i cannot change the value - so where does the template get the value from?
  • 13:01:20 <denis-fluid> NamelessCoder: I am not quite sure how to create a content element of type "shortcut".
  • 13:04:39 <denis-fluid> (einfügbar über das GUI, nicht über TS was kein Redakteur pflegen kann)
  • 13:08:30 <denis-fluid> NamelessCoder: Ok got it. :-)
  • 13:14:21 <denis-fluid> NamelessCoder: One more question. I have created some fluid content elements inside my general contents page. When I try to reference the items I'm getting "[No title]" for each element. Is it possible to set the "Header" without being rendered in the frontend?
  • 13:16:12 <NamelessCoder> depends whether you're using CSC or FCC. If CSC you need to modify the TS. If FCC you need to switch to the NoHeader layout from the template.
  • 13:16:48 <denis-fluid> Ok fine.
  • 13:17:45 <denis-fluid> At the moment I am using CSC for simplicity. But I plan to use no standard elements only my custom content elements created as fluidcontent elements.
  • 13:18:29 <denis-fluid> The problem ist that the header gets used everywhere in Typo3 to render information about the content.
  • 13:18:37 <denis-fluid> (in the backend)
  • 13:18:45 <denis-fluid> How stable is the FCC?
  • 13:19:15 <NamelessCoder> beta, with some missing element types
  • 13:19:32 <NamelessCoder> but what you're talking about here is the preview that gets rendered and that, you need a hook to remove the header for.
  • 13:21:40 <denis-fluid> Yeah that's right. (I'm sorry for being a noob just trying to get into Typo3 + Flux/Fluidpages/Fluidcontents which seems to be the first usable templating approach in T3)
  • 13:22:27 <NamelessCoder> being new is no problem, but I have to warn that maybe you're aiming at some pretty complex integrations which aren't ideal in a learning context
  • 13:23:36 <denis-fluid> Well that's true. :-)
  • 13:23:40 <NamelessCoder> the header is an ever popular subject though :) CSC has plenty solutions with TS conditions to check for each element type and render/ignore the header based on fluid content type in FE, but you can't easily remove it from BE.
  • 13:24:23 <NamelessCoder> FCC may not be completely finished but it does make it a lot easier to handle this (but the BE integration is about as complex as with CSC - sadly, no easier ways are possible at this time)
  • 13:24:52 <denis-fluid> Ok fine.
  • 13:25:14 <denis-fluid> Thank you for your help. You helped me a lot.
  • 13:25:19 <NamelessCoder> Flux has a hook that can modify previews, you can copy that. And you can exclude the field itself from editors if they are not admins (which they shouldn't be). That's done by editing the backend group or user and setting a custom "Access list"
  • 13:25:34 <NamelessCoder> yw :)
  • 13:26:34 <denis-fluid> Well excluding it in the BE is nice but it doesn't help with editors setting up global elements and trying to reference them seeing only "No next" for all the global things they setup.
  • 13:26:51 <denis-fluid> (no title)
  • 13:27:05 <crewcut> NamelessCoder - when time permits, could you look into my question above?
  • 13:27:41 <NamelessCoder> yep, true. There's only the preview-hook for that (you could use it to resolve the target element's title and show that, with a "Shortcut to: " in front)
  • 13:28:06 <NamelessCoder> crewcut which time?
  • 13:28:25 <crewcut> 12:59
  • 13:30:00 <denis-fluid> NamelessCoder: Ok great so I understood it correctly. The easiest approach would be to copy the global element and paste it inside the records field. (for editors this is the easiest approach)
  • 13:31:07 <NamelessCoder> crewcut one of three causes: 1) there's old XML data containing the value of a field that is no longer defined in the form. This field won't be cleared or changed. 2) The field value is being inherited from a parent (you don't say if this is a page template, but it if is, this could apply). 3) You have a field of the exact same name in another Flux field on the same table and you're using TYPO3 6.2.3 or below
  • 13:31:49 <NamelessCoder> denis-fluid that creates a copy, iirc. But I'm not sure.
  • 13:31:59 <denis-fluid> Ok I will check.
  • 13:32:50 <crewcut> TYPO3 6.2.5 and all latest fluidtypo3 ext
  • 13:33:24 <NamelessCoder> any change if setting inherit="FALSE" on the field?
  • 13:39:37 <crewcut> This is a page templage, but setting inherit="FALSE" does not make change
  • 13:43:55 <drlimbo> is there an easier, nicer way to do this:
  • 13:43:56 <drlimbo> <v:variable.set name="menucount" value="{menu->f:count()}" />
  • 13:43:56 <drlimbo> <v:variable.set name="cols" value="{v:math.product(a: menucount, fail: 1, b: 3)}" />
  • 13:47:29 <drlimbo> Akii: thanks for your v:math.product help, this works well
  • 13:47:35 <Akii> nice!
  • 13:47:47 <drlimbo> but is there an easier way to do this on one line?
  • 13:47:56 <drlimbo> <v:variable.set name="menucount" value="{menu->f:count()}" /> /// <v:variable.set name="cols" value="{v:math.product(a: menucount, fail: 1, b: 3)}" />
  • 13:48:13 <Akii> I already wrote that down
  • 13:48:14 <drlimbo> value="{v:math.product(a: {menu->f:count()}, fail: 1, b: 3)}" wont work =(
  • 13:48:25 <Akii> {menu -> f:count() -> v:math..
  • 13:49:04 <NamelessCoder> drlimbo mind your inline syntax. ViewHelper nodes must be quoted when used as argument values.
  • 13:49:19 <NamelessCoder> Akii has the right idea
  • 13:51:13 <drlimbo> {menu->f:count() -> v:math.product(b: 3)} - ah, i dont know this syntax before
  • 13:51:31 <drlimbo> this makes a lot of things easier
  • 14:11:41 <Kaimane> Hey guys. On TYPO3 6.2.5 I installed among other needed extensions fluidcontent_core and fluidbootstraptheme in the latest versions. When I create a new fluid CE for example 'modal box' from fluidbootstraptheme there is no wrapping <div> around it. But if I create a content element with ctype text for example a wrapping <div> is around it and a selected container class was rendered. What do I
  • 14:11:41 <Kaimane> wrong?
  • 14:15:32 <NamelessCoder> Kaimane copy the layout file from FCC to your ext or set layoutRootPath for your ext to use FCC's layouts
  • 14:20:04 <drlimbo> how can this line "delete" the already stored value in {cols}
  • 14:20:05 <drlimbo> <v:variable.set name="cols" value="{cols -> v:format.append(add: ' over-left') -> f:if(condition: mainPage.overLeft)}" />
  • 14:20:10 <denis-fluid> NamelessCoder: I have found something like this "options="{useTypoScript: 0, group: 'Grid'…" in the fluidbootstraptheme content elements. Are these options documented somwhere? (When I look at https://fluidtypo3.org/viewhelpers/flux/master/FormViewHelper.html - I can't find it)
  • 14:20:36 <drlimbo> if im right, it will add ' over-left' if there is mainPage.overLeft set
  • 14:20:49 <drlimbo> else it just leave the value in cols
  • 14:22:19 <drlimbo> but this doesn't work - it looks like it clears the value in {cols} and replace with " over-left"
  • 14:23:52 <NamelessCoder> drlimbo not correct. What you have there always overwrites {cols} but the value is empty unless mainPage.overLeft is set
  • 14:24:25 <drlimbo> ah, thats the point =P
  • 14:24:44 <NamelessCoder> use inline chaining the entire way. {cols -> .... -> v:variable.set(name: 'cols') -> v:if(condition: mainPage.overLeft)}
  • 14:26:40 <drlimbo> ah, something like that
  • 14:26:41 <drlimbo> {cols -> v:variable:set(name: 'cols') -> v:format.append(add: ' over-left') -> f:if(condition: mainPage.overLeft)}
  • 14:26:54 <NamelessCoder> denis-fluid no, those options are still undocumented. You can see some of the values possible as constants on the Form class
  • 14:27:04 <NamelessCoder> drlimbo still not right
  • 14:27:09 <drlimbo> i see, yes
  • 14:27:10 <denis-fluid> NamelessCoder: Thank you.
  • 14:27:36 <NamelessCoder> you have to think of these in reverse. Fluid will render the last VH first, then continue towards the front of the chain
  • 14:27:53 <NamelessCoder> putting v:var.set in front of append makes no sense
  • 14:28:42 <drlimbo> so, i need something like {cols -> v:format.append(add: ' over-left') -> v:variable:set(name: 'cols') -> f:if(condition: mainPage.overLeft)}
  • 14:29:00 <drlimbo> if condition is met, set variable cols, append over-left to cols
  • 14:29:18 <drlimbo> maybe i need to switch append & cols
  • 14:30:30 <drlimbo> not realy
  • 14:33:40 <NamelessCoder> drlimbo still thinking about it wrong. v:variable.set SETS a variable in the template variable container, it doesn't ECHO it
  • 14:33:52 <NamelessCoder> since it's not ECHO'ed you cannot append to it this way.
  • 14:34:09 <NamelessCoder> you need to append to the string *before* it reaches v:variable.set
  • 14:34:54 <crewcut> setting inherit="0" did have some change, but why are the value not parsed to the: and this is getting the field value: class="{settings.BackGround}" in the FE?
  • 14:35:15 <NamelessCoder> you could write out the expression using tags then replicate that, in reverse, using inline
  • 14:35:43 <drlimbo> ah NamelessCoder, thats quite complicated
  • 14:35:48 <drlimbo> {v:variable:set(name: 'cols') -> v:format.append(add: ' over-left') -> cols -> f:if(condition: mainPage.overLeft)}
  • 14:36:04 <drlimbo> if Condition - cols -> append over-left -> set as variable cols
  • 14:36:31 <NamelessCoder> crewcut I don't know the answer to your question, sorry
  • 14:36:45 <crewcut> ok
  • 14:37:17 <NamelessCoder> drlimbo now you've tried almost every combination except for the right one :)
  • 14:37:28 <NamelessCoder> read this very carefully:
  • 14:37:36 <drlimbo> sure i do =)
  • 14:37:51 <NamelessCoder> chained viewhelper syntax works because some ViewHelpers allow an argument to be NULL in which case it is taken from $this->renderChildren()
  • 14:37:56 <NamelessCoder> therefore:
  • 14:38:32 <NamelessCoder> <f:format.html>{somevariable}</f:format.html> === {somevariable -> f:format.html()} because f:format.html takes "content" from $this->renderChildren()
  • 14:38:45 <NamelessCoder> now relate this to your condition, variable setting and appending:
  • 14:39:13 <NamelessCoder> because f:if, v:variable.set, v:format.append all allow child tag content, they can be chained.
  • 14:39:51 <NamelessCoder> <f:if ...><v:variable.set ... ><v:format.append add="somestring" subject="{somevar}" /></v:variable.set></f:if>
  • 14:39:53 <NamelessCoder> ===
  • 14:40:31 <NamelessCoder> {somevar -> v:format.prepend(add: 'somestring') -> v:variable.set(name: 'somevar') -> f:if(condition: someothervar)}
  • 14:40:53 <NamelessCoder> making sense now?
  • 14:41:27 <drlimbo> yup, it makes sense
  • 14:41:43 <NamelessCoder> in the 2nd expression: nothing happens unless {someothervar} exists. If it does, {somevar} is appended with "somestring" and told to overwrite the previous value of {somevar}
  • 14:41:57 <NamelessCoder> had you left out the v:variable.set chain segment, the value would instead be output
  • 14:42:16 <NamelessCoder> now no more guessing ;)
  • 14:42:17 <drlimbo> yuap, your point about "it renders the children" was the clue
  • 14:42:29 <drlimbo> i hope so =P
  • 14:42:30 <Xatenev> Need halp!
  • 14:42:30 <Xatenev> :D
  • 14:42:38 <Xatenev> Ive created a checkbox with fluid
  • 14:42:38 <Xatenev> <f:form.checkbox name="ownMoney" value="true" />
  • 14:42:39 <drlimbo> thanks very much NamelessCoder
  • 14:42:53 <Xatenev> Now i wanna know if the checkbox was checked or not
  • 14:42:55 <Xatenev> var_dump($this->request->getArguments());
  • 14:42:59 <Xatenev> doesnt give me the value :(
  • 14:43:42 <NamelessCoder> last support Q for today
  • 14:44:07 <NamelessCoder> Xatenev $this->settings['ownMoney']
  • 14:44:21 <NamelessCoder> it's a setting, not a request argument. Controller arguments are request arguments.
  • 14:44:33 <Xatenev> mhm doesnt work
  • 14:44:34 <Xatenev> NULl
  • 14:44:58 <Xatenev> var_dump($this->settings['ownMoney']); > NULL
  • 14:45:05 <NamelessCoder> from which context?
  • 14:45:31 <Xatenev> oh, i probably have to wrap a form around it right?
  • 14:45:39 <NamelessCoder> eh, yes :)
  • 14:45:42 <Xatenev> arf :p
  • 14:46:20 <Xatenev> never using fluid :p
  • 14:47:37 <Xatenev> is it possible to pass arguments?
  • 14:47:43 <Xatenev> like <f:form.button arguments=""
  • 14:49:24 <NamelessCoder> what would the result be?
  • 14:52:05 <Xatenev> nvm ive solved that by just creating a hidden field now
  • 14:52:09 <Xatenev> but its still null
  • 14:52:27 <NamelessCoder> still missing the context
  • 14:52:35 <Xatenev> what do you exactly mean by context?
  • 14:53:07 <NamelessCoder> I assume this is a controller but which controller and how are you registering it. How is it related to the flux form?
  • 14:53:45 <Xatenev> ah
  • 14:53:48 <Xatenev> its a checkout process
  • 14:53:53 <Xatenev> and you got some checkboxes for payment
  • 14:54:09 <NamelessCoder> so this is frontend?
  • 14:54:10 <Xatenev> then u click the continue button in order to pay the things in ur cart
  • 14:54:18 <Xatenev> half half^^
  • 14:54:25 <Xatenev> I have to pass data to my controller
  • 14:54:26 <NamelessCoder> bah, you really mixed it up here :p
  • 14:54:29 <Xatenev> xd
  • 14:54:33 <NamelessCoder> 1) flux forms and fields are purely BE
  • 14:54:43 <Xatenev> Mmh?
  • 14:54:44 <Xatenev> What do u mean Oo
  • 14:54:49 <NamelessCoder> 2) if you need to pass arguments, you need to add those as controller arguments on the receiving action
  • 14:54:59 <Xatenev> why purely backend?
  • 14:55:03 <Xatenev> so i cant use <f:form> for frontend stuff?
  • 14:55:17 <NamelessCoder> my bad, I read your code example as flux:field.checkbox
  • 14:55:39 <NamelessCoder> okay this is definitely outside the fluidtypo3 scope but I'll give you the hints you need
  • 14:55:56 <Xatenev> why is it outside of the fluidtypo3 scope Oo
  • 14:55:59 <Xatenev> its just fluid > exbtas e.P
  • 14:56:05 <NamelessCoder> yes, you need an f:form and a form field, form must post to the next action
  • 14:56:07 <Xatenev> fluid passing data to extbase :P
  • 14:56:15 <Xatenev> ive done that now
  • 14:56:18 <NamelessCoder> fluidtypo3 = flux, vhs, fluidcontent, fluidpages
  • 14:56:22 <NamelessCoder> your issue = extbase and fluid
  • 14:56:23 <Xatenev> ah k
  • 14:56:33 <Xatenev> well the data is sent now
  • 14:56:40 <NamelessCoder> alright, you submit to the proper action and that action accepts one or more arguments
  • 14:56:41 <Xatenev> i just need the rigfht variable to get it^^
  • 14:56:54 <NamelessCoder> you're still doing it wrong my friend
  • 14:57:08 <Xatenev> Mmh? :P
  • 14:57:20 <NamelessCoder> unless the argument is truly defined on the controller action as a php argument, it only exists in the request and will never be validated or secured with CSRF
  • 14:57:36 <NamelessCoder> public function yourAction($argumentName)
  • 14:57:45 <NamelessCoder> f:form.checkbox name="argumentName"
  • 14:58:02 <Xatenev> got it I think
  • 14:58:16 <NamelessCoder> using $this->request->getArguments returns the raw, unmapped, untreated arguments
  • 14:58:18 <Xatenev> when i wrapped <f:form> around it
  • 14:58:21 <Xatenev> its available on this request getarguments
  • 14:58:25 <Xatenev> yea that seems ok for me
  • 14:58:25 <Xatenev> .p
  • 14:58:31 <NamelessCoder> yeah but that's what you're doing wrong ;)
  • 14:58:39 <NamelessCoder> trust me it is not okay
  • 14:58:52 <NamelessCoder> as soon as you need any sort of validation you'll be off on a tangent if you do this
  • 14:59:14 <NamelessCoder> add it as a proper controller argument and configure f:form to post it correctly, then you'll be safe and prepared for the next requirement that comes up
  • 14:59:21 <Xatenev> Mhm okey
  • 14:59:24 <Xatenev> thanks for ur help :p
  • 14:59:27 <NamelessCoder> yw :)
  • 14:59:36 <Xatenev> I dont like typo3's mvc :[^^
  • 14:59:42 <NamelessCoder> and with that, I withdraw to continue work on the CMIS framework for TYPO3CMS
  • 14:59:45 <Xatenev> Maybe just because im not that familiar with it, dunno
  • 15:00:12 <NamelessCoder> yeah takes some getting used to - the controller class esp., tends to lead you off on bad trails
  • 15:00:19 <Xatenev> Yea quite
  • 15:00:25 <Xatenev> Im using symfony2 at home
  • 15:00:31 <NamelessCoder> you'll figure it out - check some examples if you have to (read: EXT:news)
  • 15:00:34 <Xatenev> and (for me atleast) things seem to be a lot easier
  • 15:00:39 <Xatenev> and development goes a lot faster with it
  • 15:00:40 <Xatenev> ^^
  • 15:00:45 <NamelessCoder> they're quite similar regarding controller actions ;)
  • 15:00:58 <Xatenev> mhm half
  • 15:00:58 <Xatenev> :p
  • 15:01:08 <Xatenev> Not 100% agreeing but yeah
  • 15:01:22 <Xatenev> But its quite a lot easier to pass data all around^^
  • 15:02:26 <NamelessCoder> I'm off - cya guys!
  • 15:02:43 <Xatenev> Bye
  • 15:02:45 <Xatenev> Ty for the help again
  • 15:13:10 <Akii> cya
  • 15:32:45 <Guest|27736> Hi everyone. I spotted a question in the logs that I am also trying to figure out. I want to be able to have a sinlge website with multiple theme type packages but want to restrict each theme to a specfic portion of the site with only the page and content elements for that theme available. Can this be done?
  • 16:39:19 <weiwen> hi all
  • 16:39:31 <weiwen> is this syntax correct ?
  • 16:39:47 <weiwen> <f:if condition="{parent.uid}=={settings.CONSTANTS.pages.proprietaire.uid}">
  • 16:43:38 <Xatenev> Did you try it out?
  • 16:43:40 <Xatenev> xd
  • 16:43:46 <Xatenev> just try it ou
  • 16:43:47 <Xatenev> t
  • 16:47:34 <mrboe> @weiwen ping
  • 16:49:34 <mrboe> <v:variable.set name="myvar" value="{v:variable.typoscript(path: 'plugin.tx_yourext.settings.myvalue')}"/>
  • 16:51:30 <mrboe> oh sorry i was wrong - you want to do something different
  • 19:11:41 <Guest|99236> hi all
  • 19:11:49 <Guest|99236> i have a question about flux:select
  • 19:12:12 <Guest|99236> the "items" attributs says "Items for the selector; array / CSV / Traversable / Query supported"
  • 19:12:42 <Guest|99236> i want to knwo how to do a query in flux conten "configuration" section
  • 19:14:47 <Guest|99236> is someone here?
  • 19:38:54 <rosieres> Guest|99236: extbase builds the queries itself. It depends on what you want to archieve. So explain detailled what you have done so far and what you want to have in the end.
  • 19:48:51 <Guest|99236> i need to get data from a table (created by an extension)
  • 19:49:47 <Guest|99236> and put it in the select
  • 19:50:06 <Guest|99236> this table contains list of name
  • 19:51:13 <Guest|99236> because i cant see an attribut like 'table'
  • 19:51:30 <NamelessCoder> flux:field.relation table="yourtablename"
  • 19:51:48 <Guest|99236> but relation isnt a select box i mean
  • 19:52:17 <Guest|99236> so Query are not supported by select field?
  • 19:53:36 <NamelessCoder> relation is a select field if size=1
  • 19:53:45 <Guest|99236> :) right

20141016

  • 08:37:54 <denis-fluid> Good morning.
  • 08:37:55 <denis-fluid> :-)
  • 08:38:46 <denis-fluid> Does someone know of a possibility to add a custom class to every list item (li) in v:page.menu?
  • 08:58:13 <bjo3rn> hi denis-fluid
  • 08:58:19 <bjo3rn> sure, manual rendering
  • 08:58:23 <denis-fluid> hi bjo3rn
  • 08:58:43 <bjo3rn> do you know how to do that=
  • 08:58:44 <bjo3rn> ?
  • 08:59:09 <denis-fluid> I have read throught this blog post: https://worksonmymachine.org/blog/a-guide-to-menu-rendering-with-fluidtypo3
  • 08:59:26 <bjo3rn> ah, ok.
  • 08:59:37 <bjo3rn> looks familiar to me ^^
  • 08:59:40 <denis-fluid> Is there a reference for what properties "item" contains.
  • 08:59:51 <denis-fluid> To do sth like "item.hasSubPages"
  • 09:00:02 <bjo3rn> item is a full page record
  • 09:00:06 <denis-fluid> I need to know that there is something like "hasSubPages" :D
  • 09:00:16 <bjo3rn> you can do {item -> f:debug()}
  • 09:00:18 <denis-fluid> Ok I see.
  • 09:00:31 <denis-fluid> (bear with me I am really new to T3 :D)
  • 09:00:36 <bjo3rn> no worries
  • 09:07:30 <denis-fluid> Oh that was easy. Just adding "{item.class}" to my manual rendering. No need of any conditions in manual rendering atm. :-D
  • 09:07:40 <denis-fluid> Thank you bjo3rn!
  • 09:07:58 <bjo3rn> yw :)
  • 09:33:35 <denis-fluid> bjo3rn: I got one more question. Is it normal that the column field in a content item which is nested in a multi column content element (both fluid content elements) shows a "INVALID VALUE 181818?
  • 09:34:43 <bjo3rn> yes, that's normal. it's only a cosmetic issue though and will be fixed in the next release.
  • 09:39:05 <denis-fluid> bjo3rn: Ok fine. It just looks weird to the none technical users here. :-)
  • 09:39:27 <bjo3rn> it sure does
  • 09:40:29 <denis-fluid> From a user/editor point of view the referencing of global elements is a bit more of a problem. Using only Fluid Content Elements which are not listed in the referencing selection due to the empty header field.
  • 09:41:17 <denis-fluid> (technically it works but from a usability point of view it is difficult to find the right element with each element being rendered as "not title".
  • 09:47:38 <crewcut> Hi bjo3rn, if you got time - i made a onepage setup much like your idea on your blog post, and i am trying to insert a class value from a page setting like this: <section id="{mainPage.linktext}" class="{settings.theme}">. My page flux field select looks like this: <flux:field.select label="Background Settings"
  • 09:47:38 <crewcut> name="settings.theme"
  • 09:47:39 <crewcut> items="dark,light,transparent"
  • 09:47:39 <crewcut> inherit="0"/>
  • 09:48:43 <bjo3rn> crewcut so you need to access the flexform data from the parent/containing page, right?
  • 09:49:03 <crewcut> But the output is only class="light" - it does not change
  • 09:49:33 <crewcut> I need to access the flexform data on the subpages
  • 09:50:30 <bjo3rn> ok, you can do that with <flux:form.data />
  • 09:50:52 <bjo3rn> I have this in my page:
  • 09:50:53 <bjo3rn> {section -> flux:form.data(table: 'pages', field: 'tx_fed_page_flexform') -> v:variable.set(name: 'sectionFormData')}
  • 09:51:34 <bjo3rn> where section is a page record fetched with the menu vh
  • 09:52:10 <crewcut> ok, will try that
  • 09:52:46 <bjo3rn> {record -> flux:form.data(table: 'pages', field: 'tx_fed_page_flexform')} will return the flexform data from record as an array
  • 09:53:35 <crewcut> I just discovered your blog from the post with denis-fluid and found your onepage layout, which is very similar to my own, so was a bit proud of my self (being new in fluidtypo3)
  • 09:54:21 <bjo3rn> hehe, good to know. I could say the same then :)
  • 09:54:39 <crewcut> :-)
  • 09:54:48 <denis-fluid> So worksonmymachine.org is bjo3rn's blog? Good to know. :-)
  • 09:55:02 <bjo3rn> yes, that's mine ^^
  • 09:59:36 <denis-fluid> Are the fluidcontent and fluidpages compatible with workspaces?
  • 10:01:15 <bjo3rn> denis-fluid there's basic support, yes
  • 10:01:29 <denis-fluid> bjo3rn: basic means? :-D
  • 10:01:39 <bjo3rn> sec, I'll get the link ^^
  • 10:03:08 <bjo3rn> dangit. there's an issue on the project's site atm :S
  • 10:06:37 <drlimbo> good morning
  • 10:06:56 <drlimbo> is there a way to limit "Elements" to Colums?
  • 10:07:47 <drlimbo> i'd like to only "allow" the Element X in column colPos="1"
  • 10:07:54 <denis-fluid> And is there a way to add only specific elements to a column?
  • 10:07:59 <drlimbo> and Element Y, Text, Images only in column colPos="0"
  • 10:36:11 <denis-fluid> bjo3rn: Is it possible to change the column width of page layout columns. (I know how it works for the content element columns)
  • 10:40:22 <bjo3rn> denis-fluid <flux:grid.column style="width: 33%" ... />
  • 10:40:38 <bjo3rn> same as in content element grids
  • 10:58:32 <denis-fluid> bjo3rn: I have tried that but it is always 50%/50% when I have 2 cols.
  • 10:58:50 <bjo3rn> did you select the fluidpages backend layout?
  • 10:59:52 <denis-fluid> I did. I can see my page layout but with 50%/50%
  • 11:00:14 <bjo3rn> can you pastebin/gist your template please?
  • 11:00:57 <denis-fluid> https://gist.github.com/DenisMir/8b154bc23179808eb5ae
  • 11:01:52 <bjo3rn> wild guess: make the sum 99% like 24/75 or 25/74
  • 11:02:24 <denis-fluid> It is the same result.
  • 11:02:48 <bjo3rn> .oO
  • 11:03:18 <denis-fluid> When defining the column styles in content elements it works as expected.
  • 11:03:38 <denis-fluid> Just the page layout column styles don't work. :-)
  • 11:04:07 <mrboe> colspan
  • 11:04:15 <mrboe> @denis-fluid
  • 11:04:47 <bjo3rn> not necessarily. I have a working setup with style only
  • 11:04:55 <denis-fluid> Hmpf :-D
  • 11:05:03 <denis-fluid> Ok I will try colspan right now
  • 11:07:56 <denis-fluid> mrboe: But colspan of which number of columns?
  • 11:08:40 <denis-fluid> I got two columns in one row. :-)
  • 11:09:28 <bjo3rn> colspan="1" and colspan="3" fx
  • 11:10:42 <mneuhaus> hey guys
  • 11:10:54 <mneuhaus> did you know your site has some problems?
  • 11:10:54 <mneuhaus> https://fluidtypo3.org/community.html
  • 11:11:03 <mneuhaus> throws:
  • 11:11:03 <mneuhaus> Fatal error: require_once(): Failed opening required '/var/www/master.fluidtypo3.org/typo3conf/ext/fluidcontent_core/Classes/Provider/ContentProvider.php' (include_path='/var/www/master.fluidtypo3.org/typo3/contrib/pear/:.:/usr/share/php:/usr/share/pear') in /var/www/master.fluidtypo3.org/TYPO3.CMS/typo3/sysext/core/Classes/Core/ClassLoader.php on line 182
  • 11:12:02 <denis-fluid> Ok fine perhaps I'm to stupid but when adding colspan to my columns I'm getting no columns at all in the backend :P
  • 11:21:28 <bjo3rn> mneuhaus yes, defunct. those with the right powers are pinged ^^
  • 11:21:48 <bjo3rn> denis-fluid your gist is still valid?
  • 11:22:17 <denis-fluid> the gist is valid except that I added the colspan of 1 and 3 to the columns
  • 11:22:39 <denis-fluid> When I do that no columns are rendered in the backend
  • 11:22:48 <denis-fluid> when dropping the colspan it is back to normal
  • 11:25:24 <mneuhaus> is there a way to tell the "<flux:field.text enableRichText="TRUE">" viewHelper to use the configuration selected in the rtehtmlarea extensions settings?
  • 11:25:46 <mneuhaus> i mean without doing it manually everywhere through defaultExtras
  • 11:28:16 <bjo3rn> mrboe is right. colspan is the way. my template was a little different. so, why no rendering at all? cleared all available caches denis-fluid?
  • 11:30:15 <denis-fluid> I did clear all caches and my template looks like this: https://gist.github.com/DenisMir/8b154bc23179808eb5ae
  • 11:30:33 <bjo3rn> ah. hehe
  • 11:30:38 <bjo3rn> colspan
  • 11:30:42 <bjo3rn> lower case 's'
  • 11:30:49 <denis-fluid> arghs
  • 11:31:12 <bjo3rn> ^^
  • 11:31:21 <denis-fluid> bjo3rn: perfect. :-)
  • 11:31:27 <denis-fluid> Now the sidebar looks like a sidebar ;)
  • 11:31:33 <bjo3rn> cool. thx to mrboe as well.
  • 11:32:03 <mrboe> yw
  • 11:37:35 <denis-fluid> mrboe: +1 :-)
  • 11:38:14 <mrboe> @denis-fluid have you seen fluidboostraptheme
  • 11:38:47 <denis-fluid> I got one more question. Is it a bug that you can't drag and drop content elements inside another content element with "<flux:form.content name="content" />". I can drag and drop it when there is at least one element inside the wrapper.
  • 11:38:59 <denis-fluid> mrboe: Yeah I have it opened. It helped me a lot.
  • 11:39:30 <mrboe> i also have that drag an drop issue when i have a tow col container
  • 11:39:40 <mrboe> i can drop in the "right" side
  • 11:39:45 <mrboe> but not in the left
  • 11:40:05 <mrboe> after the right has some content i can drop content in the left
  • 11:41:17 <Xatenev> heya
  • 11:41:21 <Xatenev> peeps
  • 11:41:26 <Xatenev> Anybody here to help? :P
  • 11:41:39 <mrboe> perhabs
  • 11:41:50 <Xatenev> Ive got some orders
  • 11:41:56 <Xatenev> and i wanna list them
  • 11:42:03 <Xatenev> ok again
  • 11:42:05 <Xatenev> i got a shop
  • 11:42:08 <Xatenev> in that shop, u can book events
  • 11:42:17 <Xatenev> now i wanna list all orders to the specifical events
  • 11:42:21 <Xatenev> <f:groupedFor each="{orders}" as="order" groupBy="eventid" groupKey="eventid">
  • 11:42:51 <Xatenev> How can i count how much orders the specifical event has?
  • 11:43:07 <mrboe> iterartion="mycount"
  • 11:43:18 <Xatenev> and then?
  • 11:43:38 <Xatenev> *trying*
  • 11:43:46 <Xatenev> argument iteration was not registeed
  • 11:44:04 <mrboe> https://github.com/bootstraptheme-for-typo3/fluidbootstraptheme/blob/development/Resources/Private/Templates/Content/ThumbnailBox.html
  • 11:44:22 <Xatenev> thats a normal for each
  • 11:44:24 <Xatenev> but i got a groupedfor
  • 11:44:30 <Xatenev> obv iteration doesnt work for grouped for
  • 11:44:39 <mrboe> oh, never used that
  • 11:44:54 <mrboe> what is f:groupedFor
  • 11:45:01 <Xatenev> For example
  • 11:45:02 <Xatenev> u have 10 orders
  • 11:45:07 <Xatenev> 8 of them have eventid 1
  • 11:45:11 <Xatenev> 2 of them have event id 2
  • 11:45:23 <Xatenev> now u group it by event id so it only displays event id 1 and event id 2 once
  • 11:45:26 <Xatenev> and not 8x eventid 1
  • 11:45:34 <Xatenev> quite useful
  • 11:46:10 <Xatenev> but now its quite tricky to count that
  • 11:46:10 <Xatenev> xd
  • 11:47:32 <mrboe> @NamelessCoder https://fluidtypo3.org/ Fatal error: require_once(): Failed opening required '/var/www/master.fluidtypo3.org/typo3conf/ext/fluidcontent_core/Classes/Provider/ContentProvider.php' (include_path='/var/www/master.fluidtypo3.org/typo3/contrib/pear/:.:/usr/share/php:/usr/share/pear') in /var/www/master.fluidtypo3.org/TYPO3.CMS/typo3/sysext/core/Classes/Core/ClassLoader.php on line 182
  • 11:48:17 <mrboe> can‘t you make a f:for inside the group
  • 11:48:32 <mrboe> for each grupid 1 iteration iter
  • 11:48:48 <denis-fluid> bjo3rn: Is it possible to limit the content of a column to a specific amount of items?
  • 11:49:27 <Xatenev> dunno what u mean mrboe
  • 11:49:34 <Xatenev> I dont think that will give me the result
  • 11:49:35 <Xatenev> ^^
  • 11:52:02 <cedricziel> denis-fluid: use the limit argument
  • 11:53:16 <denis-fluid> cedricziel: Thank you. I'm sorry that I missed it. I've got one more. How do I check if there are items in the column? (to render parts of the template only if there is some content available)
  • 11:53:38 <cedricziel> use v:content.get and then count
  • 11:54:15 <Xatenev> is it possible to generate something like a WHERE condition in a f:for each
  • 11:54:16 <Xatenev> ?
  • 11:54:41 <denis-fluid> cedricziel: Thank you. Regarding the limit argument. I couldn't find it here: https://fluidtypo3.org/viewhelpers/flux/master/Grid/ColumnViewHelper.html
  • 11:54:55 <cedricziel> ah.
  • 11:55:10 <cedricziel> no you cant limit the amount of items that can be placed in there
  • 11:55:22 <cedricziel> i thought it was about reading
  • 11:55:28 <denis-fluid> Ok. That's what I meant. :D
  • 11:59:52 <Xatenev> Can i write something like conut = count + 1
  • 11:59:55 <Xatenev> in fluid?
  • 12:00:38 <Xatenev> if yes how
  • 12:02:09 <mrboe> {v:math.sum(a: iteration.index, fail: 1, b: 1)}
  • 12:07:00 <denis-fluid> mrboe: Is there something like a multiselect field in flux?
  • 12:07:39 <mrboe> what you want to select?
  • 12:08:01 <randomresult> he means instead of a dropdown i guess
  • 12:08:24 <randomresult> ping @NamelessCoder FatalError on fluidtypo3.org
  • 12:51:11 <denis-fluid> mrboe: I'm sorry I had lunch. :-) I just want to select more than one modification css class
  • 12:52:41 <mrboe> @denis-fluid https://fluidtypo3.org/viewhelpers/flux/master/Field/SelectViewHelper.html
  • 12:52:47 <mrboe> itemListStyle
  • 12:52:54 <mrboe> maxItems
  • 12:52:56 <denis-fluid> ahhh grml :/
  • 12:53:07 <mrboe> multiple
  • 12:57:08 <mneuhaus> hey, has anyone an idea why my fluidcontent elements aren't showing up in the new content element wizard?
  • 12:57:22 <mneuhaus> latest typo3 6.2.5 + fluidtypo3 extensions from ter
  • 12:57:33 <mrboe> @mneuhaus have you cleard cache and
  • 12:57:47 <mrboe> and temp files
  • 12:58:24 <mrboe> in temp there is a .FED... file which is not removed by rm -r
  • 12:58:32 <mneuhaus> i think i tried, will try again
  • 12:58:55 <mrboe> clear cache in install tool
  • 13:01:56 <mneuhaus> hmm, cleared cache in install tool, cleared frontend + general + system cache and i even renamed typo3temp to typo3temp_ to completely "remove" it
  • 13:01:59 <mneuhaus> still not working
  • 13:02:21 <mneuhaus> could it be, that the "uncache" ext from clause prevents the wizard to work?
  • 13:02:28 <mneuhaus> will uninstall to try that
  • 13:03:03 <mrboe> never used that
  • 13:03:26 <mneuhaus> still no fluidcontent elements in the wizard
  • 13:03:49 <mneuhaus> i'll dial the error level of flux up
  • 13:04:18 <mrboe> have you had them bevore
  • 13:04:27 <mrboe> or did you just started
  • 13:04:34 <mneuhaus> just started
  • 13:04:58 <mrboe> have you used "builder" to create your ext
  • 13:05:38 <mneuhaus> i have a "template" ext that i use as a base extension
  • 13:06:04 <mrboe> i would youse builder to create a new ext
  • 13:06:22 <mneuhaus> it's a ext that contains the template itself
  • 13:06:22 <mrboe> and then you should see a pagetemplate and a content elment
  • 13:06:34 <mneuhaus> i can see the pagetemplate + content element
  • 13:06:46 <mneuhaus> but the content elements don't show up in the wizard
  • 13:07:05 <mneuhaus> http://dl.dropbox.com/u/314491/Screenshots/e4-ndy4rt2~3.png
  • 13:07:07 <mneuhaus> here they are
  • 13:07:23 <mneuhaus> here not
  • 13:07:24 <mneuhaus> http://dl.dropbox.com/u/314491/Screenshots/vw3-njji9j3r.png
  • 13:07:47 <mrboe> paste your template please
  • 13:08:02 <mneuhaus> one of them?
  • 13:08:07 <mrboe> yes
  • 13:08:16 <mneuhaus> https://gist.github.com/mneuhaus/ea6e9f302bda00fb53a3
  • 13:09:06 <mneuhaus> https://gist.github.com/mneuhaus/1579c1a2ba2d7973b5c7
  • 13:09:11 <mneuhaus> here are 2
  • 13:09:17 <mrboe> have a look here
  • 13:09:17 <mrboe> https://github.com/bootstraptheme-for-typo3/fluidbootstraptheme/blob/development/Resources/Private/Templates/Content/TwoColumn.html
  • 13:09:20 <mneuhaus> weird
  • 13:09:25 <mrboe> <flux:form id="grid2" options="{useTypoScript: 0, group: 'Grid', Fluidcontent: {sorting: 50}, icon: '{f:uri.resource(path: \'Icons/bootstrap/glyphicons_155_show_big_thumbnails.png\')}'}">
  • 13:09:49 <mneuhaus> i just opened the new content wizard in a new window, not an iframe and did a "hard refresh" cmd+shift+r
  • 13:09:53 <mneuhaus> then they apeared
  • 13:10:08 <mneuhaus> seems, like the browser cache played me for a fool :(
  • 13:10:27 <mneuhaus> sorry
  • 13:11:02 <mneuhaus> it works now :)
  • 13:11:12 <Akii> it's always the cache eh?
  • 13:11:23 <mneuhaus> yea, shitty titty caching ^^
  • 13:11:32 <mneuhaus> didn't think about the browser cache fooling me there
  • 13:11:50 <Akii> always the cache you suspect the least
  • 13:12:01 <mneuhaus> thanks for the help :)
  • 13:12:35 <mrboe> but @mneuhaus by the way - have a look at fluidboostraptheme
  • 13:12:49 <mrboe> there are boostrap grids in tehre
  • 13:13:06 <mneuhaus> yea, i know, but i want it more simple and foolproof for my customer
  • 13:13:22 <mneuhaus> i'm using fluidboostraptheme as a source of some snippets and stuff
  • 13:13:42 <mneuhaus> too much stuff the customer could screw up in there
  • 13:14:30 <mrboe> ok
  • 13:14:58 <randomresult> anyone here knows if there is a way to run the migration wizzard (update from 4.7 to 6.2) from shell?
  • 13:15:19 <randomresult> seem that its not possible for me to run the wizzard in the installtool as the DB seems to be to big
  • 13:46:01 <denis-fluid> mrboe: Has the "itemListStyle" to be set to something in the select field? At the moment I got the following: https://gist.github.com/DenisMir/744480b20fe9fbc97d77
  • 13:46:29 <denis-fluid> When I'm trying that one I get two single select fields besides each other but multiple selection is not possible.
  • 13:50:18 <denis-fluid> mrboe: It looks like this one -> http://imgur.com/EF14dGq
  • 13:54:35 <rosieres> As soon as a fluidpages pageLayout is selected in page configuration all newContent Wizards disappear except of Standard:Text -> Is this autogenerated or where does this come from?
  • 14:10:43 <rosieres> answer my own question -> flux:form.variable name="allowedContentTypes"
  • 14:43:47 <Luck> hello, is there a viewhelper for render a fal (pdf file) as link to open or download
  • 14:48:47 <drlimbo> Luck: just use the link viewhelper
  • 14:48:48 <danilobuerger> Luck yes several depending on your needs in v:resource
  • 14:48:56 <drlimbo> or the image-viewhelper to generate preview-images from pdf
  • 14:50:44 <Lirrec> hi, could someone tell me how to manually clear/reset the configuration from fluidpages in page settings -> "Page Configuration" ?
  • 14:51:10 <Lirrec> the Clear value checkboxes only work for the "subpages" part
  • 14:52:06 <Luck> yes i can render the pdf (image-preview) with <v:media.image treatIdAsReference="1" src="{item.logo}" alt="{item.alt}"/>
  • 14:52:12 <Luck> but i cant get the link to pdf
  • 14:52:16 <Lirrec> so i'm searching for a way to delete the values manually, maybe from the database ( i don't know where they are stored exactly )
  • 14:52:30 <danilobuerger> Lirrec sledgehammer method: access database "pages" table, clear field "tx_fed_page_flexform" of the appropriate record
  • 14:52:47 <mneuhaus> is there a way to include the value of a field in the "form.object" header?
  • 14:52:48 <mneuhaus> http://dl.dropbox.com/u/314491/Screenshots/mafogwy31m9q.png
  • 14:53:01 <Luck> v:ressource need field and table
  • 14:53:21 <danilobuerger> Luck https://fluidtypo3.org/viewhelpers/vhs/master/Resource/FileViewHelper.html
  • 14:53:36 <mneuhaus> if you collapse one it shows some stuff, but i would like to customize that + that doesn't show on opening an existing fluidcontent element
  • 14:53:36 <mneuhaus> http://dl.dropbox.com/u/314491/Screenshots/-~6z3o1cwh63.png
  • 14:54:06 <danilobuerger> mneuhaus good question, if you find out let me know please
  • 14:54:27 <drlimbo> on my page, i have to Columns 1/0 -> <flux:grid.column colPos="1" name="Header Content" /> /// <flux:grid.column colPos="0" name="Main Content" />
  • 14:54:57 <drlimbo> as admin, i can add an element to col1 and it will be stored there, as a backend-user i can add an element to col1, but it will be stored at col 0
  • 14:55:05 <drlimbo> its possible to move to col 1 as a user after
  • 14:55:19 <drlimbo> are there any rights missing?
  • 14:56:16 <mneuhaus> danilobuerger: seems to be a hardcoded concatination of inputs in the form :(
  • 14:56:16 <mneuhaus> http://dl.dropbox.com/u/314491/Screenshots/8rzpr0t3at-l.png
  • 14:56:31 * mneuhaus sad panda
  • 14:56:42 <danilobuerger> drlimbo colPos is a exclude field, did you set it to allowed for your BE user?
  • 14:57:12 <drlimbo> danilobuerger:thanks, this was the problem
  • 14:57:15 <danilobuerger> mneuhaus is that from the core or which file is that?
  • 14:57:23 <drlimbo> but crazy that a move after was possible without the rights
  • 14:57:43 <danilobuerger> drlimbo those can be cached and not actually executed on the DB
  • 14:58:06 <drlimbo> crazy, but now i fixed it
  • 14:58:22 <drlimbo> danilobuerger: is there a way to enable only specific Elements in a Col?
  • 14:58:46 <drlimbo> ex. col 1 should only contain Element X -- col 0 can contain element y, text, text with image etc.
  • 14:59:36 <mneuhaus> typo3/sysext/backend/Classes/Form/FormEngine.php:6079
  • 14:59:43 <mneuhaus> ^danilobuerger
  • 14:59:51 <danilobuerger> mneuhaus ah too bad :-(
  • 14:59:59 <mneuhaus> yep :)
  • 15:00:00 <mneuhaus> :(
  • 15:00:26 <mneuhaus> thinking about jamming/injecting some js into the backend to bend it to my will
  • 15:00:34 <Akii> :D
  • 15:00:34 <mneuhaus> but that doesn't sound pretty
  • 15:00:40 <Akii> sounds brutal
  • 15:00:58 <mneuhaus> that's what it was supposed to sound like ;)
  • 15:01:07 <danilobuerger> mneuhaus yeah that aint pretty
  • 15:01:50 <mneuhaus> i think i better ignore that for now :)
  • 15:02:16 <drlimbo> is there a way to enable only specific Elements in a Col? --> ex. col 1 should only contain Element X -- col 0 can contain element y, text, text with image etc.
  • 15:02:32 <danilobuerger> drlimbo i thought claus did something like that a while ago, but cant remember
  • 15:03:40 <drlimbo> oh, is there a way to find this?
  • 15:03:52 <danilobuerger> ask NamelessCoder
  • 15:04:41 <drlimbo> NamelessCoder idles for 01:23h, but i'll ask im later, thanks danilobuerger
  • 15:07:52 <drlimbo> is there a way to create some fx-effects on images with a viewhelper? like "make 10% darker" or something?
  • 15:08:58 <rosieres> drlimbo -> flux:form.variable name="allowedContentTypes"
  • 15:10:16 <Luck> i still cant render a fal file with his uid
  • 15:10:25 <drlimbo> mh rosieres, i have a flux.form containing two flux.column - is there a way to set this for the column?
  • 15:10:28 <Luck> v:ressource give me array
  • 15:11:02 <rosieres> drlimbo -> just put each into the column
  • 15:11:19 <drlimbo> ah, thats great
  • 15:11:25 <drlimbo> <flux:grid.column colPos="1" variables="{allowedContentTypes: 'text,textpic'}" />
  • 15:11:33 <drlimbo> where i can find all contentTypes?
  • 15:11:51 <rosieres> <flux:grid.column colPos="0" name="FOO">
  • 15:11:54 <rosieres> <flux:form.variable name="allowedContentTypes" value="header,text,shortcut,div,html" />
  • 15:11:56 <rosieres> </flux:grid.column>
  • 15:13:10 <drlimbo> thx rosieres
  • 15:13:23 <drlimbo> is there also a disallowedContentTypes?
  • 15:13:38 <rosieres> drlimbo look into the documentation
  • 15:14:36 <drlimbo> theres nothing like this there rosieres
  • 15:16:28 <rosieres> drlimbo: https://github.com/FluidTYPO3/fluidcontent/commit/5d63b574fa84564896c4dd3b198523508d21f9d4
  • 15:16:55 <denis-fluid> Does someone know how to set a readable label for each selectable item in a flux select field?
  • 15:17:11 <drlimbo> ah, deniedContentTypes is the trick =P
  • 15:17:18 <drlimbo> thx rosieres
  • 15:17:20 <mneuhaus> are you using a simple csv currently ?
  • 15:17:24 <mneuhaus> @denis-fluid
  • 15:17:28 <mneuhaus> foo,bar,baz
  • 15:17:35 <denis-fluid> mneuhaus: At the moment it looks like that yeah.
  • 15:18:02 <denis-fluid> mneuhaus: items="none,block--padded-t-b"
  • 15:18:05 <mneuhaus> you can use items="{foo: 'Foo :)', bar: 'Bar :P'}"
  • 15:18:10 <denis-fluid> ahhhh
  • 15:18:15 <denis-fluid> perfect :-)
  • 15:18:19 <denis-fluid> that simple :-)
  • 15:18:38 <mneuhaus> only downside is, that you're "a bit" limited with you characters for the keys
  • 15:18:47 <denis-fluid> mneuhaus: Can I translate them?
  • 15:18:59 <denis-fluid> Or do I have to fix the used labels there
  • 15:19:15 <mneuhaus> hmm, not sure
  • 15:19:35 <mneuhaus> items supports: array / CSV / Traversable / Query supported
  • 15:20:12 <denis-fluid> I have looked at the bootstrap example but they use the css classes directly. (which customers won't accept since they don't know anything about css :-) )
  • 15:20:21 <drlimbo> rosieres: I have a flux:flexform id="Header-Slider" i'd like to allow with variables="{allowedContentTypes: 'Header-Slider'}" - but this seems to be the wrong ID =)
  • 15:20:32 <mneuhaus> do you need translated select options in the backend?
  • 15:21:10 <denis-fluid> mneuhaus: Well pretty sure we will need them at a specific point of time. (having users from multiple countries access the be)
  • 15:21:22 <rosieres> drlimbo: you must study the code of headerSlider extension, to determine how the Content is built
  • 15:22:08 <rosieres> drlimbo: i'd bet it's 'plugin'
  • 15:22:18 <drlimbo> rosieres: the Header Slider is an Element i created
  • 15:22:35 <rosieres> drlimbo: then you should know
  • 15:22:38 <drlimbo> its a flux:flexform you can add like a content element (text, images ..)
  • 15:22:59 <rosieres> how did you create? fluidcontent?
  • 15:24:32 <drlimbo> yes fluidcontent
  • 15:24:59 <rosieres> danilobuerger any idea what a fluidcontent get's for a ContentType identifier?
  • 15:25:31 <rosieres> drlimbo: did you try the area name?
  • 15:26:17 <rosieres> drlimbo: perhaps "as" does the trick -> https://fluidtypo3.org/viewhelpers/flux/master/Content/GetViewHelper.html
  • 15:26:21 <drlimbo> how can i get the area name?
  • 15:26:49 <rosieres> you set it
  • 15:27:40 <drlimbo> nope, i dont think so
  • 15:27:56 <drlimbo> <flux:flexform wizardTab="Frontpage" id="Header-Slider" label="Frontpage Header-Slider" description="Creates an Image-Slider">
  • 15:28:23 <drlimbo> oh, is there no documentation for flexform? or is flux:form the new flexform?
  • 15:28:35 <rosieres> flexform?
  • 15:29:16 <rosieres> is replaced - isn't it?
  • 15:30:01 <drlimbo> ah, flux:form.container is in the flux:flexform
  • 15:30:53 <rosieres> drlibmbo: could you try to remove the '-' from the id and go with camelCase for example?
  • 15:31:16 <drlimbo> ah, ill try
  • 15:32:27 <rosieres> drlimbo: btw: form.container has no ID
  • 15:33:03 <rosieres> drlimbo: you are good advised to use an IDE wich supports xsd -> then you have fluid cod completition
  • 15:33:24 <drlimbo> im using netbeans, maybe theres a plugin
  • 15:37:13 <rosieres> drlimbo: http://forums.netbeans.org/topic46675.html
  • 15:38:51 <drlimbo> thx rosieres, ill check the netbeans-support
  • 15:39:16 <drlimbo> allright, but ID without - also doesn't work =(
  • 15:39:37 <drlimbo> i also tried "ogbase:HeaderSlideshow.html" -> extension-name:Filename.html
  • 15:40:21 <rosieres> drlimbo: then ask the question via github, so you can keep tracking it and the NamelessCoder takes care
  • 15:40:42 <drlimbo> allright, ill try rosieres -> thanks
  • 15:44:03 <drlimbo> what was your aproach with area rosieres?
  • 15:47:04 <drlimbo> mh, why is my DB-Field "tx_flux_column" empty?
  • 15:47:18 <drlimbo> i think there must be stored, in what column the element is?
  • 15:50:03 <drlimbo> ah rosieres, variables="{allowedContentTypes:'fluidcontent_content'}" <- only show my FluidContent FCE's - but i cant find a way to differ them
  • 15:50:05 <danilobuerger> rosieres ctype?
  • 15:50:27 <drlimbo> yup danilobuerger - fluidcontent_content is the ctype
  • 15:50:37 <danilobuerger> yeah i know ;-)
  • 15:50:56 <drlimbo> but i need to specify the FCE like "tx_fed_fcefile" or something
  • 15:51:11 <drlimbo> maybe u know a way?
  • 15:51:31 <danilobuerger> the template file name is stored in tx_fed_fcefile
  • 15:51:57 <drlimbo> yup, but allowedContentTypes:'fce_file.html' doesnt work
  • 15:52:12 <danilobuerger> no idea about that
  • 15:52:12 <drlimbo> so i need something like allowedContentTypes:'fluidcontent_content->fce_file.html'
  • 15:54:54 <danilobuerger> drlimbo try specifying the tx_fed_fcefile properly -> "yourextname:yourfcefilename.html"
  • 15:56:45 <drlimbo> i already tried danilobuerger
  • 15:58:07 <drlimbo> danilobuerger: variables="{ogbase:HeaderSlideshow.html'}" -> will not display the column in the backend
  • 15:58:25 <danilobuerger> because thats wrong
  • 15:58:31 <drlimbo> maybe something like fluidcontent_content:ogbase:HeaderSlideshow.html
  • 15:58:48 <danilobuerger> variables="{allowedContentTypes:'ogbase:HeaderSlideshow.html'}"
  • 16:00:01 <drlimbo> oh, im sorry, but also this doesnt work =(
  • 16:00:54 <drlimbo> and variables="{allowedContentTypes:'fluidcontent_content,ogbase:HeaderSlideshow.html'}" will show all Elements
  • 16:02:37 <danilobuerger> can you gist your template please
  • 16:02:54 <drlimbo> gist? is nopaste?
  • 16:03:00 <danilobuerger> fx
  • 16:03:09 <drlimbo> fx?
  • 16:03:15 <danilobuerger> for example
  • 16:03:29 <denis-fluid> Is it normal that wrapper content elements don't get rendered when putting fluidcontent core elements are used inside them. I have tried the fluidcontent_core from FER but only none wrapped content elements get rendered.
  • 16:04:04 <drlimbo> danilobuerger: here are both templates -> http://nopaste.info/f8e1e25ced.html
  • 16:06:21 <drlimbo> danilobuerger: first is the "ogbase:HeaderSlideshow.html", second is the "SubPage.html"
  • 16:07:24 <drlimbo> danilobuerger: I found this on Github: variables="{Fluidcontent: {allowedContentTypes: 'fluidcontent_bootstrap:Alert.html'}}
  • 16:10:14 <rosieres> When the solution arrives -> IMHO:this is a case for the library -> https://fluidtypo3.org/library/code-examples.html
  • 16:10:52 <drlimbo> but its not working =( danilobuerger
  • 16:11:24 <drlimbo> variables="{Fluidcontent: {allowedContentTypes: 'ogbase:ogbase:HeaderSlideshow.html'}}" neither then variables="{fluidcontent_content: {allowedContentTypes: 'ogbase:ogbase:HeaderSlideshow.html'}}"
  • 16:11:39 <drlimbo> first shows NO FCE's - second shows all FCE's =(
  • 16:13:12 <drlimbo> hell, do i really wrote ogbase:ogbase
  • 16:25:50 <rosieres> drlimbo: does it work ?
  • 16:26:12 <drlimbo> rosieres: I found a way yes -> variables="{Fluidcontent: {allowedContentTypes: 'ogbase:HeaderSlideshow.html'}, deniedContentTypes: 'text'}"
  • 16:26:38 <drlimbo> shows FCE HeaderSlideshow and all elements but hide "text" element
  • 16:26:55 <rosieres> drlimbo: you are very welcome to file this here -> https://fluidtypo3.org/library/code-examples.html
  • 16:27:22 <drlimbo> i will rosieres
  • 16:27:25 <rosieres> thx
  • 16:27:42 <drlimbo> what tags should I add rosieres?
  • 16:28:36 <rosieres> It´s content. So content makes sense
  • 16:29:14 <drlimbo> i'll try to add, maybe someone needs to correct it later
  • 16:46:43 <randomresult> hey
  • 16:47:04 <randomresult> struggeling with a manually rendered menu. seems i have learned nothing the last 1.5 years.
  • 16:47:48 <randomresult> how do i get the state active as a class into the li ?
  • 16:51:08 <randomresult> can someone tell me pls whats wrong with this?
  • 16:51:08 <randomresult> http://pastebin.com/qwVRyqnE
  • 16:51:17 <randomresult> @bjo3rn maybe?
  • 16:53:32 <glucka> randomresult: no class attr?
  • 16:53:43 <randomresult> hehe
  • 16:53:45 <randomresult> no.
  • 16:53:47 <glucka> class="{active/inactive}"
  • 16:54:01 <randomresult> <li inactive="" else="" active="" then:="" submenuactive="" f:ifcondition:="">
  • 16:54:07 <randomresult> this is the output
  • 16:54:21 <randomresult> so, yeah class is missing and no, thats not my prob i guess.
  • 16:55:07 <glucka> this works: http://pastebin.com/i8whXVnX
  • 16:58:36 <randomresult> man... thx.
  • 16:58:39 <randomresult> a lot
  • 16:58:51 <glucka> ;)
  • 17:01:51 <glucka> randomresult: the new v:tag could be better/cleaner
  • 17:07:56 <randomresult> i have another problem:
  • 17:08:11 <randomresult> someone inserts an fce with an image in fileadmin
  • 17:08:13 <randomresult> all good
  • 17:08:42 <randomresult> so now someone deletes the image in fileadmin... then i get an error in the frontend. how can i supress this error ?
  • 17:09:47 <glucka> god question...I'm also interested
  • 17:11:55 <randomresult> if path exists..
  • 17:12:33 <randomresult> <v:media.exists
  • 18:49:46 <Luck> hi all
  • 18:50:08 <Luck> is there a condition in v:page:menu for 'if has no subpages class'?
  • 18:50:40 <Luck> because the attribut 'class' is setted for the <ul> and not the <li>
  • 18:50:57 <Luck> <v:page.menu pageUid="{categorie}" levels="3" classHasSubpages="withsub" class="nosub">
  • 18:51:26 <Luck> give me <ul class="nosub"> <li></li> </ul>
  • 18:51:40 <Luck> i need <ul> <li class="nosub"></li> </ul>
  • 18:54:59 <Luck> someone here?

20141017

  • 10:19:49 <Luck> hi all
  • 10:20:00 <Luck> is there a condition in v:page:menu for 'if has no subpages class'?
  • 10:20:08 <Luck> <v:page.menu pageUid="{categorie}" levels="3" classHasSubpages="withsub" class="nosub">
  • 10:20:15 <Luck> gave me <ul class="nosub"> <li></li> </ul>
  • 10:20:21 <Luck> i need <ul> <li class="nosub"></li> </ul>
  • 10:26:32 <erredeco> Hi there; it has been a while since I've used my TYPO3 on a MAMP server on my Mac
  • 10:26:51 <erredeco> I use now TYPO3 6.2.5 and latest version of flux, vhs, fluidpages, fluidcontent
  • 10:27:12 <erredeco> My problem: clicking on "page" or "list" and then "edit page" I obtain the error:
  • 10:27:15 <erredeco> Class FluidTYPO3\Flux\Service\WorkspacesAwareRecordService does not exist
  • 10:27:49 <erredeco> I tried to uninstall workspaces extension, deleted cache, TEMP files and removed fields from DB
  • 10:28:01 <erredeco> nothing solved the problem :(
  • 10:32:48 <erredeco> ok solved :)
  • 10:33:04 <erredeco> reinstallation of flux 7.1.0 and clearing cache from Install tool
  • 12:52:03 <Xatenev> How do i give my select multiple values xD?
  • 12:52:20 <Xatenev> options="{1: 'something', 2: 'somethingElse'}" does NOT work
  • 12:52:20 <Xatenev> :(
  • 12:53:09 <Xatenev> how can i hardcode multiple select values without preparing the array inside my controller?
  • 12:53:13 <Xatenev> like just hardcoding it right into the template
  • 13:59:35 <Guest|38949> hi is there a way a assign a css class to the body tag using fluid?
  • 14:56:42 <drlimbo> hi there
  • 14:56:59 <drlimbo> i extended pages with a new field "image" where i can add an image in the page settings
  • 14:57:21 <drlimbo> first time im using fal, and im not sure, how to get the path to the picture
  • 14:57:54 <drlimbo> in the pages table, there is a 1 in the field "teaserimage" - what means - there is an image?
  • 14:58:09 <drlimbo> in the sys_file_reference there is a new record with the image i added
  • 14:58:24 <drlimbo> now i have to somehow get the correct image with a viewhelper
  • 14:58:30 <drlimbo> but im not sure how =)
  • 15:40:17 <drlimbo> someone here?
  • 15:41:01 <drlimbo> i extended pages with a new field "image" where i can add an image in the page setting - what adds a new record in sys_file_reference
  • 15:41:35 <drlimbo> now i need to get the uid of the image, but i don't know how
  • 15:54:38 <NamelessCoder> drlimbo before I publish https://gist.github.com/drlimbo/5036b2f5d1408ad243ce I need you to fix the "name" property. It should contain lowerCamelCase names only (and LLL will then be resolved automatically).
  • 15:55:41 <drlimbo> i updated the gist NamelessCoder
  • 15:56:01 <NamelessCoder> lowerCamelCase ;)
  • 15:56:23 <NamelessCoder> if in doubt about naming, there's a section of the manual dedicated to that with examples when to use what
  • 15:57:01 <drlimbo> allright NamelessCoder, lowerCamelCase DONE =)
  • 15:57:51 <NamelessCoder> thx :)
  • 15:58:13 <NamelessCoder> published, dunno about cache expiration though. Should be there in an hour tops
  • 15:58:44 <drlimbo> great =)
  • 15:58:55 <drlimbo> maybe u have an idea about my problem here? NamelessCoder
  • 15:59:02 <Xatenev> Anybody got some experience with ajax calls (eid's) on typo3?
  • 15:59:37 <Xatenev> (not a fluid question tho)
  • 15:59:46 <NamelessCoder> all I have time for is a hint: use a custom page typeNum Xatenev
  • 15:59:55 <NamelessCoder> and for drlimbo, see v:page.resources.fal
  • 16:00:28 <Xatenev> NamelessCoder: well it works quite good
  • 16:00:35 <Xatenev> but somehow it doesnt rendewr the right thing :P
  • 16:00:35 <drlimbo> ill try NamelessCoder thx
  • 16:00:43 <NamelessCoder> Xatenev if you're feeling frisky, see https://github.com/FluidTYPO3/extbase_realurl (https://github.com/FluidTYPO3/extbase_realurl#what-does-it-also-do)
  • 16:00:48 <Guest|22037> after updating flux etc. I always get this error message in backend:
  • 16:00:53 <Xatenev> It works great
  • 16:00:53 <Guest|22037> Flux Debug
  • 16:00:54 <Guest|22037> No content template found in "tt_content:2446"
  • 16:00:59 <Xatenev> the problem is that it somehow returns my whole view
  • 16:01:04 <Xatenev> instead of the data which i prepare inside my action
  • 16:01:06 <Xatenev> lold
  • 16:01:11 <NamelessCoder> of course it doesn't ;)
  • 16:01:15 <Guest|22037> frontend is OK, what did I wrong that causes the error message
  • 16:01:21 <Xatenev> whyy
  • 16:01:21 <Xatenev> ^^
  • 16:01:25 <NamelessCoder> custom page typenums are supposed to only return exactly what your userFunc returns
  • 16:01:47 <NamelessCoder> they rely on a pageUid context as well, for resolving the typoscript containing paths. E.g. you must include ?id=123
  • 16:01:47 <Xatenev> so i have tgo set that typenum thing
  • 16:02:09 <NamelessCoder> those are the pitfalls
  • 16:02:24 <Xatenev> dont understand why it isnt returning the whole data tho
  • 16:02:26 <Xatenev> it goes into the action
  • 16:02:38 <Xatenev> i create some stuff, json encode it and echo it
  • 16:02:42 <Xatenev> but i just get random stuff xd
  • 16:02:47 <Xatenev> makes completly no sense to me^^
  • 16:03:00 <NamelessCoder> don't echo from inside actions
  • 16:03:04 <NamelessCoder> return the string
  • 16:03:26 <Xatenev> on ajax calls it shudnt make a difference
  • 16:03:27 <Xatenev> shud it?
  • 16:03:34 <NamelessCoder> oh it makes a difference
  • 16:03:37 <Xatenev> nope makes no difference^^
  • 16:03:43 <Xatenev> (on my result atleast)
  • 16:03:43 <NamelessCoder> content-length, among other things
  • 16:03:50 <Xatenev> mhm k
  • 16:03:54 <Xatenev> tho i still get the whole template back :(
  • 16:04:15 <NamelessCoder> that's because you don't have a custom typeNum that is not zero. TypeNum zero will output the entire template
  • 16:04:38 <NamelessCoder> doing this right entails:
  • 16:04:44 <NamelessCoder> 1) create a custom typeNum
  • 16:05:00 <NamelessCoder> 2) configure this typeNum as a constant value that you can access in templates and from controllers (this is important)
  • 16:05:15 <Akii> (timestamps work great!)
  • 16:05:23 <NamelessCoder> 3) map your *plugin* or a dedicated plugin to the typeNum
  • 16:05:54 <NamelessCoder> 4) When building links from controller: use UriBuilder ($this->uriBuilder) and make sure you pass ->setPageType($yourconstant)
  • 16:06:14 <Xatenev> ok
  • 16:06:23 <Xatenev> maybe you dont understand me - or this makes absolutely no sense for me why i have to take that steps
  • 16:06:25 <Xatenev> in order to make a simple ajax call
  • 16:06:28 <NamelessCoder> 5) When building links from templates: use pageType attribute and pass {yourconstant}
  • 16:06:36 <NamelessCoder> 6) Suggested location of constant: TS.
  • 16:06:44 <Xatenev> I just want a simple ajax call - why do i have to create typenums and i dont know what
  • 16:06:50 <Xatenev> if it is refering to the right action already
  • 16:06:56 <NamelessCoder> because you want your ajax call to return only specific content
  • 16:07:07 <Xatenev> but why doesnt it do that automatically
  • 16:07:07 <Xatenev> lol
  • 16:07:15 <NamelessCoder> you've got two options forthat in TYPO3. One is eID, the other a custom typeNum
  • 16:07:17 <Xatenev> u ALWAYS want specific content, no?
  • 16:07:23 <Xatenev> Yea im using eID
  • 16:07:25 <Xatenev> stuff
  • 16:07:27 <NamelessCoder> eID has the drawback that you must initialize everything manually and that SUCKS with fluid
  • 16:07:42 <NamelessCoder> typeNum initializes everything properly which is great for Extbase
  • 16:08:01 <NamelessCoder> Xatenev another point: typeNums can be mapped to formats
  • 16:08:16 <NamelessCoder> e.g. realurl filename something.json can map to typeNum 123 which only returns JSON
  • 16:08:44 <NamelessCoder> anyway, why trust me, it's not like I have a lot of experience doing this crap ^^ ;)
  • 16:08:54 <Xatenev> :P i trust u mate
  • 16:08:57 <Xatenev> the thing is just that it makes no sense to me
  • 16:09:01 <Xatenev> I definetly believe that ur right
  • 16:09:09 <Xatenev> but I dont see why people would invent such a system :P
  • 16:09:18 <NamelessCoder> some things won't make sense in TYPO3 until you hit the pitfalls, then it makes PERFECT sense
  • 16:09:36 <Xatenev> Theres so much things that makes no sense
  • 16:09:39 <Xatenev> and cud be done quite better lol
  • 16:09:46 <Xatenev> (imho)
  • 16:09:48 <NamelessCoder> case in point: eID initialization of an Extbase context is difficult to say the least
  • 16:14:29 <Guest|22037> any hints regarding my error message (see above):
  • 16:14:31 <Guest|22037> Flux Debug - No content template found in "tt_content:2446"
  • 16:14:37 <Xatenev> NamelessCoder: got it
  • 16:14:48 <Xatenev> the problem was I forgot to add my action to the ext_localconf.php >.<
  • 16:14:57 <Xatenev> its working great now with eid
  • 16:16:25 <NamelessCoder> until you hit your next stop gap :)
  • 16:16:37 <NamelessCoder> but at least now you are informed of the risks and pitfalls
  • 16:31:16 <drlimbo> how i can acess the first-image of the images-array like this?
  • 16:31:22 <drlimbo> <f:image image="{v:page.resources.fal(table: 'pages', field: 'teaserimage').0}"/>
  • 16:38:07 <mrboe> @drlimbo https://github.com/bootstraptheme-for-typo3/fluidbootstraptheme/blob/development/Resources/Private/Templates/Content/ThumbnailBox.html
  • 16:38:24 <mrboe> line 67
  • 16:39:16 <drlimbo> thx mrboe, sure loop trough the array is possible, but i only have one picture, so i'd like to get the first array-element
  • 16:39:23 <drlimbo> but i found a way like this
  • 16:39:31 <drlimbo> <v:page.resources.fal table="pages" field="teaserimage" as="theimage">
  • 16:39:31 <drlimbo> <f:image src="{theimage.0.url}"/>
  • 16:42:16 <gbod> drlimbo: But if there is none, your code fails. Iteration is even good for that.
  • 16:42:45 <drlimbo> ah, thats a good point gbod
  • 16:43:22 <drlimbo> but its possible to do with an IF theimage.0.url
  • 16:43:52 <drlimbo> but an iteration would be much nicer
  • 16:44:06 <gbod> drlimbo: So count the code lines for the IF and for the FOR
  • 16:44:13 <gbod> ;)
  • 16:44:15 <drlimbo> yup, i just thought =P
  • 16:44:28 <NamelessCoder> {v:page.resources.fal(field: 'teaserimage') -> v:iterator.first() -> v:iterator.extract(key: 'url', single: TRUE)}
  • 16:45:11 <mrboe> i hate it when claus destroys my world
  • 16:45:16 <mrboe> ;)
  • 16:45:20 <NamelessCoder> qouth the syntax automaton
  • 16:45:32 <gbod> mrboe: Does he? ;)
  • 16:45:39 <mrboe> alwas
  • 16:46:03 <gbod> I don't think the enlightment is destruction.
  • 16:46:16 <gbod> In this case.
  • 16:48:35 <NamelessCoder> know your tools ;)
  • 16:48:45 <gbod> !!!
  • 16:49:09 <gbod> Or know somebody who builds them.
  • 16:49:19 <NamelessCoder> that wasn't meant as "know you're tools" hehe ^^
  • 16:49:33 <NamelessCoder> what a difference those chars make
  • 16:50:39 <NamelessCoder> one of the absolute best ways to learn this is to try writing such viewhelpers yourself
  • 16:51:21 <NamelessCoder> although I realise we're sort of helping to remove the need to ever do that, catch 22
  • 16:51:48 <gbod> Yep
  • 16:52:00 <NamelessCoder> it's not until you yourself exploit renderChildren etc. methods that you figure out "aha! so that's why inline and so on..."
  • 16:54:04 <NamelessCoder> mrboe I was thinking about passing control of repositories/TER for fluidcontent_bootstrap and fluidpages_bootstrap over to you and randomresult so you guys can be free to decide what to do about deprecation and migration
  • 16:54:12 <NamelessCoder> any objections?
  • 16:55:05 <mrboe> no
  • 16:55:20 <mrboe> @randomresult ?
  • 16:55:27 <randomresult> no.
  • 16:55:32 <NamelessCoder> then so be it :) thanks for picking up the torch :)
  • 16:55:42 <randomresult> ur welcome
  • 16:55:48 <mrboe> ^^
  • 16:55:54 <randomresult> thx for showing us how its done
  • 16:55:59 <gbod> Great idea.
  • 16:57:23 <randomresult> thx for makeme learn more than i ever expected.
  • 16:57:30 <NamelessCoder> ;)
  • 16:57:43 <randomresult> and this is only the beginning
  • 16:57:51 <randomresult> will apreciate it
  • 16:59:14 <NamelessCoder> randomresult could you give me ownership perms for org:bootstraptheme-for-typo3 for a minute? I need that to pass the repos directly to your org to minimise github redirects
  • 16:59:33 <randomresult> i can give you that for an hour
  • 16:59:37 <randomresult> or even more
  • 16:59:38 <randomresult> :)
  • 16:59:46 <NamelessCoder> not necessary, only need to type a few repo names ;)
  • 17:00:01 <randomresult> well - mrboe is in charge for that
  • 17:00:06 <randomresult> mrboe will you?
  • 17:04:07 <NamelessCoder> there we go :)
  • 17:04:21 <NamelessCoder> randomresult the TER keys are yours, repos are now the property of bootstraptheme-for-typo3
  • 17:04:33 <randomresult> cool
  • 17:04:46 <randomresult> we are discussing what to do with them right now
  • 17:04:57 <randomresult> FTB2.0 is in the making!
  • 17:05:16 <mrboe> had to go - nice WE
  • 17:05:26 <NamelessCoder> you too!
  • 17:13:49 <NamelessCoder> randomresult if you have a server and want to get some automatic deployment going, I'll help you set up a Gizzle install that can deploy like fluidtypo3.org does now, as well as do TER releases
  • 17:14:47 <randomresult> well we talked about that
  • 17:14:53 <randomresult> gbod will take care of that
  • 17:15:01 <NamelessCoder> great :)
  • 17:15:25 <randomresult> but i bet he (and i ) will be happy if you give us a helping hand!
  • 17:15:56 <gbod> Yep, I've mentioned your post about it and the code.
  • 17:16:11 <NamelessCoder> basically you just need to copy what's going on here: https://github.com/FluidTYPO3/fluidtypo3-gizzle
  • 17:16:23 <NamelessCoder> and make sure you stuff your secret, token, credentials in there
  • 17:17:17 <NamelessCoder> then you can either attach the "SiteDeploy" script to your forks of flux etc. and pull/push to update those, or you can add a git pull plugin that pulls our repos before pulling your own
  • 17:18:39 <NamelessCoder> haven't quite reached the pubsub stage but we're getting there ;)
  • 17:18:39 * randomresult needs to leave...
  • 17:18:48 <NamelessCoder> have a nice weekend!
  • 17:18:50 <randomresult> :)
  • 17:18:56 <randomresult> man claus. ur crazy
  • 17:19:11 <randomresult> come to essen i will get you beer
  • 17:19:12 <gbod> Ah, thank you, NamelessCoder.
  • 17:19:25 <gbod> More than one
  • 17:19:50 <randomresult> well at least two. gbod will maybe be there too... we are working on that too
  • 17:19:55 <NamelessCoder> I'll be drunk as a skunk if I take a tour of Germany some day ^^
  • 17:20:28 <randomresult> come over! make a tour.
  • 17:21:06 <randomresult> so, really need to go. my son ... he wants to stop watching me typing. see u later folks
  • 17:21:20 <NamelessCoder> go, have a nice one ;)
  • 17:22:56 <NamelessCoder> dinner calls - may be back later, maybe not
  • 18:41:35 <Outdoorsman> randomresult or anyone who knows fluidbootstraptheme... I add content to a Bootstrap grid and all the content disappears (not even rendered) in the frontend. What could cause that?
  • 18:45:13 <randomresult> TER versions?
  • 18:45:17 <Outdoorsman> yes
  • 18:45:20 <Outdoorsman> 1.1.0
  • 18:45:21 <randomresult> no clue
  • 18:45:32 <Outdoorsman> ahhhh
  • 18:45:57 <randomresult> ahhh sounds like - damn im stupid!
  • 18:46:59 <Outdoorsman> I got tired of running bleating edge stuff and breaking my client's site but it appears I might just have to revert back to dev versions again to eliminate possible local errors.
  • 18:48:13 <Outdoorsman> Thanks for the response... and no you're not stupid! Thank you for all you do!
  • 18:50:24 <NamelessCoder> hey charles :)
  • 18:50:44 <NamelessCoder> did you roll back to dev of fluidbootstraptheme or other exts?
  • 18:50:52 <NamelessCoder> just checking if I need to make a bugfix release
  • 19:14:39 <randomresult> hey charles: would be interessting if this is an issue of FBT - i got several testinstalls running and no problem with them.
  • 19:14:52 <randomresult> leave us a ticket on github if so!
  • 19:24:02 <Outdoorsman> Ahhhh it somehow had to do with fluidcontent_core.
  • 19:24:29 <Outdoorsman> I uninstalled it and installed css_styled_content and immeditely things appeared again.
  • 19:24:50 <NamelessCoder> charles you're sure you ran the install script for fluidcontent_core and loaded the TS?
  • 19:25:21 <NamelessCoder> pretty sure it works if those two are in order
  • 19:25:25 <Outdoorsman> Strange... very strange. Before I did that, I updated everything to the latest dev first.
  • 19:25:51 <Outdoorsman> I'm not sure what you mean about the install script... didn't know there was something special I had to run... gulp.
  • 19:26:13 <NamelessCoder> oh yes, there's a small "refresh"-type icon next to the extension in extension manager
  • 19:26:23 <NamelessCoder> click that to copy a small additional configuration file into place
  • 19:26:44 <NamelessCoder> you only need to do this once per site and never again after updating FCC
  • 19:26:59 <Outdoorsman> ...it was working before I thought.
  • 19:27:24 <NamelessCoder> without that configuration file FCC can't render plugins, but it can render standard content. fluidcontent falls into the "plugin" type content
  • 19:27:38 <Outdoorsman> on the phone
  • 19:27:41 <NamelessCoder> np
  • 19:32:30 <Outdoorsman> okay trying now.
  • 19:32:54 <NamelessCoder> don't forget the TS and to remove css_styled_content
  • 19:36:17 <Outdoorsman> Well what do you know... it worked!
  • 19:36:29 <NamelessCoder> :)
  • 19:37:34 <Outdoorsman> So when do you have to run that update script thing? Every time you update and extension? I guess I'm still old-school as I came straight from 4.7 to 6.x.
  • 19:38:00 <Outdoorsman> I must have missed that memo somewhere.
  • 19:38:32 <Outdoorsman> I'm seeing update scripts on many of the FluidTYPO3 related extensions.
  • 19:54:45 <Outdoorsman> Just saying... it suuuuuure is nice to have community to work with, thank you guys.
  • 20:00:09 <NamelessCoder> you're very welcome :)
  • 20:00:22 <NamelessCoder> script only needs to run once, the config file it creates is permanent
  • 20:00:51 <NamelessCoder> rule of thumb: it never hurts to run an upgrade script more than once
  • 20:06:44 <Akii> if its idempotent ^^
  • 20:06:55 <Akii> otherwise it hurts a lot
  • 20:07:27 <NamelessCoder> hence rule of thumb ;)
  • 20:13:20 <Outdoorsman> Akii, you're funny :) Are you referring to... http://www.merriam-webster.com/dictionary/idempotent ? I have a math minor and don't even remember that term... I need to keep that one in my hat.
  • 20:13:39 <Akii> seems like yosemite can recover from being plugged in to two displays.. nice to have feature if you ask me
  • 20:14:15 <Akii> yep I love that term.. being a non-math guy
  • 20:14:25 <Akii> you could say I have a love-hate relationship to it
  • 20:14:31 <NamelessCoder> oh, mavericks did that too - remembered all settings even icon locations for at least four different displays that I tried
  • 20:14:57 <Akii> was mavericks the 10.9 thing?
  • 20:15:06 <NamelessCoder> yep
  • 20:15:31 <Akii> it was really bad for me.. to a point where I had a black screen just because I unplugged both external displays
  • 20:15:49 <Akii> if I was lucky I only had windows completely out of bounds
  • 20:16:01 <Akii> also invisible windows
  • 20:16:52 <NamelessCoder> never had that issue - maybe I'm just lucky. All thunderbolt/hdmi?
  • 20:17:00 <Akii> only thunderbolt
  • 20:17:19 <NamelessCoder> odd
  • 20:17:19 <Akii> with my previous MB I didn't have those problems.. but that one also ran on 10.8
  • 20:17:39 <Akii> first worlds problems
  • 20:17:44 <NamelessCoder> hehe yeah
  • 20:17:53 <NamelessCoder> waaaah my thunderbolt doesn't work ^^
  • 20:17:57 <Akii> ye
  • 20:19:46 <NamelessCoder> I'm about to make what afaik is the first self-destruction TYPO3 extension
  • 20:20:04 <Akii> with a remote kill-switch?
  • 20:20:15 <NamelessCoder> nope, one that destroys itself after first run
  • 20:20:24 <Akii> that shouldn't be too hard
  • 20:20:36 <NamelessCoder> definitely not - but never, ever had a purpose for one until now
  • 20:20:42 <Akii> I mean.. Ne.. eh I mean $software has that feature built in
  • 20:20:47 <NamelessCoder> muhaha
  • 20:20:52 <Akii> couldn't resist
  • 20:20:58 <NamelessCoder> I lolled ^^
  • 20:21:45 <NamelessCoder> it's going to be a pain to test hehe
  • 20:22:23 <Akii> so what's the purpose?
  • 20:22:57 <NamelessCoder> one-stop solution to install every fluidtypo3 extension, prepare typoscript, generate a provider, install that provider, load the typoscript and then remove itself when done
  • 20:23:44 <Akii> I wonder if that one is idempotent
  • 20:23:56 <NamelessCoder> most definitely isn't :p
  • 20:24:34 <Akii> there will be one who thinks the install failed ^^
  • 20:24:53 <NamelessCoder> oh I'm sure there will be but let's see! :)
  • 20:25:00 <Akii> for science
  • 20:25:38 <NamelessCoder> http://www.youtube.com/watch?v=kKlOx6TdLL8
  • 20:25:39 <FT3BOT> YouTube: Professor Membrane - Its a Good Thing I Exist! (19s)
  • 20:25:47 <NamelessCoder> science!
  • 20:28:35 <Akii> that's a lot like alien isolation.. flip a switch, prevent disaster
  • 20:28:53 <NamelessCoder> lol I'm also playing that
  • 20:29:05 <Akii> I'm just watching
  • 20:29:18 <NamelessCoder> it's a rush but incredibly hard
  • 20:29:34 <Akii> freaking alien
  • 20:29:43 <NamelessCoder> want gtaV
  • 20:29:53 <NamelessCoder> own it for ps3, buying it the second it comes out for ps4
  • 20:30:02 <NamelessCoder> at which point you won't see me for a week
  • 20:30:07 <Akii> "the game is pretty, but I got over that one a long time ago." - streamer is not pleased :D
  • 20:30:14 <Akii> haha
  • 20:30:23 <Akii> well it is a good game from what I saw
  • 20:30:47 <NamelessCoder> everything about that game is awesome
  • 20:31:10 <NamelessCoder> has no sucky parts whatsoever (partly because there are no escort+protect missions)
  • 20:31:43 <NamelessCoder> and holy crap is one of the characters a crazy fucker. Trevor the Psycho
  • 20:31:50 <Akii> trevor ye
  • 20:32:08 <Akii> tbh his mom? no wonder
  • 20:32:40 <NamelessCoder> hehe
  • 20:32:45 <Akii> it's been a while since I saw the game
  • 20:32:49 <Akii> but ye.. good story
  • 20:32:55 <NamelessCoder> way too sick for mainstream society
  • 20:33:07 <Akii> you think? ^^
  • 20:33:22 <Akii> I mean sure.. he has no yosemite
  • 20:33:28 <Akii> or marverblah
  • 20:35:06 <Akii> not too much off mainstream
  • 20:35:24 <NamelessCoder> he's got guns and meth
  • 20:35:39 <Akii> heisenberg got meth too and I dare say hes become mainstream
  • 20:36:09 <NamelessCoder> which is kind of crazy because a hero, he's not :)
  • 20:38:23 <Akii> maybe not being a hero has become mainstream :o oh noes
  • 20:39:26 <NamelessCoder> break time - cya guys!
  • 20:40:02 <Akii> cya
  • 20:41:36 <Akii> haha http://img-9gag-lol.9cache.com/photo/a8bEjM3_460s.jpg
  • 20:41:42 <Akii> the irony
  • 21:01:45 <Outdoorsman> Okay... so if I don't use FlexForms with fluidbootstraptheme, how and where do I set the page configuration options?
  • 21:02:14 <Outdoorsman> Do I have to do it via a TS temple on each page I need modified?
  • 21:02:38 <Outdoorsman> correction... TS template, oops.
  • 21:08:43 <randomresult> Akii $oftware hast that feature built in.
  • 21:08:47 <randomresult> made my day. thx.
  • 21:12:51 <randomresult> Outdoorsman you can set it globally using constanteditor
  • 21:12:58 <randomresult> or per page disabling TS
  • 21:13:57 <Outdoorsman> I have to set local page overrides using a TS template with those constants though correct?
  • 21:17:08 <Outdoorsman> Thanks for the info.
  • 21:24:18 <randomresult> if i got you right, yes thats the way.
  • 21:30:39 <Akii> :D
  • 22:26:34 <randomresult> @bjo3rn still come to Essen?

20141018

  • 11:29:32 <Hirnschmalz> Hi there, I've a problem with the iterator.random. Everything works like charm if TYPO3 caching is turned off. If caching is turned on the random is not really random :)
  • 17:40:56 <randomresult> hi there
  • 17:41:35 <randomresult> Hirnschmalz i think mrboe had a solution for that. but i do not remember.
  • 17:42:04 <randomresult> he will for sure be here the next days.
  • 17:42:20 <randomresult> anyone in here works with require JS?
  • 17:48:50 <gbod> randomresult: o/
  • 17:49:28 <randomresult> cool.
  • 17:49:31 <randomresult> tell me why
  • 17:49:41 <randomresult> in one sentence
  • 17:50:22 <gbod> Modules and dependencies in browser js done right.
  • 17:50:50 <gbod> Short enough?
  • 21:56:50 <papillon6> Good evening. After updating to newest flux/fluidcontent ma custom wizardTabs are gone. All content-elements are now listen in tab "Plugins".
  • 21:57:16 <papillon6> Is this a bug or did i miss something?

20141019

  • 17:31:47 <Outdoorsman> papillon6 you could try running the update script for flux/fluidcontent and see if that helps? Also you could also do an: rm -rf typo3temp/*
  • 17:37:13 <Outdoorsman> Potential bug report, can someone second this: I think I have a bug to report but don't know what extension would be responsible for this... maybe fluidcontent? When I go to draft workspace, suddenly all hidden pages show up in the FE menu no matter if I'm viewing a FE hidden page or not.

20141020

  • 10:26:35 <NIMIUS|johannes> just a quick little question: I have a flux:field.inline.fal, where I want to select an image. That works perfectly, but… how do I render that image in the FE?
  • 10:28:00 <NIMIUS|johannes> image => 'NEW5444c3c196682' (16 chars) is what I am getting from that field
  • 10:28:14 <featdd> vhs:media.image?
  • 10:28:20 <featdd> f:image?
  • 10:28:54 <NIMIUS|johannes> f:image does not work, i will try vhs
  • 10:29:40 <featdd> https://fluidtypo3.org/viewhelpers/fluid/master/ImageViewHelper.html
  • 10:30:04 <featdd> https://fluidtypo3.org/viewhelpers/vhs/master/Media/ImageViewHelper.html
  • 10:30:25 <featdd> important is to use treatIdAsReference
  • 10:31:02 <featdd> cause in frontend you'll only have the id of the image then
  • 10:36:04 <NIMIUS|johannes> Thank you. Sadly I just ran into another issue: the inline.fal field now always returns "1", regardless of what I select
  • 10:39:57 <NIMIUS|johannes> nevermind: I found a solution for both my problems in one of the old IRC logs. Using flux:field.file instead of inline.fal works just fine for me
  • 10:40:09 <featdd> ah sry it's because it's an array
  • 10:40:57 <featdd> okay then you'll get the file path in the variable
  • 10:41:13 <NIMIUS|johannes> that's perfectly fine, I can use that with f:image
  • 10:41:47 <featdd> but if you have multiple images you'll have to iterate over it as with the fal, what I forgot to tell...
  • 16:59:38 <ndee> hey guys, I have a uid of a tt_content element and I would like to get all children CEs of that element, what would be the easiest way to do that?
  • 16:59:53 <ndee> it can be in the controller or in the view itself, that doesn't matter
  • 18:47:21 <bjo3rn> ndee still there?
  • 18:47:48 <bjo3rn> nvm
  • 19:17:31 <ndee> @bjo3rn: now I'm back but until tomorrow ;)
  • 21:32:22 <samwise11> ping
  • 21:45:14 <samwise11> fluidpages: is there a known error about this: typo3 6.2.5, extensions all updated. All cache cleared. i am logged in in backend and open the site in a new tab. everything is fine. Then i clear all caches once again and open the site in another browser where i am not logged in. page is empty.
  • 21:45:45 <samwise11> all header and data unrelated to fluidpages is visible in source output.

20141021

  • 08:34:32 <Thomas56> Hi there! Do the vhs view helper have or had a problem with workspaces? I am using version 1.9.1. The helper page.menu does not output the values of the current workspace but always the base version.
  • 08:52:08 <randomresult> thomas: as far as i remember you should use the latest TER version. there have been some problems with workspaces - but i dont know wether it was vhs or flux or pages or content. but i think i would change all of them to the latest TER
  • 08:52:26 <randomresult> vhs is now at 2.0.2 or something
  • 09:00:29 <Thomas56> Ok, thank you for your response!
  • 09:23:27 <ndee_> good morning, I tried {v:resource.file(identifier: carModel.brochure.uid, treatIdAsReference: 1, as: 'brochureLink')} and {brochureLink} contained just an empty array, but when I did {v:resource.file(identifier: carModel.brochure.uid, treatIdAsReference: 1) -> v:variable.set(name: 'brochureLink')}, {brochureLink} contained the correct information. Shall I post this as a bug report?
  • 09:25:11 <Akii> well technicall it's correct behaviour.. what did you expect?
  • 09:25:22 <Akii> inline vh assigning a variable for it's children (none)
  • 09:25:29 <ndee_> Akii: I expected that brochureLink contains the information
  • 09:25:43 <Akii> instead use it properly like <v:resource ..> {thing -> f:debug()}
  • 09:25:57 <ndee_> {v:resource.file(identifier: carModel.brochure.uid, treatIdAsReference: 1, as: 'brochureLink')} <-- shouldn't that set a template variable which is available as {brochureLink} ?
  • 09:26:02 <Akii> no
  • 09:26:14 <Akii> that's like {f:for(as: 'blah')}
  • 09:26:17 <Akii> just makes no sense
  • 09:26:32 <ndee_> If specified, a template variable with this name containing the requested data will be inserted instead of returning it.
  • 09:27:10 <Akii> ye but that has a scope
  • 09:27:25 <ndee_> ah, it would only be available if I used it as a tag?
  • 09:27:38 <Akii> at least that's what I would expect from what I know
  • 09:28:04 <ndee_> kk, then I misunderstood that, my bad
  • 09:51:47 <bjo3rn> ndee_ Akii correct. that variable is only available inside a tag's content and doesn't work with inline notation.
  • 09:52:27 <bjo3rn> the workaroung with variable.set is valid
  • 09:52:35 <bjo3rn> *workaround
  • 09:58:46 <ndee_> kk, thx :)
  • 10:23:35 <batjony> guys, i am creating some custom backend module, is there some view helper which can be used for adding links/icons(the standard typo3 ones) - for edit, delete, hide in my list
  • 12:00:31 <Thomas56> Hi! Because of my workspace problem in the morning with VHS, i updated flux, vhs, fluidcontent and fluidpages to the latest TER versions and even T3 to 6.2.5. Now i have the problem that my fluidpages backends arent rendered the right way. I have updated all templates to the latest names of the flux viewhelpers, but fluidpages does not render the g
  • 12:00:31 <Thomas56> rid as i configure it in the page template, but it renders the standard T3 columns main, left, right, border. Do you have any hint?
  • 12:01:29 <randomresult> backend layout
  • 12:01:33 <randomresult> @Thomas56
  • 12:01:52 <randomresult> root page
  • 12:02:04 <Thomas56> is there no more auto layout because of the flux grid?
  • 12:07:34 <Thomas56> I dont get it. Ist this doc outdated? https://fluidtypo3.org/documentation/templating-manual/templating/creating-templates/page-template.html
  • 12:10:31 <gbod> Thomas56: You have to set the Backendlayut to Fluidpages ind the Appearance Tab of Page settings.
  • 12:12:57 <Thomas56> YEESS
  • 12:13:34 <Thomas56> Great, thank you. I've searched quiet long for the solution...
  • 13:38:41 <randomresult> @NamelessCoder u there?
  • 15:48:49 <shredding> hey all
  • 15:49:33 <shredding> i’m searching for a sample on how to use a query in https://fluidtypo3.org/viewhelpers/flux/master/Field/SelectViewHelper.html
  • 15:50:01 <shredding> as asked here: http://stackoverflow.com/questions/25010713/typo3-6-2-table-records-in-fce-flux (by someone else)
  • 16:00:30 <Guest|86117> Hey guys, i m using newest typo3 and all fluid version from repo! i build a box like this https://gist.github.com/anonymous/db2c0f4ebdafc4709077 if i put elements in this box they goin to be hidden in the "page view". Also in the column if have "18181". Someone coulda help me?

20141022

  • 00:49:57 <danilobuerger> does anybody know how i can access my setup TS in extbase from ext_localconf ?
  • 10:23:58 <denis-fluid> Guten morgen zusammen. :-)
  • 10:24:05 <denis-fluid> Good morning :)
  • 10:24:30 <Tjark> hi
  • 10:30:19 <randomresult> hi denis-fluid
  • 10:31:14 <denis-fluid> I got one question again. Is it possible to reproduce something like "kb_tv_cont_slide" from Templa Voila with Fluid Powered Typo3. This means that I want to auto render the content of the pages parent page automatically when no content is defined in the page itself.
  • 10:32:38 <Tjark> just use the "slide" Argument
  • 10:32:49 <randomresult> denis-fluid gimme a sec
  • 10:33:00 <denis-fluid> Tjark: oh is it that simple :D
  • 10:33:19 <denis-fluid> randomresult: Sure you get 5 as well. ;)
  • 10:33:38 <randomresult> <v:content.render column="0" slide="-1" order="sorting" limit="1" sortDirection="ASC"/>
  • 10:33:41 <Tjark> if i get you right. It is that simple
  • 10:34:13 <randomresult> this is how i do it
  • 10:34:24 <Akii> wait a sec
  • 10:34:28 <Akii> that is part of VHS
  • 10:34:38 <Akii> meaning one could potentially create a backend layout and.. just use it?
  • 10:35:51 <denis-fluid> randomresult: Does -1 mean you can define content if you want and otherwise it gets used from the parent page?
  • 10:36:15 <randomresult> like in tv-slide... means slide up the tree
  • 10:36:24 <denis-fluid> Perfect. :-)
  • 10:36:40 <randomresult> i think -1 means slide up as needed
  • 10:36:51 <randomresult> or define levels
  • 10:37:28 <denis-fluid> randomresult: Yeah. But you can define custom content if you want. Correct?
  • 10:37:57 <randomresult> what you mean?
  • 10:38:32 <randomresult> it only slides up it there is no content
  • 10:38:37 <randomresult> otherwise will take that
  • 10:38:37 <denis-fluid> randomresult: If I define content on this page this gets rendered. If I define no content the slide is active and gets the content from the parent page.
  • 10:38:51 <denis-fluid> randomresult: Yeah that's it. :-) Fine.
  • 10:39:03 <randomresult> just give it a try. :)
  • 10:39:09 <denis-fluid> randomresult: I will. :-)
  • 10:39:35 <denis-fluid> -1 point on my list of show stoppers :D
  • 10:41:54 <randomresult> what else do you have?
  • 10:46:51 <denis-fluid> Mmmh one thing I'm not quite sure if it has to do with the fluid extensions.
  • 10:47:21 <randomresult> tell us. maybe we can "fix"
  • 10:50:53 <denis-fluid> One example. We have a footer and the footer has a headline. I know that I can setup the headline text to be translated to different languages in the provider extension. (xlf files etc.) But this means that the text itself is hard coded inside the extension. We have the request to be able to change the headlines live in the backend. (i18n should be possible as well for sure) I don't really the correct way to achieve that in T3 in combination
  • 10:50:54 <denis-fluid> with the fluid powered template.
  • 10:51:45 <randomresult> you can add fields to the pageproperties and i guess they can be translated as well
  • 10:51:46 <Akii> that's so awesome
  • 10:52:34 <randomresult> so this headline will be part of the pageproperties (if i get u right)
  • 10:52:54 <denis-fluid> randomresult: Ok (T3 noob). Where do I setup the page properties. :/
  • 10:53:22 <randomresult> in your configuration section of your pagetemplate
  • 10:53:32 <randomresult> like u add fields to FCE
  • 10:54:38 <randomresult> wit i gist u something
  • 10:54:56 <denis-fluid> This means in the fluid page template? (not in the t3 ts template)
  • 10:55:01 <denis-fluid> Oh thank you very much!
  • 10:55:33 <randomresult> https://gist.github.com/randomresult/78cf94663a6b8bba2d81
  • 10:56:08 <randomresult> see field:checkbox name:settings.includeNavigation
  • 10:56:40 <randomresult> and/or claim (which in this case only is shown if navigation=false
  • 10:57:18 <randomresult> claim can then be edited in pageproperties
  • 10:57:29 <denis-fluid> Ah I get what you mean.
  • 10:57:39 <randomresult> but to be honnest i dont know if this can be translated
  • 10:57:43 <randomresult> but i think so
  • 10:57:47 <denis-fluid> So I add fields to the page template which are editable in the t3 backend.
  • 10:57:54 <randomresult> yes.
  • 10:57:54 <denis-fluid> randomresult: I will try that out.
  • 10:58:09 <denis-fluid> randomresult: I will get back to you with the result. :-)
  • 10:58:15 <denis-fluid> Thank you very much!
  • 10:58:17 <denis-fluid> Again -1 :D
  • 10:58:36 <randomresult> yw
  • 10:59:02 <Tjark> just a mention. In my last project i tried to translate this fields. But it did not work. Hopefully this issue is fixed now
  • 10:59:22 <randomresult> Tjark Versions? latest ter?
  • 10:59:48 <denis-fluid> Tjark: Gonna try that now.
  • 11:00:06 <randomresult> we could set a dark mark to ask the team:
  • 11:00:28 <randomresult> ping @NamelessCoder @bjo3rn @cedricziel @danilobuerger @xaver
  • 11:00:50 <randomresult> anyone of you can answer if fields in page:configuration can be translated or not?
  • 11:00:50 <Tjark> 3-4 month ago
  • 11:03:56 <bjo3rn> http://upload.wikimedia.org/wikipedia/en/c/c6/Bat-signal_1989_film.jpg
  • 11:04:30 <bjo3rn> randomresult they can but it's a little 'hackish'
  • 11:04:56 <bjo3rn> add the flexform field to overlays
  • 11:08:43 <benjamin_654> hello
  • 11:08:57 <denis-fluid> Ok by default they are not translatable I have tried that out now. @randomresult
  • 11:09:12 <benjamin_654> has someone a example usage of the vhs cache view helper for me?
  • 11:10:37 <denis-fluid> bjo3rn: Will they be translatable some time in the future? And what does "add the flexform field to overlays" mean? :D
  • 11:10:54 <bjo3rn> hehe
  • 11:11:14 <bjo3rn> sec pls
  • 11:11:19 <denis-fluid> bjo3rn: Sure :-)
  • 11:13:13 <bjo3rn> add tx_fed_page_flexform and tx_fed_page_flexform_sub to $TYPO3_CONF_VARS[FE][pageOverlayFields]
  • 11:13:44 <bjo3rn> should work but it's not an ideal solution.
  • 11:14:06 <randomresult> cant this be implemented in fluid_pages?
  • 11:14:26 <bjo3rn> don't know
  • 11:14:34 <bjo3rn> denis-fluid what's your goal?
  • 11:15:11 <randomresult> he wants a headline in a pagetemplate which is not part of content - and this needs to be 1) editable and 2 translateable
  • 11:15:37 <randomresult> so i told him to place it in the pageproperties
  • 11:15:49 <randomresult> but ... these are not translatable
  • 11:16:32 <denis-fluid> pageproperties would be the perfect place
  • 11:16:37 <bjo3rn> would this be possible without fluidpages?
  • 11:16:55 <bjo3rn> don't think so.
  • 11:17:43 <denis-fluid> In the past this was done with templa voila and configuring this editable part in the general ts page template.
  • 11:17:48 <benjamin_654> what about using a content-record (headline) which is located in some storage folder and rendered by using its uid and the vhs render view helper?
  • 11:17:50 <randomresult> @denis-fluid then place the stuff into your LocalConfiguration ( bjo3rn ? )
  • 11:18:04 <bjo3rn> content is content.
  • 11:18:26 <bjo3rn> do you really need a form for that or is ts ok?
  • 11:18:36 <denis-fluid> TS would be ok.
  • 11:18:42 <denis-fluid> But editable in the backend.
  • 11:18:48 <denis-fluid> Not in the code of the extension.
  • 11:18:49 <randomresult> should be editable ... so for me TS is not an option
  • 11:18:56 <bjo3rn> editable via ts editor?
  • 11:19:02 <bjo3rn> make it a setting.
  • 11:19:07 <bjo3rn> or constant
  • 11:19:09 <denis-fluid> bjo3rn: This would not be ideal but it would be ok.
  • 11:19:23 <randomresult> why not adding the fields to pageoverlay?
  • 11:19:30 <randomresult> this is a no brainer
  • 11:19:44 <denis-fluid> randomresult: pageoverlay?
  • 11:19:44 <randomresult> or am i wrong?
  • 11:19:46 <bjo3rn> it's a little wonky AFAIK
  • 11:19:55 <bjo3rn> but give it a try
  • 11:20:00 <randomresult> typo3 is not only a little wonky
  • 11:20:04 <randomresult> willy wonky
  • 11:20:07 <bjo3rn> ^^
  • 11:20:13 <bjo3rn> it's a wanker
  • 11:20:17 <bjo3rn> oups!
  • 11:20:21 <bjo3rn> strike that
  • 11:20:47 <denis-fluid> Ok so pageoverlay does mean? (beep t3 noob :D)
  • 11:21:04 <randomresult> add tx_fed_page_flexform and tx_fed_page_flexform_sub to $TYPO3_CONF_VARS[FE][pageOverlayFields]
  • 11:21:36 <randomresult> should be located in LocalConfiguration (i guess)
  • 11:21:49 <bjo3rn> [11:14:10] <@bjo3rn> add tx_fed_page_flexform and tx_fed_page_flexform_sub to $TYPO3_CONF_VARS[FE][pageOverlayFields]
  • 11:22:08 <bjo3rn> LocalConfiguration or install tool
  • 11:22:47 <denis-fluid> Ok I will try :-)
  • 11:36:04 <denis-fluid> @randomresult @bjo3rn I have added the AdditionalConfiguration.php now to the typo3conf folder with the following content. I hope this is correct: https://gist.github.com/DenisMir/3f207a21aee9e8e0e276
  • 11:36:50 <denis-fluid> But to be honest I don't know what I do at the moment. :-) What do those pageoverlays do. I think I have to read into the T3 documentation. :-)
  • 11:37:42 <randomresult> i add stuff in additionalconfiguration like this $GLOBALS['TYPO3_CONF_VARS']['SYS']['sitename']= 'Myname';
  • 11:38:21 <xaver> translation was always OK - some changes in identifier, but it always worked
  • 11:38:48 <bjo3rn> caution: you should add the fields, not replace them
  • 11:39:00 <denis-fluid> bjo3rn: yeah I thought so. :-)
  • 11:39:04 <bjo3rn> ^^
  • 11:39:30 <randomresult> bjo3rn can you post an example?
  • 11:40:52 <bjo3rn> denis-fluid fyi: translation overlays are additional records for content elements or pages in other languages than the default language. if configured t3 will look for an overlay record and replace values in the original record with those from the overlay
  • 11:41:10 <bjo3rn> randomresult no, never used that ^^
  • 11:41:22 <bjo3rn> but xaver did it seems.
  • 11:44:33 <denis-fluid> bjo3rn: Thank you. I will try that out now. :-) And get back to you guys.
  • 11:44:53 <xaver> bjo3rn: ?
  • 11:45:01 * bjo3rn is keeping fingers crossed
  • 11:45:37 <bjo3rn> xaver see denis-fluid's q about overlay records and how to configure them for fluidpages
  • 11:46:15 <xaver> denis-fluid: its possible, but you need todo it yourself
  • 11:46:28 <xaver> page configuration is for configuration and not for Text and stuff
  • 11:47:47 <denis-fluid> xaver: Yeah. I just thought about the problem of having text on the page that is not content but needs to be editable and translatable in the backend.
  • 11:48:48 <xaver> add a new TCA or create the tables for overlay. I tsted it once and it worked. But i prefer TCA
  • 11:51:08 <bjo3rn> pages_language_overlay is there by default, isn't it?
  • 11:51:47 <bjo3rn> ah, you mean the columns, right?
  • 11:51:50 <denis-fluid> randomresult: I have add the fields you suggested now. But what's next now? - https://gist.github.com/DenisMir/3f207a21aee9e8e0e276
  • 11:52:09 <randomresult> make a translation and look if it works
  • 11:52:30 <bjo3rn> I think you'll have to add the two columns to pages_language_obverlay as well
  • 11:55:52 <denis-fluid> randomresult: I have added a translation to the root page but I don't get where the input fields for the added page property should appear. I'm sorry that I can't describe it a bit better. :(
  • 11:58:54 <randomresult> you have a tab pagelayout and pageconfiguration
  • 11:59:00 <randomresult> in pageproperties
  • 12:49:02 <denis-fluid> randomresult: Ok I was at launch. :-) I have a tab pagelayout which is configured to use the page template that includes the pageconfiguration fields. When I switch to the tab Page Configuration I can see the the field that I added in the templates "configuration" section.
  • 12:50:16 <denis-fluid> Now I have added another language to this page and edited the language specific page settings.
  • 12:50:52 <denis-fluid> In this settings I can't found the input field to be available for translation.
  • 12:51:08 <NamelessCoder> if you wish to make the template selection and page options fields translatable, you must add them to the list of page overlay fields in the install tool
  • 12:52:48 <denis-fluid> Yep I have these tabs.
  • 12:52:51 <NamelessCoder> it is not done by default because the general use case for template selection does not specify one template file per language, and page configuration fields' use cases should focus on setting variables that affect the rendering and use LLL labels for truly translatable "fixed text" type output.
  • 12:52:58 <denis-fluid> NamelessCoder: I have done this. https://gist.github.com/DenisMir/3f207a21aee9e8e0e276
  • 12:53:26 <denis-fluid> NamelessCoder: the problem with fixed text is that it can't be edited in the backend.
  • 12:53:38 <NamelessCoder> hmm that's not right
  • 12:53:45 <NamelessCoder> concatenate, don't add
  • 12:54:02 <NamelessCoder> it's a string not an array
  • 12:54:46 <denis-fluid> arghs .=
  • 12:54:56 <denis-fluid> I've done too much node.js stuff :P
  • 12:56:11 <jmverges> hi there
  • 12:56:23 <denis-fluid> NamelessCoder: It looks like this now: https://gist.github.com/DenisMir/3f207a21aee9e8e0e276
  • 12:57:27 <NamelessCoder> it looks correct to me
  • 12:57:44 <jmverges> Hi every body
  • 12:58:20 <NamelessCoder> I think there's also some SQL you must add but since I'm not sure, I won't guess. Perhaps another user has the hard facts for you
  • 12:58:29 <denis-fluid> Ok. And what should happen when I add this. And where can I check if the configuration got set correctly? I still can't find the fields to enter the translation :D @NamelessCoder
  • 12:59:48 <NamelessCoder> denis-fluid sorry buddy, this is where my experience with this runs out (because I follow the best practices I stated above, always). All I know is pageOverlayFields and possibly needing to make TCA and SQL for page_language_overlay to actually store those values.
  • 13:00:02 <NamelessCoder> the last part is the one I'm not sure about - please ask someone who knows for sure.
  • 13:00:17 <danilobuerger> are we talking about localizing page configuration?
  • 13:00:17 <denis-fluid> NamelessCoder: No problem. :-)
  • 13:00:21 <NamelessCoder> yep danilobuerger
  • 13:00:29 <danilobuerger> cant be done atm, i tried... hard...
  • 13:00:36 <denis-fluid> danilobuerger: yeah. (localizing while being a T3 beginner :P)
  • 13:00:36 <NamelessCoder> fudge :/
  • 13:01:07 <danilobuerger> denis-fluid while i tried to do it, i eventually figured if you are trying to localize page configuration, you-are-doing-it-wrong-TM
  • 13:01:27 <denis-fluid> danilobuerger: So what would be your approach to have text in the page template that should be editable and translatable in the backend. (not from the xlf in the extension)
  • 13:01:49 <NamelessCoder> danilobuerger exactly my point ;) it's just not supposed to be done that way
  • 13:02:02 <denis-fluid> Yeah but what is the correct way to do it. :D
  • 13:02:11 <denis-fluid> I'm a beginner so bear with me.
  • 13:02:15 <NamelessCoder> denis-fluid we have to start at "why would you need this?"
  • 13:03:29 <denis-fluid> Well because we often got the request to make it possible to edit menu headlines from the backend. But without changing the extension.
  • 13:03:35 <NamelessCoder> I understand the need to have the text translatable, surely - but why editable? Is a selector offering X number of possible translatable labels not enough?
  • 13:04:00 <danilobuerger> you could abuse the subtitle or abstract field for that ^^
  • 13:04:07 <NamelessCoder> and these headlines must have completely dynamic values?
  • 13:04:26 <denis-fluid> NamelessCoder: Ok a selector would be an approach I haven't thought about.
  • 13:04:51 <denis-fluid> NamelessCoder: Yeah this would be perfect to have it completely dynamic. (dynamic text value)
  • 13:05:00 <NamelessCoder> denis-fluid a selector + LLL in output is a great option, also makes everything more strict (for example you can predict the length of such titles)
  • 13:05:29 <denis-fluid> NamelessCoder: True.
  • 13:05:54 <NamelessCoder> there are other ways of course
  • 13:06:08 <denis-fluid> NamelessCoder: What would be the other ways?
  • 13:06:20 <NamelessCoder> why stop at letting them change the title - why not let them use content elements above the menu?
  • 13:06:38 <danilobuerger> if you cant use a available field like subtitle or abstract, you could also just add a field to the pages table via tca
  • 13:07:57 <NamelessCoder> denis-fluid if you need the field to be treated specially in ANY context - for example when indexing pages using indexed_search or solr or others - you need to add this as an actual field in TCA, with SQL definition.
  • 13:09:18 <denis-fluid> NamelessCoder: To make this content would be the best approach I think.
  • 13:09:35 <NamelessCoder> seriously, there's such a heap of ways you could achieve this that it all boils down to how much does your user need in flexibility. For optimal flexibility and compatibility: do what danilobuerger says; add the field as a new field on the pages table and use this value.
  • 13:09:38 <denis-fluid> (using content elements)
  • 13:10:32 <denis-fluid> NamelessCoder: Yeah ok I see. I will see what works best for me here. Thank you very much you all helped me a lot.
  • 13:11:38 <NamelessCoder> that way can be done fairly easy: 1) define an additional column in your grid, 2) render the content above your menu using a combination of v:content.get, f:if to check the content retrieved and v:content.render with contentElementUids argument to render if found, otherwise default. 3) decide whether you want to have such content inherited and if needed, add "slide" argument on v:content.get.
  • 13:13:20 <NamelessCoder> there's one pitfall if you enable inheritance: you can't reset the title unless a new content element is created which sets a new title equal to the default; if default is then changed this causes inconsistency.
  • 13:14:48 <NIMIUS|johannes1> Is it possible to check in the template, if there is content inside our content area?
  • 13:15:13 <NamelessCoder> NIMIUS|johannes1 see my reply to denis-fluid ;)
  • 13:15:26 <NamelessCoder> item 2)
  • 13:16:24 <NIMIUS|johannes1> oh, i did not follow the chat, sry
  • 13:17:09 <NamelessCoder> coincidence the same Q just came up ;)
  • 13:41:18 <denis-fluid> NamelessCoder: Yeah that's the way that seems to be the most understandable and consistent for editors. :-)
  • 13:41:39 <denis-fluid> NamelessCoder: Is it possible to make certain columns only editable by specific groups?
  • 13:41:44 <denis-fluid> (content columns)
  • 13:42:31 <randomresult> denis-fluid i dont think so. would be interessting to know. even if it is possible to hide fce for some users
  • 13:43:29 <denis-fluid> randomresult: Yeah that would be awesome. So I could make the content columns with the editable fixed text invisible for normal editors.
  • 13:53:38 <denis-fluid> randomresult: Who could know that?
  • 13:54:04 <randomresult> @NamelessCoder
  • 13:57:18 <denis-fluid> randomresult: Which kind of language selector do you use? Is there some kind of widget available in VHS?
  • 13:57:28 <denis-fluid> (haven't found one in vhs)
  • 14:00:32 <denis-fluid> Or what is the best approach to do language selection in the fluid powered template context? (sr_language_menu would be the approach we did in the past)
  • 14:02:53 <randomresult> never used that one.
  • 14:04:29 <denis-fluid> randomresult: What is your favorite approach to render language selection?
  • 14:05:12 <denis-fluid> My first idea was now to use something known like sr_language_menu and just render the cObject with https://fluidtypo3.org/viewhelpers/fluid/master/CObjectViewHelper.html
  • 14:06:05 <gbod> denis-fluid: What about <v:page.languageMenu/>
  • 14:07:06 <randomresult> i used some TS menues as well. i dont like extensions to build me simple menus
  • 14:07:07 <denis-fluid> gbod: :( I skipped it while scanning through VHS. I hade v:page.language open :(
  • 14:07:33 <denis-fluid> randomresult: Yeah that's why I asked. I want to have as less extensions as possible.
  • 14:09:38 <gbod> denis-fluid: Why did you skip it? It's exactly what you need afaik
  • 14:18:14 <denis-fluid> gbod: I missed it. :-)
  • 14:18:21 <denis-fluid> (wrong word)
  • 14:19:35 <denis-fluid> gbod: I tried it out now. And get an german flag which links to "http://typo3-fluid.local/en/uebersetzung/uebersetzung-unterseite/"
  • 14:20:23 <denis-fluid> But I assume that this is just a configuration error on my side :-)
  • 14:37:29 <denis-fluid> gbod: Hmm weird behavior. I don't get why "en" gets rendered in the german path. (I don't know if it has to to with cooluri)
  • 16:51:26 <drlimbo> where i can edit the available "sizes" in the new Typo3 "View-Module" (Preview Page)? <- i think the view module comes with FluidTypo3 or is this a core feature?
  • 16:54:57 <danilobuerger> drlimbo view has nothing todo with ft3
  • 17:00:09 <denis-fluid> I got a problem with the v:page.languageMenu helper. English is the default language and german the second language. Being on the homepage I get "/home" and "/de/home-deutsch" which is correct. When switching to the german page I'm getting in the menu "/home-deutsch" and "/de/home-deutsch". So the english url is pointing to the german url path but without the "de" prefix. I don't know if this is a problem of CoolUri or the helper. Does someone
  • 17:00:10 <denis-fluid> use CoolUri and got this working? (I will try out RealUri later on as well)
  • 17:02:07 <danilobuerger> denis-fluid the view helper works fine, its probably a cooluri problem, (i use realurl)
  • 17:02:38 <denis-fluid> danilobuerger: Do you know the main differences between cooluri and realurl?
  • 17:02:49 <danilobuerger> no sorry
  • 17:15:33 <denis-fluid> Ok if someone is using cooluri and Typo3 6 to render multi language urls cry out loud :-)

20141023

  • 08:14:54 <randomresult> good morning
  • 08:14:55 <mrboe> good morning
  • 09:09:04 <ulrikkold> what would be the best channel for a question about ext:news? Could somebody here give a helping hand?
  • 09:17:32 <mrboe> @ulrikkold #typo3
  • 09:20:48 <ulrikkold> mrboe, thanks - I joined that :)
  • 09:26:33 <ndee_> anyoen encountered a problem with the page module that it takes around 4 seconds to load if there are a couple of FCEs on the page? In flux, the caching is enabled (the checkbox in the extension manager NOT checked). There are around 20 FCEs on the page
  • 09:54:40 <jmverges> morning all.
  • 09:55:48 <ulrikkold> morning
  • 11:40:15 <BenjaminR> Is there a CSS guru beyond the people i know?
  • 11:40:59 <Akii> chances are very high
  • 11:41:11 <Akii> no idea if someone is in this channel right now though :P
  • 11:43:00 <BenjaminR> hehe
  • 11:43:20 <Akii> I think you didn't meant "beyond" then
  • 11:43:28 <Akii> more like "among"
  • 11:44:30 <BenjaminR> might be :)
  • 11:44:41 <BenjaminR> are you a css guru among the people i know :)
  • 11:45:45 <Akii> certainly not
  • 12:28:20 <gbod> Hi! Any simple ideas out there on how to get the fluidpages template name as a class name for the opening html tag.
  • 12:29:53 <gbod> Additional info: I figured it out for the body tag using just fluid and a page.bodyTag > in TypoScript.
  • 12:41:26 <momodedf> Hello ! Is there any knowned issud with the latests typo3 version ? cause I tried to make a provider on a fresh install with builder and I get no backend grid
  • 12:42:13 <gbod> momodedf: You have to set the Backend layout to Fluidpages in the apearance tab in page settings.
  • 12:42:44 <mrboe> @momodedf rootpage > settings > appereance > Backend Layout
  • 12:43:22 <momodedf> oh
  • 12:43:29 <gbod> We're in the need for a FAQ :)
  • 12:47:46 <momodedf> I've god the grid now :)
  • 12:48:21 <gbod> You're god of the Grid now? Woha!
  • 12:50:55 <Akii> God of Grid
  • 12:52:24 <gbod> Hail!
  • 12:53:40 <momodedf> xD
  • 12:53:48 <momodedf> FEAR MY TEMPLATES
  • 12:56:19 <momodedf> well thanks you guys
  • 12:56:21 <NamelessCoder> Guns don't kill people. Nah-uh. I kill people. Ah-hah. With guns. http://www.youtube.com/watch?v=xC03hmS1Brk
  • 12:56:22 <FT3BOT> YouTube: I Kill People (5m1s)
  • 12:56:54 <momodedf> Oh, cld it be mylucky day
  • 12:57:11 <Akii> rofl
  • 12:57:42 <momodedf> NameslessCoder, I'm fan of fluidtypo3 modules, and my collegue wld like to use gridelements instead
  • 12:58:03 <gbod> Oh oh, Jehova!
  • 12:58:07 <momodedf> I've seen you did tests about that, is there any blog article on the subject ?
  • 12:58:14 <NamelessCoder> momodedf he probably shouldn't if he likes new stuff :)
  • 12:58:57 <momodedf> (he doesnt, I'm already fighting with the all team to use GIT and composer ...)
  • 12:59:12 <NamelessCoder> that could be a tough battle
  • 13:00:44 <momodedf> ok :-/
  • 13:01:17 <gbod> But it's worth it.
  • 13:01:41 <momodedf> i'm wining 'til now :D
  • 13:02:03 <momodedf> +n
  • 13:03:53 <Akii> heh
  • 13:03:57 <Akii> good luck
  • 14:09:03 <ulrikkold> Could somebody help me produce valid markup for a news viewhelper? I'm trying to include an overwriteDemand GET param in a detail view link.
  • 14:09:27 <ulrikkold> (moment, there will be a gist ...)
  • 14:10:03 <drlimbo> good afternoon guys
  • 14:10:44 <drlimbo> it's the first time we have to realize a search-function with Fluid Typo3 and i just wanted to ask if anyone of you have some tipps?
  • 14:10:59 <drlimbo> we tought about indexed_search, or is there a better way already?
  • 14:11:38 <ulrikkold> https://gist.github.com/ulrikkold/7a16f56eb8e637a6f639
  • 14:12:09 <ulrikkold> what version of TYPO3 are you using? the crawler is AFAIR not ready to use with 6.2
  • 14:20:00 <ulrikkold> drlimbo, what version of TYPO3 are you using? the crawler is AFAIR not ready to use with 6.2
  • 14:20:28 <drlimbo> ulrikkold: we'r using 6.2 with Fluid Typo3
  • 14:20:47 <drlimbo> that was my next question, how about crawling fluidt3 contents?
  • 14:21:45 <ulrikkold> I think that's no problem as the crawler surfs your site and indexes the content. The rendering of the tt_content elements has nothing to do with that (somebody, correct me if I'm very wrong here...)
  • 14:22:59 <drlimbo> mhh, i thought its much easier if indexed_search will crawl the Database and not the "frontend crawler stuff"
  • 14:23:22 <drlimbo> and you talk about the indexed search crawler is not ready for 6.2?
  • 14:24:05 <ulrikkold> drlimbo, yes, here's the ticket https://forge.typo3.org/issues/55106
  • 14:25:10 <drlimbo> oh thats bad
  • 14:25:20 <drlimbo> is there another search implementation?
  • 14:25:33 <drlimbo> is ke_search an option?
  • 14:40:00 <ulrikkold> We have decided to use a google search form for the projects I am working on recently
  • 14:47:32 <drlimbo> ulrikkold: the google sitesearch?
  • 14:47:45 <drlimbo> or the "real professional very high-price search-thing from google"?
  • 14:55:28 <ulrikkold> basically just the site search ...
  • 14:56:16 <ulrikkold> Google will index your site anyway (I guess), so we plan to just style the result page and use site search
  • 14:58:09 <ulrikkold> What is the inline equivalent of using the f:for viewhelper? I cannot wrap my head around how to operate on the items in the loop?
  • 14:59:47 <ulrikkold> i.e. how do I convert this to inline notation: <f:for each="{items} as="item" iteration="itr"><f:if condition="{itr.isLast}"><f:then>Last</f:then><f:else>Not the last<f:else></f:if></f:for>?
  • 15:00:49 <drlimbo> mh, i didnt think this is the best solution to use google sitesearch ulrikkold - just for small projects with a low budget its ok
  • 15:01:55 <ulrikkold> drlimbo, AFAIK the solr indexing server is an alternative to the ordinary crawler
  • 15:02:16 <drlimbo> yup, but you have to "rent" an external SOLR server for every project
  • 15:02:41 <randomresult> or setup your own :)
  • 15:13:57 <drlimbo> thats a lot of work randomresult i think =P
  • 15:14:19 <randomresult> dunno, never did it
  • 15:16:15 <gbod> For small projects it's kind of too much stuff. But if you're into it it's really nice.
  • 15:38:07 <drlimbo> yes sure, we have just only typo3 version running with an external solr server, and thats really nice =)
  • 15:38:19 <drlimbo> but most client wont pay another server "only" for search
  • 15:45:26 <pedda> hi there
  • 15:46:04 <pedda> anyone a clue why vhs might add it's assets twice into the source of my page?
  • 15:46:28 <pedda> it seems as if the cache is also involved
  • 15:46:36 <pedda> and i'm a bit struggeling with that one
  • 15:50:18 <gbod> pedda: Some more details?
  • 15:50:40 <pedda> yeah.. found a solution in one of my old projects
  • 15:50:55 <pedda> well it seems as if ts based asset inclusion happens twice if cached
  • 15:51:37 <pedda> i'm about to move all ts based asset inclusion to fluid and see if it helps (again) if so.. this needs to be reported ^^
  • 15:52:24 <pedda> it's like .. i visit a page.. assets are included twice, i refresh the page, the second inclusion disappears
  • 15:52:26 <rosieres> pedda: iirc some weeks ago someone with the same problem was here. Perhaps you crawl the logs if there's a final solution
  • 16:05:07 <mrboe> @pedda there was a bug that vhs have not inclued assests from TS if uncached is set
  • 16:05:52 <mrboe> after NamelessCoder fixed that it worked fine for me with the latest TER versions
  • 16:09:50 <mrboe> @pedda https://github.com/FluidTYPO3/vhs/commit/dd798e234935c5ecd0a7ee796f2e5709141725a6
  • 16:10:08 <pedda> well actually it seems still an issue
  • 16:10:29 <pedda> refactored my code -> ts based inclusion moved to Assets.html partial .. assets appear only once in source
  • 16:10:40 <pedda> i need to verify this once again..
  • 16:24:43 <Xatenev> How do i create a link to another page for example facebook xDß
  • 16:24:59 <Xatenev> aah external
  • 16:24:59 <Xatenev> got it
  • 16:25:38 <Xatenev> Another question
  • 16:25:53 <Xatenev> how do i include an image which is in assets/default/images ?
  • 16:25:57 <Xatenev> Whats the path to it?
  • 16:26:07 <Xatenev> /assets/default and assets/default doesnt seem to work
  • 16:28:07 <Xatenev> (this is typo3 4.5.15 maybe the path's are different here?
  • 16:37:23 <Xatenev> No idea on that? :P
  • 16:39:07 <pedda> an image?
  • 16:39:12 <pedda> f:image src=""
  • 16:39:21 <pedda> or v:media.image path=""
  • 16:39:36 <pedda> well mrboe & rosieres seems as if i was right
  • 16:39:42 <pedda> regarding ts based inclusion
  • 16:39:55 <Xatenev> pedda: the src is the problem
  • 16:39:56 <pedda> it's still an issue as it is included twice
  • 16:40:01 <Xatenev> what is the src for /assets/default...
  • 16:40:18 <pedda> assets/default doesn't tell me anything
  • 16:40:25 <Xatenev> Hm?
  • 16:40:36 <Xatenev> Dont understnad? :P
  • 16:40:45 <pedda> well Xatenev how do i include avideo if its in /foio/bar
  • 16:40:55 <Xatenev> Well /assets means its on the web root
  • 16:40:59 <pedda> what is foio/bar at all?!
  • 16:41:06 <pedda> ah does it for you?
  • 16:41:11 <Xatenev> Its quite common
  • 16:41:17 <pedda> web root is for me where index.php resides
  • 16:41:22 <Xatenev> Same to me!
  • 16:41:32 <pedda> don't assume common principles while dealing with an issue
  • 16:41:56 <pedda> well it'S quite common then that your asset folder should reside within fileadmin when it comes to typo3 cms ;)
  • 16:41:57 <Xatenev> Ay
  • 16:41:59 <Xatenev> Im sorry so
  • 16:42:03 <Xatenev> Relaly oo?
  • 16:42:09 <pedda> yes.. really
  • 16:42:10 <pedda> :D
  • 16:42:11 <Xatenev> its always outside in my company
  • 16:42:12 <Xatenev> lal
  • 16:42:19 <Xatenev> So whatever, its not inside the fileadmin^^
  • 16:42:25 <pedda> well it'S some kind of security related then
  • 16:42:27 <Xatenev> Its on the web root
  • 16:42:30 <Xatenev> doesnt matter :P
  • 16:42:51 <pedda> f:image src="/asset/myimage.png" then
  • 16:43:08 <Xatenev> without /default/.. etc?
  • 16:43:36 <pedda> @mrboe & @rosieres when assets are loaded via luid everything works like a charm
  • 16:43:41 <pedda> what ist default?
  • 16:43:45 <Xatenev> its inside /assets/default/images/myimage.png
  • 16:43:53 <Xatenev> I tried exactly that path _> does not work
  • 16:43:55 <pedda> well then add default to it
  • 16:44:02 <pedda> did you ever place an image in html?
  • 16:44:11 <Xatenev> :D I did often
  • 16:44:11 <pedda> proper access rights?
  • 16:44:16 <Xatenev> im not a retard xD
  • 16:44:18 <pedda> to the image for the server
  • 16:44:21 <Xatenev> I tried all default routes.
  • 16:44:23 <Xatenev> this is not working
  • 16:44:32 <Xatenev> Everything is correct :p
  • 16:44:37 <Xatenev> local machine atm
  • 16:44:39 <pedda> if so, it would work
  • 16:44:49 <Xatenev> The path is probably wrong :p
  • 16:44:53 <Xatenev> cause t3 wants some weird pathes
  • 16:45:00 <pedda> weird?
  • 16:45:10 <pedda> thery're conventional as they are for any cms
  • 16:45:11 <Xatenev> Its typo3 4.5.15 ... maybe it needs a different path?
  • 16:45:20 <pedda> no it does not
  • 16:45:28 <Xatenev> mhm
  • 16:45:40 <Xatenev> Maybe those images has to be inside fileadmin or it doesnt load it
  • 16:45:41 <Xatenev> mmh
  • 16:45:50 <pedda> no .. neither
  • 16:46:10 <Xatenev> ill try it wit hthe file admin once
  • 16:46:13 <gbod> Xatenev: But /.. is nor special t3 related path.
  • 16:47:39 <Xatenev> this is so weird
  • 16:47:40 <Xatenev> xD
  • 16:47:40 <pedda> Xatenev using images via fluid is very simple, first you need to know which viewhelper you want to use (you didn't tell as any of the proper ones), secondly set the path as if you would access it from browser, define some alt attribute (this is mandatory) and you sould be fine
  • 16:47:45 <pedda> it's not
  • 16:47:50 <Xatenev> Its quite weird
  • 16:47:56 <Xatenev> i can call the image easily by the path
  • 16:48:07 <pedda> so you'Re wrong about your viewhelper then
  • 16:48:14 <pedda> which one did you use?
  • 16:48:16 <Xatenev> normal fluid one
  • 16:48:17 <Xatenev> <f:image
  • 16:48:38 <Xatenev> exactly like in the example...
  • 16:48:49 <pedda> you must be missing something
  • 16:48:51 <pedda> like the alt tag
  • 16:48:57 <Xatenev> nope its there
  • 16:48:58 <pedda> which results in a non rendered image
  • 16:49:00 <Xatenev> it gave me a fatal error before
  • 16:49:03 <Xatenev> when i had no alt tag
  • 16:49:06 <pedda> okay
  • 16:49:21 <pedda> check access rights of the image on filesystem
  • 16:49:24 <pedda> then
  • 16:49:48 <pedda> this is the most basic task.. that's why you must be missing the most simplest thing..
  • 16:50:06 <Xatenev> ikr
  • 16:50:06 <Xatenev> :D
  • 16:50:21 <Xatenev> im not that new to typo3 thats why this is so weird for me
  • 16:50:21 <Xatenev> xD
  • 16:50:24 <pedda> we're just uassuming it must be something complex, but it's not ..
  • 16:50:50 <pedda> and that's why the thing you're missing must be very simple
  • 16:51:18 <Xatenev> Its the image
  • 16:51:19 <Xatenev> but why
  • 16:51:25 <pedda> such as forgot to include css_styled_content after years of typo3 experience.. (this is not related to your specific issue)
  • 16:51:45 <pedda> you get the point?
  • 16:51:48 <pedda> :)
  • 16:51:52 <pedda> gotta leave again
  • 16:51:53 <pedda> cu
  • 16:52:01 <pedda> ths for the info rosieres :)
  • 16:52:13 <pedda> regarding the ts "fix" of vhs assets
  • 16:53:09 <Xatenev> its definetly image related
  • 16:53:10 <Xatenev> lol
  • 16:53:13 <Xatenev> so retarded
  • 17:45:26 <jmverges> hey folks, I restarted yesterday my life with TYPO3. So I have a instalation if FluidPowered. I got modify MyPageTemplate and add columns and I can add normal CE's like text, however when I add MyContentElement this is not renderend in the Frontend. Any tip for me?
  • 18:01:36 <rosieres> jmverges: get used to <f:debug>{_all}</f:debug> to check if your variables get filled. Always a good try.
  • 18:33:20 <NamelessCoder> jmverges don't forget to include the VHS namespace and actually render your content, using v:content.render or others
  • 18:36:07 <jmverges> NamelessCoder, that is done in MyPageTemplate
  • 18:36:47 <jmverges> I'n MyContentElement.html I have <f:section name="Main">Hello world!</f:section>
  • 18:37:21 <jmverges> and more above, but I'm don't see Hello World!
  • 18:38:29 <NamelessCoder> using fluidcontent_core? Forgot to run the extension update script?
  • 18:39:06 <jmverges> maybe the last one
  • 18:39:09 <jmverges> let me see
  • 18:39:37 <jmverges> I just used the Vagrant repo that you provide to me yesterday
  • 18:47:38 <NamelessCoder> I think xaver said something about that one needing an upgrade
  • 18:48:04 <jmverges> Thank you NamelessCoder
  • 18:48:12 <jmverges> it's working know, was that
  • 18:49:01 <xaver> hi yeah i need to change somethings, but right now i'm really busy (still at work)
  • 18:49:38 <NamelessCoder> working late :/
  • 18:58:20 <jmverges> NamelessCoder, is very interesting this approach. I will need some time but I think that I could at least recreate some way of work that I had with TV.
  • 19:12:58 <ulrikkold> I guess somebody here could guide me through using the For ViewHelper through inline notation? I have trouble wrapping my head around how I mimic the normal notation with <f:for ><f:if><f:then></f:then><f:else></f:else></f:if></f:for> - I am using this in ext:news to include the categories in the link to the detail view.
  • 19:16:22 <randomresult> {f:if(then: 'erp', else: '', condition: '{ReferencesSectionItem.ReferencesObject.erp}')}
  • 19:17:08 <randomresult> this is an inline notation for if
  • 19:17:13 <randomresult> works for me.
  • 19:19:57 <ulrikkold> randomresult, that makes sense ... I just haven't been able to find docs for it. Perhaps that's just my Google-fu failing.
  • 19:20:13 <randomresult> hope it helps
  • 19:20:14 <NamelessCoder> ulrikkold f:for can only be used inline in a very limited number of use cases
  • 19:20:32 <ulrikkold> NamelessCoder, such as?
  • 19:20:59 <NamelessCoder> {f:render(section: 'SectionName') -> f:for(each: blah, as: 'var')} and having <f:section name="SectionName">{var.someproperty}</f:section>
  • 19:21:14 <ulrikkold> randomresult, let me just read that again: I asked for the For vh :-)
  • 19:22:32 <NamelessCoder> ulrikkold you can chain f:if as well but you will be VERY limited in what you can actually render... example, {f:if(condition: 1, then: 'Yessir, {object.property}', else: 'No sir, {object.property}') -> f:for(each: objects, as: 'object')}
  • 19:22:35 <ulrikkold> NamelessCoder, I guess my trouble with this is actually the arrow notation ... "->"
  • 19:22:50 <NamelessCoder> ulrikkold this pseudo explains it:
  • 19:23:04 <NamelessCoder> {childContentOf -> viewHelper()}
  • 19:23:13 <ulrikkold> NamelessCoder, i am looking to do something like this: https://gist.github.com/ulrikkold/7a16f56eb8e637a6f639
  • 19:24:02 <NamelessCoder> that long expression hurts my eyes :p
  • 19:24:25 <ulrikkold> exactly ... me, too ... but I have not been able to find an alternative within tx_news ...
  • 19:24:55 <NamelessCoder> first of all you want your f:if outside the link so the comma isn't part of the link
  • 19:25:27 <NamelessCoder> second, you want to extract the categories another way than this, for sure
  • 19:25:58 <NamelessCoder> implement VHS, use {newsItem.categories -> v:iterator.extract(key: uid) -> v:iterator.implode()}
  • 19:26:03 <ulrikkold> I can only agree ... I was hoping to do this without an extra extension with a custom viewhelper. That might be naive :)
  • 19:26:14 <NamelessCoder> yeah don't fear VHS
  • 19:26:16 <randomresult> ulrikkold welcome - go get some
  • 19:26:23 <NamelessCoder> there's just no way you can do stuff like that with plain fluid
  • 19:26:45 <NamelessCoder> any approximation would be clumsy at best
  • 19:27:00 <ulrikkold> NamelessCoder, I was actually looking into v:iterator this evening but could not see the solution in that one. I need more training hours with Fluid :-)
  • 19:27:29 <NamelessCoder> this inline voodoo requires a bit of background knowledge to know *why* it actually works ;)
  • 19:27:46 <ulrikkold> yup - and I did not find any docs for that part :)
  • 19:27:50 <NamelessCoder> the example above would extract every UID value of categories and implode them as CSV
  • 19:28:07 <NamelessCoder> it's unfeasible to document every conceivable use case ;)
  • 19:28:15 <ulrikkold> no, sure :)
  • 19:28:27 <ulrikkold> but I think the docs for the inline notations are ... sparse ...
  • 19:28:29 <NamelessCoder> say you want the first three categories only...
  • 19:28:45 <NamelessCoder> {newsItem.categories -> v:iterator.slice(length: 3) -> v:iterator.extract(key: uid) -> v:iterator.implode()}
  • 19:29:15 <jmverges> why fluidbackend requires < 6.2 ?
  • 19:29:16 <NamelessCoder> oh boy...
  • 19:29:20 <ulrikkold> wonderful - I already feel better :)
  • 19:29:21 <NamelessCoder> {newsItem.categories -> v:iterator.slice(length: 3) -> v:iterator.extract(key: 'uid') -> v:iterator.implode()}
  • 19:29:27 <ulrikkold> :)
  • 19:29:43 <randomresult> thats spooky
  • 19:29:59 <randomresult> jmverges i dont think fluidbackend is up to date...
  • 19:30:08 <NamelessCoder> fluidbackend is one year behind the others
  • 19:30:16 <ulrikkold> oh, and the next question / issue - how do I get rid of uid = 1in that csv? Not index=1, but uid=1 ... that one has a "special meaning" ...
  • 19:30:27 <jmverges> so I should install it
  • 19:30:58 <NamelessCoder> just so I get it right: you want to avoid including category UID value "1"?
  • 19:31:29 <ulrikkold> yes.
  • 19:31:42 <ulrikkold> I may have to rethink the category strategy ...
  • 19:31:53 <NamelessCoder> it does sound a bit like that ;)
  • 19:32:21 <NamelessCoder> you could use v:iterator.filter
  • 19:32:25 <ulrikkold> but that was my initial plan: category uid = 1 was meant for the news items that should be displayed in a special box on the frontpage.
  • 19:32:34 <NamelessCoder> filter: 1, invert: true
  • 19:32:44 <ulrikkold> "breaking news" kind of
  • 19:33:10 <NamelessCoder> isn't there some "top news" option you could use for that?
  • 19:33:16 <ulrikkold> but filter sounds like a solution ... to my flawed category strategy
  • 19:33:17 <NamelessCoder> I think it even supports automatic expiration
  • 19:33:39 <ulrikkold> I was also wondering if "topnews" might do the same for us.
  • 19:34:26 <NamelessCoder> it has two functions, lets you filter your list view to only include those - or lets you sort those on top
  • 19:34:48 <NamelessCoder> each newsItem has an indication as well, letting you set different CSS classes etc.
  • 19:35:22 <ulrikkold> I'll have to look into that, too.
  • 19:36:10 <ulrikkold> NamelessCoder, for now: thank you, that was most educating. Now I'll have to see if I learned something useful :)
  • 19:36:22 <NamelessCoder> you're welcome - and hope you did
  • 19:36:26 <ulrikkold> me too
  • 19:49:41 <xaver> jmverges: which OS?
  • 19:49:58 <jmverges> OS?
  • 19:55:04 <ulrikkold> operating system? Linux, windows, etc?
  • 20:00:00 <jmverges> I know, but I don't understand which is the relation with my question
  • 20:00:42 <jmverges> fluidbackend extension requires TYPO3 < 6.2
  • 20:01:52 <xaver> you use the vagrant stuff and i created it
  • 20:02:09 <xaver> fluidbackend isn't released and fnished
  • 20:02:19 <jmverges> ahhh
  • 20:02:22 <jmverges> okey okey XD
  • 20:02:52 <jmverges> sorry xaver, I didn't understand
  • 20:05:18 <ulrikkold> NamelessCoder, I'm afraid I did not understand enough of the filtering bit: do I separate the different arguments for filter() with commas? And where in the sequence do I insert it? I tried a couple of positions and did not get the desired result?
  • 21:32:35 <NamelessCoder> ulrikkold back again, sry.
  • 21:33:11 <NamelessCoder> inline arguments are always separated by commas, e.g. {array -> v:iterator.filter(filter: 1, invert: TRUE)}
  • 21:33:43 <NamelessCoder> in this case you would filter to match a value of "1" but invert the result so that all values that are NOT "1" are included
  • 21:34:43 <Akii> (that's valid syntax? invert: TRUE <-)
  • 21:34:50 <NamelessCoder> if you follow the rule that this category is always set as the first category you can just {newsItems.categories -> v:iterator.slice(start: 1) -> v:iterator.extract(key: 'uid') -> v:iterator.implode()}
  • 21:35:20 <NamelessCoder> yes, TRUE as value of a boolean node is allowed
  • 21:36:33 <Akii> it's been {true} for a while afair ^^
  • 21:53:41 <NamelessCoder> ehm
  • 21:53:47 <NamelessCoder> that would be a variable reference
  • 21:54:12 <NamelessCoder> so unless you did $view->assign('true', TRUE); that'd actually be false ;)
  • 21:54:25 <randomresult> to whom are u talking?
  • 21:54:30 <NamelessCoder> Akii
  • 21:54:31 <randomresult> on meth again?
  • 21:54:35 <randomresult> ah ok
  • 21:54:39 <NamelessCoder> :p
  • 21:55:03 <Akii> no really, that was the official way to have true or false
  • 21:55:10 <Akii> like without setting it anywhere
  • 21:55:33 <Akii> like _all
  • 21:56:55 <NamelessCoder> I see "true" in the list of reserved variable names but I see no magic methods that would fill that variable reference with any value
  • 21:59:14 <Akii> interesting
  • 21:59:23 <NamelessCoder> <f:if condition="{true}" then="YES" else="NOWAY" /> outputs NOWAY as expected
  • 21:59:50 <NamelessCoder> {true -> f:debug()} outputs NULL
  • 22:00:25 <Akii> could've sworn that worked at some point.. oh well
  • 22:00:27 <NamelessCoder> <f:if condition="FALSE" then="YES" else="NOWAY" /> outputs NOWAY
  • 22:01:04 <NamelessCoder> {f:if(condition: FALSE, then: 'YES', else: 'NOWAY')} outputs NOWAY
  • 22:01:14 <NamelessCoder> I guess that settles it ^^
  • 22:01:14 <Akii> now stick TRUE in
  • 22:02:03 <NamelessCoder> ahaa
  • 22:02:07 <NamelessCoder> so there's the limitation
  • 22:02:13 <Akii> looooooool
  • 22:03:02 <Akii> gotta check all them invariants
  • 22:03:09 <NamelessCoder> just chained v:debug on that, now it makes sense:
  • 22:03:30 <NamelessCoder> fluid sees this as an objectaccessornode in inline but the same isn't true in tag mode
  • 22:03:55 <Akii> it's just a string then I guess?
  • 22:04:14 <NamelessCoder> exactly yes
  • 22:04:22 <NamelessCoder> but a string FALSE gets cast to boolean FALSE
  • 22:04:26 <NamelessCoder> b/c booleannode
  • 22:04:29 <NamelessCoder> sheesh
  • 22:04:37 <NamelessCoder> it's a good thing I have v:debug ;)
  • 22:04:54 <NamelessCoder> compare <v:debug><f:if condition="TRUE" then="YES" else="NOWAY" /></v:debug> to {f:if(condition: TRUE, then: 'YES', else: 'NOWAY') -> v:debug()}
  • 22:05:39 <NamelessCoder> {f:if(condition: 'FALSE', then: 'YES', else: 'NOWAY')} correctly casts it to false though
  • 22:05:51 <NamelessCoder> yummy, yummy inconsistency :)
  • 22:05:56 <Akii> ye
  • 22:06:03 <Akii> well at least it doesn't hurt in this case
  • 22:06:15 <NamelessCoder> not really, it just gets ignored
  • 22:06:18 <Akii> that can't be said to the little inconsistency with __toString
  • 22:06:29 <Akii> not sure if that's fixed for CMS yet
  • 22:06:32 <NamelessCoder> don't talk about magic methods here please :p
  • 22:06:45 <Akii> :o k
  • 22:07:13 <NamelessCoder> __set, __get and __call are a curse on mankind :)
  • 22:07:42 <NamelessCoder> btw what did you mean with the __toString() inconsistency? Should I know about this?
  • 22:08:00 <Akii> well any string coming from that won't be escaped
  • 22:08:05 <Akii> happy XSS and such
  • 22:08:25 <Akii> let me actually check if that's still open
  • 22:09:13 <NamelessCoder> ah
  • 22:09:26 <NamelessCoder> that's bad, mkay?
  • 22:09:45 <Akii> ye was quite the shocker
  • 22:10:23 <Akii> yip no need to hurry https://forge.typo3.org/issues/60082
  • 22:10:35 <Akii> {whatCouldPossiblyGoWrong}
  • 22:10:48 <NamelessCoder> hehe
  • 22:10:57 <Akii> apparently that wasn't as trivial as everyone thought
  • 22:11:10 * NamelessCoder is mentally scanning all VHS viewhelpers for casting to string.... nope, don't recall any.
  • 22:11:32 <NamelessCoder> at least none that I'm casting - that'd all be the argument mapper in fluid itself which is where this should be done
  • 22:13:11 <NamelessCoder> hmm
  • 22:13:48 <NamelessCoder> since "true" etc. are already restricted variable names, why not make ObjectAccessorNode support those and return the appropriate type?
  • 22:23:52 <NamelessCoder> works.
  • 22:24:59 <Akii> nice
  • 22:27:38 <gbod> Akii: Cannot imagine why nobody's fixing it on CMS - in TYPO3.Fluid it's already done.
  • 22:28:41 <gbod> Well maybe it breaks the code of all those relying on the unescaped strings. Hehe
  • 22:28:51 <Akii> it was a breaking change ye
  • 22:29:07 <Akii> idk, maybe nobody has time, maybe it's just complex to backport idk
  • 22:29:42 <gbod> Thanks for mentioning it.
  • 22:30:01 <Akii> np ^^
  • 22:30:14 <Akii> I throw it in every few months to remind ppl
  • 22:30:31 <randomresult> hi gbod
  • 22:30:37 <randomresult> good night all!
  • 22:30:42 <randomresult> i will leave now
  • 22:30:46 <randomresult> cu all
  • 22:30:52 <Akii> also, did you know value objects are broken in TYPO3 Flow? In fact, we started to call them DWs or "DoesntWork"
  • 22:30:54 <Akii> cya :)
  • 22:30:57 <gbod> Sleep well, randomresult.
  • 22:31:07 <randomresult> i will (had a glas of wine...
  • 22:31:09 <NamelessCoder> yep, always avoid those
  • 22:31:30 <randomresult> and off
  • 22:31:37 <NamelessCoder> nitey harry :)
  • 22:32:44 <gbod> Akii - nope, didn't know it but didn't used them. What's wrong with them.
  • 22:33:30 <NamelessCoder> 699 pull requests later
  • 22:33:32 <Akii> well mostly the value hash generation
  • 22:33:37 <Akii> hehe
  • 22:33:52 <NamelessCoder> I like where this is going :)
  • 22:34:54 <gbod> Yep. :)
  • 22:37:16 <gbod> NamelessCoder - currently i'm crawling through the vhs - just to get some insights into the iterator you mentioned some hours ago. Maybe there'll be others of these kind of PRs. I like to read code. ;)
  • 22:40:58 <NamelessCoder> gbod check your messages ;)
  • 22:42:09 <t3-search> Good evening.
  • 22:42:29 <t3-search> Does someone work with cooluri here? Or do all of you work with RealUrl?
  • 23:06:30 <Akii> gn

20141024

  • 08:07:23 <jmverges> good morning folks
  • 08:12:05 <jmverges> hi soee
  • 08:12:31 <soee> hiho
  • 09:47:36 <Guest|28185> Good morning. I've implemented v:page.header.link for shortcut icons on my site. It works fine in my Mac browsers, but my log files are reporting a LOT of 404s for the icons in IE, where the relative path for the files isn't respecting the base href. Is this a common problem?
  • 10:39:54 <ulrikkold> g'day people :)
  • 10:43:07 <Xatenev1> hola
  • 10:43:51 <Gilas> hi and good morning
  • 10:49:23 <bjo3rn> hi thezet. sorry for pointing you to the wrong channel :/
  • 10:54:05 <randomresult> hi bjo3rn
  • 10:54:10 <randomresult> hows it going ?
  • 11:00:22 <jmverges> hi folks, I'm trying to split xaver Vagrant in two different process
  • 11:00:38 <jmverges> anybody with puppet knowledge here?
  • 11:01:38 <bjo3rn> hi randomresult. it's going ok. how about you?
  • 11:02:01 <randomresult> well customer from hell
  • 11:02:17 <jmverges> xD
  • 11:02:51 <jmverges> randomresult, encourage
  • 11:19:19 <Denyerec> QUAKE IN FEAR
  • 11:19:21 <Denyerec> I am here
  • 11:19:24 <Denyerec> And I have a question.
  • 11:19:49 <Denyerec> I've generated a nifty block menu using subpage information
  • 11:19:51 <Denyerec> It's here:
  • 11:20:09 <Denyerec> http://www.albachiropractic.co.uk/what-we-treat/
  • 11:20:36 <Denyerec> Now my question is, am I able to sniff out the contents of the first content element on any linked page ?
  • 11:20:45 <Denyerec> Or, better, the first content element of a particular type
  • 11:23:44 <NamelessCoder> RUUUUUN! RUUUNAWAAAAAAAY!!!!
  • 11:25:03 <NamelessCoder> Denyerec v:content.get + pageUid
  • 11:25:26 <Denyerec> Ok
  • 11:25:31 <Denyerec> will that return it in a renderable state?
  • 11:25:41 <Denyerec> Or do I need to pass it through renderCObj or something such
  • 11:26:09 <NamelessCoder> v:content.render + contentElementUids for that
  • 11:26:31 <NamelessCoder> I assumed "sniff out" meant check, not render ;)
  • 11:27:39 <NamelessCoder> however, I just now thought of a way to make the content viewhelpers a bit nicer for this type of stuff
  • 11:28:30 <Denyerec> Well... I could just throw it into a <p> tag
  • 11:28:38 <Denyerec> as it's not SUPER important content
  • 11:28:47 <Denyerec> but it'd be nicer if I could render the HTMLarea text as html properly I guess.
  • 11:29:02 <Denyerec> How are you by the way? I've been awway for ages working on other things, I miss you guys :)
  • 11:29:25 <NamelessCoder> you got pleeeenty options if you combine v:content.get and v:content.render - but you can of course also just access the raw values of the first record returned by v:content.get
  • 11:29:57 <NamelessCoder> fine, thanks. Currently between projects (for another 7 days)
  • 11:30:06 <NamelessCoder> you? back on top? :)
  • 11:30:11 <Denyerec> Mmm. Still climbing.
  • 11:30:19 <Denyerec> I was pondering jumping into the photography full time
  • 11:30:27 <Denyerec> But then got contacted to do some UX work for a company down south.
  • 11:30:34 <Denyerec> That then turned into graphics work instead of UX
  • 11:30:36 <thezet> hi there, gents i don't understand.. why i cannot choose another template for internal page (
  • 11:30:43 <Denyerec> So who knows what the hell I'll be doing next week! :D
  • 11:31:07 <thezet> nvc.az/index.php nvc.az/index.php?id=7
  • 11:31:23 <NamelessCoder> nice how it can work out to fit a job to your skills, not vice versa :)
  • 11:32:23 <NamelessCoder> thezet could you explain what you mean by "cannot choose another template" and what would be an "internal" page as opposed to a regular page?
  • 11:32:50 <thezet> i use fluidtemplate... using templavoila i could create a new template and assign to one subpage
  • 11:33:11 <thezet> but i don't get how to make it using fluidtemplate
  • 11:34:43 <jmverges> thezet, did you create your provider extension?
  • 11:35:05 <jmverges> did you run the update script?
  • 11:35:21 <NamelessCoder> if you mean the FLUIDTEMPLATE cObject then that's not really our department. We (the team behind the extensions this channel is about) make extensions that allow you to do these things without using a lot of TypoScript (which is what you need to do if you use only FLUIDTEMPLATE). We document our extensions on fluidtypo3.org and you're welcome to give those a try - but I'm afraid time is precious and I can't offer my help teaching the use of
  • 11:35:22 <NamelessCoder> FLUIDTEMPLATE, sorry.
  • 11:35:24 <jmverges> did you add the ts files to your root page?
  • 11:35:33 <bjo3rn> hi guys
  • 11:35:54 <bjo3rn> thezet followed my blog post about single page design with ft3
  • 11:36:10 <jmverges> bjo3rn, url?
  • 11:36:17 <NamelessCoder> in case you're using our extensions, check that you performed all steps in our guide to get started - creating provider extension, selecting page template, and so on.
  • 11:36:22 <bjo3rn> and what he's got is working
  • 11:36:25 <bjo3rn> https://worksonmymachine.org/blog/onepage-design-with-fluidtypo3
  • 11:36:37 <bjo3rn> am I right thezet?
  • 11:36:53 <thezet> yes, seems that do something wrong but i don't understand what exactly
  • 11:37:09 <bjo3rn> so you have two page templates and layouts?
  • 11:37:19 <bjo3rn> (for the containing page)
  • 11:37:29 <Akii> hey NamelessCoder, what's this convention-over-configuration thing for extbase all about?
  • 11:37:52 <jmverges> bjo3rn, thank you
  • 11:38:00 <bjo3rn> yw
  • 11:38:36 <NamelessCoder> Akii not ready for show and tell yet. But in general terms, it's about a manifest-class strategy with more automation for defining stuff like plugins and modules
  • 11:38:41 <thezet> NamelessCoder I followed the guide, everything works fine.. i jsut cannot understand how to make new template... should I create it in frame of existing extension?
  • 11:38:58 <thezet> bjorn, u r right
  • 11:39:08 <Akii> NamelessCoder: I thought it might be able to generate TCA/SQL stuff automagically as well
  • 11:39:45 <NamelessCoder> thezet you create additional templates that you can select, simply by creating new files in your provider extension's folders for either Page or Content templates - Resources/Private/Templates is the location
  • 11:40:14 <NamelessCoder> Akii already have that, or at least an abstraction that lets you do things much, much quicker than TCA
  • 11:41:02 <Akii> it's a shame that the reflection service is so limited :(
  • 11:41:12 <NamelessCoder> you can use Form instances as TCA now, and there's also a convention-based detection in place
  • 11:42:44 <thezet> great, i created new template... i mean template file in /ext/extname/Resources/Private/Templates and layout in /ext/extname/Resources/Private/Layouts
  • 11:44:44 <thezet> but in my Typoscript Setup and have 10 = FLUIDTEMPLATE 10 { file = fileadmin/template/index.html
  • 11:45:32 <bjo3rn> thezet you are not using fluidpages?
  • 11:47:39 <thezet> i followed this guide - https://worksonmymachine.org/blog/fluidtypo3-quickstart-part-2
  • 11:48:33 <NamelessCoder> apparently you did another guide before that, because your setup currently isn't from our extensions
  • 11:51:43 <thezet> well, i'm again in wrong place. I would be very appreciated if someone could explain me how to assign new template.
  • 11:53:28 <thezet> i was searching in google, but seems that this is very confidential information which nobody dont want to share
  • 11:53:56 <bjo3rn> thezet it's not confidential, it's too obvious maybe ^^
  • 11:54:10 <bjo3rn> ok, step by step
  • 11:54:21 <thezet> i believe
  • 11:54:38 <thezet> but i can't..
  • 11:54:39 <bjo3rn> you have installed flux, fluidpages and vhs?
  • 11:54:47 <thezet> yes, bjorn
  • 11:54:58 <bjo3rn> you created a provider extension?
  • 11:55:13 <thezet> exactly, as described in tutorial
  • 11:55:37 <bjo3rn> you have two page templates and layouts now according to the single page post?
  • 11:56:26 <bjo3rn> ...and both live in yourext/Resources/Private/Templates/Page resp. yourext/Resources/Private/Layouts?
  • 11:56:42 <thezet> two templates in /resources/private/templates/ index.html (using for homepage) and page.html
  • 11:56:50 <thezet> and the same in Layouts folder
  • 11:57:41 <bjo3rn> ok, first of all mind the correct spelling of the folder names. by convention it's all upper case (first letter)
  • 11:57:51 <thezet> yes sure
  • 11:57:55 <bjo3rn> ok
  • 11:58:21 <thezet> index.html is used for homepage... nvc.az/index.php
  • 11:58:23 <thezet> it works ok
  • 11:58:38 <bjo3rn> now, which template is for the containing page and which for the single page sections?
  • 12:01:16 <thezet> good question, what is containing and single page? i have only one page template...
  • 12:01:50 <bjo3rn> okeeee. I assumed you referred to the 'single page layout' post.
  • 12:02:12 <bjo3rn> apparently you don't so forget that.
  • 12:02:13 <thezet> https://worksonmymachine.org/blog/fluidtypo3-quickstart
  • 12:03:39 <bjo3rn> ok, to make the templates selectable you simply need to provide different form ids to the flux forms in the configuration section of each page tempalte
  • 12:03:43 <bjo3rn> *template
  • 12:04:24 <bjo3rn> like <flux:form id="frontpage">...</flux:form> and <flux:form id="subpage">...</flux:form>
  • 12:04:54 <bjo3rn> and make sure the layouts are assigned correctly with <f:layout name="..."/>
  • 12:06:41 <thezet> OK
  • 12:07:27 <thezet> in my configuration in /Template/Page/Subpage.html - have absolutely new id
  • 12:08:29 <bjo3rn> let's speed things up: please post your templates and layouts in a gist or on pastebin.
  • 12:09:59 <thezet> just one question. where should I choose new template for subpage?
  • 12:10:14 <thezet> Edit Page properties --> Page layouts ?
  • 12:10:22 <bjo3rn> exactomundo
  • 12:11:34 <thezet> I have selections -> LLL:EXT:karaoke/Resources/Private/Language/locallang.xlf:flux.Index and LLL:EXT:karaoke/Resources/Private/Language/locallang.xlf:flux.Subpage
  • 12:12:03 <bjo3rn> correct.
  • 12:12:11 <bjo3rn> those are translation keys
  • 12:12:21 <thezet> but when i choose Subpage.. my subpage anyway template for index.html
  • 12:12:45 <bjo3rn> well, as I said: please post your templates so we can have a look.
  • 12:12:50 <thezet> and I think that I have TS in setup 10 = FLUIDTEMPLATE 10 { file = fileadmin/template/index.html
  • 12:13:10 <bjo3rn> aha, that's not required at all. please remove that.
  • 12:13:11 <thezet> ok, i will prepare and will share with you... thanks Bjorn for ur time
  • 12:13:57 <bjo3rn> first remove the ts. it may pretty sure solve your issue.
  • 12:14:11 <thezet> removed... and Homepage became empty)
  • 12:14:25 <bjo3rn> did you include the static ts from fluidpages?
  • 12:16:27 <thezet> hmm
  • 12:17:02 <bjo3rn> ...translates to...?
  • 12:17:04 <bjo3rn> ^^
  • 12:17:34 <thezet> no, where should I do it?
  • 12:17:57 <bjo3rn> in the root template of your site
  • 12:20:10 <bjo3rn> ah, wait, it's no longer required in the current release of fluidpages unless configured otherwise.
  • 12:20:27 <bjo3rn> go ahead and clear all caches via install tool
  • 12:21:01 <bjo3rn> and I'd like to stress 'via install tool'
  • 12:21:04 <bjo3rn> ^^
  • 12:21:58 <thezet> ok, i'm checking..
  • 12:23:46 <thezet> sorry, Bjorn, i should leave.. i'll back soon, thank u very much
  • 12:24:41 <bjo3rn> yw
  • 13:08:56 <benjamin_654> hi, i have a extension "ext_x" and a extension "ext_y". ext_y overrides the templates folders for ext_x, so that all templates are located in /typo3conf/ext/ext_y/Resources/Private/[…]. When i now use the v:asset view helpers inside a relocated template from ext_x, it does not look in ext_y/Resources but in ext_x/Resources. How can i change that? I know that i could use "EXT:ext_y" in the path, but i would
  • 13:08:57 <benjamin_654> like to know if there is a way to configure this globally..
  • 13:11:57 <bjo3rn> benjamin_654 what about ext:view?
  • 13:12:29 <bjo3rn> https://github.com/FluidTYPO3/view
  • 13:14:38 <benjamin_654> will this also affect the default extension path for assets? i thought its only for templates ..
  • 13:15:12 <bjo3rn> ah, assets, sure.
  • 13:15:26 <bjo3rn> you are right. templates only, sorry
  • 13:19:06 <benjamin_654> ah, i just noticed that i am using f:uri.resource to generate the asset path, i guess the extension folder is determined in this view helper ..
  • 13:22:46 <benjamin_654> @bjo3rn but your idea could work some other way: maybe i could use ext:view to override the extensionName argument of the f:uri.resource view helper ..
  • 14:10:59 <ndee> what's the easiest way to make a multi-dimensional array unique based on a subproperty? I can't wrap my head around the v:iterator.filter unfortunately :/
  • 14:17:57 <ndee> groupedFor ftw
  • 14:52:32 <ste101> Hello, I'm not shure when to use fluidcontent and when fluidcontent_core. Could you please give me a hint
  • 15:15:56 <mrboe> @ste101 fluidcontent_core replaces CSC
  • 15:16:34 <benjamin_654> ste101: use fluidcontent when fluidcontent_core can not be used (for example if necessary fields are not available). by using fluidcontent_core you stay closer to the core than with using fluidcontent - so you might have less problems with other extensions ..
  • 15:20:19 <NamelessCoder> the shortest possible explanation: fluidcontent_core renders the core's CTypes one template per type, fluidcontent renders its own CType which has a field that determines which template you render.
  • 15:20:46 <NamelessCoder> you want an additional element type? use fluidcontent.
  • 15:21:04 <NamelessCoder> you want to modify a core element type? use fluidcontent_core (or stick with CSC if you prefer)
  • 16:00:56 <Xatenev1> Heya peeps
  • 16:01:05 <Xatenev1> how can i check if a value is inside an array?
  • 16:01:11 <Xatenev1> for example i have an array with the values 7 8 9 10
  • 16:01:29 <Xatenev1> and it should print "heya" if value 7 is inside it
  • 16:01:42 <Xatenev1> Is this possible?
  • 16:08:57 <bjo3rn> Xatenev1 v:condition.iterator.contains
  • 16:09:19 <Xatenev1> I have to install an extension for "v" right? .p
  • 16:09:25 <bjo3rn> yes, vhs
  • 16:09:38 <Xatenev1> Any other way?
  • 16:09:41 <Xatenev1> with normal fluid?
  • 16:09:47 <bjo3rn> not to my knowledge
  • 16:09:47 <danilobuerger> yes
  • 16:09:58 <danilobuerger> Xatenev1 f:for and f:if on each value
  • 16:10:00 <bjo3rn> apart from looping
  • 16:10:03 <bjo3rn> ^^
  • 16:10:17 <Xatenev1> I will probably just loop den :P
  • 16:10:22 <Xatenev1> thought theres a cooler solution
  • 16:10:23 <Xatenev1> ty anyways
  • 16:10:35 <bjo3rn> the cool solution is to use vhs ;)
  • 16:11:17 <danilobuerger> bjo3rn nowadays i think it depends... vhs invites you todo a lot in templates that you should actually do in a controller
  • 16:11:36 <bjo3rn> that depends ^^
  • 16:11:50 <bjo3rn> there is such thing as view logic imho
  • 16:12:12 <Xatenev1> Na this should be done in a service normally if its bigger
  • 16:12:14 <Xatenev1> :p
  • 16:12:39 <bjo3rn> 'if it's bigger'. see? it depends ;)
  • 16:13:22 <Xatenev1> Yea it depends on how far you wanna use OOP
  • 16:13:30 <Xatenev1> (how far its effective)^^
  • 16:13:45 <Xatenev1> and what kind of logic u have :P
  • 16:13:54 <bjo3rn> [16:01:29] <Xatenev1> and it should print "heya" if value 7 is inside it
  • 16:14:02 <bjo3rn> no oop required ;)
  • 16:14:10 <Xatenev1> Yea I just mean :)
  • 16:14:13 <Xatenev1> for that view logic stuff :P
  • 16:14:20 <Xatenev1> everybody from java would kill us all probably
  • 16:14:21 <Xatenev1> xD
  • 16:14:23 <bjo3rn> sure, just kidding
  • 16:14:25 <bjo3rn> ^^
  • 16:15:50 <Xatenev1> Hm the looping stuff doesnt work that well i guess
  • 16:16:05 <Xatenev1> cause I have to compare a lot of values
  • 16:16:17 <Xatenev1> big foreach inside big foreach isnt cool :o
  • 16:17:32 <bjo3rn> sounds like a job for the db?
  • 16:36:26 <pedda> @danilobuerger agree
  • 16:37:23 <pedda> once i started wondering why my projects become so slow ..
  • 16:37:24 <pedda> :D
  • 16:38:00 <danilobuerger> couple of months ago i did a lot in my templates... i reduced that by a lot.. my vhs usage is basically down to assets and content / menu rendering
  • 16:38:29 <danilobuerger> more lifting in controllers...
  • 16:44:49 <pedda> same here
  • 16:49:02 <bjo3rn> true. business logic is not the view's responsibility. especially in uncached environments.
  • 16:50:18 <danilobuerger> but vhs is often used that way as it contains a view helper for nearly everything
  • 16:50:24 <bjo3rn> that's true
  • 16:51:13 <bjo3rn> at a certain point it make a lot more sense to create a plugin
  • 16:51:23 <bjo3rn> and that point is reached quite early
  • 16:52:05 <danilobuerger> or a content / page controller, or a widget or a view helper ;-)
  • 16:52:15 <danilobuerger> again depending on your need :-)
  • 16:52:15 <bjo3rn> you name it ^^
  • 16:52:45 <danilobuerger> i have done a lot of typo3 flow lately and it changed my mind quite a bit regarding how i used ft3 before
  • 16:52:49 <bjo3rn> this is also the reason why fed was exposed to some hate in the early days.
  • 16:53:15 <bjo3rn> typo3 flow?
  • 16:53:22 <bjo3rn> that framework?
  • 16:54:15 <danilobuerger> yeah
  • 16:54:32 <danilobuerger> its very nice
  • 16:54:44 <bjo3rn> sf2 ftw!
  • 16:54:47 <danilobuerger> lol
  • 16:54:59 <danilobuerger> sf2 is a piece of shit compared to typo3 flow
  • 16:55:18 <bjo3rn> ok, you are out of your mind. let's stop this. ^^
  • 16:56:13 <danilobuerger> well did you already use typo3 flow to create an actual application not just testing?
  • 16:56:43 * bjo3rn is not listening
  • 16:56:51 <bjo3rn> ^^
  • 17:04:50 <mneuhaus> hey ho :)
  • 17:05:18 <mneuhaus> can anyone tell me what exactly i need to flush to regenerate the "New Content element" entries for fluidcontent?
  • 17:06:02 <danilobuerger> mneuhaus in the wizard?
  • 17:06:06 <mneuhaus> Frontend Cache, General Cache, System Cache, Installer: Clear all Cache
  • 17:06:07 <mneuhaus> yep
  • 17:06:18 <danilobuerger> you did all of those?
  • 17:06:27 <mneuhaus> tried all of those in various combinations and seems kind of "by chance"
  • 17:06:32 <danilobuerger> hmm
  • 17:06:55 <danilobuerger> hmm, general or system should be enough i think
  • 17:07:02 <mneuhaus> + i have the wizard open in a tab itself, not in an iframe and i reload it with cmd + shift + r
  • 17:07:53 <mneuhaus> right now i cleard all of the above and now it's not generating at all
  • 17:08:07 <mneuhaus> there used to be some .FED….. file in typo3temp, right?
  • 17:08:14 <danilobuerger> yeah there was
  • 17:08:19 <mneuhaus> has that moved somewhere?
  • 17:10:03 <randomresult> it removed i think
  • 17:10:04 <danilobuerger> afaik this is using the cache manager now
  • 17:10:27 <danilobuerger> mneuhaus see ConfigurationService->writeCachedConfigurationIfMissing
  • 17:10:58 <mneuhaus> ah, ok, so i need to flush cf_fluidcontent as it seems :)
  • 17:11:29 <danilobuerger> probably, but this shouldnt be neccessary when creating new elements imo
  • 17:11:34 <mneuhaus> that table is not affected by any of these: Frontend Cache, General Cache, System Cache
  • 17:11:35 <danilobuerger> maybe some obscure bug
  • 17:11:54 <mneuhaus> installer: Clear all cache works
  • 17:11:59 <danilobuerger> cool
  • 17:23:11 <mneuhaus> reason why i was trying to clear that, has anyone an idea why/how this might pop up?
  • 17:23:12 <mneuhaus> http://dl.dropbox.com/u/314491/Screenshots/subn6fxitp1b.png
  • 17:24:09 <mneuhaus> seems to happen as soon as i add for example this template:
  • 17:24:09 <mneuhaus> https://gist.github.com/mneuhaus/ba87d2c4ee52ba2ba100
  • 17:24:36 <mneuhaus> i removed but that
  • 17:24:54 <mneuhaus> can't see anything wrong with it
  • 18:33:49 <jmverges> hey folks
  • 18:33:54 <jmverges> when typo3 7 happened?
  • 18:34:27 <danilobuerger> ?
  • 18:34:36 <jmverges> I think that the same VagrantBox where I working yesterday retrieve TYPO3 6.2.* and today is retrieving 7.0
  • 18:35:13 <jmverges> I'm not joking
  • 18:35:17 <jmverges> http://typo3.org/download/
  • 18:35:22 <jmverges> here is not 7.0
  • 18:36:17 <danilobuerger> https://git.typo3.org/Packages/TYPO3.CMS.git/commit/c0dd8d599bb36e235a0dbf3d1090b51c60abb400
  • 18:36:33 <jmverges> juas
  • 18:36:54 <jmverges> does anybody tried fluidpowered with TYPO3 7?
  • 18:36:55 <jmverges> xD
  • 19:07:51 <randomresult> hi there
  • 19:07:57 <randomresult> anyone out there?
  • 19:08:49 <danilobuerger> sure
  • 19:09:04 <randomresult> hey danilo!
  • 19:09:07 <randomresult> hows life
  • 19:09:30 <randomresult> you know if it is possible to clear cache using the shell?
  • 19:11:00 <danilobuerger> typo3 cms cache?
  • 19:11:05 <randomresult> ja genau
  • 19:11:23 <randomresult> sorry. - german -
  • 19:11:39 <randomresult> \O/
  • 19:14:03 <danilobuerger> there isnt a build in command, but there are several extensions that provide one, alternatively just do some rms and truncate yourself in a bash script
  • 19:14:35 <randomresult> extensions? which one?
  • 19:16:05 <randomresult> i will find them
  • 19:16:22 <danilobuerger> yes just google
  • 19:16:43 <randomresult> but.. there is this link "clear all cache" in installtool...
  • 20:04:40 <gbod> randomresult: Take a look into this extension - here you can flush the cache via cli command randomresult
  • 20:04:50 <gbod> helhum/typo3-console
  • 20:04:56 <randomresult> hi
  • 20:04:58 <randomresult> i will
  • 20:05:02 <randomresult> thx
  • 20:05:20 <randomresult> typo3.org seems to be maintained
  • 20:05:43 <randomresult> ah its back again
  • 20:06:04 <gbod> https://github.com/helhum/typo3_console
  • 20:10:25 <randomresult> looks nice. missing docs :) as allways
  • 20:11:27 <gbod> ./typo3cms help should help the most
  • 20:15:52 <randomresult> i will install and check
  • 20:15:53 <randomresult> thx

20141025

  • 02:00:37 <jmverges> hi folks
  • 02:02:15 <jmverges> debug: Executing '/var/www/test1/typo3/cli_dispatch.phpsh extbase extension:install scheduler'
  • 02:02:17 <jmverges> err: /Stage[main]/Typo3/Exec[loadTYPO3Extensionscheduler]/returns: change from notrun to 0 failed: /var/www/test1/typo3/cli_dispatch.phpsh extbase extension:install scheduler returned 1 instead of one of [0] at /var/www/typo3-base/puppet/modules/typo3/manifests/init.pp:106
  • 02:02:31 <jmverges> '/var/www/test1/typo3/cli_dispatch.phpsh extbase extension:uninstall css_styled_content'
  • 02:02:33 <jmverges> err: /Stage[main]/Typo3/Exec[removeTYPO3Extensionscs]/returns: change from notrun to 0 failed: /var/www/test1/typo3/cli_dispatch.phpsh extbase extension:uninstall css_styled_content returned 1 instead of one of [0] at /var/www/typo3-base/puppet/modules/typo3/manifests/init.pp:99
  • 09:48:39 <jmverges> good morning mates
  • 10:04:02 <benjamin_654> good morning
  • 13:01:45 <TYPO3ua> Hello, everybody!
  • 13:04:13 <TYPO3ua> I have a text which is divided by rows for example:
  • 13:04:56 <TYPO3ua> row line 1, row line 2, row line 3, row line 4 ....,
  • 13:05:42 <TYPO3ua> How do I get the value of line 3?
  • 18:32:24 <jmverges> www.pastebin.com/uMbm7QKX only is working jmverges.dev, mandarina.dev returns no input file specified.
  • 18:43:24 <gbod_afk> jmverges: interesting but ...
  • 18:45:08 <jmverges> gbod, what happend?
  • 18:46:55 <arnekolja> Hey there. I am migrating my migration from old fedext settings to flux 7.1, fluid pages 3.1.1 and fluid content 4.1. So far everything works fine, but whatever I do - I cannot get a page's grid to show up. I can correctly switch to the template I defined and it's working in the fronted, but the backend layout does not switch.
  • 18:47:46 <arnekolja> I even shrunk down the grid definition to <flux:form.content name="Hauptinhalt" />, but it still does not show the proper backend layout.
  • 18:48:03 <arnekolja> Do you have any hints for me how to debug this or what I could have forgotten?
  • 18:48:25 <arnekolja> *extension
  • 18:49:14 <jmverges> did you run the script?
  • 18:49:47 <arnekolja> the script? the update script in EM?
  • 18:51:37 <jmverges> sure
  • 18:52:09 <arnekolja> yep. didn't do anything. 0 rows needed to be updated and caches are as clear as they could be.
  • 18:55:01 <gbod> arnekolja. You have to set th Backend Layout to Fluidpages in the Appearance Tab of page settings.
  • 18:59:43 <arnekolja> gbod, thanks a lot. That was it. Fun fact: I didn't see this, because my extension hides the backend layout field, as it wasn't needed before migrating. Seems like having to choose the backend layout once is totally new.
  • 19:00:17 <arnekolja> Weird that I did not see this in any documentation.
  • 19:02:37 <gbod> arnekolja: Well, it's now the standard TYPO3.CMS way of switching the backend layout.

20141026

  • 00:58:13 <gbod> Hi! I did a tiny dive into the felogiin issue.
  • 00:58:25 <gbod> Two things:
  • 00:59:17 <gbod> 1. We're emptying the whole tt_content structure in TS (setup.txt - line 69)
  • 01:01:01 <gbod> 2. The felogin controller (FrontendLoginController.php) relies on settings from csc - mainly the template
  • 01:01:20 <gbod> I did two steps to recreate the login box:
  • 01:01:55 <gbod> 1. Readd the TS from ext_localconf of felogin into fluidcontent_core's setup.txt
  • 01:03:21 <gbod> 2. Set the Template file path via {$styles.content.loginform.templateFile} setting
  • 01:03:35 <gbod> This brought back the login box.
  • 20:42:15 <jmverges> hi there
  • 20:42:39 <jmverges> xaver, are you here? I'm continue fighting with your vagrant box ;)
  • 20:43:11 <jmverges> does anybody know something about No file input specified?
  • 20:43:27 <xaver> fighting? changing for a other goal :P
  • 20:43:45 <xaver> yes your fpm won't load the file
  • 20:44:11 <xaver> or nginx can't connect to fpm
  • 20:52:29 <jmverges> so... could you help me with that?
  • 20:52:53 <jmverges> if I generate 10 websites with vagrant provision only the last one is accesible
  • 20:54:19 <jmverges> how could I know if is because the first reason or the second one?
  • 20:58:11 <jmverges> xaver?
  • 20:59:25 <xaver> this is far away from the goal of the vagrant box
  • 21:00:41 <xaver> like i wrote i would setup 10 boxes or use a UI like ISPConfig to manage it
  • 21:09:10 <jmverges> wow I have no idea about what is that but sounds interesting
  • 21:09:24 <jmverges> if a put a html file is working
  • 21:09:50 <jmverges> so, should be something related with http://pastebin.com/UDvJrsAE
  • 21:10:00 <jmverges> I had that one per site
  • 21:43:36 <jmverges> xaver I got it
  • 21:43:41 <jmverges> was open_basedir

20141027

  • 08:21:02 <ulrikkold> morning!
  • 09:48:03 <ndee_> I would like to render a content element which has been translated. On the translated page, I still see the default language CE since I render it with: <v:content.render contentUids="{1: feature.uid}" /> I see that feature has a property _localizedUid but I can't manage to access it in fluid.
  • 09:48:11 <Xatenev> morning peeps
  • 09:48:49 <Akii> good morning :)
  • 09:49:55 <jmverges> hi there folks
  • 09:50:22 <Akii> thanks bjo3rn for the blog post regarding generating menus
  • 09:50:42 <zbychu555> Hello everybody, I have one problem with FLUIDCONTENT. I would like to create grid as content element (I need columns in CE), but when I do it step by step with documentation, I don't have any results in the backend. For templating I use FLUIDTEMPLATE instead FLUIDPAGES - maybe it is wrong? Normal CE (as FAL, input, header) created in FLUIDCONTENT
  • 09:50:42 <zbychu555> works great.
  • 10:03:52 <ndee_> is there a way to access underscored variables in a fluid template?
  • 10:22:03 <gregglazewski> connect #symfony
  • 10:22:37 <Akii> ndee_: with the variable.get VH maybe
  • 11:05:54 <ndee_> Akii: looks like it's a protected property. What's the best practice to get a translated record?
  • 11:06:32 <Akii> not quite sure what you want to achieve here
  • 11:06:41 <Akii> localized CE?
  • 11:06:46 <Akii> also, what for?
  • 11:10:25 <ndee_> Akii: I have an extension where a user can link to different CEs. So when I'm on the french page e.g., I would like to show the french CE.
  • 11:12:05 <Akii> I'd do that inside the controller
  • 11:12:13 <Akii> maybe there is some sort of repository for CEs
  • 11:19:53 <ndee_> it's crazy, I do see the correct value in _localizedUid but there's no way I can access it
  • 11:46:12 <jmverges> hey folks is working FluidTYPO3 site kickstarter with 6.2?
  • 12:05:17 <flowbob> hey guys, where do i find the page.menu template for submenus in order to add the classes needed for bootstrap dropdown
  • 12:06:34 <tdeuling> hi @ all. I've a little problem with a fluid if-condition: http://pastebin.com/7HLiJjQ0 I tried to compare two viewhelper results, which are basically page ids. but when the returned numbers are different, the f:then is executed.. anyone knows what could be the problem?
  • 12:21:10 <NamelessCoder> tdeuling insufficiently qouted use of inline viewhelper as array member.
  • 12:21:24 <feelx> hi all... what VH should I use to make a flux select box for selecting a page from the pagetree? flux:field.tree? with table="pages" ? (using DEV branch)
  • 12:22:25 <NamelessCoder> feelx field.relation(table: 'pages') and whichever additional attributes you require
  • 12:23:54 <feelx> oh thank you.. Will try this one ;)
  • 12:28:41 <feelx> It works but is there a way to have the page tree sorted like 1., 1.1, 1.2,2.,2.1,.. etc instead of 1.,.2.,3. and subpages afterwards?
  • 12:33:55 <jmverges> NamelessCoder, feelx, flowbob is working properly FluidTYPO3 kickstarter
  • 12:34:48 <feelx> sorry, I don't know :-/
  • 12:38:01 <tdeuling> NamelessCoder: Got it.. (facepalm).. thank you
  • 12:40:04 <NamelessCoder> flowbob the trick is called "manual menu rendering" and is done using tag content, not a template. See https://fluidtypo3.org/library/code-examples.html
  • 12:40:43 <NamelessCoder> jmverges it should work on the most recent 6.2 but you may need to pick version 1.0.0 - EM started doing something strange with distributions I think because of missing files, but I ran out of fixing time last night
  • 12:41:34 <flowbob> thx @NamelessCoder i'll look into that ;)
  • 12:46:03 <feelx> NamelessCoder, can I have the selectbox of flux:field.relation rendered as 'tree'? Instead of a select box sorted by UID of 'pages'? It makes no sense in my case cuz I should have page-hierarchy
  • 12:46:31 <feelx> renderMode="tree" returns with an error (treeconfig not set).
  • 13:18:37 <feelx> I got it working now with "flux:field.tree" ... one little issue is still there. I need a 'displayCond' similar to 'PID > 1' since I don't want items (uid) in the Tree with PID = 0 or PID = 1. What syntax do I need for the displayCond attribute of flux:field.tree VH?
  • 13:19:35 <NamelessCoder> displayCond governs field visibility, not option visibility. To limit selections, use "condition"
  • 13:21:29 <feelx> oh.. thx NamelessCoder :)
  • 13:22:03 <feelx> condition="pid>1" is enough?
  • 13:23:37 <feelx> or SQL statement like condition="AND pages.pid > 1"
  • 13:56:24 <feelx> hmmm ... the flux:tree field is always empty with condition. even when I do condition="AND uid=13" or condition="pages.uid=13". And I definitly have a pages.uid = 13 page in my table
  • 14:59:09 <feelx> I did a git pull request on all fluidtypo3 EXT. Somehow my tabs in the new-content-wizard is gone. I read about wizardTab should be changed to the options attribute like options="group: 'My Group'}" ... but the tab (My Group) is still gone and I have a broken-image above my content elements. What else can cause this?
  • 14:59:58 <feelx> btw: I deleted typo3temp/* and did a clear all cache in the install-tool. But the issue is still present
  • 15:01:50 <Akii> syntax error in line 2 near options="group: expected { but got string
  • 15:02:34 <Akii> options="{group: 'My Group'}"
  • 15:07:13 <feelx> oh my gosh! :-X thank you! :)
  • 15:07:20 <Akii> ha!
  • 15:07:41 <feelx> need a break ;) ty really
  • 15:07:47 <Akii> what I found out yesterday while migrating some templates: you get weird entries in tabs if the templates itself can't be compiled
  • 15:07:51 <Akii> np
  • 15:08:03 <Akii> so var.get instead of variable.get etc.
  • 15:12:51 <feelx> okay... will check that too... I moved all my templates out of the directory and change each by each
  • 15:22:42 <jmverges> hi again
  • 15:34:31 <jmverges> hi folks, some help with nginx optimization? I'm getting 502 usually and all is too slow
  • 15:35:40 <Akii> looks more like php errors to me, have you checked the error log?
  • 15:39:07 <cedricziel> i bet it's a timeout issue then. in your fpm pool, set catch worker output to true and then check your error log. If you are in production, also make sure you disabled deprecation log and enabled production context
  • 15:41:20 <flowbob> i asked this question before, but got disconnected.
  • 15:41:41 <cedricziel> ?
  • 15:42:08 <flowbob> how do i check with condition wether a section is empty
  • 15:42:10 <flowbob> https://gist.github.com/anonymous/d114ef8936dd8c720e65
  • 15:42:11 <Akii> hi ced :D
  • 15:42:39 <jmverges> is not production is development
  • 15:42:41 <cedricziel> Hey phil, how are you?
  • 15:42:58 <Akii> good good, and you?
  • 15:44:17 <cedricziel> still recovering
  • 15:44:20 <erredeco> Hi there. I use T3 6.2.6 and latest version of flux, fluidpages, fluidcontent, vhs. I'm trying to build up a carousel using this as example:
  • 15:44:26 <erredeco> https://github.com/bootstraptheme-for-typo3/fluidcontent_bootstrap/blob/development/Resources/Private/Templates/Content/Carousel.html
  • 15:44:28 <Akii> from what? O.o
  • 15:44:37 <cedricziel> flu
  • 15:44:41 <Akii> ew
  • 15:45:12 <erredeco> But I'm fond of Zurb Foundation, so I'm trying to adapt it to Orbit Carousel
  • 15:45:25 <cedricziel> absolutely. been to the hospital
  • 15:45:40 <Akii> so serious? wow
  • 15:45:47 <Akii> but it's better now?
  • 15:45:57 <erredeco> [sorry to hear that @cedricziel, hope you're better]
  • 15:46:22 <cedricziel> yes, slowly, but it's getting better
  • 15:47:37 <erredeco> :)
  • 15:48:04 <erredeco> This is what I've done so far: http://pastebin.com/zWY40T1U
  • 15:54:13 <Akii> that's no longer needed afaik {0: elementData.caption} != {0: ''}
  • 15:54:19 <Akii> what's the question? ^^
  • 15:59:18 <jmverges> Akii, some help with nginx?
  • 15:59:52 <Akii> jmverges: what cedricziel said, check the error log
  • 16:00:08 <jmverges> I know what it is
  • 16:00:13 <jmverges> is saying that is to slow
  • 16:00:26 <Akii> so it's a timeout.. hmm
  • 16:00:38 <cedricziel> which context are you running in?
  • 16:01:01 <jmverges> I'm working with xaver vagrant machine
  • 16:01:07 <jmverges> more or less
  • 16:01:11 <jmverges> with some modifications
  • 16:01:20 <cedricziel> so you're runngin in development context !?
  • 16:01:22 <jmverges> https://github.com/FluidTYPO3/FluidTYPO3-Vagrant
  • 16:01:26 <jmverges> yes, sure
  • 16:01:31 <jmverges> development
  • 16:01:43 <cedricziel> i mean the TYPO3 Context
  • 16:02:14 <Akii> I don't remember vagrant being particular fast..
  • 16:02:15 <jmverges> uhm, I saw that typo4 says Production in some place
  • 16:03:34 <cedricziel> (vagrant is not your performance buddy... )
  • 16:04:01 <jmverges> TYPO3*
  • 16:04:14 <jmverges> cedricziel, what can I do?
  • 16:07:50 <erredeco> Plus, I can say that {elementData.id} has the correct value
  • 16:12:33 <jmverges> cedricziel, ?
  • 16:48:39 <jmverges> listen = 127.0.0.1:9000 or listen = /var/run/php5-fpm.sock : ?
  • 17:00:47 <robson> Hello together, making in the install tool a db compare i get these actions, but i i think that is not a really good idea?
  • 17:00:48 <robson> ALTER TABLE fe_users DROP KEY index_fluxcolumn;
  • 17:00:48 <robson> ALTER TABLE fe_users DROP KEY index_fluxparent;
  • 17:00:48 <robson> ALTER TABLE fe_users DROP KEY index_fluxparentcolumn;
  • 17:36:01 <danilobuerger> robson flux doesnt add to fe_users https://github.com/FluidTYPO3/flux/blob/development/ext_tables.sql
  • 18:56:01 <feelx> when I have a fluidcontent Element... Can I DISABLE to use the 'default' typo3 Header?
  • 19:16:39 <danilobuerger> feelx BE or FE ?
  • 20:15:51 <gbod> feelx: https://worksonmymachine.org/blog/custom-rendering-of-default-headlines-in-fluidtypo3
  • 20:34:46 <Andi445> Hi there! Does vhs have/had issues with translations? v.page.menu does allways get the whole page tree of the language with uid 0, although sys_language_mode is strict and only some pages are translated
  • 20:51:17 <jmverges> hi there

20141028

  • 09:03:22 <erredeco> question: (bug?) in the "new content element" wizard I don't see the "FCE" tab with my fluid content element. Instead, in the "plugin" tab I see... the templates of PAGES!! Why??
  • 09:40:09 <flowbob> good morning guys
  • 09:40:30 <flowbob> still trying to find out how to get something like this to work: https://gist.github.com/anonymous/d114ef8936dd8c720e65
  • 09:47:41 <Akii> looks like the section would know when it's supposed to be empty
  • 09:48:22 <gbod> flowbob: Take a look at https://github.com/FluidTYPO3/view. You might build a template with an empty news section and as an override you take the template with the filled news section. You won't need the f:if structure in this case.
  • 09:56:35 <ruben> hello, im trying to get all fieldnames of a specific contentelement/templates configuration section in my backend modules controller, does anyone knows how to render that manually?
  • 11:45:05 <jmverges> morning mates
  • 11:48:42 <Momodedf> hello
  • 11:48:50 <jmverges> hello Momodedf
  • 11:59:19 <jmverges> hi folks, I've been fighting with a vagrant machine all the last week
  • 11:59:31 <jmverges> and it is still slow
  • 12:00:37 <jmverges> could anyone provide me a bit of help?
  • 12:02:43 <danilobuerger> isnt there a vagrant channel for that?
  • 12:02:53 <danilobuerger> thats not really a question for #fedext
  • 12:10:08 <jmverges> well, I'm just doing all this stuff to be able to work with fluidpowered
  • 12:10:27 <jmverges> and to convert a team in a team that works with fluidpowered
  • 12:10:40 <Akii> it's still a vagrant issue
  • 12:10:46 <jmverges> so, danilobuerger you are right, maybe is not the best place
  • 12:10:56 <jmverges> Akii, both of you are right
  • 12:11:24 <jmverges> however I'm just wondering that developers in this room are working in the same way
  • 12:11:41 <Akii> last time I tried vagrant I ditched it because each request (no fluid stuff) took like 30 seconds)
  • 12:12:07 <jmverges> this is my problem, is too slow
  • 12:12:32 <jmverges> but I don't understand why. I worked with symfony in a vagrant box and it worked fine
  • 12:17:51 <jmverges> so, does anyone use vagrant for typo3 and fluid? powered?
  • 12:19:36 <danilobuerger> i think xaver does..
  • 12:19:42 <danilobuerger> i dont see a reason to use vagrant
  • 12:21:23 <jmverges> I need to homogenize the enviroment for a team, that is the only reason at least for me
  • 13:12:04 <randomresult> if you work with windowsuser you need a vagrant box. but to get one running on all systems...
  • 13:28:31 <bjo3rn> jmverges nfs-share?
  • 13:29:11 <jmverges> bjo3rn, now yes. I changed it to nfs
  • 13:29:32 <jmverges> and I also unmount the default /vagrant directory
  • 13:29:35 <bjo3rn> afair this is a bottleneck
  • 13:29:46 <bjo3rn> sec
  • 13:30:29 <bjo3rn> it's recommended - at least for sf2 - to not have cache/log/temp on the nfs-share
  • 13:30:39 <bjo3rn> see http://www.whitewashing.de/2013/08/19/speedup_symfony2_on_vagrant_boxes.html
  • 13:30:53 <bjo3rn> but that's all I can throw in :S
  • 13:31:11 <bjo3rn> you should ask xaver
  • 13:35:43 <jmverges> I will try it ;)
  • 13:35:56 <jmverges> bjo3rn, do you work with its vagrant machine?
  • 13:54:00 <pedda> hi there
  • 13:54:18 <pedda> how do you guys handle those FAL localization problems?
  • 13:54:39 <pedda> do you use FAL at all in multilanguage projects?
  • 13:54:54 <danilobuerger> pedda yes
  • 13:55:04 <danilobuerger> are you referring to https://forge.typo3.org/issues/57272 ?
  • 13:55:16 <pedda> for example
  • 13:55:28 <pedda> so avoiding is the best choice atm ?
  • 13:55:48 <danilobuerger> why avoid? just hotfix it and you are fine
  • 13:56:06 <pedda> hotfix it?
  • 13:56:38 <danilobuerger> see the forge issue i linked
  • 13:58:00 <pedda> lemme check
  • 14:01:23 <pedda> well, so i'm about to create an XClass\DataMapper with content like descibed here: https://forge.typo3.org/issues/57272#note-7
  • 14:01:57 <pedda> i never used config.tx_extbase.objects by now
  • 14:02:00 <pedda> what is it about?
  • 14:02:41 <pedda> ist this the way to tell exbase in case of use file 1 = use file 2 instead
  • 14:02:42 <pedda> ?
  • 14:03:10 <danilobuerger> yes you can do it like stefano described
  • 14:03:37 <pedda> thanks.. i will check this out right away
  • 14:08:43 <pedda> @danilobuerger does this look valid? config.tx_extbase.objects.TYPO3\CMS\Extbase\Persistence\Generic\Mapper\DataMapper.className = BC\MmsTemplate\XClass\DataMapper
  • 14:09:05 <danilobuerger> no idea
  • 14:09:29 <pedda> i mean.. do you add this ts line as well while hotfixing that issue ?
  • 14:09:35 <danilobuerger> no
  • 14:09:40 <pedda> kk
  • 14:09:46 <pedda> because it was mentioned #6
  • 14:09:47 <danilobuerger> just xclassed it
  • 14:10:41 <pedda> XClassing in 6.2 context means putting a file into Classes/XClass/myFile.php and registering it via ext_localconf.php right?
  • 14:11:31 <danilobuerger> no, you can put it anywhere you like under Classes as long as the rest matches
  • 14:11:41 <pedda> k
  • 14:30:00 <Momodedf> why isnt there a {content} object in FCE templates like there is a {page] object in page templates ?
  • 14:32:02 <danilobuerger> Momodedf because we are evil and decided to name it record
  • 14:32:23 <Momodedf> xD
  • 14:32:25 <Momodedf> ok my bad
  • 14:32:42 <Xatenev> danilobuerger: xD
  • 14:33:34 <Momodedf> please keep being evil, I love your work ;)
  • 14:34:00 <Momodedf> (oh cld be a song from rihanna)
  • 14:57:54 <Akii> does flux interfere in any way with other BE layouts? I'm getting "No edit access" for column numbers that don't exist
  • 15:27:26 <Akii> hmm seemed to be an outdated version
  • 15:39:06 <ndee_> I won't get a preview of a page template that I created: https://gist.github.com/andypa/ac50cec76d912d8a5119 <-- shouldn't this render a preview in the Page module?
  • 15:43:43 <erredeco> @ndee_ what version of flux do you use
  • 15:43:52 <erredeco> ?
  • 15:43:59 <ndee_> latest development branch
  • 15:44:15 <ndee_> also newest development branch from fluidpages and fluidcontent
  • 15:45:05 <ndee_> just had to select in the be-layout "fluidpages" and that was it. thanks
  • 15:45:34 <erredeco> ok...in page > tab "appereance" have you selected in the dropdown: "Backend Layout (this page only)" = Fluidpages ?
  • 15:45:57 <erredeco> and so in "Backend Layout (subpages of this page)"
  • 15:46:03 <ndee_> sweetness, thanks
  • 15:46:11 <erredeco> -1
  • 15:46:14 <erredeco> sorry
  • 15:46:16 <erredeco> +1
  • 15:46:18 <erredeco> :)
  • 15:59:56 <Akii> very very cool, customer wants to edit information within a plugin - flux 7.1 allows custom BE templates - VHS renders columns by number
  • 16:01:12 <Akii> and ye, the "worst" part was to migrate the templates.. lol
  • 16:09:06 <Akii> can someone point me in the direction where the fluidcontent BE layout is created?
  • 16:10:06 <Akii> or alternatively, how to create a new BE layout without having to create it in the list menu
  • 16:12:15 <Akii> heh
  • 16:20:41 <Akii> lol
  • 16:20:44 <Akii> that was easy
  • 16:28:55 <gbod> Akii: anywhere to drop a coin for you? Really entertaining performance. ;)
  • 16:30:20 * Akii only supports the Beer-over-IP protocol
  • 16:31:39 <gbod> http://en.wikipedia.org/wiki/Beerware
  • 16:32:36 <gbod> I witnessed this: https://torrentfreak.com/pirate-party-fulfills-opentrackers-beerware-license-081231/
  • 16:33:06 <Akii> wow
  • 16:33:13 <Akii> that's my license
  • 16:33:33 <Akii> any future FluidTYPO3 contributions from my side will have that :P
  • 16:34:06 <gbod> Soory, there is this GPL thingie. :(
  • 16:34:13 <Akii> meh
  • 16:34:22 <Akii> no beer then
  • 16:34:55 <Akii> the anti-beer license!
  • 16:35:00 <Akii> is what that is
  • 16:35:46 <Akii> but ye achievement get: GIT versioned backend layouts
  • 18:18:46 <pedda> did anyone of you got https://forge.typo3.org/issues/57272#note-7 working ?
  • 18:19:00 <pedda> it seems as if i'm missing the point ...
  • 19:35:58 <jmverges> hi again
  • 19:36:04 <jmverges> xaver, are you here?
  • 21:18:20 <NamelessCoder> BAM!
  • 21:18:25 <pedda> w00t?
  • 21:18:37 <pedda> automated TER release?
  • 21:18:41 <NamelessCoder> oh yes
  • 21:18:46 <pedda> nice work claus
  • 21:18:48 <pedda> :)
  • 21:18:54 <NamelessCoder> thx :)
  • 21:19:31 <NamelessCoder> "resultCode": "10504",
  • 21:19:31 <NamelessCoder> "resultMessages": [
  • 21:19:31 <NamelessCoder> "Please note that it might take a while (up to an hour) until your extension and the documentation appear on TYPO3.org."
  • 21:19:31 <NamelessCoder> ],
  • 21:19:31 <NamelessCoder> "version": "0.14.0"
  • 21:19:35 <NamelessCoder> this is too much fun
  • 21:20:56 <danilobuerger> NamelessCoder if its so much fun, do a flux release ;-)
  • 21:21:13 <NamelessCoder> whatever the reason is though, icon upload gets ignored
  • 21:21:50 <NamelessCoder> still not sure it solves your problem danilobuerger but yes
  • 21:22:05 <danilobuerger> i cant reproduce it anymore
  • 21:22:47 <NamelessCoder> by some magic circumstance, is inheritance of Section then also working?
  • 21:22:52 <NamelessCoder> I
  • 21:23:21 <danilobuerger> well i have a template that contains a sheet and a section,
  • 21:23:25 <danilobuerger> no exception thrown
  • 21:23:29 <pedda> @danilobuerger which issue?
  • 21:23:32 <NamelessCoder> page template?
  • 21:23:35 <danilobuerger> yeah
  • 21:23:46 <danilobuerger> pedda no issue
  • 21:23:47 <NamelessCoder> sub of another equally selected template on parent page?
  • 21:23:58 <danilobuerger> no
  • 21:24:09 <NamelessCoder> ok, there might still be a problem then
  • 21:28:35 <NamelessCoder> now we wait a couple of hours for TER to catch up :/
  • 21:30:06 <NamelessCoder> in case you missed it: you can now generate FluidTYPO3 sites using our pseudo-distribution, EXT:site - the extension manager's "Get distributions" lists it now
  • 21:30:52 <danilobuerger> NamelessCoder if i am reading getFields() correctly the promise of only returning FieldInterfaces is wrong
  • 21:31:23 <danilobuerger> Sections or Containers that have children seem to be included too
  • 21:33:36 <NamelessCoder> danilobuerger if I remember the code at this point: FieldContainerInterface should be implemented on Fields as well as Section and Container; if getFields() promises FieldContainerInterface I believe this should add up
  • 21:33:56 <danilobuerger> @return \FluidTYPO3\Flux\Form\FieldInterface[]
  • 21:33:59 <NamelessCoder> either way, the method availability on both interfaces should be the same regarding inheritance
  • 21:34:55 <NamelessCoder> lol, typo3temp/free-justin-timberlake-celebrity-nudes.css
  • 21:35:19 <danilobuerger> it still will throw an exception reaching unsetInheritedValues if getFields() includes a section or a container
  • 21:35:20 <NamelessCoder> SEO through assets
  • 21:36:23 <danilobuerger> neither section or container implements FieldInterface, but unsetInheritedValues specifies the argument to be of FieldInterface
  • 21:36:51 <NamelessCoder> they implement FieldContainerInterface which should support the same features, that's my point
  • 21:37:08 <NamelessCoder> changing the type hint to FieldContainerInterface may do the trick
  • 21:37:54 <danilobuerger> FieldContainerInterface doesnt list inherit or inheritEmpty
  • 21:38:16 <NamelessCoder> but it extends FieldInterface right?
  • 21:38:22 <danilobuerger> no
  • 21:38:32 <danilobuerger> https://github.com/FluidTYPO3/flux/blob/master/Classes/Form/FieldContainerInterface.php
  • 21:38:34 <NamelessCoder> not right
  • 21:39:01 <danilobuerger> if it were to implement FieldInterface and if Section and Container where to implement FieldContainerInterface everything would be fine
  • 21:39:48 <NamelessCoder> thinking bout that now, it also adds a bunch of completely redundant properties on containers
  • 21:39:57 <NamelessCoder> how about this as an alternative...
  • 21:41:23 <NamelessCoder> InheritableInterface extends nothing, defines the inheritance related methods. AbstractFormField implements FieldInterface, InheritableInterface. AbstractContainer implements ContainerInterface, InheritableInterface. Method to unset inherited values checks each child for implements InheritableInterface.
  • 21:41:31 <danilobuerger> This touches the mental structure you ahve for flux, so my suggestion might not be relevant, but we could also have an InheritInterface or something like that
  • 21:41:38 <NamelessCoder> ...
  • 21:41:40 <danilobuerger> ah
  • 21:41:42 <danilobuerger> ;-)
  • 21:41:42 <NamelessCoder> hehehe
  • 21:41:48 <danilobuerger> well then
  • 21:41:54 <NamelessCoder> I'll take this as a sign the idea is good
  • 21:41:58 <danilobuerger> you were milli seconds ahead
  • 21:42:01 <danilobuerger> ;-)
  • 21:43:02 <danilobuerger> alright, i am in the mood to implement it
  • 21:43:16 <NamelessCoder> it will take a bit of surgery to get there
  • 21:43:47 <NamelessCoder> not sure but checking: setParent() might need to go on that interface as well, meaning that places where setParent() is called then need to check instanceof
  • 21:44:38 <NamelessCoder> if it's purely semantical then no problem keeping it on FormInterface where it currently is
  • 21:46:01 <NamelessCoder> <-- here if needed
  • 21:47:16 <danilobuerger> will check
  • 21:47:43 <NamelessCoder> I think set/getParent() is embedded too deep for that separation to make sense.. just leave that as-is
  • 21:49:31 <NamelessCoder> guess I'll make another video while you code :p
  • 21:59:41 <danilobuerger> NamelessCoder unsetInheritedValues requires getName() so 1) InheritableInterface offers a getName 2) InheritableInterface extends FormInterface
  • 22:05:31 <danilobuerger> NamelessCoder another problem is the creation of components, createField returns FieldInterface ... maybe it would be better moving the inherit methods into the FormInterface
  • 22:12:42 <NamelessCoder> inheritableInterface should offer getName()
  • 22:13:05 <NamelessCoder> extending FormInterface is excessive and getName() has no parameters so it's safe to duplicate
  • 22:13:50 <NamelessCoder> inherit methods on forminterface would imply that every component including Form itself and wizards all support inheritance
  • 22:14:15 <NamelessCoder> needs *very* careful consideration
  • 22:18:54 <NamelessCoder> I think you actually could do that.. you'd need to define some additional getters/setters in some classes and processing each record would take a bit longer if you had wizards in the form, but it should work
  • 22:19:20 <NamelessCoder> as in: not break; it probably won't fix inheritance of stuff like inline related records and section objects
  • 22:37:02 <danilobuerger> NamelessCoder so you are for or against moving inhertiance to FormInterface?
  • 22:37:36 <NamelessCoder> it adds redundance, but not enough for me to be against it

20141029

  • 07:00:00 <jmverges> good morning mates
  • 07:02:17 <jmverges> hi Momodedf
  • 07:03:52 <Momodedf> hello there
  • 07:04:11 <jmverges> ;)
  • 07:07:26 <randomresult> morning
  • 07:10:23 <jmverges> morning randomresult
  • 07:11:35 <jmverges> did you try xaver's Vagrant?
  • 08:13:41 <Momodedf> I've just started with fluidcontent_core is there any way to add a custom label for my variant in the select ?
  • 09:10:28 <gbod> Hehe, jmverges and his vagrant box - kinda Groundhog Day-ish.
  • 09:13:03 <jmverges> gbod, ;D
  • 09:13:36 <jmverges> I'm sick of it. I just want to finish it and start to develop that is my work !
  • 09:15:46 <gbod> jmverges: All I can say about it is that it runs really smooth on my machines, well, after switching from rsync to folder sharing. But that's a homgenic machine park with only fruit logo styled computers.
  • 09:16:04 <Akii> hehe
  • 09:16:58 <jmverges> gbod, I don't understand why is slow in my machine
  • 09:17:07 <jmverges> is a new computer
  • 09:17:16 <Akii> just wanted to suggest getting a faster computer :P
  • 09:17:37 <jmverges> Akii, you will be surprised
  • 09:17:40 <jmverges> about my machine
  • 09:17:59 <Akii> unless it's a quantum computer I'm not that much surprised tbh
  • 09:18:32 <jmverges> hahahaha
  • 09:18:50 <jmverges> okey okey I mean that I have ssd 32gb ram and i7
  • 09:19:11 <jmverges> this machine was thought for AV production
  • 09:19:13 <Akii> but you're not using a ram disk, right?
  • 09:19:21 <Akii> that would speed things up
  • 09:19:37 <jmverges> what ram disk?
  • 09:19:41 <jmverges> what is that?
  • 09:20:26 <jmverges> the vagrant machine that I used once for other frameworks works fine
  • 09:20:28 <Akii> well.. it's like your normal HDD but it's completely in RAM
  • 09:20:39 <jmverges> omg...
  • 09:21:07 <jmverges> I don't need that
  • 09:21:13 <jmverges> for a vagrant
  • 09:21:25 <jmverges> should be something related with configuration
  • 09:21:38 <Akii> :D
  • 09:22:36 <jmverges> mates, I promise to not be every day asking shit once that I get this vagrant working fine
  • 09:24:38 <Akii> I'd help you if I could :)
  • 09:28:16 <jmverges> Akii, thank you mate
  • 09:29:19 <Akii> can you use nfs? or do you already? (I think that was suggested yesterday as well)
  • 09:29:37 <jmverges> I'm using nfs
  • 09:29:52 <jmverges> I unmount /vagrant
  • 09:29:53 <Akii> so it's more CPU related then?
  • 09:30:00 <jmverges> I have no idea
  • 09:30:08 <jmverges> how could I know that?
  • 09:30:42 <jmverges> I'm doing a top
  • 09:31:16 <Akii> well I'm no pro, but I'd look at how much the CPU is used
  • 09:31:24 <Akii> how many CPUs are there btw?
  • 09:31:27 <jmverges> and VBox process is taking between 20% and 40% of my cpu
  • 09:31:54 <jmverges> Intel® Core™ i7-4770K CPU @ 3.50GHz × 8
  • 09:32:14 <Akii> I mean in the VM
  • 09:32:26 <Akii> if you only give it one core or smth
  • 09:32:37 <Akii> (shouldn't matter too much but you never know)
  • 09:33:04 <jmverges> no I'm giving access to all cpu cores
  • 09:33:08 <Momodedf> Yeah ! my first pull request :D
  • 09:33:16 <jmverges> and a 1/4 of my memory
  • 09:33:26 <jmverges> my machine ram I mean
  • 09:33:36 <Akii> Momodedf: build failed.. not a good sign
  • 09:33:52 <Momodedf> oh ? how di you see that ?
  • 09:34:06 <Akii> it's on the page that was just linked
  • 09:36:20 <Momodedf> oh, I'm kind of new to git world, I dont know what Travis is
  • 09:36:56 <Akii> travis is some continuous integration stuff.. never played around with that myself but I'd guess it runs tests that failed
  • 09:37:02 <Akii> did you run tests? ^^
  • 09:37:23 <Momodedf> manualy
  • 09:38:08 <Xatenev> Momodedf: Travis automatically builds the project to test your commits (like jenkins for example if you know that?)
  • 09:38:29 <Akii> https://travis-ci.org/FluidTYPO3/fluidcontent_core/jobs/39357431
  • 09:38:36 <Akii> codesniffer
  • 09:38:46 <Akii> FluidTYPO3 coding standards got ya
  • 09:39:10 <Momodedf> I dont but I'm reading on the subject right now
  • 09:39:18 <Momodedf> Ok i'll check it out
  • 09:39:19 <Xatenev> 131 | ERROR | Whitespace found at end of line lol
  • 09:39:24 <Akii> hihihi
  • 09:39:29 <Xatenev> powned
  • 09:39:30 <Xatenev> xD
  • 09:39:39 <Akii> I love that such things are enforced though
  • 09:39:49 <Akii> nothing is worse than poorly formatted code
  • 09:39:56 <Akii> well besides of buggy code
  • 09:40:32 <jmverges> phpstorm, autoformat on commit :p
  • 09:41:53 <gbod> brain 0.9beta does it for me
  • 09:41:58 <Akii> two of the things I'll never let phpstorm do: format my code, commit / push to git
  • 09:42:00 <Momodedf> I guess i found it, there is a tabulation at the line after function declaration, i'm looking for a tool to run the check now
  • 09:42:47 <jmverges> why not Akii ?
  • 09:42:52 <Momodedf> its automatic on eclypse :-/
  • 09:44:30 <jmverges> I try to write properly however if PhpStorm is there, why not use it?
  • 09:45:46 <gbod> Akii but if you configured your PhpStorm right, the reformating works well.
  • 09:46:08 <Akii> ye I guess
  • 09:50:15 <Momodedf> codesniffer run check
  • 09:50:26 <Momodedf> oops, missed
  • 10:07:19 <Xatenev> lold
  • 10:07:24 <Xatenev> I got this fluid form
  • 10:07:37 <Akii> is it responsive?
  • 10:07:41 <Xatenev> http://pastebin.com/SvFW4c8M
  • 10:07:49 <Xatenev> so simple
  • 10:07:58 <Xatenev> but I dont get to the create action
  • 10:08:04 <Xatenev> in my EventController - whats worng there o>o
  • 10:08:24 <Akii> where do you land instead?
  • 10:08:32 <Xatenev> list view
  • 10:08:47 <Xatenev> Tho the create action normally redirects to the list after it created it
  • 10:09:04 <Xatenev> but i got var_dump("TEST"); and exit; as first statements inside createAction
  • 10:09:05 <Akii> well then insert a breakpoint or die() in there
  • 10:09:09 <Xatenev> did
  • 10:09:21 <Xatenev> but I dont get there.. Lold
  • 10:09:44 <Akii> what does the action url look like in the rendered form?
  • 10:10:19 <Xatenev> /events/?my_ext_pi2[action]=create&cHash=19968526303f640121a8e7193bbec123
  • 10:10:34 <Xatenev> Maybe the action is not allowed? Ima check
  • 10:10:42 <Akii> I just assume you don't have a hidden field in those FormFields that has a name="action" and value="list"
  • 10:10:49 <Akii> that would throw an exception
  • 10:10:55 <Akii> normally
  • 10:11:11 <Xatenev> no hidden field here
  • 10:12:00 <Xatenev> yea the create action isnt listed in ext_localconf
  • 10:12:01 <Xatenev> like i thought
  • 10:12:04 <Xatenev> lets see if it owrks now..
  • 10:12:18 <Akii> could be cache
  • 10:12:52 <Xatenev> cleared using install tool
  • 10:12:53 <Xatenev> so shud be same
  • 10:12:58 <Xatenev> Mhm still not working
  • 10:16:58 <Xatenev> ha works great now :p
  • 10:17:09 <Xatenev> somebody didnt register the action in the flexform >.<
  • 10:17:21 <Akii> O.o
  • 10:23:47 <Xatenev> Is there an easy way to get some kind of calendar
  • 10:23:52 <Xatenev> for powermail date fields?
  • 10:30:36 <jmverges> you can create one, can't you?
  • 10:31:30 <jmverges> I don't know how works powermail 2>
  • 10:31:44 <jmverges> however with 1.x it was simple
  • 10:32:19 <Xatenev> Dunno how
  • 10:32:37 <Xatenev> If u know how - tell meh! :D
  • 10:32:42 <jmverges> I don't remember now
  • 10:36:10 <jmverges> I didn' work for the last two years with TYPO3 and I'm just trying to get a vagrant now
  • 10:40:20 <gbod> Let's create a jmverges-award for putting the term vagrant in every single sentence mankind can imagine. *scnr* Come on, xaver, show some mercy.
  • 10:41:02 <Akii> not every sentence
  • 10:41:14 <Akii> but sure every second has vagrant in it
  • 10:41:37 <gbod> hehe
  • 10:43:47 <Momodedf> YEAH !fluidtypo3 condig standards check !
  • 10:44:10 <Akii> NamelessConder
  • 10:44:12 <Akii> ^^
  • 10:44:14 <Momodedf> I'm living an adventure every day :D
  • 10:56:01 <jmverges> gbod, I think that is not a xaver problem
  • 10:56:32 <gbod> Well, maybe he has some hints for you.
  • 10:56:44 <jmverges> I'm sharing with nfs
  • 10:56:53 <jmverges> and I'm sharing a big folder
  • 10:57:43 <gbod> Maybe he's currently on the nfs thing. I don't know for sure.
  • 10:58:08 <jmverges> I read that nfs is faster
  • 10:59:07 <gbod> Do you share the whole T3 system? Or the ext folder only?
  • 10:59:14 <jmverges> whole
  • 10:59:38 <gbod> But why? Even typo3temp.
  • 11:00:10 <jmverges> I'm sharing www
  • 11:00:22 <jmverges> I need to have more than one project in the machine
  • 11:00:50 <gbod> Take more than on vagrant box. One for each project.
  • 11:01:03 <jmverges> workmates don't want
  • 11:01:30 <gbod> Ah, it's a social problem note a vagrant one.
  • 11:01:34 <jmverges> hahahahaha
  • 11:01:40 <gbod> -note + not
  • 11:01:42 <gbod> :)
  • 11:02:53 <Akii> well just offer both: slow as f*ck and single boxes
  • 11:03:17 <jmverges> how could the amount of files affects?
  • 11:04:10 <gbod> syncing takes time
  • 11:04:25 <jmverges> nfs?
  • 11:05:13 <jmverges> besides, how could that affect to a http petition?
  • 11:16:51 <jmverges> 31299 juanman+ 20 0 3378780 2,029g 1,987g S 52,9 6,5 8:35.05 VBoxHeadless
  • 11:17:07 <jmverges> so is that, is just the amount of files
  • 11:17:13 <jmverges> omfg
  • 12:01:00 <randomresult> is there a way to make the RTE in a FCE respecting the global settings. My FCe show all the buttons and options. when using a normal textelemet (CSC) my settings work.
  • 12:01:25 <cedricziel> if you need virtualisation, use a slim docker container, other than that, vagrant sucks big time regarding the amount of files generated
  • 12:03:05 <cedricziel> another way would be to cut the sync and use rsync with --delete as shared folder option
  • 12:18:06 <jmverges> xaver, I'm so sorry about all the noise that I created mate.
  • 12:18:29 <jmverges> at the end I have it working fine
  • 12:35:02 <Guest|76229> anybody here with fluidpages experience? i configured everything like in the manual, but my custom content element only appears in backend, but nothing happens in the frontend. the section main in my content element does not render
  • 12:35:52 <Guest|76229> when i remove \FluidTYPO3\Flux\Core::registerProviderExtensionKey('iq_gruppe', 'Page');\FluidTYPO3\Flux\Core::registerProviderExtensionKey('iq_gruppe', 'Content');
  • 12:36:16 <Guest|76229> page layout renders still fine, this is wired
  • 12:37:56 <cedricziel> hi oschulz ;)
  • 12:39:15 <oschulz> hi
  • 12:41:59 <cedricziel> is this just an issue with your custom fluidcontent element, or is it affecting the rendering of all your elements?
  • 12:42:22 <oschulz> i have only one CE for testing
  • 12:42:31 <oschulz> the page rendering works fine
  • 12:42:55 <cedricziel> please insert another element above or below it and check if that one gets rendered
  • 12:43:02 <oschulz> i also added an ContentController in my extension
  • 12:43:09 <oschulz> yes this one gets renderd
  • 12:43:28 <oschulz> also the heading field of the CE gets renderd, but not its content
  • 12:43:36 <cedricziel> which extensions are you using in what version?
  • 12:44:06 <oschulz> "fluidtypo3/fluidcontent": "4.1.0",
  • 12:44:06 <oschulz> "fluidtypo3/fluidcontent_core": "dev-development#26826cfae452da140756b35300f4b5256df0ddbf",
  • 12:44:06 <oschulz> "fluidtypo3/fluidpages": "3.1.1",
  • 12:44:06 <oschulz> "fluidtypo3/flux": "7.1.0",
  • 12:44:06 <oschulz> "fluidtypo3/vhs": "2.1.2"
  • 12:45:02 <cedricziel> alright; do you use fluidcontent_core?
  • 12:45:05 <NamelessCoder> update fluidcontent_core and make sure you ran the extension manager upgrade script. Make sure your page template uses VHS and has at least one v:content.render referring to your column
  • 12:45:12 <cedricziel> thx NamelessCoder
  • 12:45:50 <oschulz> i will have a try
  • 12:57:02 <oschulz> nothing changes, i cleared all caches, reinstalled fluidcontent_core
  • 13:04:25 <NamelessCoder> css_styled_content not installed? you made sure you included the static TS for fluidcontent_core and your provider extension?
  • 13:05:20 <NamelessCoder> and you are *sure* you ran the extension manager update script for fluidcontent_core - little green cycle arrow?
  • 13:12:47 <Guest|19166> Hey guys ^^ I got a problem with jumplinks in fluid templates.
  • 13:13:27 <Guest|19166> Everytime when i click on the i get an exception : #1187176359: The action name must be a valid string, array given (Array)
  • 13:14:47 <oschulz> Update script for fluidcontent_core
  • 13:14:47 <oschulz> No update necessary.
  • 13:20:14 <oschulz> ok, i tried it all, cleared the chaches, nothing works
  • 13:21:20 <oschulz> another question is why all labels are in backend empty? when i want to select my CE i have to select an empty label
  • 13:25:50 <Guest|19166> have anyone here an answer for my problem?
  • 13:32:18 <oschulz> sry, never tried jumplinks, did you set controller and action paramter?
  • 13:32:48 <oschulz> also try to delete all caches including Cache directory in typo3temp
  • 14:54:53 <beo6> i dont know what i did wrong but i suddenly get the error: Fatal error: Call to a member function getSingle() on a non-object in /var/www/clients/client1/web100/web/typo3conf/ext/fluidpages/Classes/Controller/AbstractPageController.php on line 104
  • 14:55:35 <beo6> i only worked on one extension. But even when i remove it now the error stays
  • 14:56:28 <beo6> ah. maybe i am in the wrong channel. sorry
  • 15:04:03 <NamelessCoder> beo6 most likely need to clear all caches, possibly need to do it from install tool
  • 15:04:24 <NamelessCoder> and/or you updated fluidpages to a new minor version without also updating flux
  • 15:13:40 <ruben> Hello, i'am currently using this snippit to get the grid of a content element:
  • 15:13:41 <ruben> $grid = $this->configurationService->getGridFromTemplateFile(
  • 15:13:48 <papillon6> Hi! I'm struggling with the language_fallback with fluidpages/fluidcontent. config.sys_language_mode is set to 'content_fallback;1,0' and config.sys_language_overlay = 1, but no content is shown on translated pages. Did i miss something?
  • 15:14:20 <ruben> but i cant get the content-areas out of $grid
  • 15:16:31 <NamelessCoder> ruben assuming you pass the correct template file and configuration section name, $grid will be an instance of FluidTYPO3\Flux\Form\Container\Grid with children attached.
  • 15:18:06 <NamelessCoder> ruben there are two ways to process this data: using the OOP, $rows = $grid->getRows(), $columns = $row->getColumns() and so on. Alternatively call $asArray = $grid->build(); and access the resulting array. Depending on your use case the second solution may be faster on your end, but the first solution should perform better if you only need to read for example names of all columns.
  • 15:18:49 <NamelessCoder> ruben note: beware you don't step in the trap of using flux:form.content inside flux:grid.column; this is deprecated. See blog at https://fluidtypo3.org
  • 15:21:18 <papillon6> Does fluidpages/fluidcontent support language_fallback at all?
  • 15:28:42 <beo6> NamelessCoder: thx. updated everything except Flux. Now still same error in frontend and additionally the error Undefined class constant 'OPTION_ICON' in /var/www/clients/client1/web100/web/typo3conf/ext/fluidcontent/Classes/Service/ConfigurationService.php on line 382 in backend.
  • 15:28:55 <NamelessCoder> flux is not updated
  • 15:29:17 <beo6> how do you mean?
  • 15:29:59 <NamelessCoder> since Flux 7.1.0 this constant exists: https://github.com/FluidTYPO3/flux/blob/7.1.0/Classes/Form.php#L39
  • 15:29:59 <gbod> beo6 You should update flux too
  • 15:30:22 <NamelessCoder> if you update fluidcontent/fluidpages without also updating flux you risk breakage, especially if minor versions differ
  • 15:30:47 <beo6> i checked. according to the ext manager i have 7.1.0 installed
  • 15:31:30 <beo6> might be there a problem when i update everything to the dev branch?
  • 15:32:13 <NamelessCoder> https://github.com/FluidTYPO3/fluidcontent/blob/development/Classes/Service/ConfigurationService.php#L30 and https://github.com/FluidTYPO3/fluidcontent/blob/development/Classes/Service/ConfigurationService.php#L382 - in other words, it all checks out if your versions match.
  • 15:33:05 <NamelessCoder> if you have opcode caching make sure you flush it
  • 15:35:41 <papillon6> content is rendered with vhs - <v:content.render ...> this viewhelper has an attribute "hideUntranslated", but it seems to have no effect on my problem. well, the documentation says default behaviour is to show untranslated elements. Don't have a clue what's wrong here. Any suggestions? (Using current git-versions of vhs/fluidpages/fluidcontent)
  • 15:37:58 <beo6> ok. backend works again. Now i get the error: Fatal error: Access to undeclared static property: FluidTYPO3\Flux\Service\FluxService::$friendlySeverities in /var/www/clients/client1/web100/web/typo3conf/ext/flux/Classes/Service/FluxService.php on line 433 in frontend
  • 15:38:57 <NamelessCoder> something is throwing an error bug you also found a bug it seems
  • 15:38:58 <beo6> ah wait. the error also comes on pages with content in the backend
  • 15:40:21 <ruben> NamelessCoder i've got the columns allready but there are the flux.contents in the columns, can i access these ones without migrating the templates to the "new" way?
  • 15:41:18 <NamelessCoder> ruben no, you can't. flux:form.content generates a new grid and will conflict with flux:grid
  • 15:45:33 <beo6> NamelessCoder: i added protected static $friendlySeverities = array(); to FluxService. Now i get the frontend again. It looks horrible but maybe something in flux etc. has changed
  • 15:46:11 <NamelessCoder> hard to know without knowing what "horrible" means
  • 15:46:41 <Akii> music by justin bieber, that's horrible
  • 15:47:25 <beo6> i think it is a problem with the css. so nothing big i think
  • 15:47:37 <batjony> guys i am trying to install the latest fluid dev extensions
  • 15:47:59 <batjony> and I see fluidpages wants flux 7.1.1
  • 15:48:01 <beo6> yeah. seems it does not load the css for that part of the pagetree.
  • 15:48:10 <batjony> but the latest flux is 7.2.0
  • 15:48:52 <batjony> why I cant use flux 7.2.0 together with the latest fluidpages ?
  • 15:49:20 <NamelessCoder> 7.2.0 is dev, you can ignore the version dependency warning
  • 15:51:46 <batjony> NamelessCoder: actually the Extension Manager doesnt allow it
  • 15:52:16 <batjony> there is no warning
  • 15:52:46 <batjony> if you have flux 7.2.0 and try to install the latest fluidpages, the extension manager overwrites flux with 7.1.1
  • 15:53:16 <batjony> most likely i should use some CLI command to install it
  • 15:53:41 <NamelessCoder> dependencies deschmendencies
  • 15:54:36 <batjony> oki doki
  • 15:58:54 <NamelessCoder> much broken, not wow, very sad, un-yay
  • 16:05:07 <beo6> NamelessCoder: fixed broken, very wow. so happy. :)
  • 16:05:47 <Akii> such speed
  • 16:05:53 <batjony> NamelessCoder: nice, i have a special fluid riddle for you :)
  • 16:06:01 <batjony> One fluid content element + one fluid page template cost 1.10 EURO.
  • 16:06:03 <batjony> One page template costs 1 EURO more than one fluid content element.
  • 16:06:05 <batjony> How much costs one fluid content element ?
  • 16:06:12 <batjony> you have 1 min :)
  • 16:08:13 <NamelessCoder> what is this, 2nd grade?
  • 16:08:32 <batjony> common :) is not so hard :)
  • 16:08:42 <NamelessCoder> I don't get the question :p
  • 16:08:50 <beo6> i think i know it
  • 16:09:17 <NamelessCoder> I mean, I get the math but not why you ask?
  • 16:10:10 <papillon6> Hm, i tracked the language-fallback-problem down. Deinstalled fluidpages and voilà: fallback works like a charme. fluidcontent-elements do "fallack" also.
  • 16:10:18 <batjony> just for a variety :)
  • 16:10:31 <NamelessCoder> aaah NOW I get it hehe
  • 16:10:57 <batjony> NamelessCoder: whats your riddle's answer
  • 16:11:27 <NamelessCoder> but batjony you really should charge more for your work
  • 16:11:49 <beo6> :)
  • 16:12:12 <beo6> NamelessCoder: you too. i love your work.
  • 16:12:28 <NamelessCoder> you really want me to take 2nd grade again? Your extremely cheap and probably machine manufactored content element costs €0.10
  • 16:13:09 <batjony> NamelessCoder: you are wrong :) 0.10 is not the correct answer :)
  • 16:13:16 <gbod> Ah, homework lesson?
  • 16:13:17 <Akii> ye just wanted to say, too simple
  • 16:13:18 <batjony> 0.05
  • 16:13:38 <Akii> I feel bad that I couldn't solve it..
  • 16:13:53 <danilobuerger> something Akii cant solve?
  • 16:13:56 <Akii> like I can but not the math way
  • 16:14:04 <Akii> setting up a function and such
  • 16:14:06 <batjony> guys what are you doing :) its a simple math :)
  • 16:14:08 <danilobuerger> what did i miss?
  • 16:14:14 <Akii> yes
  • 16:14:19 <Akii> never been good at it
  • 16:14:31 <gbod> danilobuerger: 1.05 + 0.05 = 1.10
  • 16:14:50 <danilobuerger> oh i know that problem ;-)
  • 16:14:55 <NamelessCoder> I'll just stick to shit that's more complicated than that
  • 16:15:07 <NamelessCoder> good thing I'm not in the 2nd grade anymore, huh
  • 16:15:18 <beo6> but one page template is 1 and not 1.05
  • 16:15:33 <batjony> One page template costs 1 EURO more than one fluid content element.
  • 16:15:38 <beo6> ah wait. crap
  • 16:15:38 <NamelessCoder> no, the dog is buried in the word "more"
  • 16:15:48 <beo6> yeah. noticed it
  • 16:16:09 <beo6> thats the reason i hate math hidden in text. :)
  • 16:16:40 <batjony> dont worry most of the students in Oxford answered 0.10 for similar riddle
  • 16:17:51 <batjony> btw the fluidcontent_core dependencies also expect 7.1.* of flux
  • 16:17:52 <Akii> that's no excuse
  • 16:18:49 <bamo> i got a problem with fluid_content_grids. No frontend output , what can i do against that?
  • 16:19:08 <Akii> ye totally forgot all the transformations one can do
  • 16:21:08 <NamelessCoder> I'm out, later!
  • 16:21:21 <Akii> cya
  • 16:21:30 <batjony> чао
  • 16:29:11 <bamo> My Problem with fluid_content_grids is that i cant see anything in the frontend. At the backend is everything allright. I did include the static template of fluid_content_grids.
  • 16:29:45 <morgenthau> Hi everyone!
  • 16:30:04 <bamo> anyone here an idea ?
  • 16:30:51 <morgenthau> I have a problem with the vhs media.extension viewhelper and the uri.image viewhelper, maybe someone here can help
  • 16:31:03 <oschulz> i made a fresh install with builder for a provider extension, the main section still does not render
  • 16:31:23 <morgenthau> I have the following line in a tx_news template:
  • 16:31:26 <morgenthau> <v:media.extension file="{f:uri.image(src:'{mediaElement.uid}' ,treatIdAsReference:1)}"></v:media.extension>
  • 16:31:39 <oschulz> bamo, i have exactly the same problem
  • 16:32:00 <morgenthau> It doesn't work, because v:media.extension doesn't accept a url beginning with a /
  • 16:32:40 <morgenthau> Anyone any idea how to get rid of the / at the beginning of the url?
  • 16:33:11 <morgenthau> Or how v.media.extension might accept the output of f:uri.image?
  • 16:36:41 <gbod> bamo: Which flux version?
  • 16:37:03 <denis-fluid> Good evening. :-)
  • 16:37:31 <denis-fluid> I got a question regarding the usage of the RTE editor with the flux.text
  • 16:37:48 <denis-fluid> The output gets escaped all the time. How can I avoid that?
  • 16:38:13 <gbod> bamo: You mean the EXT: fluid_content_grids?
  • 16:44:01 <danilobuerger> denis-fluid f:format.raw
  • 16:44:52 <denis-fluid> danilobuerger: Ok that works now. But when using f:format.raw it doesn't output me a simple <p>lorem…</p>. It only outputs the "lorem…". The paragraph tag is missing.
  • 16:45:47 <denis-fluid> On the other hand when adding a simple list to the RTE. The output is correct.
  • 16:46:02 <danilobuerger> maybe you are not saving the <p> in rte
  • 16:47:00 <cedricziel> an rte field would be parsed with f:format.html so it gets rendered through a parseFunc
  • 16:47:05 <denis-fluid> In the RTE I can see the paragraph tag when switching to the code mode. But in the output every p is dropped.
  • 16:47:14 <denis-fluid> (RTE is default)
  • 16:47:38 <cedricziel> {myText -> f:format.html()}
  • 16:48:01 <cedricziel> that way the rte config from tsconfig and from the parsefunc is taken into account and links are parsed etc..
  • 16:48:52 <denis-fluid> Ok I will try that.
  • 16:49:05 <beo6> {myText -> f:format.html(parseFuncTSPath: 'lib.parseFunc_RTE')}
  • 16:49:29 <beo6> but i think lib.parseFunc_RTE is the default
  • 16:50:11 <denis-fluid> So this should be fine: <f:format.html>{text}</f:format.html>
  • 16:51:49 <beo6> yes. but {text -> f:format.html()} is shorter
  • 16:52:31 <denis-fluid> beo6: Yeah. :-) Thank you very much.
  • 16:52:44 <denis-fluid> Got it working now. (TYPO3 noob :D)
  • 16:53:27 <beo6> np. but also thank cedricziel ;)
  • 16:53:46 <denis-fluid> cedricziel and danilobuerger: Thank you very much! :-)
  • 16:54:00 <cedricziel> glad it works. which approach?
  • 16:54:07 <denis-fluid> {text -> f:format.html()}
  • 16:54:12 <cedricziel> ;)
  • 16:54:20 <denis-fluid> Or the more verbose thing: <f:format.html>{text}</f:format.html>
  • 16:54:21 <denis-fluid> :-)
  • 16:54:44 <cedricziel> the more verbose thing is likely to be wrecked by auto-reformatin in your IDE
  • 16:54:59 <beo6> depends on the IDE
  • 16:55:08 <cedricziel> therefore you should choose the more compact one
  • 16:55:20 <denis-fluid> Finally I did :-)
  • 16:55:41 <cedricziel> if your IDE adds spaces to <f:format.html> {text} <.... you'll get empty p's
  • 16:56:15 <morgenthau> Or is there any other easy way to output the file extension of a tx_news media asset? (besides v.media.extension)
  • 16:58:04 <gbod> morgenthau if it's only the slash in front of the src you can <v:format.trim /> it
  • 17:00:39 <oschulz> hey all, i made a fresh install of fluidpages and fluidcontent, i made an provider extionsion via builder, included all typscript via template record... whe the heck the contnent elements doesent render in frontend ?
  • 17:02:21 <Akii> oschulz: well do you render the columns in the page template?
  • 17:02:26 <morgenthau> gbod, thanks for the hint! unfortunately, i can't find any good examples online. Could you tell me how to use it?
  • 17:03:07 <oschulz> yes, normal content elements appear as normal
  • 17:03:19 <oschulz> just the custum elements doesent render
  • 17:03:55 <Akii> do you render something in the Main section of your custom content elements?
  • 17:04:14 <oschulz> yes i render just the text "foo"
  • 17:05:06 <oschulz> i can create the CE as normal in BE... the section Main is ignored
  • 17:05:54 <gbod> oschulz: Layout is set?
  • 17:06:12 <oschulz> yes, layout is set
  • 17:06:31 <bamo> gbod flux 7.1 and yes
  • 17:06:32 <oschulz> it references to Layouts/Layout.html
  • 17:07:55 <gbod> bamo: if fluid_content_grid is the version from Github then it needs an ancient version of flux and maybe vhs. :) give https://github.com/bootstraptheme-for-typo3/fluidbootstraptheme a try
  • 17:08:14 <gbod> bamo: Mainly for the Grids
  • 17:08:18 <morgenthau> gbod, i think i understand v:format.trim now. Problem is: If i tell it, to trim all / , then the path will be messed up.
  • 17:08:58 <morgenthau> it will be fileadminuseruploadsomedirfilename.txt instead of fileadmin/userupload/somedir/filename.txt
  • 17:09:22 <morgenthau> Or am I getting it wrong?
  • 17:10:22 <gbod> morgenthau: Yes, there must be something wrong.
  • 17:10:39 <gbod> Some code, please
  • 17:11:21 <gbod> oschulz: And in the Layouts/Layout.html the section 'main' gets rendered?
  • 17:12:15 <oschulz> yes, i also created an dummy extension via builder ...
  • 17:12:35 <oschulz> this extension also doesent work
  • 17:13:05 <morgenthau> gbod: actually, I'm not getting anything. {v:format.trim(content: '{f:uri.image(src:'{mediaElement.uid}' treatIdAsReference:1)}, characters: '/')}
  • 17:15:55 <gbod> morgenthau: if I try this {v:format.trim(content: '/foo/bar/baz.gif', characters: '/')} I get foo/bar/baz.gif
  • 17:17:57 <Akii> seems like some escaping is missing
  • 17:18:06 <Akii> \'{mediaElement..
  • 17:18:15 <gbod> Yep
  • 17:18:18 <Akii> y u no chain?
  • 17:18:33 <oschulz> hrmpf, can anbyodx plese check if the extenison wokrs?
  • 17:18:34 <Akii> {f:uri.image() -> v:format.trim(}
  • 17:18:40 <morgenthau> me no good with fluid :(
  • 17:18:51 <morgenthau> ah, i'll try
  • 17:19:07 <gbod> oschulz: Is the a way you gist your code https://gist.github.com/
  • 17:19:27 <oschulz> "fluidtypo3/fluidcontent": "4.1.0",
  • 17:19:27 <oschulz> "fluidtypo3/fluidcontent_core": "1.0.0",
  • 17:19:27 <oschulz> "fluidtypo3/fluidpages": "3.1.1",
  • 17:19:27 <oschulz> "fluidtypo3/flux": "7.1.1",
  • 17:19:27 <oschulz> "fluidtypo3/vhs": "2.1.3",
  • 17:19:27 <oschulz> "fluidtypo3/builder": "0.14.0"
  • 17:19:40 <Akii> {palm -> face}
  • 17:22:53 <oschulz> https://gist.github.com/tv-schulz/75f30b42c1090fcf1e10
  • 17:26:27 <morgenthau> Akii: Great tip, it works now
  • 17:26:35 <morgenthau> gbod: Thanks, it works now!
  • 17:26:43 <Akii> yay!
  • 17:29:50 <wagner51> Hi all. When saving a basic TYPO3 content in a BE page. I have the error #1404736585: No content template found
  • 17:29:59 <wagner51> RuntimeException thrown in file
  • 17:30:46 <wagner51> home/klee/www/typo3conf/ext/fluidcontent/Classes/Provider/ContentProvider.php in line 173
  • 17:31:54 <oschulz> @gbod sometihng found?
  • 17:31:56 <wagner51> I use a Fluidpage template for this page, and I set "Fluidpages" for BE layout
  • 17:32:29 <danilobuerger> wagner51 check database, whats in tx_fed_fcefile for that uid?
  • 17:33:27 <gbod> oschulz: Nope, looks okay
  • 17:35:16 <wagner51> I don't have the field 'tx_fed_fcefile' in the 'pages' table
  • 17:35:33 <danilobuerger> wagner51 i thought you where talking about a content element not a page?
  • 17:37:02 <gbod> oschulz. Gets the column rendered in the page template?
  • 17:37:33 <wagner51> Yes sorry. In content element, nothing in tx_fed_fcefile.
  • 17:37:54 <gbod> oschulz is there something like <v:content.render column="0"/> in it?
  • 17:38:17 <gbod> I just copied your code and the FCE gets rendered in frontend.
  • 17:38:47 <Akii> le cache?
  • 17:38:55 <danilobuerger> wagner51 well there you have it, if for that content element there is nothing in tx_fed_fcefile then it cant find a content template. you need to assign one in the backend by editing the content element and selecting one in the select box "Fluid Content type"
  • 17:39:09 <danilobuerger> Akii its always cache or configuration
  • 17:39:24 <Akii> and it's always asked at the end :D
  • 17:40:15 <Guest|47843> Hey guys, i build a FCE with a grid row to put contents in. How can i make it possible to close this fce in the backend? Dont know how to explain exactly. But with "templavoila" it was possible to toggle the contents inside a FCE. Someone knows what i mean? :D
  • 17:40:33 <gbod> Akii It must be asked in the end otherwise it won't be the solution :D
  • 17:40:41 <Akii> interesting theory
  • 17:41:56 <gbod> Guest|47843 What do you mean with toggle? On and Off?
  • 17:42:44 <wagner51> @danilobuerger You say I have to select 'Special > Fluid content' in the content type list? But if I want a simple text content?
  • 17:43:09 <Guest|47843> @ gbod i mean to hide and show the contents
  • 17:43:54 <danilobuerger> Guest|47843 of the preview in the backend?
  • 17:44:55 <gbod> Guest|47843 ehem, put content into your container an then there should be your toggle buttons.
  • 17:45:00 <cedricziel> would be easier to diagnose if there was a pastebin
  • 17:46:31 <Guest|47843> yes the preview no there is no button :x
  • 17:46:37 <gbod> Guest|47843 Do you mean hiding it just in the backend to get more screen estate?
  • 17:47:29 <beo6> Guest|47843: it was hiding the content with javascript. nothing fancy.
  • 17:47:54 <Guest|47843> yes. i have in the preview section of my fce "flux:widget.grid". in This grid i put contents and with templaVoila it was possible to close and open this grid
  • 17:48:14 <danilobuerger> actually Guest|47843 that feature seems to be broken
  • 17:48:30 <beo6> never knew what this could be for. When i edit a page normally i want to see the content. :)
  • 17:48:46 <Guest|47843> @beo6 cause my contents are too long
  • 17:48:54 <gbod> beo6 but sometimes there are loads of them
  • 17:49:00 <Guest|47843> @beo6 just to close this contents which i wont edit
  • 17:49:04 <beo6> just scroll
  • 17:49:09 <Guest|47843> lol
  • 17:49:19 <beo6> ;)
  • 17:49:32 <Guest|47843> but it helps for the organisation of contents
  • 17:49:36 <danilobuerger> Guest|47843 please file a bug report @ fluidpages...
  • 17:50:24 <beo6> bye @ all
  • 17:50:42 <Akii> cya
  • 17:51:02 <Guest|47843> @danilobuerger okay... but can you tell me the correct bug? :D cant describe it
  • 17:52:00 <danilobuerger> sure t3-page-ce is never set to active on hover since custom typo3pageModule.js is not included anymore since the backend override was removed thus hiding the content toggle forever
  • 17:53:34 <Guest|47843> oh wow ok :) Thank you very much!
  • 18:00:22 <wagner51> danilobuerger I updated flux, fluidpages and fluidcontent and my error message has gone... for the moment ;)
  • 18:05:42 <oschulz> gbod, yes there is <v:content.render column="0"/> in page template
  • 18:06:22 <oschulz> when i enter an header in FCE its rendered
  • 18:22:41 <cedricziel> oschulz: could you please pass a pastebin?
  • 18:23:22 <cedricziel> i see youre having trouble, but my magic bowl is getting cleaned atm
  • 18:23:30 <cedricziel> ;)
  • 21:49:17 <erredeco> Hi there everyone
  • 21:49:40 <erredeco> I've just discovered some moments ago that the extension "view" conflicts with powermail 2.1.5
  • 21:50:11 <erredeco> I explain better: it conflicts with the overlay implementation of Powermail
  • 21:50:38 <erredeco> (overlay = alternative path for partials with fallback)

20141030

  • 06:28:21 <Momodedf> Hello everybody
  • 06:56:46 <serogen> hello fluid poewered t3 community
  • 07:00:16 <serogen> i really love your system and i used it in many project. but we have an big problem: we are using 30-40 times and fluidcontent element with and grid system for content areas inside for the box structure, and now the page need 2or3 minutes sometimes to load page in the backend. when i remove the flux grid, the backend page comes in 2 seconds!
  • 07:01:17 <serogen> any idea why? is this a known limitation of fux? or maybe we did something wrong?
  • 09:04:09 <denis-fluid> Good morning :-)
  • 09:40:03 <jmverges> good morning mates :D !
  • 09:40:15 <jmverges> hola ruben
  • 10:11:13 <jmverges> hey folks
  • 10:11:23 <jmverges> 1225709597: The template files "/var/www/jmverges.dev/typo3conf/ext/fluidcontent_core/Resources/Private/Partials/Properties/Menu/", "/var/www/jmverges.dev/typo3conf/ext/fluidcontent_core/Resources/Private/Partials/Properties/Menu/.html" could not be loaded. (More information)
  • 10:11:23 <jmverges> TYP
  • 10:20:15 <denis-fluid> Good morning jmverges :-)
  • 10:21:09 <jmverges> good morning denis-fluid :)
  • 10:21:14 <denis-fluid> Does someone know of a possiblity to get rid of the whitespaces produced by the fluid content elements. I'd like to keep the the indention and new lines in the templates to make them more readable.
  • 10:23:16 <Akii> why not prettyfy the rendered html at the end?
  • 10:23:43 <Akii> -y +i
  • 11:04:16 <denis-fluid> Akii: Yeah you are right.
  • 11:04:36 <Akii> :D
  • 11:08:04 <denis-fluid> Akii: I got another question if you don't mind. :-)
  • 11:08:12 <Akii> sure just go ahead
  • 11:08:24 <Akii> it's called "Support Channel" for a reason ^^
  • 11:09:11 <denis-fluid> What is the correct syntax when setting a value for v:variable.set that should be an array?
  • 11:09:53 <denis-fluid> (and how do I access that later on. Untill now I've only used single values and read them with {variable_name}
  • 11:10:26 <Akii> well you can define an array like this: {0: 'firstItem', 1: 'secondItem'}
  • 11:10:43 <Akii> and later access that with variableName.0
  • 11:10:57 <denis-fluid> Ah fine that's easy :-)
  • 11:12:04 <denis-fluid> And one more: Is it possible to prevent some users from accessing specific fluid content elements? (hide them from specific users)
  • 11:12:39 <Akii> no idea
  • 11:38:57 <jmverges> hey folks the Menu is not working
  • 11:39:05 <jmverges> in fluidcontent_Core
  • 11:52:00 <bamo> hey guys , how can i render my navigation in my pagetemplate?
  • 11:53:10 <bamo> I kickstarted my own extension with FluidTYPO3 Provider Extension.
  • 11:54:40 <Momodedf> what do you call your navigation ?
  • 11:55:18 <denis-fluid> Akii: What is the correct flux view helper to render an image selection field. (one image)
  • 11:55:39 <denis-fluid> Is it https://fluidtypo3.org/viewhelpers/flux/master/Field/FileViewHelper.html or https://fluidtypo3.org/viewhelpers/flux/master/Field/Inline/FalViewHelper.html
  • 11:55:49 <Akii> sorry, never did that
  • 11:57:05 <denis-fluid> I'm a bit confused that there is nothing like flux.field.image :D
  • 11:59:36 <Momodedf> I wld say Inline/Fal
  • 11:59:40 <Momodedf> did you tried ?
  • 12:00:27 <denis-fluid> Ok fine. Yeah I did try it. Inline/Fal works great. Just thought that there would be a dedicated kind of element for one image selections.
  • 12:00:28 <Momodedf> actualy there is a code snipets
  • 12:00:31 <Momodedf> https://fluidtypo3.org/library/code-examples.html?tx_fluidshare_display%5Bgist%5D=5&tx_fluidshare_display%5Baction%5D=display&tx_fluidshare_display%5Bcontroller%5D=Gist&cHash=e403004449572e5ede2dd38d6d268f99
  • 12:00:49 <denis-fluid> Momodedf: Yeah I did it that way now. :-) Thank you very much.
  • 12:01:01 <Momodedf> :)
  • 12:01:03 <denis-fluid> And this one got me even more excited: https://fluidtypo3.org/library/code-examples.html?tx_fluidshare_display%5Bgist%5D=17&tx_fluidshare_display%5Baction%5D=display&tx_fluidshare_display%5Bcontroller%5D=Gist&cHash=f3733b3bf34ae4e9daf5cd9bb29e9205
  • 12:01:19 <denis-fluid> Allowing only specific FCEs in columns :-)
  • 12:02:25 <Momodedf> yes, its cool when you got a "creative" end user
  • 12:02:39 <denis-fluid> Momodedf: That's the point. :-)
  • 12:03:37 <denis-fluid> Momodedf: Do you know if it is possible to hide certain content elements from specific users or groups?
  • 12:03:47 <denis-fluid> (fluid content elements)
  • 12:04:01 <Momodedf> nop, never saw that sorry
  • 12:04:31 <denis-fluid> Momodedf: So it is not possible? Or could someone else know that :D
  • 12:05:34 <jmverges> hey folks, why fluidcontent_core Menu is not working?
  • 12:13:50 <Momodedf> I cldnt tell denis-fluid
  • 12:38:11 <oschulz> hey folks
  • 12:38:49 <jmverges> hey folks I'm freaking out why Image and Text has no options?
  • 12:38:56 <oschulz> yesterday i had an problem with fluid content FCE and fixed it with following line of Code in AdditionalConfigguration.php
  • 12:38:57 <oschulz> $GLOBALS['TYPO3_CONF_VARS']['FE']['contentRenderingTemplates'] = array('fluidcontentcore/Configuration/TypoScript/');
  • 12:40:15 <oschulz> please add this to your documentaion, make a big red blinking box arround it! Ahrg!
  • 12:41:51 <jmverges> oschulz, you have a update script to run
  • 12:41:59 <jmverges> that does that
  • 12:42:16 <oschulz> my update script says nothing to do :)
  • 12:42:55 <jmverges> did you use the site creator?
  • 12:43:45 <oschulz> Update script for fluidcontent_core
  • 12:43:45 <oschulz> No update necessary.
  • 12:44:03 <oschulz> did you mean builder?
  • 12:44:10 <Momodedf> Fluid Styled Content static template included at root page ?
  • 12:44:23 <jmverges> I'm really freaking out
  • 12:44:35 <jmverges> is working for you text && images?
  • 12:44:43 <oschulz> yes
  • 12:45:25 <jmverges> not for me
  • 12:45:30 <jmverges> I have no options
  • 12:45:36 <jmverges> I don't understand why
  • 12:45:42 <jmverges> yesterday it was working
  • 12:45:53 <oschulz> everything was working fine excepting the custom CE's
  • 12:47:47 <Momodedf> thats strange because that line is in fluidcontentcore ext_localconf.php
  • 12:48:03 <Momodedf> with a warning in syslog if not
  • 12:48:58 <jmverges> Text & Image is working for you?=
  • 12:49:02 <jmverges> really?
  • 12:49:11 <Momodedf> maybe contentRenderingTemplates was already defined somewhere
  • 12:49:15 <jmverges> https://github.com/FluidTYPO3/fluidcontent_core/tree/development/Resources/Private/Templates/CoreContent
  • 12:49:26 <jmverges> where is the template tehre?
  • 12:49:52 <cedricziel> jmverges: https://github.com/FluidTYPO3/fluidcontent_core#special-note-about-the-textpic-text-with-images-content-type
  • 12:50:22 <jmverges> thank you cedricziel
  • 12:50:43 <oschulz> hrmp :) cant read every note in some git repos
  • 12:51:04 <cedricziel> no, but those of the extensions you use ;)
  • 12:51:56 <oschulz> hehe you are right :)
  • 12:53:02 <oschulz> but the update script issue is a graet problem i think, also when logging is not enabled... my logging wasnt enabled, so i got no message in my log, great
  • 12:53:21 <jmverges> okey, I could agree with that note, however shouldn't be available to select it from the admin, should be?
  • 12:53:36 <Momodedf> oh I didnt noticed it was still available in the liste, cedricziel is there any way to remove it from elements list since its unusable ?
  • 12:53:42 <NIMIUS|johannes> btw, you guys should consider writing a CHANGELOG, that would make updating (in general) a little easier
  • 12:53:45 <NIMIUS|johannes> => keepachangelog.com
  • 12:54:29 <cedricziel> NIMIUS|johannes: true. we're investigating the possibilities to generate it
  • 12:55:12 <NIMIUS|johannes> you should listen to the podcast that guy from keepachangelog was on - many interesting points about changelogs were made
  • 12:55:21 <NIMIUS|johannes> let me search for a link real quick
  • 12:55:22 <jmverges> cedricziel, could we remove the posibility to select Text & Image
  • 12:55:25 <jmverges> ?
  • 12:56:07 <NIMIUS|johannes> Here you go: The Changelog episode 127: http://5by5.tv/changelog/127
  • 12:56:14 <cedricziel> jmverges: afaik we cleared all ctypes and re-added them.
  • 12:56:26 <cedricziel> oh i dont like the changelog podcast
  • 12:56:33 <cedricziel> but thank you, i will listen to it
  • 12:57:07 <jmverges> cedricziel, then I should have something wrong in my configuration?=
  • 12:57:27 <NIMIUS|johannes> I can see why - the hosts are a little weird sometimes
  • 12:57:36 <cedricziel> let me cross check it before Claus can proof me wrong ;)
  • 12:59:15 <cedricziel> it's definately removed from the list of possible types: https://github.com/FluidTYPO3/fluidcontent_core/blob/development/ext_tables.php#L51
  • 13:00:03 <jmverges> I'm seeing it
  • 13:00:05 <gbod> jmverges: build your own textpic, it' not so difficult. The one from csc is bloated with options.
  • 13:00:27 <gbod> and ts of course
  • 13:01:02 <jmverges> cedricziel, I reading the code. I have that code in my local machine, however I'm able to select textpic
  • 13:01:03 <cedricziel> am i right you can select it from the wizard, but not from the ctype selector on an existing record?
  • 13:01:13 <jmverges> both of them
  • 13:01:43 <cedricziel> you can select it in both areas?
  • 13:01:50 <Momodedf> I got the same issue cedricziel, it can be selected from both
  • 13:01:57 <cedricziel> okay, thank you
  • 13:02:07 <jmverges> :D QA Team
  • 13:02:08 <jmverges> xD
  • 13:02:29 <cedricziel> hehe
  • 13:02:44 <jmverges> did you thought about implementing selenium testing=
  • 13:02:47 <jmverges> ?
  • 13:03:00 <cedricziel> selenium for backend? *shiver*
  • 13:03:27 <cedricziel> are you serious about that?
  • 13:03:36 <jmverges> is not possible?
  • 13:04:14 <jmverges> I did it for an admin in a private platform with codeception framework and I works prety nice
  • 13:04:48 <cedricziel> i would consider it a pain in the butt. as well as is testing the bigami between framework logic (read: extbase plugins), and core plugs
  • 13:05:10 <cedricziel> nevertheless: if you can proof a valuable aproach, i'd be happy to look into it.
  • 13:06:39 <jmverges> cedricziel, at the end the ux is important. If as user I shouldn't see textpic... selenium testing could prevent it
  • 13:07:01 <jmverges> cedricziel, take a look to http://codeception.com/
  • 13:07:04 <cedricziel> absolutement
  • 13:08:45 <oschulz> hey, i looked into fluidcontent_core/class.ext_update.php this script does not work when you already have an AdditionalConfiguration.php
  • 13:09:39 <oschulz> a better message instead of return message "nothing to do" is to warn user to campare the template file with the current file
  • 13:22:18 <denis-fluid> cedricziel: Is it possible to hide certain fluid content elements from users or groups?
  • 13:35:36 <Momodedf> Sorry, bad connexion
  • 13:37:19 <Momodedf> so I was asking if the bug about ctype is for every one or just jmverges and me ?
  • 13:37:52 <jmverges> I think cedricziel is taking a look to that
  • 13:38:25 <Momodedf> ok, I'll do the same on my local install
  • 13:38:38 <cedricziel> true, will do this evening when business becomes leisure
  • 13:39:01 <Momodedf> thx you
  • 13:39:08 <jmverges> thank you
  • 13:39:52 <jmverges> I'm trying to convince my new manger and workmates to move all to TYPO3 with fedext
  • 13:55:51 <gbod> Some advertisment: https://twitter.com/chris_hellmuth/status/527802440335507457 This very evening in Berlin. ;)
  • 14:09:08 <jmverges> hey folks, all this stuff is amazing
  • 14:21:34 <JohPie> cedricziel: ?
  • 14:22:38 <cedricziel> hm?
  • 14:29:19 <denis-fluid> Is it possible to hide the "header" input field from backend users? (I just want the flux input fields I have defined)
  • 14:30:47 <cedricziel> TCEFORM is your friend
  • 14:31:21 <denis-fluid> :-) Ok I will start to search
  • 14:32:25 <cedricziel> should be something lile TCEFORM.tt_content.header.disabled =1 in PageTS
  • 14:33:00 <cedricziel> important advice coming in:
  • 14:33:02 <denis-fluid> This is what I already have: http://i.imgur.com/v1Js3Hn.png
  • 14:33:09 <cedricziel> {record.header}
  • 14:33:50 <cedricziel> bjo3rn has an article on worksonmymachine.org that empties the standard lib.stdheader for fluidcontent records
  • 14:34:02 <cedricziel> that way you're free
  • 14:34:18 <denis-fluid> Oh I will search for that great
  • 14:35:04 <batjony> guys, is there still some advantages using css_styled_content instead of fluidcontent_core ?
  • 14:35:32 <gbod> denis-fluid: https://worksonmymachine.org/blog/custom-rendering-of-default-headlines-in-fluidtypo3
  • 14:36:19 <denis-fluid> gbod: perfect.
  • 14:36:50 <denis-fluid> gbod: Just to make sure if understand it correct. "tt_content.fluidcontent_content.10 >" just drops the frontend rendering. But the rendering in the backend is still there.
  • 14:37:08 <denis-fluid> To drop it there I would have to do "TCEFORM.tt_content.header.disabled =1" I assume
  • 14:37:22 <denis-fluid> (just making sure that I understand it correctly :D)
  • 14:37:51 <gbod> denis-fluid Yes, for the backend you need the TCEFORM stuff
  • 14:38:03 <denis-fluid> Fine. :-) Thank you gbod
  • 14:38:19 <cedricziel> i dont see any adantages in hiing the header field per se
  • 14:38:23 <denis-fluid> And thank you cedricziel for the hint to the TCEFORM
  • 14:38:30 <cedricziel> instead you loose introspection from typoscript
  • 14:38:38 <cedricziel> but if that's not a problem..
  • 14:38:50 <denis-fluid> cedricziel: Well why would I need it when I have only custom content elements.
  • 14:38:54 <gbod> You're welcome. Th emost part came from bjo3rn and cedricziel - I was just the messenger.
  • 14:40:28 <cedricziel> denis-fluid: bc i dont do it that way
  • 14:40:34 <cedricziel> but do as you please :)
  • 14:40:51 <denis-fluid> cedricziel: Well I don't see any advantage in the standard content elements
  • 14:41:16 <Momodedf> denis-fluid I find headers in backend usefull to name contents and remember what it is a first look
  • 14:41:41 <cedricziel> denis-fluid: 1.) naming elements
  • 14:41:42 <denis-fluid> Momodedf: Yeah that is what I thought about right now when I added the "tt_content.fluidcontent_content.10 >" to the template
  • 14:41:44 <batjony> ok gurus and messengers, do you all use fluidcontent_core instead of css_styled_content, i am just wondering if I could have issues if I switch to fluidcontent_core for new projects ?
  • 14:42:00 <cedricziel> 2.) using the header field in rendering inside the main section
  • 14:42:10 <cedricziel> batjony: try it first
  • 14:42:22 <cedricziel> that move goes bad if done in a rush
  • 14:42:30 <denis-fluid> cedricziel: Ok 1) is valid. 2) I don't know :D
  • 14:42:38 <cedricziel> you have to know the limitations
  • 14:43:02 <NamelessCoder> batjony be aware of your dependencies. Other extensions may require CSC. Incompatibility with CSC is the only real drawback of FCC (not counting the lack of textpic CType for already stated reasons)
  • 14:43:02 <FT3BOT> Welcome back NamelessCoder!
  • 14:43:50 <cedricziel> look, there's this field in the db called header, another one for the header type.. even a subheader one. why would you drop the usage of those in favour of a flexform field?
  • 14:43:51 <NamelessCoder> some features offered by CSC such as TS conditional header wrapping are no longer supported; stuff like that you may need to build yourself in the elements that should do this.
  • 14:44:03 <Momodedf> btw cedricziel I removes unsuported CType in TCEFORM (TCEFORM.tt_content.CTyper.emoveItems)
  • 14:44:16 <cedricziel> yup
  • 14:44:36 <Momodedf> I dont know if it was supposed to be done by the plugin but its a fine way to get job done to me
  • 14:45:16 <cedricziel> t least it's your duty to clean up the backend to craft a nice experience for editors
  • 14:45:21 <cedricziel> *at
  • 14:46:08 <Momodedf> true
  • 14:46:38 <NamelessCoder> CSC is an explosion of form fields ;)
  • 14:46:52 <NamelessCoder> too bad we can't evict the TCA it generates :/
  • 14:47:09 <Momodedf> End of day, sport time. See you guys tomorrow have nice day
  • 14:47:15 <NamelessCoder> it's like, "you can remove me but I'll never be completely gone! HAHA!" --CSC
  • 14:47:43 <batjony> NamelessCoder: do you have some ideas when the stable version of FCC will come ?
  • 14:55:20 <batjony> and do we expect some new features in the stable version or basicly bug fixes ?
  • 14:59:08 <cedricziel> i think fluidcontent_core works quite well batjony
  • 15:00:02 <cedricziel> it has a basic feature set which needs to be freed from some bugs and we may need to do some ux things and improved handling for developers
  • 15:00:11 <cedricziel> that's it from my POV
  • 15:12:49 <batjony> ok guys, today i have just started a new project from the scratch, so I have installed the latest dev fluid extensions and started to create some page templates
  • 15:13:04 <batjony> i have just created a simple page template http://pastebin.com/1bU0ExRX
  • 15:13:13 <batjony> set it in the root page
  • 15:13:25 <batjony> but I dont see any changes in the backend layouts
  • 15:13:59 <batjony> Do I miss something ?
  • 15:14:39 <batjony> the template has 2 grid sections - top and main, but i see the default typo3 ones: Left, Normal, Right, Border...
  • 15:16:52 <cedricziel> batjony: you have to select fluidpages as page layout
  • 15:17:12 <cedricziel> that's the tl;dr. please see fluidtypo3.org on the blog for more info
  • 15:23:39 <batjony> cedricziel: its not something which I do for the first time :)
  • 15:24:35 <batjony> i have just installed the examples in ext:fluidbootstraptheme which has some embedded page templates
  • 15:24:39 <batjony> same issue
  • 15:25:24 <batjony> when you change the template, nothing happens - and you still see the standard backend sections: Left, Normal, Right, Border...
  • 15:27:03 <cedricziel> i know that sounds unpatient. but there's two layout selectors in page properties
  • 15:27:03 <batjony> most likely something is wrong with the latest fluid versions
  • 15:27:43 <cedricziel> one, where you are supposed to choose fluidpages as layout provider, and another one to select the actual page template
  • 15:28:24 <cedricziel> on the root page of your ts template choose fluidpages on the first, and a page template for this and the sub-pages
  • 15:30:17 <NIMIUS|johannes> btw, the fluidtypo3 rss feed has the title "Dummy Title"
  • 15:30:18 <cedricziel> check?
  • 15:30:34 <batjony> i dont see options to select a layout provider
  • 15:30:49 <batjony> i have "Page Layout - this page" and "Page Layout - subpages"
  • 15:38:37 <batjony> cedricziel: so where is this "supposed to choose fluidpages as layout provider" ? is it some new feature in fluidpages, because there was not such thing in the past ?
  • 15:39:37 <NamelessCoder> batjony https://fluidtypo3.org/blog/news/fluidcontent-and-fluidpages-released.html
  • 15:43:26 <batjony> cedricziel, NamelessCoder: 10x I didnt know this new option/feature
  • 15:43:48 <NamelessCoder> the blog is where we communicate these things, always - if in doubt, check there
  • 15:44:07 <cedricziel> that's why i pointed you there ;)
  • 15:45:57 <batjony> is there an option to subscribe for this blog/newsletter and receive all new blog articles in my mailbox
  • 15:46:59 <cedricziel> sure, that's IFTTT
  • 15:47:28 <cedricziel> or use something like feed.ly which is a really nice rss reader
  • 15:50:44 <Guest|61521> Hi Guys, I have just updated flux, cleared the cache in the install tool, deleted all files in typo3temp but I am getting this error when ever i cliick on the page tool Can't inherit abstract function FluidTYPO3\Flux\Form\FormInterface::setParent() (previously declared abstract in FluidTYPO3\Flux\Form\WizardInterface) anyideas?? thanks
  • 15:54:48 <cedricziel> Guest|61521: more information please
  • 15:56:06 <denis-fluid> cedricziel: What is the recommended way for image selection (only one image) in the flux context? At the moment I am using something like "<flux:field.inline.fal name="content.image" multiple="false" />" but for one image the widget feels pretty strange. There is no error when a user tries to upload more than one image. The additional image gets ignored without error messahe.
  • 15:58:18 <Guest|61521> cedricziel - im running typo3 6.2.6, fluidpages 3.1.1, fluidcontent 4.1.0, flux 7.1.1 and i am testing the site with fluidbootstraptheme 1.2.0. Wehn i select any page in the page tree i get the errot 'Fatal error: Can't inherit abstract function FluidTYPO3\Flux\Form\FormInterface::setParent() (previously declared abstract in FluidTYPO3\Flux\Form\Wi
  • 15:58:18 <Guest|61521> zardInterface) in /var/www/testing/typo3conf/ext/flux/Calsses/Form/WizardInterface.php on line 31'
  • 15:58:58 <Guest|61521> sorry that should be in /var/www/testing/typo3conf/ext/flux/Classes/Form/WizardInterface.php
  • 16:04:34 <cedricziel> did you do the cache-dance?
  • 16:05:36 <Guest|61521> cedricziel - cleared the cache in the install tool, system cache, general cache, frontend cache and deleted all files in typo3temp
  • 16:05:47 <cedricziel> php version?
  • 16:07:54 <Guest|61521> I'm running php 5.3.3 on centos 6.5 - package - php-5.3.3-27.el6_5.2.x86_64
  • 16:13:51 <batjony> guys is it possible somehow to use the sys categories inside a custom fluid content element ?
  • 16:19:27 <batjony> lets say I have a "Tester" and I want to attach a sys category to it ? is it possible ?
  • 16:20:38 <batjony> cedricziel: do you have idea ?
  • 16:23:53 <cedricziel> after all, you should have a category selector on all tt_content records if that's what you mean
  • 16:24:55 <batjony> no i dont have
  • 16:25:23 <batjony> i have only General and Access tab, where I dont see any sys categories
  • 16:26:21 <cedricziel> is it available on your page records?
  • 16:26:49 <batjony> yes, but not in CE
  • 16:27:15 <cedricziel> (disclaimer: flying blindly here)
  • 16:27:38 <cedricziel> did you check the install tool, if categories are enabled for tt_content?
  • 16:28:42 <Guest|61521> cedricziel - any other ideas??
  • 16:29:36 <batjony> cedricziel: yes they are enabled
  • 16:33:31 <cedricziel> well batjony; i guess then it's time to enable the palette on the fluidcontent ctype
  • 16:36:47 <batjony> cedricziel: ufff sorry i just saw that i have used categories.disabled = 1 in the page ts config, something which I have copied from my previous project :)
  • 16:37:02 <cedricziel> i knew it :)
  • 16:38:56 <batjony> so as I see its should not be a problem to use the sys categories in a custom fluid element ?
  • 16:39:40 <batjony> and FAL is also possible in FCE ?
  • 16:46:39 <cedricziel> yes, via the approach you have already chosen. but danilobuerger knows best about dealing with FAL. maybe he knows how the native images field in tt_content can be leveraged
  • 16:47:40 <danilobuerger> sure you can use fal with fce
  • 16:49:35 <cedricziel> batjony: ping
  • 16:59:40 <cedricziel> well then. have a nice evening folks.
  • 17:00:43 <Akii> cya
  • 17:55:45 <jmverges> hey folks, I'm reading de documentation and I don't understand well the providers
  • 18:00:56 <cedricziel> maybe it helps when you know that fluidcontent and fluidpages are just(tm) using providers to utilize flux for what they are doing
  • 18:04:59 <jmverges> so flux is the providers used by flux are the ones in charge of tt_content and pages?
  • 18:07:20 <cedricziel> yeah
  • 18:07:51 <jmverges> I'm trying to understand the relation between FT3 and extension_builder
  • 18:08:18 <cedricziel> there's none
  • 18:08:35 <cedricziel> we maintain the extension "builder"
  • 18:08:46 <jmverges> however, could I user FT3 for extensions made with extension_builder?
  • 18:08:49 <cedricziel> builder generates a skeleton provider extension
  • 18:09:12 <cedricziel> sure. you'd have to generate a dummy extension and add some stuff manually
  • 18:09:39 <jmverges> yes, but if I need to work with Models and stuff like that ?
  • 18:09:51 <jmverges> cedricziel, some basic example or tutorial?
  • 18:10:25 <cedricziel> separation of concerns
  • 18:10:41 <cedricziel> use one extension per domain model
  • 18:10:49 <cedricziel> and one per site template
  • 18:11:31 <jmverges> sure
  • 18:12:03 <cedricziel> well then why would you use the extension builder on a provider extension?
  • 18:13:01 <jmverges> no, the reverse way
  • 18:13:14 <cedricziel> no you got me confused
  • 18:13:16 <cedricziel> *now
  • 18:13:24 <jmverges> is because I am
  • 18:13:26 <jmverges> :P
  • 18:13:32 <cedricziel> hehe

20141031

  • 06:30:41 <Momodedf> Heelo there
  • 07:08:25 <NamelessCoder> [01:26:14] [flux] danilobuerger tagged 7.1.2 at development: https://github.com/FluidTYPO3/flux/commits/7.1.2 was not caught by the uploader because the commit was made and pushed on development
  • 07:59:35 <jmverges> morning mates
  • 08:00:37 <Momodedf> hi
  • 08:14:04 <jmverges> Hi folks, my obsolete extension has 602 downloads :D
  • 08:31:12 <jmverges> how could I enable realurl for CE done with FT3?
  • 08:31:59 <jmverges> I'm trying fluidbootstraptheme, however all the menus are working with index.php?id=
  • 08:34:48 <jmverges> looks like everybody is sleeping...
  • 09:27:57 <soee> other links are rewriten and only menu is not ?
  • 09:28:14 <jmverges> uhm, looks like all the links are working without realurl
  • 09:28:30 <jmverges> however realurl is active and I can access by url to the pages
  • 09:28:36 <jmverges> like /contact/
  • 09:32:56 <bjo3rn> hi guys
  • 09:33:11 <Akii> ohai
  • 09:33:23 <bjo3rn> jmverges this is not related to ft3
  • 09:33:34 <jmverges> hi bjo3rn , Akii
  • 09:33:49 <bjo3rn> as long as you generate links using fluid which vhs does you should get pretty urls
  • 09:34:23 <jmverges> nice, then is related with the extension
  • 09:35:49 <bjo3rn> ehm, what do you mean with 'how could I enable realurl for CE'?
  • 09:36:08 <bjo3rn> pages have urls but ces?
  • 09:37:03 <jmverges> bjo3rn, I'm trying some extension done with FT3, and that extension has some FCE like menus, etc where you can link to other pages. That links are not "realurl"
  • 09:37:07 <soee> jmverges: its your configuration probaly
  • 09:37:46 <bjo3rn> ok, do you use f:link... ?
  • 09:38:04 <bjo3rn> (or whatever they are named ^^)
  • 09:38:40 <jmverges> let me take a look
  • 09:39:28 <bjo3rn> tx_realurl_enable=1?
  • 09:41:24 <NamelessCoder> I was just about to write that
  • 09:41:34 <NamelessCoder> true story!
  • 09:41:44 <jmverges> good morning NamelessCoder
  • 09:42:03 <jmverges> where should I write that?
  • 09:42:17 <NamelessCoder> config.tx_realurl_enable = 1
  • 09:42:22 <NamelessCoder> add to any typoscript template
  • 09:42:30 <NamelessCoder> (as "setup")
  • 09:42:32 <jmverges> oki, the config.
  • 09:42:33 <jmverges> xD
  • 09:43:21 <jmverges> okey!
  • 09:43:22 <NamelessCoder> if it still fails, try using the install tool to "compare DB" - if there are pending updates for table pages, it might prevent realurl from working
  • 09:43:29 <jmverges> no, is fine
  • 09:43:35 <NamelessCoder> goodie
  • 09:43:44 <jmverges> so, TypoScript is still something valuable
  • 09:43:49 <soee> ;o
  • 09:44:21 <jmverges> probably I could reuse some of March8 extension, I know that 600 downloads is not to much but I'm proud to see that today
  • 09:44:25 <NamelessCoder> for declarative setup, sure :)
  • 09:44:50 <NamelessCoder> you could also update it to make it work on 6.2 if it still adds value ;)
  • 09:45:01 <bjo3rn> what is it?
  • 09:45:30 <jmverges> NamelessCoder, I'm thinking to move it from TV to FT3
  • 09:45:56 <jmverges> well I decided to do it, I just need to start
  • 09:45:57 <jmverges> xd
  • 09:46:50 <NamelessCoder> yep, looks like you could achieve the same thing in FT3
  • 09:47:05 <jmverges> I saw fluidbootstraptheme, and also gumby
  • 09:47:13 <jmverges> do you know about other ones?
  • 09:47:20 <NamelessCoder> fluidcontent_zurb
  • 09:47:40 <NamelessCoder> fluidcontent_grids (not sure which framework, if any, that one is for)
  • 09:47:51 <bjo3rn> fluidcontent_burp and *_fart are in the making ^^
  • 09:47:53 <NamelessCoder> neither are official FT3 exts but both should be working
  • 09:47:58 <NamelessCoder> hehe
  • 09:48:21 <NamelessCoder> fluidpages_fart contains only fartOnResize and fartOnScroll
  • 09:49:12 <jmverges> what?
  • 09:49:22 <jmverges> fart is art
  • 09:50:05 <NamelessCoder> 100% of all Josef Pujols agree
  • 09:50:13 <NamelessCoder> Le Petomane
  • 09:50:24 <jmverges> pedo culo caca pis
  • 09:50:38 <NamelessCoder> taint
  • 09:51:16 <Wag51> Hi. It's strange, but since yesterday, the icons for my page layouts are not displayed anymore in TYPO3 backend. Even the defaut Icons/Page.gif has gone
  • 09:51:48 <Wag51> And when the page layouts are too long, there are cleared in BE
  • 10:12:23 <batjony> guys some help for a strange issue
  • 10:12:45 <batjony> i have just tested the ImageGallery CE from the fluidbootstap extension
  • 10:13:18 <batjony> and when I set a gallery in some page, in the FE there is an error: "Supplied file object type TYPO3\CMS\Extbase\Service\ImageService must be File or FileReference."
  • 10:13:25 <batjony> then I removed the CE
  • 10:13:34 <batjony> clear all caches from everywhere
  • 10:13:44 <batjony> but the error still shows
  • 10:14:18 <batjony> its a clear installation of Typo3 and the fluid extensions
  • 10:14:42 <batjony> i have also cleared cf_cache_ tables
  • 10:15:04 <batjony> but this error still shows
  • 10:16:34 <Xatenev> A question:
  • 10:16:45 <Xatenev> I got 4x for each
  • 10:16:55 <Xatenev> to display a lot of words
  • 10:17:17 <Xatenev> Can I somehow get one iteration count for all of those 4 foreach loops?
  • 10:17:35 <Xatenev> So I can display "hello" after 4 elements for example?
  • 10:18:46 <jmverges> gumby didn't work xD
  • 10:35:42 <bamo> Hi , i got a problem with flux:flexform.container. All my field repeated after the actual container that i build.
  • 10:35:49 <bamo> is this a bug ?
  • 10:36:47 <xaver> jmverges: commit is online - has a small bug, but you won't notice it
  • 10:38:21 <jmverges> what one, gumby?
  • 10:39:03 <jmverges> _zurb is not working also
  • 10:42:30 <jmverges> wow, is from two years ago...
  • 10:42:48 <jmverges> ok, let's forget about other
  • 10:47:52 <bamo> anyone an idea?
  • 10:48:15 <gbod> jmverges: try fluidcontent_idiocracy - it's got electrolytes. ;)
  • 10:50:09 <gbod> bamo: https://github.com/FluidTYPO3/flux/issues/577
  • 10:51:12 <jmverges> gbod, heheh ;)
  • 11:17:51 <Momodedf> Brawndo's got electrolytes !
  • 11:19:12 <NamelessCoder> muhaha
  • 11:19:39 <NamelessCoder> The Thirst Mutilator (TM)
  • 11:47:04 <batjony> fluidcontent_core: dependencies need fixes
  • 11:47:22 <batjony> should be set to flux 7.2.0
  • 12:04:04 <batjony> also the icons in the page template configuration disappeared
  • 12:07:10 <NamelessCoder> no, the flux 7.1 dependency is correct
  • 12:25:46 <s-andersen> Hello, fresh install of TYPO 6.2, made an extension with "builder", frontend is fine, backend is not rendering flux configuration, what could the issue be?
  • 12:26:30 <gbod> Page -> Appearance tab -> Backend Layout -> Fluidpages
  • 12:27:08 <s-andersen> gbod: Thank you very much!
  • 12:30:30 <Momodedf> I dont get why <f:render partial="Liens/Properties" section="TypesDefinition" arguments="{_all}" /> doesnt display anything :(
  • 12:35:20 <Momodedf> Isnt it possible in a "classic" fluidcontent
  • 12:35:21 <Momodedf> ?
  • 13:40:47 <jmverges> hey mates, it's only me or you are not seeing the images in Page Layout?
  • 14:32:33 <batjony> NamelessCoder: regarding https://fluidtypo3.org/documentation/templating-manual/appendix/fluid-autocompletion.html do you have idea why I dont have autocomple for the fluid helpers <f:
  • 14:32:51 <batjony> for <v: and <flux: work perfectly
  • 14:33:03 <batjony> but not for <f:
  • 15:25:14 <Wag51> Cannot see the pages layout icons in backend too...
  • 15:26:02 <Xatenev> Hey guys
  • 15:26:03 <Xatenev> one question
  • 15:26:08 <Xatenev> I got a flexform displayCond
  • 15:26:09 <Xatenev> <displayCond><![CDATA[FIELD:switchableControllerActions:=:Message->new;]]></displayCond>
  • 15:26:21 <Xatenev> When I put it in, my flexform tab isnt shown anymore
  • 15:26:29 <Xatenev> I know this is more the fluid channel but mb u have an idea :P
  • 15:26:44 <Xatenev> This should say , when action "message->new" is selected, then show tab
  • 15:26:46 <Xatenev> but it doesnt work =(