10:54:35 <mhmli> morning! i have an issue in typo3 6.1.10 whereby no user can delete an FCE. not even the admin user (ID 1). has this issue come up at all for anyone else? googling only brings unresolved problems with earlier, non-flux issues in 2008.
10:57:49 <mhmli> the problematic tt_content elements are stored on PID -7676 which doesn't exist. is this a preset of some kind?
11:16:22 <Guest|38021> how should i pass a \TYPO3\CMS\Extbase\Domain\Model\FrontendUserGroup to v:security.allow viewHelper? Should i make an instance of that object? How?
11:19:35 <Guest|21412> hi all, im trying to render a page's content element, but i cant get anydata. This is my code : <v:content.render column='0' pageUid="3" as="contentElement">
13:42:09 <BenjaminR> see here how to have different wrappers - shoudl be easy to adapt to have none for some: https://gist.github.com/benjaminrau/ecee7871b59e531e8c30
13:44:34 <xaver> because you load the FE and stat afterwards a complete rerendering also CSS and DOM
13:53:57 <batjony> too complex, but typo3 is also too complex for some cases, for example how can I adapt this https://gist.github.com/benjaminrau/ecee7871b59e531e8c30 for just particular custom content elements, not all of them
13:54:33 <batjony> ctype for all of the custom content elements is "fluidcontent_content"
13:54:39 <BenjaminR> text = ... <- means text element
13:54:50 <BenjaminR> textpic = <- means textpic element
13:56:12 <BenjaminR> if you are using fcc you have different template files for all of them and can define the template, that is used, inside the emplate
13:56:20 <BenjaminR> so if you want to have a different wrapper for fx the textpic element
13:56:35 <BenjaminR> bad example - there is no textpic....
13:56:58 <batjony> for example, for custom content element "Typo3Blogger" i want to remove the wrapper div <div class="csc-default">....
13:57:05 <BenjaminR> if you want to change the wrapper for image element go to Image.html and change the <f:layout name="XY" /> to a custom layout and create it
13:57:22 <BenjaminR> custom content element? you mean flexible content element?
13:57:49 <batjony> i mean custom content element made by me with fluid content
13:57:53 <BenjaminR> well i lost track - there is no csc-default wrapper if you are using fcc
13:58:18 <BenjaminR> oh it was me - sorry batjony. back on track
14:12:04 <Guest|21412> i have a probleme to render a page's content(fluidcontent), when i try to render it, i got empty arrow. Code : https://gist.github.com/anonymous/70283e6fb3f3e8f96fb0 .
14:22:45 <NamelessCoder> Guest|21412 ViewHelper is not being used correctly. {contentElement} is already rendered and must be output with {contentElement -> f:format.raw()}
14:23:47 <NamelessCoder> I suggest you simply write <v:content.render ... /> and do not manually loop. If your intention is to access content element record's values directly, you need to use v:content.get (+v:content.render(contentElementUids: ...) inside loop to render)
14:30:57 <NamelessCoder> eveyrone: please check out branch "staging" of flux, fluidpages and fluidcontent and "git pull"
14:31:47 <mhmli> @batjony try this https://gist.github.com/mhmli/726b459df85da74b9311
14:34:51 <batjony> @mhmli: thats something new :) so you mean here: value = frp_fce:TeaserNews.html to replace it with the html name of my custom content elment ?
14:35:36 <NamelessCoder> nice tip mhmli - mind submitting that on fluidtypo3.org as an example to control container element of fluidcontent when using CSC?
14:35:59 <NamelessCoder> not that we wish to promote CSC usage but a lot of people still need it ;)
14:37:37 <mhmli> @batjony that's the name of the template (resources/private/templates) from your extension, as saved to the tx_fed_fcefile field in tt_content
14:40:31 <NamelessCoder> same place if you have other nice examples ;)
14:41:25 <mhmli> For my part: some content editors are placing FCEs into a flux.grid and TYPO3 is saving them to pid -7676. which stops them being able to be deleted. any ideas?
14:44:25 <Guest|96981> Hi, I need a little help. Someone know where are saved the mapping between extension and controller action
14:48:00 <mhmli> @batjony that's only a part of the whole. see the gist linked by BenjaminR at 1:42:09 PM
14:48:29 <mhmli> @NamelessCoder yes but not on the same page. and it's a negative pid -7676 not 7676
14:49:40 <NamelessCoder> mhmli yep, I was just confirming that it actually is an existing element record UID. This points to that "relative-to-UID" format not being detected by TYPO3 at all. PID should never, ever be negative (DataHandler will read the "pid" field from -$recordUid)
14:50:14 <NamelessCoder> what is the specific setup? development branches, 6.2.4+?
14:51:00 <NamelessCoder> it is possible but a bit unlikely that the custom syntax the core uses when generating the drop zones or "insert element" records has been changed
14:56:57 <NamelessCoder> exactly how is the content inserted?
14:58:01 <mhmli> manually by editor: fce with flux:grid as a tt_content element. then fce or text or text pic etc as subelement of the flux:grid fce
14:58:31 <NamelessCoder> as only child, as first child, as relative to other existing child?
14:59:25 <mhmli> flux:grid fce is a column element. the problematic elements seem to be child elements inside the column layout's flux:grid (either individual or with others)
14:59:53 <mhmli> don't have the insight to know if they're being prepended as first child or copied.
15:00:18 <NamelessCoder> it's key to know how it was added. The topmost "insert content" icon has one value, the dropzones have another, and inserting relative to other elements has yet another value
15:10:18 <NamelessCoder> no, apparently between 6.1.8 and 6.1.10 because I definitely tested this myself. Or there is some other factor in play here
15:11:16 <mhmli> i don't know if it's related, but the other issue i have is that the backend wizard tab disappears frequently and then comes back after clearing the caches 2-3 times
15:11:31 <mhmli> i can't see that there would be a connection...
15:12:40 <mhmli> back to what you said before: are the negative PIDs just negative versions of the proper PIDs, do you think?
15:13:18 <mhmli> they don't seem to have any logical connection to the pages in question.
15:13:31 <NamelessCoder> no, I assume they are negative values of UIDs of the target relative element. Dropping after tt_content:123 would make pid=-123 of dropped element
15:14:38 <NamelessCoder> normally TYPO3 detects negative pids as "ah, user dropped this element relative to the one having UID value abs(§nevativePid)
15:15:01 <NamelessCoder> and that's what is not happening here even though it should
15:15:54 <mhmli> page 766 has an fce UID 2923. in there, there are two child elements of a flux:grid, which both have pid -7676. 7676 is on page 985 though.
15:16:23 <NamelessCoder> nice and random, just the way we hate it :)
15:16:48 <mhmli> so at least there is a *vague* connection...
15:17:30 <NamelessCoder> maybe a few more data sets would illuminate it
15:19:16 <mhmli> thanks fro your help so far. i'll do more digging in the page history and try to replicate what the editor did
15:21:27 <NamelessCoder> anytime - btw, this may not be an issue on 6.2 (if an upgrade is near anyway)
15:24:11 <mhmli> there's no history for the creation/addition of the child elements.
15:27:20 <mhmli> i think i may have to chalk this one up as another reason to push an upgrade to 6.2 through.
15:33:23 <NamelessCoder> it might be more cost-effective than looking for this needle
15:48:44 <Guest|21412> i tried to do <v:content.render column='content' /> but i got nothing displayed
15:49:46 <Guest|21412> i checked the tt_content and i have 2 fluidcontent linked to the page
15:50:26 <Guest|21412> is there any requirement to do before i try to display content of the page?
15:52:05 <Guest|21412> i do not have set anyprovider and anycontroller, i have the extension fluidpage, i can render the page base template, but cant render it's content.
15:53:19 <Guest|21412> i even tried to make a ContentController :https://gist.github.com/anonymous/55b5fb55df944cc1ba31
15:53:42 <Guest|21412> this classe is simply not called
17:13:26 <xaver> NamelessCoder: url is missing http://fluidtypo3.org/feed.rss
17:33:30 <Guest|70639> Hello, we have found a mysterious bug in typo3 6.2.4 using flux 7.0.0. Is there a bugtracker for flux?
17:34:45 <Guest|70639> after inserting a content element by "copy after this element", the content element disappears. In Database table tt_content the PID changes to the negative value (i.e. -1790). The new value is exactly the same as the UID of the content element (1790) we pasted after. We updated the System from Typo3 4.7 to 6.2.4 on a PHP 5.5.9 server with MySQL 5.
17:34:45 <Guest|70639> 5. After deinstalling flux and flux_galleria "copy after this element" functions without an error
17:35:51 <BenjaminR> The bugtracker is here: https://github.com/FluidTYPO3/flux/issues
18:07:12 <mhmli> pretty much the same bug, it would appear. the editor has responded by saying that the problem occurs when copying and pasting a content element from 1 flux:grid column into another
18:08:37 <mhmli> @NamelessCoder This bug smells a lot like https://github.com/FluidTYPO3/flux/issues/573
21:26:27 <Outdoorsman> I am using the extension https://github.com/bootstraptheme-for-typo3/fbtcustomiser to essentially overlay the fluidbootstraptheme extension. When do I have to use {namespace v=FluidTYPO3\Vhs\ViewHelpers} and when do I also have to add <div xmlns="http://www.w3.org/1999/xhtml" lang="en"
21:27:16 <soee> sorry never used that ext, dont know it
21:28:26 <Outdoorsman> When creating an overlay of a file, in general do you have to use both {namespace... and <div xmlns="http://... together or sometimes just one only?
21:56:45 <Outdoorsman> It used to be there in old fbtcustomiser extenion files so some requirements must have changed with the new namespace declarations?
21:57:56 <Outdoorsman> ...the change from xmlns:v="http://fedext.net/ns/vhs/ViewHelpers"
22:31:19 <Guest|41755> what is the current vh for <v:iterator.contains in vhs 2.0.1?
22:32:34 <Guest|41755> if i replace it with <v:condition.iterator.contains using the same parameter like before it does not work for me
23:03:17 <Guest|41755> i am looking for a replacement of "<v:iterator.contains haystack="{rootLine}" needle="{menuPage.uid}" considerKeys="true">" in vhs 2.0
23:04:02 <Guest|41755> <v:condition.iterator.contains haystack="{rootLine}" needle="{menuPage.uid}" considerKeys="true"> does not work