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: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
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: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?
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: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...
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
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: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.
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: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: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.
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.
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!
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?
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: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: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: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:28:06 <danilobuerger> NamelessCoder 18181 invalid bug is occuring since https://github.com/FluidTYPO3/fluidpages/commit/28da1127239a00b7fafb87a6317d4930ac3d5e63 on 6.2
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 <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: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: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?
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?
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}}"
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
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: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: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: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: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: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 :)
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: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: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
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: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: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 ?
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: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: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.
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)
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: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.
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
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.
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: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
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!"
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');
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: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.
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?
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'})}
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
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
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.
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: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
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.
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: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: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?
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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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
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?
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)
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: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: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 :)
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: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: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: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
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: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: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: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
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: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: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
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: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
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
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: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: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: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
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: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: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: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: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: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: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: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
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 :)
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?
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.
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: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
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.
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} ?
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: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.
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?
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: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: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
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: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: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: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
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: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: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: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: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: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: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?
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: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: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?
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
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.
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: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: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: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
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
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: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: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: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: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: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.
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: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: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
22:13:48 <NamelessCoder> since "true" etc. are already restricted variable names, why not make ObjectAccessorNode support those and return the appropriate type?
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 ;)
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?
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: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: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: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: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 ^^
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: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
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: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 :/
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: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...
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
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: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
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: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.
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: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
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: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: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: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: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: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:
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
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: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?
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: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: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
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: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: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: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: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: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
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.
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.
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: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
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: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: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.
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: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: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: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: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: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: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: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: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
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?
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: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?
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: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
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: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: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: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: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: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?
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: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: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: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: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: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: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: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: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: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: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
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?
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
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: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: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."
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?
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