08:21:34 <ndee_> just a heads up: http://fluidtypo3.org/viewhelpers/fluid/master/FormViewHelper.html <-- the sub items on "Form" aren't working, e.g. the Form doesn't open like it used to.
10:06:34 <erredeco> Hello. i use TYPO3 6.2.3 and VHS 1.9.1
10:07:32 <erredeco> I changed in my templates the line:
10:09:32 <Guest|26130> hello can somebody help me? i have this: <flux:field.inline.fal name="galerieimage" label="Bild" multiple="TRUE" maxItems="1" collapseAll="TRUE" />
10:10:10 <gbod> erredeco: Try Tx_Vhs_ViewHelpers_Page_MenuViewHelper instead of Tx_Vhs_viewHelpers_Page_MenuViewHelper
10:10:18 <Guest|26130> how i must write the code for the main section to put out the image in front end?
10:12:17 <erredeco> @gbod: sorry???? I don't understand
10:15:45 <gbod> The letter "V" in ViewHelpers in the classname has to be in Uppercase
10:20:34 <BenjaminR> erredeco: very likely that you have a typo in your namespace defintion in the top
10:20:42 <BenjaminR> Tx_Vhs_viewHelpers should be Tx_Vhs_ViewHelpers
10:20:56 <Guest|26130> i ask other way.. how i can add FAL to fluid for selecting image and show the image in front end?
10:40:38 <randomresult> no_cache = 0 , cache = 1 , enable_indexblabla = 1 ... all is right... does not work
10:41:00 <BenjaminR> youre indexing on page load or by crawler
10:41:27 <Guest|26130> @Benjamin you have send me a example for a gallery.. i need also something for file downloads with fluid and fal.. have you a example like the image gallery?
10:41:34 <gbod> randomresult: your HTML comments are set?
10:41:59 <BenjaminR> Guest: irrelevant if it is an image or not - you decide how to use the file in fluid
10:42:00 <randomresult> well it should index ALL if no comments are set. but yes, i had that set too
10:42:25 * randomresult is getting some valium now. brb
10:51:59 <BenjaminR> FYI: if your pagenotfound handling isnt working check for $GLOBALS['TYPO3_CONF_VARS']['EXTCONF']['realurl']['init']['postVarSet_failureMode'] = ''
10:52:36 <randomresult> BenjaminR could you now repair my indexed search.
12:00:02 <ndee_> I tried something like: {v:iterator.for(from: 1, to: 30) -> v:var.set(name: 'durationDays')} but durationDays stays null
12:18:32 <ndee_> Is there a way to mirror the fedext.net viewhelper documentation? I just realized how dependant I am on it.
12:36:44 <randomresult> anyone working with sliding of FCE in here?
12:36:56 <randomresult> it seems im too stupid for that
13:01:54 <fger> randomresult: sliding is done in typoscript i guess ?
13:02:14 <fger> or with viewhelpers in fluid page-templates ofc
13:03:07 <fger> FYI: @all :i managed to hook into DatabaseHandler process_cmdmap + process_datamap functions and disable the logging of TCEMain object there. Made it switchable in extension-manager
13:03:36 <randomresult> fger its made using the VH
13:03:49 <fger> better solutino would be to detect if recursiveness is given for the copy/move command and the paste/paste-after cmd and disable logging only for that case
15:16:58 <batjony> guys, i have a custom content element, which reads the pages from some sys folder; by default the CE will read the first page from this sub folder; so my question is how can I get the page uid of the first page in this sub folder ?
15:21:33 <batjony> for example i can get all page uid in this sys folder like: <v:page.menu pageUid="{sysFolderPageUid}" as="menuItems"><f:for each="{menuItems}" key="pageUid">.....some logic with the page uid.......</f:for></v:page.menu>
15:29:51 <Guest|yoda> Firefox is fine just Chrome is messed up
15:30:01 <batjony> GRIMMCREATIVE: v:iterator.first - I saw its documentation, its written that "Returns the first element of $haystack", but how can I access then its key or value ?
15:30:53 <batjony> <v:page.menu pageUid="{sysFolderPageUid}" as="menuItems"><v:iterator.first haystack="menuItems"> and then what ?
15:34:01 <GRIMMCREATIVE> {menuItems -> v:iterator.first() -> v:var.set(name: 'menuItem')} - i am not so familiar with it. i use it to get something like the first image
15:48:39 <batjony> GRIMMCREATIVE: are you sure that this works for you {menuItems -> v:iterator.first() -> v:var.set(name: 'menuItem')} , the first part works, but if i add -> v:var.set(name: 'menuItem') then an error occurs "Could not analyse class:FluidTYPO3\Vhs\ViewHelpers\Var\SetViewHelper maybe not loaded or no autoloader?"
16:53:58 <Guest|89889> hi all, how can i simply add up 2 float values?
16:53:58 <batjony> menuItems->v:iterator.first() returns the first page as an array, so if I want to get the page uid i should access this array - the key 'uid'
16:54:11 <GRIMMCREATIVE> can you post your code - i mean gist or so. i have something similar
16:56:02 <batjony> lets ask the guru NamelessCoder :)
16:56:16 <batjony> NamelessCoder: if {menuItems->v:iterator.first()} returns me a key-value array, how can I get the array value for particular key
16:56:29 <GRIMMCREATIVE> i will get this for you - for shure. please need practise :D
16:57:29 <batjony> i think something like {menuItems->v:iterator.first()->v:variable.get(key: 'uid')} should exist... but still finding the correct solution
17:11:49 <randomresult> i want to display column 0 from that page. if its empty, slide up and show the content
17:12:14 <randomresult> -1 means slide up till first level...
17:12:34 <randomresult> means if i have 4 levels with content on each level it will show me 4 ce's
17:13:03 <randomresult> limit 1 will always show the content from uid 1
17:13:26 <randomresult> help... it drives me crazy
17:14:38 <randomresult> or in other words: is there a way to select the ce's from colum=0 if there are some... otherwise slide up until you find some in column 0?
17:32:07 <Outdoorsman> Here's about where the conversation about slide started... http://fluidtypo3.org/community/irc-logs.html#20:11:00
17:39:47 <Outdoorsman> You know randomresult... why don't you just use TS instead. It's freely available there still... I honestly don't know the reasoning behind dropping some of slide's functionality as that's a very useful feature. Sounded like it was a lot of work to get the programming straight or something and for lack of time it got dropped but I could be wrong.
18:11:56 <NamelessCoder> BenjaminR yes; it's all stored as records in the DB awaiting confirmation
18:12:05 <NamelessCoder> I sometimes edit the topic and description for consistency
18:12:34 <NamelessCoder> randomresult see https://github.com/FluidTYPO3/vhs/pull/656
18:12:39 <BenjaminR> Id love if you tell me what should be in there
18:12:59 <BenjaminR> Or read: what shouldnt be there
18:13:11 <randomresult> @NamelessCoder will this be merged?
18:13:16 <NamelessCoder> basically, things people ask for in this channel are ideal topics for gists and if you already made a gist to answer a question from this channel, please submit
18:13:29 <NamelessCoder> randomresult yes, but maybe not in the state it's currently in
18:13:31 <BenjaminR> http://fluidtypo3.org/library/code-examples.html <- something ate the assets
18:15:15 <NamelessCoder> cache clear timing. Heavy traffic.
18:15:42 <randomresult> f*ck... i work with submodules...
18:15:59 <randomresult> its working... and now i cant use it!!!!