01:00:14 <artisticMink> Hello, after updating flux and vhs, i recieve 'Templating tags not properly nested' errors. I guess some viewhelper changed. Is there a way to recieve extended debug information like the template name where the error occurs? Any help much appriciated.
01:03:36 <NamelessCoder> artisticMink update your TYPO3 core to hotfix, then see http://fluidtypo3.org/documentation/templating-manual/appendix/migration/from-flux-6x.html for a permanent fix
01:04:59 <artisticMink> NamelessCoder: Thanks, you suggested that to me already. I updated my core to 6.2.4 but still encounter the same problem, so i thought it might be templating errors in the end. Anyway, i'll give it a close read. Thanks again.
01:05:59 <NamelessCoder> try the update script and/or use EXT:builder to validate your templates and find out which ones are affected
01:09:20 <artisticMink> NamelessCoder: I'll give it a try.
11:07:47 <Kaimane> good morning. please could one of you do me a favour and squash my pr #75 to one commit cause I pulled that request via github.com and currently I'm not using git gui to squash the commits.
11:32:23 <Kaimane> Sry i forgot to tell you that pr 75 belongs to EXT:fluidcontent_core ( https://github.com/FluidTYPO3/fluidcontent_core/pull/75 )
11:45:52 <soee> mrboe: shouldn't the labels here be defined in separate language file (not hardcoded) https://github.com/bootstraptheme-for-typo3/fluidbootstraptheme/commit/6252154acafe7b452497767d451e4805bf4f74bc ?
13:08:31 <Guest|63340> hey guys :) do u know when flux 7.1 will be released in TER? thanks :)
13:18:22 <Guest|63340> ohhh okay, didnt see :p thank you :)
15:57:51 <JustAPoring> Is there a way to globally add a column to similar to the "fluid content area" column?
15:59:35 <JustAPoring> Or maybe to add a hidden column in a fluid pages layout?
16:52:00 <ndee> when I want to register a flux configuration for a plugin that I have, registerFluidFlexFormPlugin should be the function I'm using in my ext_localconf.php, right?
00:32:29 <NamelessCoder> some extra usability for your editors :)
09:17:52 <batjony> guys, i have created a custom page type (doktype), is there a way automatically to set specific page template for pages with this doktype ?
10:49:57 <batjony> mrboe: k do you know if I can set page template per sys folder ?
10:51:00 <mrboe> in FBT there is a possibility to set page settings via TS
10:51:05 <batjony> because this is also something which will do the job for me, if I can set a template for particular sys folder, then all pages inside it will inherit it, which is also fine
12:32:30 <jloew> Hello everyone, I'm using vhs 1.9.1 on Typo3 6.2 and am trying to figure out, how to get Content Sliding to work. I've read discussions about removing the slideCollect attribute, but can't seem to figure out how to set it up correctly. Can u help me?
13:41:14 <batjony> NamelessCoder: do you have idea, i saw http://fluidtypo3.org/documentation/templating-manual/templating/using-templates/selecting-page-templates.html#special-page-types, but its not actually what I need
13:42:49 <batjony> the idea is, for example all pages with doktype 177 to have page templates Templates/Page/blabla.html
14:35:12 <xaver> mrboe: i saw the ticket - i will take a look in next days
15:13:52 <Kaimane> Hi guys. How to check if <flux:content.render area="content" /> is not empty? Would like to wrap that but only if content is not empty. Could you give my a hint?
16:43:23 <Kaimane> xaver: my solution is <f:if condition="{flux:content.render(area: 'content')}"> and works great. Simple as it is. But thanks a lot for your support.
16:45:22 <Kaimane> but i have another question. I defined a <flux:field.file name="settings.thumbnailImageFile" ... />. In BE it will be rendered with <v:media.image src="{settings.thumbnailImageFile}" alt="{settings.thumbnailImageAlt}" width="100" />. But in FE I got the message "Could not get image resource for "".
16:53:37 <Kaimane> okay, now image is rendered. but it only works when I remove the "settings." prefix. why?
17:12:53 <xaver> Kaimane: use a clear name and no . separation
17:16:56 <Kaimane> xaver: okay I did. Removed "settings." for all fields and now everything is working correctly.
17:42:03 <mikem_ch> hey.. i use fluidbootstraptheme... the extension installs but after installation nothing happens... no pagetree is imported... am i doing something wrong?
17:42:41 <mikem_ch> is there some sort of install script i have to run?
17:46:16 <mikem_ch> sorry... it works now... forgot to add the ts template :-)
18:18:35 <Guest|27909> Hi!!! Please, is with Fluid possible to wrap a <f:link> around a tag only if a condition is met?
09:38:48 <BenjaminR> bjo3rn you there? i create an asset in the controller with Asset::getInstance(). i want to parse Fluid so ive set fluid to TRUE and assigned variables. f:debug in the asset returns an empty array. it appears the variables are not available in the asset
09:40:17 <BenjaminR> OR does parse fluid dont work together with setPath
09:52:08 <batjony> BenjaminR: do you have an idea, if its possible to have controller per cotent element, so not just one ContentController for all content elements ?
09:56:15 <BenjaminR> and most times thats when you ask for a dedicated controller :P
09:59:26 <batjony> but actually i see some variant, if I have some general MainController, which extends the existing AbstractContentController, and ContentController extends MainController, then I could have separate controllers per content element, for example ElementAController extends MainController, ElementBController extends MainController and so on.. :)
10:00:28 <BenjaminR> it wont be called because your content elements are mapped to render via contentcontroller
10:03:09 <batjony> ya you are right, it would work if there is a multiple inheritence in PHP, so ContentController extends AController, BController...... but this is not possible in PHP
11:35:25 <soee> is it possible to adjust one error message - now if we have configured page layout and we changed the extension provider key during development the layouts arent found anymore and in FE typo3 will throw: TYPO3 Fatal Error: Extension key "foo_provider" is NOT loaded!
11:36:08 <soee> it would be much better to have something like: TYPO3 Fatal Error: Extension key "foo_provider" with layouts configuration or something is NOT loaded!
12:41:29 <mrboel> @BenjaminR can you check if my gist code example is submit
12:42:39 <mrboel> because when i press ad gist i get a page without CSS, semms like its not working
12:42:41 <BenjaminR> no NamelessCoder has his hand on that
15:05:17 <BenjaminR> cedricziel you use formhandler?
16:55:39 <JustAPoring> I'm trying to pass an object to a ViewHelper I created myself and I get a "Cannot cast object of typoe "..." to string" exception. how can I pass it to the viewhelper as an object, just like how f:for does it for example?
18:26:43 <randomresult> if i have an <flux:field.select with a comma-seperated list of items... is there any way to label them? For Example i have the item "icon-Secure" (which is a CSS class) and i want to show secure/sicher to the BE-User...
10:12:47 <Guest|16592> in typo3 you can add a headline (like h1 or h2) --> see the picture... i need the text, that i put in this headline and show it in fluid... so as example: i have create a teaser content element, now the user can put a headline, but i need the same text in the headline for a link, how i can read out the text in the headline
12:19:00 <randomresult> when required="1/true" in a flux:inputfield (for links) and saving an object whitin a section whcih is empty... there should be an yellow !
12:44:49 <bjo3rn> if so, there's nothing to do about it I guess
14:05:25 <hhoechtl> Hi @all, any idea how to get vhs content renderviewhelper to work with fluidcontent_core? My output is unstyled, probably because $GLOBALS['TSFE']->cObj->RECORDS($conf) doesn't use fluidcontent_core for rendering?
14:17:55 <hhoechtl> Or: how do I render CEs from a give pid using fluidcontent_core?
14:21:03 <NamelessCoder> hhoechtl v:content.render renders any content type. cObj->RECORDS passes to cObj->TEXT, cObj->IMAGES etc. depending on CType. FCC then defines these content types as rendered by the FCC controller.
14:25:00 <hhoechtl> @NamelessCoder any idea where to start debugging if v:content.render outputs unstyled content?
14:25:19 <NamelessCoder> what do you mean by "unstyled"?
14:25:52 <hhoechtl> The content of the text element is returned as string. But it's a richtext field
14:26:09 <hhoechtl> The page itself shows this CE properly styled
14:27:07 <NamelessCoder> how exactly are you using the ViewHelper?
14:28:16 <hhoechtl> I have an extbase extension with a show action. The template is assigned a variable pageId and I try rendering the content of this page by using <v:content.render column="0" pageUid="{pageId}" />
14:28:37 <hhoechtl> And this output is just text without markup
14:29:34 <NamelessCoder> you've included the static TS and the AdditionalConfiguration.php file exists and contains the FCC TS name?
14:31:42 <NamelessCoder> and how are you rendering your plugin?
14:31:55 <NamelessCoder> (your problem points to missing lib.parseFunc_RTE from TS)
14:33:58 <NamelessCoder> your rendering will use the TS that is available on the page where your *plugin* resides, not the page of the content. This means that for example, moving the plugin to a page outside your root page or linking across domains can have unexpected results.
14:34:02 <hhoechtl> my plugin is inside a regular fluidpage in colPos=0 just as any other CE
14:34:40 <hhoechtl> They are booth in the same rootline
14:34:58 <hhoechtl> And both pages are rendered properly by fluidcontent_core
14:40:41 <hhoechtl> I don't know why, but deleting typo3temp solved it.
12:04:41 <BenjaminR> well definitely the case is that the list for the content wizard wont be generated on demand. if you add a fce you will have to clear all caches and hit the content wizard to make the list regenerate and contain the new fce types
13:09:12 <pRiMU5> BenjaminR: this isnt a new fce. but the tab (gd elements) is only available if there is at least one content element on the page. ;) thats really weird
13:19:33 <Guest|94014> Hi, i'm using staging releases from GIT for all extensions. Typo3 Version is 6.2.4. I recreated the example from http://fluidtypo3.org/documentation/templating-manual/templating/creating-templates/page-template.html . Now i do not see the grid in backend, but it seems to be here, as i can select the fields (Content + Sidebar) in columns field when
13:20:58 <Guest|94014> One thing is that i removed "{namespace v=FluidTYPO3\Vhs\ViewHelpers} " from layout and templates, as this throws an error when using it: Could not analyse class:FluidTYPO3\Vhs\ViewHelpers\Content\RenderViewHelper maybe not loaded or no autoloader? (1289386765)
13:21:37 <soee> error because the viewhelper path changed
13:23:47 <soee> Guest|94014: what VHS version are you using ?
13:33:28 <Guest|94014> 'version' => '1.9.1', from staging branch
13:34:52 <NamelessCoder> Guest|94014 you must update to 2.0+ in order to use namespaces
13:37:09 <NamelessCoder> btw, staging is mostly for confirming our releases right before they happen. Normally you'd use master or TER version in production and development branch for all new projects and for local development, as far as compatibility requirements for your project allows.
13:38:18 <NamelessCoder> Guest|94014 here you can just "git pull" and you'll get version 2.0.1
13:39:40 <Guest|79870> @soee: this is me again, i got logged out..
13:40:01 <Guest|79870> so the error went away with update to 2.0.0, but still in backend no grid: http://i.share.pho.to/876521da_o.png
13:40:09 <NamelessCoder> Guest|79870 I responded: you must update to 2.0+ in order to use namespaces, btw, staging is mostly for confirming our releases right before they happen. Normally you'd use master or TER version in production and development branch for all new projects and for local development, as far as compatibility requirements for your project allows.
13:40:14 <NamelessCoder> here you can just "git pull" and you'll get version 2.0.1
13:41:08 <NamelessCoder> backend grid is not related to VHS unless your template contains other deprecated ViewHelpers and/or you also upgraded Flux, in which case you should read the pre-release notes (esp. about flux:form.content no longer doing what it did before)
13:43:03 <Guest|79870> for flux i use 'version' => '7.1.0',
13:43:17 <Guest|79870> will try with develop branch
13:43:36 <NamelessCoder> on development branch your core must be 6.2.4+ or git master
13:44:02 <NamelessCoder> important change notes here: http://fluidtypo3.org/blog/news/flux-71-changes.html
13:44:35 <Guest|79870> just one thing, i did git pull for vhs, but still have 'version' => '2.0.0', in ext_emconf.php
13:45:28 <NamelessCoder> it's just a formality ;) but you should switch to development so you're prepared for when Flux 7.1 comes out
13:46:58 <NamelessCoder> if you want to stay on staging: I just merged the branches now so you can pull again
13:52:39 <Guest|79870> i'm now on develop with flux and vhs, still no luck with visible grid in backend. i'll switch to develop with other extensions also now
13:57:37 <NamelessCoder> if you have EXT:builder installed you can do "./typo3/cli_dispatch.phpsh extbase builder:fluidsyntax --extension myext" in CLI to check all templates, or use the BE module.
14:02:04 <NamelessCoder> if the template file is small then no need to worry.
14:02:17 <NamelessCoder> if it's big, consider putting the uncompilable ones into Partials
14:02:43 <Guest|79870> it's very small, basically it's the example from http://fluidtypo3.org/documentation/templating-manual/templating/creating-templates/page-template.html
14:03:07 <Guest|79870> should this example work with development versions and core 6.2.4?
14:03:20 <Guest|79870> i removed xml namespace tag
14:03:51 <NamelessCoder> yeah those have double namespace declarations which error out currently
14:04:00 <NamelessCoder> it's fixed but docs not re-compiled
14:05:01 <NamelessCoder> enabling debug mode in flux extension config may give more clues
14:05:12 <Guest|79870> ok, but i removed xml part already, still no grid in backend. On frontend it works!
14:05:24 <Guest|79870> i enabled debug mode, all green here
14:05:41 <Guest|79870> Flux View FluidTYPO3\Flux\View\ExposedTemplateView is able to read stored configuration from /home/adrian/Zend/workspaces/DefaultWorkspace11/typo3-base/app/typo3conf/ext/nc3d_template/Resources/Private/Templates/Page/Page.html
14:06:26 <Guest|79870> and curious is, that i can select "Sidebar" in Column field when i edit a content item. Just backend view shows only one column
14:06:44 <NamelessCoder> page properties may define not-None or not-empty as backend layout. The grid in page templates have the lowest possible priority.
14:12:01 <Guest|79870> @NamelessCoder: sorry, this i don't understand
14:15:08 <NamelessCoder> in page properties there's a field to select the currently used backend layout on this page and subpages (not the fluidpages template, it's under "Appearance"). If any page in rootline of your page has selected a backend layout record to use on subpages, it gets used. If you current page has selected a backend layout to use on this page, that gets used. If both this page and all pages in rootline have selected an empty value or the "None"
14:15:08 <NamelessCoder> option (both are empty values) then the fluidpages flux:grid gets used.
14:17:50 <NamelessCoder> if all that's in order please gist your template file's Configuration section
14:21:39 <Guest|79870> (facepalm) thanks a lot, i had a backend layout on root page used. Works like a charm now!
18:01:33 <artisticMink> Hello, by using flux, is there any way to render content while editing a content element? In example, show an image a user just selected via flux:wizard.link.
10:31:55 <Guest|71973> Hi! I'm getting crazy trying to make a partial to work with vhs and phpstorm autocompletition. :( Please, can someone give me a working example?
10:33:34 <Guest|71973> This http://pastebin.com/qmdDivQM works but no autocompletition in phpstorm
10:35:06 <Guest|71973> This http://pastebin.com/wH4GAjtV works for autocompletition but in FE error: Namespace identifier "v" is already registered. Do not re-declare namespaces!
10:36:15 <Guest|71973> And this http://pastebin.com/StCL120z works for autocompletition but in FE error: Could not analyse class:vhs\ViewHelpers\Variable\SetViewHelper maybe not loaded or no autoloader?
10:36:45 <Guest|71973> I don't know what else I could try :( any tips please?
14:06:41 <Guest|71973> Hi! I'm getting crazy trying to make a partial to work with vhs and phpstorm autocompletition. :( Please, can someone give me a working example?
14:06:50 <Guest|71973> This http://pastebin.com/qmdDivQM works but no autocompletition in phpstorm
14:07:00 <Guest|71973> This http://pastebin.com/wH4GAjtV works for autocompletition but in FE error: Namespace identifier "v" is already registered. Do not re-declare namespaces!
14:07:07 <Guest|71973> And this http://pastebin.com/StCL120z works for autocompletition but in FE error: Could not analyse class:vhs\ViewHelpers\Variable\SetViewHelper maybe not loaded or no autoloader?
14:07:15 <Guest|71973> I don't know what else I could try :( any tips please?
16:05:56 <soee> does vhs ovver some check for current controller and action ?
16:06:14 <soee> for example set active class for menu item
14:16:59 <GRIMMCREATIVE> Hi, someone an idea how i can get FCC to work inside fluidcontent FCEs - want to get the container class inside an FCE
14:17:24 <GRIMMCREATIVE> {v:variable.get(name: 'settings.container.classNames')} wont work
19:12:43 <GRIMMCREATIVE> some knows how to get the selected categories of an page? {pageRecord.categories} only gives me 0 or 1
22:35:43 <Attensa> Good evening - Just one question. How come <v:iterator.sort subject="{categories}".../> works but this does not {v:iterator.sort(subject: '{categories}'...} ?
12:54:05 <vizArt> td's are rendered with "display: inline-block"
12:56:11 <erredeco> hello there... I'm using vhs 2.0.1 and I'm trying to print in the page template the URL of an image set in the field media of the page object (TYPO3 6.2.4, so we're talking about FAL ;) )
17:21:34 <mhmli> hoping someone can give a tip for a problem mentioned at https://github.com/FluidTYPO3/fluidcontent/issues/127 which is still coming up for me: a backend wizard tab generated via an FCE extension based on fludcontent_bootstrap keeps disappearing and re-appearing at will.
17:24:21 <mhmli> and when it appears, it sometimes pulls the italian translations instead of german (when both are available and correct
17:25:23 <mhmli> i've seen http://fluidtypo3.org/community/irc-logs.html?tx_fluidtypo3org_content%5Bdate%5D=20140401&cHash=76bf1b647d261e2ba423e878a5ec5354 but the suggestions there aren't having any effect
18:04:55 <Guest|52206> Hello! Can i ask here only fluid things or also typo3 questions?
18:08:26 <Guest|52206> You know why i dont have the copy button on typo3 6.2 by not defaj,t language? So i can not copy elements from other languages
11:23:50 <ndee_> how can I access a property that has a "."(dot) in the name?
11:25:09 <ndee_> https://gist.github.com/andypa/6da68ad9532c4b8f9d48 <-- that's how the debug of 'participantsErrors' looks like.
13:02:05 <rosieres> Running fluidpages on git master facing a "template files [layout] could not be loaded." while path is correct and file is plain readable byy webserver.
13:50:49 <gbod> randomresult: Vep, currently it is only for CE, cause it's based on value of CType - which is 'fluid_content' for all the FCEs
14:01:14 <ndee_> I have a <form.textfield property /> but I don't want the error class directly on that element but on the div, that wraps the textfield, I guess that's not possible with some workaround?
14:15:59 <alexxB> hey there. is it possible to add a class parameter for v:link.typolink? (6.2.0 TER)
14:36:42 <gbod> alexxB: <v:link.typolink configuration="{ATagParams: 'class=\"foo\"', parameter: '1'}"/> does the job
14:43:12 <randomresult> anyone knows if its possible to add a "please choose" to a select in the backend?
16:18:47 <ElManu> Hi, Iḿ here: 3.2.2 Creating Page Templates. When adding the DIV to define the namespace for IDE, an error message appears in the backend->page configuration and there are no content elements rendered. Any experience? Works when I remove the div with the namespaces, though...
16:20:06 <mrboe> and here is an exapmle https://github.com/bootstraptheme-for-typo3/fluidbootstraptheme/blob/development/Resources/Private/Templates/Page/FrontPage.html
16:20:07 <NamelessCoder> first of all we'll need to know what the error message is
16:32:12 <ElManu> sry... maybe it was something else, I couldnt reproduce the error :/
10:28:21 <rosieres> is there a viewhelper for changing the html tag? or something similar except typoscript :-)
11:20:20 <rosieres> not found so far. Next question: is there a way to get the actual layout name?
11:47:09 <rosieres> {page.SYS_LASTCHANGED} seems not to work
11:56:58 <gbod> Hi, seems we're starting our first bigger project using fluidcontent_core in next week. Keep your fingers crossed. ;)
12:07:41 <rosieres> What is the correct syntax for something like this? -> {v:page.info(field: 'SYS_LASTCHANGED') -> {f:format.date(date: [mixed], format: 'd.m.Y') }
15:49:58 <batjony> guys, i have a custom content element, how can I disable rendering his header field in the frontend ?
15:51:18 <batjony> it always adds a wrapper head line tag like <div class="csc-header csc-header-n1 none"><h1 class="csc-firstHeader">Content element header</h1></div>
15:53:00 <batjony> if I dont fill anything in the header field in the backend - the header also does not appear, but I want to use always the header in the backend(i use it for some kind of notes) but skip it in the frontend
19:05:12 <NamelessCoder> no palettes possible in flexforms. It's a limitation of the FormEngine. If you do take a look in the class you can compare the flexform rendering method to the "root" TCA rendering. It uses a limited feature set; the key is that TCA is rendered with "showItems" which is where you set the palette name. There's no showItems or equivalent for flexforms.
09:54:22 <batjony> guys i am trying to customize the custom content element's header with this https://worksonmymachine.org/blog/custom-rendering-of-default-headlines-in-fluidtypo3
09:55:14 <batjony> <f:cObject data="{record}" typoscriptObjectPath="lib.stdheader" /> renders the header within some div and h1 tags with some classes
09:55:36 <batjony> is there an option to get only the header text, so without any html/classes, just the text
09:56:23 <batjony> bjo3rn: do you have some idea ?
11:27:52 <Guest|82707> Hi all! I found a bug in the f:widget.paginate viewhelper and wish to send a bugreport. But I'm kinda lost and don't know where to report it. Any hints? :)
11:28:57 <BenjaminR> f:widget.paginate is part of fluid. you would have to report on forge.typo3.org
14:44:12 <ilCerchiari> Hi guys, I'm facing a problem on TYPO6.2.4 with FLUX 7.1.0, VHS 2.x,fluidpages 3.x and fluidcontent 4.x: I can't directly edit ce nested into fluidcontent FCE. I saw similar problems discussed but those involved Workspaces which is not my case. Am I missing something in my FCEs or there's some sort of configuration I messed up? I get the usual erro
14:44:12 <ilCerchiari> r message "Sorry, you didn't have proper permissions to perform this change"
15:21:10 <rosieres> BenjaminR: Is that also true in the case? -> <img src="{v:uri.image(additionalAttributes: src:/uploads/tx_srfeuserregister/{seminarManager.image}}, maxH:360, maxW:640)}" title="" alt=""/>
15:21:10 <ilCerchiari> this one template: http://pastebin.com/wWJ0fHYh
15:21:52 <BenjaminR> src:/uploads/tx_srfeuserregister/{seminarManager.image}} <- wont work
15:21:55 <ilCerchiari> the error happens in the backend Page Module if I click any edit icon on header bar of nested ce (the pencil icon)
15:22:17 <BenjaminR> you will have to build this v:variable.set i guess roesieres
15:26:21 <ilCerchiari> and it happens with every templates I wrote in similar way or ant any level of nesting
15:35:21 <rosieres> BenjaminR: I don´t get the point. If I use v:variable.set to resolve {seminarManager.image} the result variable has still to be in {} - or am I getting something wrong?
23:29:37 <gbod> Strange behavior, two systems - same code base (T3 6.2.4, FluidT3-stuff at github-dev-HEAD). One renders fluidcontent und fluidcontent_core elements, the other one only the fluidcontent_core ones.
09:23:00 <ilCerchiari> Hi again guys, just a quick question can I use a flux:be.contentArea/Element as I would use a flux:form.content? Do they give me the same result? Or what's the goal of the former? Thanks
12:29:38 <BenjaminR> Thanks why i <3 FluidTYPO3: https://gist.github.com/benjaminrau/c4629625728e4c9bbdfc
01:12:02 <NamelessCoder> it simply uses the pagerenderer and that's why <head> content is not rendered when that option is enabled
01:12:29 <rosieres> is there a VH to manipulate the html tag?
01:13:10 <NamelessCoder> no; typo3 has to control that itself via the pagerender as well
01:14:07 <rosieres> perhaps this is something for the faq section
01:15:15 <NamelessCoder> it's far from frequently asked ;)
01:15:29 <NamelessCoder> twice, it has been asked. Yours is the second time.
01:16:27 <NamelessCoder> but everyone can now find search results on fluidtypo3.org on searching for "header" in IRC logs - it's rarely mentioned so results should be few
10:54:35 <mhmli> morning! i have an issue in typo3 6.1.10 whereby no user can delete an FCE. not even the admin user (ID 1). has this issue come up at all for anyone else? googling only brings unresolved problems with earlier, non-flux issues in 2008.
10:57:49 <mhmli> the problematic tt_content elements are stored on PID -7676 which doesn't exist. is this a preset of some kind?
11:16:22 <Guest|38021> how should i pass a \TYPO3\CMS\Extbase\Domain\Model\FrontendUserGroup to v:security.allow viewHelper? Should i make an instance of that object? How?
11:19:35 <Guest|21412> hi all, im trying to render a page's content element, but i cant get anydata. This is my code : <v:content.render column='0' pageUid="3" as="contentElement">
13:42:09 <BenjaminR> see here how to have different wrappers - shoudl be easy to adapt to have none for some: https://gist.github.com/benjaminrau/ecee7871b59e531e8c30
13:44:34 <xaver> because you load the FE and stat afterwards a complete rerendering also CSS and DOM
13:53:57 <batjony> too complex, but typo3 is also too complex for some cases, for example how can I adapt this https://gist.github.com/benjaminrau/ecee7871b59e531e8c30 for just particular custom content elements, not all of them
13:54:33 <batjony> ctype for all of the custom content elements is "fluidcontent_content"
13:54:39 <BenjaminR> text = ... <- means text element
13:54:50 <BenjaminR> textpic = <- means textpic element
13:56:12 <BenjaminR> if you are using fcc you have different template files for all of them and can define the template, that is used, inside the emplate
13:56:20 <BenjaminR> so if you want to have a different wrapper for fx the textpic element
13:56:35 <BenjaminR> bad example - there is no textpic....
13:56:58 <batjony> for example, for custom content element "Typo3Blogger" i want to remove the wrapper div <div class="csc-default">....
13:57:05 <BenjaminR> if you want to change the wrapper for image element go to Image.html and change the <f:layout name="XY" /> to a custom layout and create it
13:57:22 <BenjaminR> custom content element? you mean flexible content element?
13:57:49 <batjony> i mean custom content element made by me with fluid content
13:57:53 <BenjaminR> well i lost track - there is no csc-default wrapper if you are using fcc
13:58:18 <BenjaminR> oh it was me - sorry batjony. back on track
14:12:04 <Guest|21412> i have a probleme to render a page's content(fluidcontent), when i try to render it, i got empty arrow. Code : https://gist.github.com/anonymous/70283e6fb3f3e8f96fb0 .
14:22:45 <NamelessCoder> Guest|21412 ViewHelper is not being used correctly. {contentElement} is already rendered and must be output with {contentElement -> f:format.raw()}
14:23:47 <NamelessCoder> I suggest you simply write <v:content.render ... /> and do not manually loop. If your intention is to access content element record's values directly, you need to use v:content.get (+v:content.render(contentElementUids: ...) inside loop to render)
14:30:57 <NamelessCoder> eveyrone: please check out branch "staging" of flux, fluidpages and fluidcontent and "git pull"
14:31:47 <mhmli> @batjony try this https://gist.github.com/mhmli/726b459df85da74b9311
14:34:51 <batjony> @mhmli: thats something new :) so you mean here: value = frp_fce:TeaserNews.html to replace it with the html name of my custom content elment ?
14:35:36 <NamelessCoder> nice tip mhmli - mind submitting that on fluidtypo3.org as an example to control container element of fluidcontent when using CSC?
14:35:59 <NamelessCoder> not that we wish to promote CSC usage but a lot of people still need it ;)
14:37:37 <mhmli> @batjony that's the name of the template (resources/private/templates) from your extension, as saved to the tx_fed_fcefile field in tt_content
14:40:31 <NamelessCoder> same place if you have other nice examples ;)
14:41:25 <mhmli> For my part: some content editors are placing FCEs into a flux.grid and TYPO3 is saving them to pid -7676. which stops them being able to be deleted. any ideas?
14:44:25 <Guest|96981> Hi, I need a little help. Someone know where are saved the mapping between extension and controller action
14:48:00 <mhmli> @batjony that's only a part of the whole. see the gist linked by BenjaminR at 1:42:09 PM
14:48:29 <mhmli> @NamelessCoder yes but not on the same page. and it's a negative pid -7676 not 7676
14:49:40 <NamelessCoder> mhmli yep, I was just confirming that it actually is an existing element record UID. This points to that "relative-to-UID" format not being detected by TYPO3 at all. PID should never, ever be negative (DataHandler will read the "pid" field from -$recordUid)
14:50:14 <NamelessCoder> what is the specific setup? development branches, 6.2.4+?
14:51:00 <NamelessCoder> it is possible but a bit unlikely that the custom syntax the core uses when generating the drop zones or "insert element" records has been changed
14:56:57 <NamelessCoder> exactly how is the content inserted?
14:58:01 <mhmli> manually by editor: fce with flux:grid as a tt_content element. then fce or text or text pic etc as subelement of the flux:grid fce
14:58:31 <NamelessCoder> as only child, as first child, as relative to other existing child?
14:59:25 <mhmli> flux:grid fce is a column element. the problematic elements seem to be child elements inside the column layout's flux:grid (either individual or with others)
14:59:53 <mhmli> don't have the insight to know if they're being prepended as first child or copied.
15:00:18 <NamelessCoder> it's key to know how it was added. The topmost "insert content" icon has one value, the dropzones have another, and inserting relative to other elements has yet another value
15:10:18 <NamelessCoder> no, apparently between 6.1.8 and 6.1.10 because I definitely tested this myself. Or there is some other factor in play here
15:11:16 <mhmli> i don't know if it's related, but the other issue i have is that the backend wizard tab disappears frequently and then comes back after clearing the caches 2-3 times
15:11:31 <mhmli> i can't see that there would be a connection...
15:12:40 <mhmli> back to what you said before: are the negative PIDs just negative versions of the proper PIDs, do you think?
15:13:18 <mhmli> they don't seem to have any logical connection to the pages in question.
15:13:31 <NamelessCoder> no, I assume they are negative values of UIDs of the target relative element. Dropping after tt_content:123 would make pid=-123 of dropped element
15:14:38 <NamelessCoder> normally TYPO3 detects negative pids as "ah, user dropped this element relative to the one having UID value abs(§nevativePid)
15:15:01 <NamelessCoder> and that's what is not happening here even though it should
15:15:54 <mhmli> page 766 has an fce UID 2923. in there, there are two child elements of a flux:grid, which both have pid -7676. 7676 is on page 985 though.
15:16:23 <NamelessCoder> nice and random, just the way we hate it :)
15:16:48 <mhmli> so at least there is a *vague* connection...
15:17:30 <NamelessCoder> maybe a few more data sets would illuminate it
15:19:16 <mhmli> thanks fro your help so far. i'll do more digging in the page history and try to replicate what the editor did
15:21:27 <NamelessCoder> anytime - btw, this may not be an issue on 6.2 (if an upgrade is near anyway)
15:24:11 <mhmli> there's no history for the creation/addition of the child elements.
15:27:20 <mhmli> i think i may have to chalk this one up as another reason to push an upgrade to 6.2 through.
15:33:23 <NamelessCoder> it might be more cost-effective than looking for this needle
15:48:44 <Guest|21412> i tried to do <v:content.render column='content' /> but i got nothing displayed
15:49:46 <Guest|21412> i checked the tt_content and i have 2 fluidcontent linked to the page
15:50:26 <Guest|21412> is there any requirement to do before i try to display content of the page?
15:52:05 <Guest|21412> i do not have set anyprovider and anycontroller, i have the extension fluidpage, i can render the page base template, but cant render it's content.
15:53:19 <Guest|21412> i even tried to make a ContentController :https://gist.github.com/anonymous/55b5fb55df944cc1ba31
15:53:42 <Guest|21412> this classe is simply not called
17:13:26 <xaver> NamelessCoder: url is missing http://fluidtypo3.org/feed.rss
17:33:30 <Guest|70639> Hello, we have found a mysterious bug in typo3 6.2.4 using flux 7.0.0. Is there a bugtracker for flux?
17:34:45 <Guest|70639> after inserting a content element by "copy after this element", the content element disappears. In Database table tt_content the PID changes to the negative value (i.e. -1790). The new value is exactly the same as the UID of the content element (1790) we pasted after. We updated the System from Typo3 4.7 to 6.2.4 on a PHP 5.5.9 server with MySQL 5.
17:34:45 <Guest|70639> 5. After deinstalling flux and flux_galleria "copy after this element" functions without an error
17:35:51 <BenjaminR> The bugtracker is here: https://github.com/FluidTYPO3/flux/issues
18:07:12 <mhmli> pretty much the same bug, it would appear. the editor has responded by saying that the problem occurs when copying and pasting a content element from 1 flux:grid column into another
18:08:37 <mhmli> @NamelessCoder This bug smells a lot like https://github.com/FluidTYPO3/flux/issues/573
21:26:27 <Outdoorsman> I am using the extension https://github.com/bootstraptheme-for-typo3/fbtcustomiser to essentially overlay the fluidbootstraptheme extension. When do I have to use {namespace v=FluidTYPO3\Vhs\ViewHelpers} and when do I also have to add <div xmlns="http://www.w3.org/1999/xhtml" lang="en"
21:27:16 <soee> sorry never used that ext, dont know it
21:28:26 <Outdoorsman> When creating an overlay of a file, in general do you have to use both {namespace... and <div xmlns="http://... together or sometimes just one only?
21:56:45 <Outdoorsman> It used to be there in old fbtcustomiser extenion files so some requirements must have changed with the new namespace declarations?
21:57:56 <Outdoorsman> ...the change from xmlns:v="http://fedext.net/ns/vhs/ViewHelpers"
22:31:19 <Guest|41755> what is the current vh for <v:iterator.contains in vhs 2.0.1?
22:32:34 <Guest|41755> if i replace it with <v:condition.iterator.contains using the same parameter like before it does not work for me
23:03:17 <Guest|41755> i am looking for a replacement of "<v:iterator.contains haystack="{rootLine}" needle="{menuPage.uid}" considerKeys="true">" in vhs 2.0
23:04:02 <Guest|41755> <v:condition.iterator.contains haystack="{rootLine}" needle="{menuPage.uid}" considerKeys="true"> does not work
10:34:38 <erredeco> please help: I am still trying to understand how v:security.allow works: If I have a usergroup with UID=1, how can I configure the viewhelper?
10:34:45 <erredeco> <v:security.allow frontendUserGroup="1">Lorem Ipsum</v:security.allow> does not work :(
10:37:19 <soee> erredeco: use inside <f:then></f:then>, the docs state The ViewHelper is a condition based ViewHelper which means it supports the f:then and f:else child nodes
10:54:55 <erredeco> I was misleaded by the error message!!!
10:54:56 <erredeco> The argument "frontendUserGroup" was registered with type "\TYPO3\CMS\Extbase\Domain\Model\FrontendUserGroup", but is of type "string" in view helper "FluidTYPO3\Vhs\ViewHelpers\Security\AllowViewHelper".
11:46:55 <Guest|21412> i have an error while trying to install flux extension
11:47:09 <Guest|21412> Class 'FluidTYPO3\Flux\Service\ContentService' not found in D:\Projets\anah-6.2.4\www\typo3conf\ext\flux-development\ext_tables.php on line 11
11:47:09 <Guest|21412> Class 'FluidTYPO3\Flux\Service\ContentService' not found in D:\Projets\anah-6.2.4\www\typo3conf\ext\flux-development\ext_tables.php on line 11
11:47:09 <Guest|21412> Fatal error: Class 'FluidTYPO3\Flux\Service\ContentService' not found in D:\Projets\anah-6.2.4\www\typo3conf\ext\flux-development\ext_tables.php on line 11
11:53:45 <GRIMMCREATIVE> i dont know but should the folder named flux instead of flux-development
11:54:26 <GRIMMCREATIVE> i never use the -development extension in folder name
11:55:40 <Guest|21412> u are right, that was the name of the extension
11:56:09 <Guest|21412> strange because i got it from git and in the install instruction theu never talk about changing extension folder name
11:58:19 <marteadrian> hello, i'm trying to inherit content in sections with fluidtypo3. I'm unsing latest versions. I tried to use simply something like this: sidebar.slide = -1, but i'm wonderuing how i can reference a section in TypoScript. Or is there a better solution for fluidpage/fluidcontent?
11:58:24 <GRIMMCREATIVE> of course you get the -development name because you download the development stage
12:01:02 <GRIMMCREATIVE> @marteadrian you can use v:content.get
10:28:04 <rosieres> TBH: There´s no need for a custom VH if you use FLUID it has builtin -> See this -> http://fluidtypo3.org/viewhelpers/fluid/master/Format/DateViewHelper.html
10:29:50 <rosieres> BUT: If you have an issue with the output of this VH be sure that you do not have any linebreaks in the <f:formate.date/> declaration . . . it messes up
10:33:00 <Harpagophyt> it is the extension gb_events and i need the date with german names
10:35:26 <rosieres> if you have set the locale settings in ts correct, the output should be german
10:40:37 <rosieres> Harpagophyt: repeat myself -> https://bitbucket.org/gutebotschafter/gb_events/src/27895e7b0814a9077a9f400550e90fc646baa57b/Resources/Private/Templates/Event/Calendar.html?at=master there you can see it uses Locale Date Output for the Month as of %B
10:49:27 <Harpagophyt> hmmmmm, i add this viewhelper, changed and checked the locales but also in english ... - mysterious
10:50:17 <Harpagophyt> shell: > locale -a # line: de_AT.utf8
10:52:09 <Harpagophyt> no - not yet *g*: TS Object Browser: [locale_all] = "de_AT.utf8"
10:52:38 <batjony> I am using fluidpages, and in Page Configuration I have set same template for main and sub pages, is it possible in the other "Page Configuration" tab to hide the options for the sub pages, because both main pages and sub pages use same template, and there is no sense to see same options twice ?
10:56:36 <Harpagophyt> batjony: what if you want other options for subpages
10:58:52 <Harpagophyt> if i call setlocale(LC_TIME, "de_AT.utf8"); in the view helper it works - very funny
11:28:14 <Guest|82707> Hi! Can someone tell me why an action in the ContentController of my provider extension is not executed? I followed this (http://fluidtypo3.org/documentation/templating-manual/advanced-provider-extensions/custom-flux-controllers/controller-actions.html) part of the manual. In my PageController everything works fine. Using all the newest version of
12:27:17 <Guest|96874> Hi, iam trying to create a table, that shows all users, but my template fails with memory exhausted error. do you have some hints when to use partials, and when not. is there a difference memorywise between tagsyntax and inline syntax? thx for any help
12:48:01 <Fizelchen> Hi, i just upgraded to the latest flux dev and get the following error on my PID=1, where my root template is stored
12:48:02 <Fizelchen> Fatal error: Class 'TYPO3\CMS\Core\Versioning\VersionState' not found in /html/typo3/typo3conf/ext/flux/Classes/ViewHelpers/Be/ContentAreaViewHelper.php on line 132
13:06:09 <xaver> Guest|96874: you create for every user a "big" object - this needs resources
13:09:33 <gbod_> Guest|96874: You might slim down the user objects to only the properties needed in your table
13:14:59 <Harpagophyt> what could be wrong if i use: <flux:field.input name="settings.carousel.id" default="{v:random.string(length: 8)}" /> and if i use it in the main section it is empty
13:34:12 <gbod_> Hi, after updating fluidpages to current development head all of my backendlayouts break. I found out that it breaks with commit https://github.com/FluidTYPO3/fluidpages/commit/6353dab98eba6fa3ebb981718d9f40f0bda85d21 Anybody out there having the same experiences?
13:34:38 <gbod_> xaver: nope, sorry, no time at that weekend. :(
13:54:10 <batjony> a quick question, could someone say why this does not work <f:link.page additionalParams="{'{dynamicParamName}': '{dynamicParamValue}'}" />
13:54:23 <batjony> i want both the param name and value to be variable
13:54:36 <NamelessCoder> fluid simply doesn't work that way
13:54:46 <NamelessCoder> what you write there would require dual parsing
13:55:36 <batjony> how can I refactor this syntaxis in order to work
13:56:07 <NamelessCoder> I suggest building those parameters in PHP instead
13:58:40 <batjony> NamelessCoder: for example <?php $this->view->assign('test', array($dynamicParamName => $dynamicParamValue)); ?> and then <f:link.page additionalParams="{test}" /> ?
14:31:26 <Fizelchen> is flux 7.1 only compatible with Typo3 6.2.x ?
14:32:17 <Fizelchen> i get an error with flux 7.1 staging in Typo3 6.1.10: Fatal error: Class 'TYPO3\CMS\Core\Versioning\VersionState' not found in /html/typo3/typo3conf/ext/flux/Classes/ViewHelpers/Be/ContentAreaViewHelper.php on line 133
17:01:26 <papillon6> Hi all! I'm struggling with a caching problem in fluid. Page generation is very slow, due to a complex navigation-structure, which needs several nested for-each-loops in fluid. Analizing the cached entry in typo3temp/Cache/... revealed that all iterations (for-each) are still in the cached file. Is there a way to cache a ready-rendered HTML-structure instead?
17:16:28 <TorstenFink> Hi there, i have a Problem with the current flux/fluidcontent github staging and typo3 6.1.10, image references are not copied, anyone has infos to this?
17:16:44 <TorstenFink> i found something that this is a problem of typo3, maybe its fixed in 6.2.?
17:23:22 <TorstenFink> come one someone is here ;)
18:07:22 <william_klee> it's me again :) that still about the link field when a page is selected, i can see the page'id in the input field but i need to display page's title in the input field. Did some search but find anything about it.
18:37:50 <gbod_> NamelessCode: Great and constant code quality. Really nice.
23:48:24 <irnnr> I have a multi tree installation, and would like to use fluidpages for only one of the sites for now. Any way I can disable fluidpages for the other sites?
23:56:18 <gbod_> irnnr: take a look into the ext_tables.php of https://github.com/bootstraptheme-for-typo3/fluidbootstraptheme There you can see the way fluidpages and fluidcontent are turned on an off. You can do it in the same way based on the page uid of your tree you like to use fluidpages in.
23:57:07 <gbod_> Basically it's all about registering your provider extension for one of the special use cases Pages or Content.
09:12:46 <bjo3rn> I guess the last category's parentcategory.uid is not 57 ;)
09:43:42 <Mister^Mo> Hi! After upgrade extension vhs to the latest version I get the following error :Fatal error: Class 'Tx_Vhs_ViewHelpers_Page_HeaderViewHelper' not found in /srv/www/mainPage/typo3_src-6.2.4/typo3/sysext/core/Classes/Utility/GeneralUtility.php
10:23:37 <bjo3rn> Mister^Mo you need to update the namespace declaration in your template.
10:24:49 <soee> bjo3rn: he already did, though he has this error:
10:24:50 <soee> [10:09] <Mister^Mo> soee: Works much better now. But I have now a problem with my menu. It brings me the error: No value found for key "\FluidTYPO3\Vhs\ViewHelpers\Page\Menu\AbstractMenuViewHelper->variables" That's my code for the menu: http://pastebin.com/cEsfLYEy
11:23:44 <TorstenFink> i get an error "1: [newlog()] Localization failed; There already was a localization for this language of the record!" if i translate an FCE with an "<flux:field.inline.fal name="productimage" minItems="1" />", i use the staging versions of flux and fluidcontent from today and typo3 6.2.4
12:37:25 <NamelessCoder> erredeco is your database field actually named "imgLarga", casing and spelling included?
12:38:10 <NamelessCoder> and is that field a proper FAL relation field declared in TCA?
12:39:33 <NamelessCoder> erredeco nevermind; you're missing the "uid" or "record" argument for v:resource.record.fal. It doesn't know *which* record you want. Use either one of those arguments, but not both together. When using "record" of course the argument should be the record from *your* table.
12:41:59 <erredeco> ok, field name was actually wrong
12:42:24 <erredeco> I still don't understand what the argument "record" or "uid" should be
12:42:30 <NamelessCoder> but the record/uid thing is also relevant
12:42:43 <erredeco> uid should be the uid of the content element I'm using
12:42:45 <NamelessCoder> if UID it must be the integer UID of the record from the table you specify
12:46:43 <erredeco> so UID if I want to specify a single uid like 10, 20, 50 etc
12:46:59 <erredeco> the UID of a specific record on the table
12:54:09 <erredeco> still don't get what "record" is :S
13:03:12 <NamelessCoder> you can use {record} if you already have the record that would otherwise be loaded based on table+uid. So you use either table+field+uid OR you use table+field+record. The latter is more efficient if for example you are already iterating an array of records from that table - because you save an SQL query per usage.
13:03:56 <NamelessCoder> table+field is always required because TCA is required and field must be known because that's where the value is either stored, or that's the field used in the m:n relation.
13:15:17 <erredeco> The argument "record" was registered with type "array", but is of type "object" in view helper "FluidTYPO3\Vhs\ViewHelpers\Resource\Record\FalViewHelper"
13:18:06 <NamelessCoder> you could convert it but it is actually more efficient to just pass the UID then
13:18:27 <NamelessCoder> a single, fully indexed query takes no time at all
13:57:15 <TorstenFink> hi, field.inline.fal image translation only works if the name is "image" anyone has an idea to this?
14:02:27 <TorstenFink> someone has a fce where the field.inline.fal name is not image ?
14:14:38 <erredeco> @namelessCoder: as my congresso record has uid=1
14:50:44 <TorstenFink> anyone has an idea why translating a fce with an inline.fal image doesnt working if the name is e.g. "foobar" but if the name is "image" it works?
09:58:28 <marteadrian> Hello, i'm trying to implement a menu for pages with teaser text and page image. My approach is to use http://fluidtypo3.org/viewhelpers/vhs/master/Page/MenuViewHelper.html with the attribute "as". Now i can not find any example or doc how to use this array defined in "as" parameter of view helper, to use it inseide viewhelper tag. Is there any tut
09:58:51 <marteadrian> (I use git (develop) version of vhs)
10:08:30 <marteadrian> so i just played around little bit and i use a for each loop inside menu view helper, which works already good for page.title. Now only problem remains, that i need some hint for using an image there. I would like to use "Page Ressources" in backend, create a new relation to an image. Anyone has a hint how to use that in helper?
10:10:50 <gbod> marteadrian: Give <v:page.resources.fal /> a try
10:56:42 <marteadrian> @gbod: I tried not with <v:resource.image identifier="{v:page.resources.fal(field: 'settings.pageimage', uid: {subpage.uid})}" />. Where settings.pageimage is an own flux field, defined like so: <flux:field.inline.fal name="settings.pageimage" label="Page Image" multiple="false" /> in page template. but i just get now output...
11:05:58 <gbod> marteadrian: The following does the job for me:
11:52:54 <marteadrian> hi, i want to make a multi-column FCE. The user should have the possibility to select different layout like e.g. "50/50" or "33/33/33". Is it possible with flux to define a backend layout which dynamically shows available columns after selecting the specific layout somehow? I could not find conditions which could be used in Configration section....
11:56:24 <gbod> marteadrian: Take a look into https://github.com/bootstraptheme-for-typo3/fluidbootstraptheme the Content/Row.html Template There you can see a way how you be able to do dynamic columns. Just play with it to get your wishes come true.
11:58:05 <marteadrian> hmpf, again this link... i'll investigate there now first before asking here ;) thanks!
11:58:50 <erredeco> Hi I have a serious problem after updating to Flux 7.1.0
11:59:06 <erredeco> Every time I insert a plugin on the page I get the error
12:51:22 <SuburbanWorrier> @erredeco Can u tell me what versions work for you. I've just pulled all the dev versions from git and I get the error you mentioned whenever I use the BE page module
13:14:32 <GRIMMCREATIVE> Hello all, i updated every FluidTYPO3 Extension with new development branch. Works but now my Backend Layouts are gone :( Some Idea why?
14:37:14 <SuburbanWorrier> for the record there was an update to a file in the git fluidpages extension. Clearly I was victim to a found and squashed bug.
14:38:24 <erredeco> vhs 2.0.2, fp 3.1.0 and fc 4.1.0
14:39:16 <erredeco> btw: I found that the extension "vidi" has the same namespace "v" for the viewhelpers as vhs
14:42:50 <NamelessCoder> namespaces can be chosen freely - we only suggest "v" as default
15:00:15 <mikemCH> Hi i use the newest master flux7.1 vhs 2.01 fluidpages 3.1 fluidcontent 4.1... after creating a new provider extension using builder i get this error...Template could not be loaded. I tried "/Users/mx/Websites/mysite/cms/typo3conf/ext/fluidpages/Resources/Private/Templates/Page/Default.html" am i doing something wrong?
16:29:41 <glucka> NamelessCoder: it is possible that Flux\Core::addStaticTypoScript not work in ext_tables?
16:30:11 <glucka> if i put this code in ext_localconf... frontend works again
16:47:34 <glucka> in ext_tables.php run the script only once
09:44:45 <LarsP> Good Morning, I have updated to the new versions of flux, fluidcontent and vhs (dev-staging). With older versions, FluidContent wrote "Namespace.UpperCamelCaseExtensionName:Template.html" into the the Database field "tx_fed_fcefile". But in the current dev-stating version it writes "ext_name:Template.html" into the database. The FluidContent elements are registered with "\FluidTYPO3\Flux\Core::registerProviderExtensionKey('Namespace.UpperCamelCaseExtensionName
09:44:56 <LarsP> Does somebody has the same problem?
10:40:40 <erredeco> [OT] I need a little help with the RTE I added to an extension developed by my team
10:41:14 <erredeco> I see here how to add the RTE to a field in the extension:
11:45:49 <erredeco> this works <v:render.record pageUid="2" record="{uid:51}" />
11:46:33 <LarsP> pageUid attribute should not be necessary
12:24:37 <ndee> hi overlords, regarding this: https://github.com/FluidTYPO3/documentation <-- is there an easy way to create a PDF of the whole repo?
12:34:07 <marteadrian> hi all. i'm using latest git develop versions of the extensions. I'm trying to create a sluider, which has background-image, an image and some text fields per slide. Now i tried following configuration: <flux:form.object name="slide">
13:06:44 <gbod> erredeco: I think marteadrian would be happier, if we show him https://github.com/bootstraptheme-for-typo3/fluidbootstraptheme/blob/development/Resources/Private/Templates/Content/Carousel.html He really likes links to that extension. :D
13:43:25 <marteadrian> so here you can see where this debug output from above came from
13:44:02 <marteadrian> but anyway i'll check examples you sent me, if i don't get it i'll be glad to come back to you guys then again :)
13:48:34 <marteadrian> ahh.. and i'll use Gist next time...
14:13:33 <william_klee> hi all, i have a problem about hidding custom fluid content's header.
14:13:44 <william_klee> When i create a custom fluid content, i have a field "Header" and i filled it.
14:13:56 <william_klee> But this header field is always displayed in front page, and i want to have choose to hide or to show it.
14:14:14 <william_klee> I did some google search and tried to add custom css class for header ("appearance" tab then "header" tab), but i cant see class that i defined in typoscript there.
14:14:47 <william_klee> So i want to ask if there a way to do that with fluid viewhelper ?
14:16:17 <gbod> william_klee: you build the header with <flux:field.input/>? Or is it the standard CE header?
14:28:29 <william_klee> i created a custom content element with fluidcontent.
14:29:26 <william_klee> i didnt created the header field, this field is always displayed for anycontent
14:45:12 <marteadrian> @gbod & erredeco: I found the problem. I used as name for the flux.field something like "settings.xy". Now i just use "xy"and it works. Is that behaviour explainable?
14:46:53 <gbod> william_klee: It's the standard header. https://worksonmymachine.org/blog/custom-rendering-of-default-headlines-in-fluidtypo3
14:50:53 <gbod> marteadrian: Crystal Ball is on vacation. Please, show some code!
14:54:11 <marteadrian> check my code from above at 12:33:41 PM. If i use in side an object field names separated with a dot, e.g. <flux:field.file name="settings.image"> i don't get that on frontent with e.g. <f:image src="{slide.slide.settings.backgroundImage}" />. But i i use a name without a dot, e.g. flux:field.file name="image"> i get it correctly with <f:image src=
14:58:34 <NamelessCoder> marteadrian fields inside objects and inside containers should not use prefixes
14:58:59 <NamelessCoder> root-level fields, sections and containers should
15:01:15 <NamelessCoder> william_klee are you using fluidcontent_core? If yes, change the layout in elements' templates to a layout that does not render the header. If you use css_styled_content you have to create a condition in the header cObject that gets rendered, to match the selected tx_fed_fcefile value
15:39:13 <william_klee> gbod : thanks you :) that works, cant believe that could me so simple
17:41:24 <Defos> Hey lads. I'm currently upgrading VHS, is v:page.info gone?
17:47:51 <Defos> update: it seems like the "as" param doesnt work anymore: <v:page.info as="pageInfo"/><f:debug>{pageInfo}</f:debug> returns NULL
17:51:54 <Defos> it works if youre inside the tag like <v:page.info as="pageInfo"><f:debug>{pageInfo}</f:debug></v:page.info> but it's more handy the other way
18:15:09 <Defos> Another thing: A lot of my content elements, which were inserted in different content areas set by flux (just like in the twitter bootstrap well example), are gone and now shown in the "Relations" Tab in the Typo3 Backend. When I edit one of those content elements, it says "Invalid value("18181") under Column.
18:15:43 <Defos> Oh and Flux Debug says: Flux Debug
18:15:43 <Defos> No content template found in "tt_content:55"
18:19:10 <Defos> Gotta go, leaving this open in case someone has an idea.
19:38:50 <Guest|38654> Please, what's the best method to get prev/next record links in Fluid?
20:17:41 <Guest|38654> Tnx gbod_ now I check it... but I found this solution: http://lists.typo3.org/pipermail/typo3-project-typo3v4mvc/2012-January/011460.html
20:18:34 <Guest|38654> That actualized, to get the next record link use: <f:link.action action="show" controller="Product" arguments="{product : '{v:iterator.next(needle: product, haystack: products)}'}">next</f:link.action>
11:09:40 <SuburbanWorrier> Hi guys, is there a simple (viewhelper?) way to build page meta keywords from an extbase extension?
11:10:08 <cedricziel> SuburbanWorrier: what are you trying to do?
11:10:53 <cedricziel> setting keywords from within a frontend plugin?
11:11:14 <SuburbanWorrier> Hi Cedric, I'm trying to get a list of keywords from a loop of objects. So if my page is showinf all VW models then the models are also meta keywords.
11:12:17 <SuburbanWorrier> I'm using v:page.header.title for the title and I just explored https://github.com/benjaminkott/bk2k_collection
11:12:49 <cedricziel> despite keywords are useless in modern search engines you'd need a new array for http://fluidtypo3.org/viewhelpers/vhs/master/Page/Header/MetaViewHelper.html
11:14:00 <cedricziel> sooo... easy in your case as you have a model
11:14:44 <cedricziel> do the collection in the controller and then assign with v:page.meta(name: 'keywords', content: {keywordsFromController})
11:19:02 <cedricziel> there's an article, linked in this article stating "That year — 1997 — was the last year that the meta keywords tag enjoyed support among the majority of major crawlers out there (4 out of 7 – Excite, WebCrawler and Northern Light, also crawling the web that year, did not support it)."
11:20:02 <SuburbanWorrier> lol. Yeah - that was _the_ year my boss bought his web fu. Majesterially switching from FrontPage to Dreamweaver ;-)
11:20:22 <cedricziel> hehe, i like your Humour, Dude!
12:19:14 <SuburbanWorrier> Can u explain why {namespace v=FluidTYPO3\Vhs\ViewHelpers} breaks a template that works fine with {namespace v=Tx_Vhs_ViewHelpers}?
12:20:48 <SuburbanWorrier> spits out http://typo3.org/go/exception/CMS/debug/1289386765
12:31:05 <NamelessCoder> error message indicates which deprecated ViewHelper is being used. Replace with alternatives.
12:38:18 <SuburbanWorrier> Thanks again Claus. This must be my deprecated code then : {brands->v:iterator.chunk(count:3,fixed:1)->v:var.set(name:'chunks')}
12:39:31 <SuburbanWorrier> Hmm - "Could not analyse class:FluidTYPO3\Vhs\ViewHelpers\Var\SetViewHelper maybe not loaded or no autoloader" was my error
13:12:17 <Guest|20428> Hi 2all, i have on nested fluid content elements the message 'invalid value ("18181")'
13:12:56 <Guest|20428> actual i have the newest versions of flux, fluid pages, fluid content etc
13:13:21 <Guest|20428> colpos in tt_content record contains 18181
13:14:29 <Guest|20428> the content element view in the backend reflects the colpos labels from my PAGE Template for colpos 0 -3
13:24:19 <NamelessCoder> Guest|20428 you will see that "invalid value" thing on 6.1 and 6.2 when fluidpages is *not* installed. It doesn't break anything though.
13:26:16 <Guest|20428> i have 6.2 an fluidpages installed
13:27:08 <Guest|20428> functionally there is no problem - only the selector "column" shows "invalid value"
14:21:41 <Defos> @NamelessCoder: I had the same question yesterday like Guest|20428. I think you should link to http://fluidtypo3.org/documentation/templating-manual/appendix/migration/to-flux-71.html in your blog post as it contains vital information about the grid changes when upgrading.
14:26:37 <jgo> a question about fluid page layouts: i'm creating a flux grid for a page layout in the backend. gist: https://gist.github.com/anonymous/3a48a7d0bfdae44bfa2b
14:27:39 <jgo> ... is there a way to restrict access of the first two columns to admins?
14:28:12 <jgo> either invisible or just not editable for regular users would be fine
14:42:56 <NamelessCoder> using identical names for columns might also break how the layout gets built, overriding all previously defined columns
14:46:31 <jgo> ok, fixed that too. but the issue still remains
14:47:45 <jgo> strangely enough the first paste example results in the first two columns being hidden for admins and every other BE user as well
14:47:56 <NamelessCoder> here, both .deny and .allow work just fine, but they do throw an error when the THEN case is matched (due to missing TSFE instance)
14:48:47 <NamelessCoder> you are certain that: 1) you are in fact using the layout from the page template and not a manually selected be_layout, 2) VHS is a recent version, 3) your backend user is indeed an admin?
14:50:13 <NamelessCoder> that warning would not make it fail that way though
14:51:09 <jgo> definite yes for 1) and 3) ... have to check which vhs version is running though
14:53:32 <NamelessCoder> and just now confirmed this also works to hide/show layout columns
14:54:09 <jgo> ok then ill have to look for the cause somewhere else i guess ;)
14:54:11 <NamelessCoder> my template uses the namespace-style VHS inclusion but other than that, it's the same as yours
14:54:33 <NamelessCoder> the causes I listed should be the only ways this might fail
14:55:06 <NamelessCoder> one thing though... I'm not sure how nice it is to use colPos values that high. Try to stay below 10, just in case
14:56:45 <NamelessCoder> oh and last thing: your second of the two examples will never work. The f:section ViewHelper is retrieved without caring about what is surrounding it - and this is simply how Fluid works with sections in any fluid template
14:57:22 <NamelessCoder> it is, for example, also the reason why you can add <html> tags that don't get rendered when your template contains sections that you render from the layout
14:57:43 <jgo> ok will keep that in mind. thanks for heads up
15:15:03 <jgo> ok ive tested it with lower colPos values and it works with every value >= 3
09:48:19 <soee> hmm i did and upgrade to latest TER versions flux, fluidcontent, fluidpages, vhs on one server and now i dont have my pages layouts in backend just 4 default columns
09:48:32 <soee> though in page properties the one from fluidpages is selected
10:23:39 <foooobear_> i have been upgrading a site from 6.1 to 6.2 and following that, flux and vhs. since then i am getting errors with a custom content element.
10:24:59 <foooobear_> Fatal error: require_once(): Failed opening required '.../src/typo3conf/ext/flux/Classes/Service/ContentService.php' in ../src/typo3_src-6.2.4/typo3/sysext/core/Classes/Core/ClassLoader.php on line 17
10:25:14 <foooobear_> when view a page in backend page module
10:25:27 <bjo3rn> all extensions are the current ter versions?
10:41:09 <bjo3rn> well: fed is dead, gridelements not required, everything else is good today.
10:42:11 <foooobear_> that's good news. but for me it's coming a bit too late. i have to finish up this project and most likely won't use TYPO3 for a new project anymore
10:42:17 <bjo3rn> anyway, I have around 10 sites in production build on ft3 and I'm quite conservative coming from tv.
10:42:38 <foooobear_> despite working with typo3 for about 10 years...
10:43:02 <bjo3rn> that's more thatn twice the time I do ^^
10:43:12 <bjo3rn> where do you switch to after TYPO3?
10:43:51 <foooobear_> it depends, drupal, processwire, sometimes rails or silex, symfony only depending on nature of the project
10:44:40 <bjo3rn> I see. I dropped Drupal after v6 and switched to TYPO3. apps with sf2.
10:45:16 <bjo3rn> speaking of which. got to get back to work. cya
12:04:41 <Xatenev> Ive got this error The key "TYPO3\CMS\Fluid\ViewHelpers\FormViewHelper->formFieldNames" was already stored and you cannot override it.
12:04:57 <Xatenev> when i delete the <form> tag around my search, it works again, but its no form anymore
12:05:02 <Xatenev> its definetly not nested in another form
12:22:18 <erredeco> is there a complete example somewhere ;) ?
12:24:56 <NamelessCoder> sorry: array_flip, not array_reverse
12:31:01 <TorstenFink> hi, in fluidpages, ext_localconf.php Line 27-33, wird das backendlayout eingebunden, dort ist eine prüfung auf kleiner gleich 6.2 das erscheint mir falsch und müsste wohl nur kleiner sein, seht ihr das auch so?
13:14:49 <bjo3rn> so this condition is for future t3 versions?
13:19:03 <NamelessCoder> yes: it measures "core must be AT LEAST 6.2 but we'll prepare for 6.3, 6.4 etc."
13:19:28 <NamelessCoder> since the pattern used there, is introduced in 6.2 and is expected to stay - even to be propagated to other areas
13:19:46 <bjo3rn> then it's all good and I'll stfu ^^ thanks
13:36:58 <soee> devlog shows this: The singleton "FluidTYPO3\Flux\Configuration\BackendConfigurationManager" needs a prototype in "queryGenerator". This is often a bad code smell; often you rather want to inject a singleton.
15:00:49 <TorstenFink> Hi, i'm using the TER Versions of flux, fluidcontent and fluidpages with TYPO3 6.2.4, i don't see the "Paste" Icon in the Pagemodule, is this a bug or a feature?
15:01:52 <TorstenFink> its missing after each content element
15:27:35 <foooobear> i have just installed fluidcontent and fluidpages now have the folloing exception when viewing the frontend: #1225709595: Template could not be loaded. I tried "/Users/.../relaunch/src/typo3conf/ext/fluidpages/Resources/Private/Templates/Page/Default.html"
15:28:39 <foooobear> am i missing something, i was checking out the builder for creating a content provider extension
15:29:47 <foooobear> i do not plan to use fluidpages
15:31:19 <NamelessCoder> foooobear if you selected to include page templates in your provider extension generated by builder, a dependency is added for fluidpages. The error you see indicates that no page template is selected in the root line
15:33:06 <foooobear> i was generating the ext with the --content 1 --controllers 1 arguments
15:33:30 <foooobear> are the page template implicit here?
15:39:16 <foooobear> Tx_Flux_Core::registerProviderExtensionKey('portal_slider', 'Content'); was added. however the error persists after removing that line
15:39:50 <foooobear> i'm using 6.2.4 btw with flux 7.1.0
15:41:54 <NamelessCoder> in your provider extension's ext_emconf.php, if fluidpages is listed in dependencies the extension was generated with page support enabled. You can remove this depedency in the ext_emconf.php file or you can recreate the provider extension, explicitly adding "--pages 0" to arguments. Then in extension manager, uninstall fluidpages and add whichever page rendering you yourself prefer to use.
15:43:00 <foooobear> but is the FR supposed to break only by installing the fluidpages extension?
15:43:19 <foooobear> i removed the pages dependency
15:43:21 <NamelessCoder> The error you see indicates that no page template is selected in the root line
15:43:31 <NamelessCoder> if fluidpages is installed a template selection is required
15:45:13 <foooobear> ok, thanks. i removed fluidpages. now i got rid of the error
15:47:51 <foooobear> btw. before upgrading flux i was using
15:48:57 <foooobear> is that deprecated or something? after the update all backend previews are broken
15:50:27 <foooobear> broken meaning: the preview template is applied to every content element on the backend page
15:51:07 <NamelessCoder> perhaps you set the expected CType incorrectly or were actually intending to use registerFluidFlexFormPlugin
15:51:44 <foooobear> well, it was working all fine unil i updated to 6.2 and flux 7.1
15:52:53 <foooobear> i could not find any documentation on that except the docblock comments
15:56:00 <NamelessCoder> maybe you set fieldname to NULL - I can't say without knowing your code
16:00:07 <foooobear> sure, but it should still work without any adjustments after the upgrade to 7.1?
16:00:57 <foooobear> that's what i wanted to know. so i know if i should look further into it.
16:01:41 <NamelessCoder> that depends on which values you passed. Bugs have been fixed, also in the typo3 core, which affect (among other things) resolving of a Provider attached to a specific field
16:03:51 <NamelessCoder> if you share your old registration code I may be able to help
16:08:25 <NamelessCoder> array('templateRootPath' => '/path/to/templates') etc.
16:08:47 <NamelessCoder> whether or not they are required depends on your template file's usage of partials and layouts
16:09:38 <foooobear> ok, i will try that. the flexform is loaded though, as is the template
16:12:48 <NamelessCoder> same form also being displayed when editing any content type?
16:18:25 <NamelessCoder> I'm interested in why https://github.com/FluidTYPO3/flux/blob/development/Classes/Provider/ContentProvider.php#L89 returns TRUE for other list_types and content types...
17:23:29 <foooobear> NamelessCoder: i think i found the bug
17:23:57 <foooobear> i'm sure this commit introduced the regression: https://github.com/FluidTYPO3/flux/commit/34ff5982b54b02437fcfef3a1ad9a8c5915105fa?diff=split
17:24:28 <foooobear> if i revert the changes, i the preview is only applied to the correct content element
17:26:07 <foooobear> i'll try to narrow it down to the exact condition. should i try to make a pull requesT?
18:31:49 <bjo3rn> foooobear absolutely. PRs are always welcome.
10:41:41 <Nurbs> I am currently looking at a server (TYPO3 6.2.4) where fluidcontent (4.0.0) and flux (7.0.0) are installed. I am not sure yet whether they are used at all, but when looking at a page preview in the backend I do get an internal server error (500). This seems to happen within FluxService when it's trying to get an instance of FluidTYPO3\Fluidcontent\Provider\ContentProvider ($this->objectManager->get($providerClassNameOrInstance) in resolveCo
10:41:41 <Nurbs> nfigurationProviders. What could be wrong?
10:42:02 * Nurbs still tries to get access to the server logs :-/
10:52:18 <xaver> Nurbs: often you cna write your own log via htaccess
12:36:21 <Lirrec> Hi, i'm having trouble getting wizard.suggest for pages to work, it won't find any pages. My Setup is t3 6.2.5 and flux 7.1.0. My Template looks like this atm: "<flux:field.select name="navContainer" items=""> <flux:wizard.suggest /> </flux:field.select>".
12:44:31 <cedricziel> Lirrec: you need a table attribute
12:45:09 <cedricziel> as in <flux:wizard.suggest table="pages" />
12:48:46 <Lirrec> cedricziel: nope, still no results. (also the ajax request already contained a "table:pages" post-parameter even without it )
14:57:01 <Xatenev> U guys see any error in this link? <f:link.action action="new" controller="Message" arguments="{user:user}">Message this User</f:link.action>
14:57:16 <Xatenev> when i click it, it stays on the same site
15:49:12 <Lirrec> are the grid layouts in the page module in some cache not cleared by the normal ways of clearing the cache? i changed columnnames and layout but can't get the backend to reflect my changes
16:08:12 <Lirrec> figured it out, in page settings > Appearance > Backend Layout "Fluidpages" has to be selected
16:12:55 <Lirrec> seems like there it isn't mentioned in the docs
09:29:33 <Guest|86796> i have a problem with sorting images: i have this: <flux:field.inline.fal name"test" pultiple="TRUE" maxItems="5" label="text" enabledControls="{drag:1}"/>
20:16:04 <Harpagophyt> Fatal error: Call to a member function preparedGet() on a non-object in .../typo3conf/ext/fluidcontent/Classes/Service/ConfigurationService.php on line 259
20:53:06 <Harpagophyt> work if set in the site in the backend: appearance -> page layout -> backend layout (look at: http://fluidtypo3.org/blog/news/fluidcontent-and-fluidpages-released.html)
08:27:01 <Harpagophyt> can you help me debugging my upgrade?
08:28:29 <Harpagophyt> all settings from plugin.tx_vhs.settings.asset are twice in the frontend also the typo3temp/vhs-assets-jquery-bootstrapjs-eqheight-customjs.js?1411971931
10:11:48 <Harpagophyt> the real problem is, if the page comes from the cache or not. i disabled cache with config.no_cache
11:31:00 <geronimoo> hello! i've got a problem using the latest flux from repo - it only renders the page- and content templates with the original file names (MyPageTemplate.html and MyContentElement.html) - does anyone know something about that?
11:31:54 <geronimoo> with every different file name i get this error: „…………………../Resources/Private/Templates/Content/Fce-columns.html" is not a valid template resource URI.
11:32:54 <geronimoo> the element is displayed in the create element wizard but the configuration options wont appear, i only get a field called "The Title"
11:34:01 <geronimoo> this even happens if i copy the content from the example file into my fce-columns.html :-/
11:51:57 <geronimoooooo> allrighty my fault: flux 7.1 is not compatible to the latest versions of fluidpages and fluidcontent, I had to downgrade to fluidcontent 4.0 and fluidpages 3.0 - seems to work fine now!
13:12:15 <gbod_> Hi, will anyone of you attend the T3CON in Berlin next week?
13:15:20 <gbod_> I won't be at the Con - no ticket, but as I'm living in Berlin there might be a chance for a small drinkup/meetup.
13:40:17 <gbod_> mrboe: I know, but I don't have time for travelling at that weekend, Xaver asked about it last week too.
13:45:16 <gbod_> mrboe: Last week I did the munich fluidtypo3 presentation here at the Berlin T3 User group. It was about 3 hours long and they were really tired in the end. ;) And I even managed only the template part. Next time I'll show the controller/modell/own extension parts to them. They were really thrilled about the system.
13:45:24 <xaver> gbod_: i was at the T3UXW and won't attend the Con. I will be in essen
13:46:46 <gbod_> xaver: t3uxw was a nice event, wasn't it?
14:54:16 <alexxB> Hi, is it possible to access the "name" of a select field instead of the id only in a fluid content element? -> <flux:field.select items="{0 : 'Ohne Label', 1 : 'News & Stories',... e.g. here i would like to get the "News & Stories" to output
15:56:42 <gbod> cedricziel: Ah, yeah. And now that you're through it, you love the flux direction even more. ;)
15:57:04 <cedricziel> Last but not least: I'm really surprised how well you can handle all the things with core-only if you're developer
15:57:42 <cedricziel> it's a bit more hassle when you're not able to write small viewhelpers yourself
15:59:18 <cedricziel> geronimoooooo: this one is almost bullet proof i hope. ;)
16:00:18 <cedricziel> gbod: hm, maintaining flux is not easy at times. I'm hoping for improvements in the one or other area (in flux) after going down this road
16:01:20 <gbod> cedricziel: Is there a way to get more of the idea and the way you went?
16:06:33 <geronimoooooo> at the moment flux changes a lot, thats why its by far not bullet proof for updates atm - but its gonna be great :)
16:07:19 <cedricziel> we stabilized that and reduced those changes to the minimum geronimoooooo.
16:07:43 <cedricziel> as far as we are concerned: major versions are allowed to break stuff. you're allowed to stay behind.
16:09:34 <geronimoooooo> okay my experience on the last projects was that i had to change a lot, but you are right - the major versions changed
16:09:54 <geronimoooooo> dont get me wrong, i love flux - we are just kind of early adopters
16:10:23 <cedricziel> version upgrades are always a tradeoff of bugfixes and changes to existing stuff
16:10:45 <gbod> cedricziel: Maybe we find a way to document and present those changes and features far mor better than in commit messages. The library is a nice first start. randomresult an mrboe told something about video tuts in munich. And I got the same answers during my last two presentations of the system.
16:10:47 <cedricziel> it's like the definition of a upgrade
16:11:24 <geronimoooooo> i already thought about setting up a blog and collecting examples of my work with flux
16:11:43 <NamelessCoder> jumping in from the side here - our main problem is that TER won't allow multiple branches because in theory, we could easily have supported the same branching strategy the core uses. Sadly we're limited by that distribution method but we don't blame it - it's always been like that and an improvement is a huge task.
16:11:45 <geronimoooooo> its still a bit trick to get stuff running but its totally worth it
16:12:29 <NamelessCoder> so that leads to the use of semantic versioning in which minor versions are allowed to introduce smaller changes and major ones are allowed to sort of redo everything - but we still try to keep it to a minimum
16:13:04 <geronimoooooo> good idea - so i can release my stuff there?
16:13:09 <cedricziel> NamelessCoder: i deeply hope composer will solve that
16:13:15 <NamelessCoder> Flux 6->7 was that big a change because 4.x support was dropped and namespaces introduced - that's a HUGE change and naturally we're not the only ones affected. See for example EXT:powermail which was rewritten from scratch...
16:15:44 <rosieres> In the end everything is quite well documented and the news are worth reading. Beside that, the viewhelper reference could have 1 or 2 real life examples for usage each as it is done @ jquery. That would make stuff sometimes more clear. But in the end, the stuff is cool . . .
16:16:46 <NamelessCoder> rosieres you are absolutely right about the ViewHelper exampels - and we would be very happy to receive some of those (they're written into the class header and we also support writing standalone files that will be rendered, if you want more info just say so)
16:16:48 <geronimoooooo> i think more people should share their examples, that helps most
16:17:07 <gbod> cedricziel: Thanks, now I have something to check my own stuff against. :)
16:17:21 <NamelessCoder> See this folder: https://github.com/FluidTYPO3/vhs/tree/development/Documentation
16:17:38 <cedricziel> hehe, it's only a rough overview
16:17:41 <NamelessCoder> https://github.com/FluidTYPO3/vhs/tree/development/Documentation/Classes/ViewHelpers/Iterator/ForViewHelper is how you can write as much detail about any ViewHelper as you please
16:18:05 <rosieres> is there a gist for that? so i´ll put some if I find the time or if it is done on the fly by usage
16:18:21 <NamelessCoder> the documentation files are then detected by filename convention and rendered as part of the VH docs
16:18:44 <gbod> cedricziel: In munich we did two adhoc sessions with randomresult, xaver and mrboe. It was quite fun so we had to add a second session on sunday.
16:19:17 <rosieres> NamelessCoder: I´ll keep it in mind
16:19:27 <cedricziel> great; the videos on vimeo are 3 slots i had to present
16:19:44 <NamelessCoder> actually I should write a news item for fluidtypo3.org describing this approach
16:19:53 <NamelessCoder> because we can always use better docs!
16:20:01 <NamelessCoder> (same logic applies in flux btw)
16:20:38 <NamelessCoder> see just how delicious it looks: http://fluidtypo3.org/viewhelpers/vhs/development/Iterator/ForViewHelper.html
16:21:03 <gbod> NamelessCoder: Great Idea, maybe we can build more connections/links to the fluidbootstraptheme where lots of the stuff is used.
16:21:52 <NamelessCoder> these docs should be standalone and should match the version, that's how we can make sure they are rendered correctly
16:22:10 <NamelessCoder> but by all means, copy shit from those templates to create docs ;)
16:23:22 <rosieres> NamelessCoder: Well done. One thing is missing. Real life inline usage.
16:27:54 <cedricziel> another thing missing: a correct lexer for inline syntax in IntelliJ/PHPStorm. XML Syntax is fine, but reformating with inline syntax sucks co**s in hell
16:38:08 <mrboe> short question: when i put a FCE into a FCE i got http://snag.gy/4whgu.jpg
16:58:44 <bjo3rn> see you on the other side, randomresult
16:58:45 <cedricziel> bjo3rn: you are right-but as everywhere, taste it with some caution. it's easy and cheap to add a new CType with icon and template. there's no user experience lost
16:59:16 <gbod_> mrboe: I'd really like to be there, but atm there is no way at that weekend for me. :(
17:00:17 <bjo3rn> I think there is. I'd rather add one more fce than explain my client to use those fields.
17:16:37 <gbod_> cedricziel: Hm, and you favor this approach over the fce one. It's all those Stuff spread of five files minimum for a simple ce.
17:16:42 <cedricziel> yep, you miss the chance to configure multiple domains seperate from each other
17:16:54 <bjo3rn> I remember some Dane stating that was bad practice but I can be wrong
17:17:23 <cedricziel> gbod_: i didnt say i favoured anything over anything. every single way has it's uses.
17:17:42 <rosieres> bjo3rn -> ext_localconf.php -> \TYPO3\CMS\Core\Utility\ExtensionManagementUtility::addPageTSConfig('<INCLUDE_TYPOSCRIPT: source="DIR:EXT:extExtExt/Configuration/TS_CONFIG_PAGE" extensions="ts">'); put any ts file in that path
17:17:46 <cedricziel> but what i say is: consider if you really need a fce built with an "external" mechanism
17:21:20 <NamelessCoder> when you create custom CTypes using extbase controllers and fluid templates then basically you are creating the same layer that flux+fluidcontent provides
17:23:05 <NamelessCoder> my point is: sure, it's possible to make that stuff yourself and not have any dependencies. But the way you do it almost always ends up in something along the lines of the integrations provided by flux in some degree
17:33:24 <NamelessCoder> "what if" you only had to identify a site package and could then place convention-based files in this package and use them as core content templates, core content forms (if separate from template), per-element typoscript (if required), page templates grouped by sub-directory, LLL files for each context, etc.?
17:33:42 <NamelessCoder> sort of zero-conf integration
17:34:52 <cedricziel> convention over configuration. Symfony does that for years (calling out to all the bjo3rn s)
17:34:55 <NamelessCoder> when everything becomes a matter of creating a file and being done, is there any argument to go other ways?
17:36:50 <NamelessCoder> muhaha. I own the extension key "site"
17:36:51 <cedricziel> sure Claus, and i like the idea. and it should be the ulrimate goal. but it needs to be bullet proof-at least as much as the cms itself is able to handle things
17:40:43 <rosieres> Harpagophyt it´s np must, but you do goo if you go with it did you enable debugging? -> http://docs.typo3.org/typo3cms/extensions/vhs/#debug-settings
17:40:51 <NamelessCoder> at which point the older abstractions maybe can be dropped because a consistent API exists on top, describing what should happen below - making it easier to finally switch
17:44:35 <Harpagophyt> rosieres what should debugging help? the problem is with caching
17:45:57 <rosieres> Harpagophyt: might giva clue what´s causing the doubling
17:47:09 <Harpagophyt> rosieres: you can look at http://www.pfarre-atzgersdorf.at for me it is no help ;-)
10:15:38 <robsonrobi> I just updated, flux, fluidpages and fluidcontent and now see in the BE the default backendlayouts from TYPO3. How can i remove them again? Because columns etc. i solve with PageLayouts.
10:18:59 <gbod> robsonrobi: You have to change the backendlayout of pages to fluidpages in the appearance tab.
10:21:24 <soee> hiho, need some assistance with a problem that "might be" related to flux
10:22:14 <soee> im using external_import extension and lately the shceduler tasks just dont end and there are problems with importing data
10:22:53 <soee> i have tried downgrading TYPO3 a bit, checked history of my import configuration etc. but nothing helps
10:23:07 <soee> now i decided to downgrade flux to 7.0 from 7.1
10:23:28 <soee> and when i try to execute scheduler task to import data i have this error:
10:23:29 <soee> Execution of task "External import (external_import)" failed with the following message: Class FluidTYPO3\Flux\Service\WorkspacesAwareRecordService does not exist
10:24:16 <soee> any idea how flux can have influnace on import process ?
10:24:53 <soee> the external_import importer scripts stops @ this line: $tce->process_datamap();
10:25:11 <soee> it does not do outside this function
10:27:36 <robsonrobi> thanks gbod, i will try that
10:56:51 <robsonrobi> @gbod: Works grate with setting it as backendlayout. Is there a possiblity to set that as default layout for page children and new pages?
10:57:26 <gbod> robsonrobi There is an option for subpages in the same tab
11:00:32 <robsonrobi> I think, some options are disabled, i will have a look
11:02:34 <robsonrobi> setting backend_layout_next_level.disabled to 0, now i see the option, GREAT!
11:07:49 <mrboe> can anybody help me with an inline if condition, i want to have somethink like that <f:if condition="{settings.grid4.split}=='more'">
11:10:23 <Guest|71812> Hi, updated to typo3 version 6.2.4. Having some problems with PluginConfigurationProvider. Flux ter version 7.1.0. I have two flux based extensions installed (for example). Backend Preview and flexform settings are mixed. Extension1 tries to get the backend preview rendered from extension2. In extension1 the flexform settings are correct. In extens
11:10:24 <Guest|71812> ion2 the backend preview is correct, however the flexform settings are from extension1. any help would be appreciated..
11:11:19 <soee> mrboe: does the current v:if supports tring comaprison ?
11:36:35 <Guest|71812> i've found a solution. I use `registerFluidFlexFormPlugin` instead of `registerConfigurationProvider` and everything is working..
11:46:14 <xaver> Can i somehow use PageConfigigure in Language overlay?
12:50:39 <robsonrobi> today i made a bug update: fluidpages, fluidcontent, flux and vhs. Everything is fine, but i am having some errors, when i put a fce inside a fce content element. see attached image, may be someone has a hint?
14:34:58 <fger> 2.0.2 same behavior ---- i use fluidcontent
14:35:24 <fger> so is there any language-overlay done for the {record} information ?
14:36:26 <fger> because using {record.uid} completely ignores extbased language-overlay then, or is the standard {record} var i'm getting simply wrong ? In english language the {record.uid} is that of the default language FCE
15:51:39 <anhadikal> I have problem with inheritance .... when I change values in "Page Configuration - subpages" they are not propagated to children. It only works if I change the values in "Page Configuration". But I dont want to change the settings on current page.. Any Ideas?