04:50:58 <Outdoorsman> NamelessCoder, I have a correction for the ViewHelper reference on this page... http://fluidtypo3.org/viewhelpers/vhs/master/Page/MenuViewHelper.html
04:52:46 <Outdoorsman> Maybe I should be telling danilobuerger, but titleFields on the page just mentioned uses the word "navtitle" serveral times when it should be "nav_title"
04:54:24 <Outdoorsman> I'm not sure if I'm the only one that has noticed but for the life of me I can't get that option to work anyway. Here's what I'm entering and it is not respecting it no matter what I do or how much cache I clear.
05:17:23 <Outdoorsman> I just submitted an issue to VHS for this.
11:26:28 <Denyerec> He could have overloaded the style with an inline block if he'd needed to
11:41:42 <jlumpe> man, can anybody tell me, why my extbase extension keeps trying to load my listAction, when i clearly defined that this plugin is supposed to use the latestAction iny extconf?
12:35:12 <jlumpe> Denyerec: lol, after installing uncache: Fatal error: Call to a member function getBackend() on a non-object in /www/htdocs/w00b04a1/customtattoo.lum.pe/typo3_src-6.2.0/typo3/sysext/core/Classes/Cache/Cache.php on line 105
17:09:08 <soee> randomresult: than try first one with different value :)
17:34:15 <Outdoorsman> randomresult I've been having trouble getting <v:page.menu titleFields="nav_title,title"> to work. I am modifying ftbcustomiser's Navigation.html to overlay fluidbootstraptheme's Navigation.html. I can't get Alternate Navigation Title to work to work. See this vhs issue for more details... https://github.com/FluidTYPO3/vhs/issues/555
17:35:54 <Outdoorsman> bjo3rnf commented and can't reproduce the issue so I am suspecting one of your extensions so could you see if you can reproduce the same thing on your end and comment in the issue?
17:36:21 <Outdoorsman> Maybe I'm doing something wrong but I can't think what it would be?
17:36:23 <randomresult> i will check localy as i override the menu too
17:38:03 <Outdoorsman> I have verified that my overlay is working and other parameters to page.menu are working... just not that one. And by the way, according to the docs, I shouldn't even have to specify that option since nav_title,title is the default anyway but I was explicity stating it to just to make sure.
17:40:26 <Outdoorsman> Just a side note randomresult... that Navigation.html Gist that is put in the issue is the default from fluidbootstraptheme copied to ftbcustomiser. I wanted to use the most recent version of Navigation.html to test with.
17:40:49 <Outdoorsman> Neith seemed to work though.
17:41:00 <randomresult> i dont get the navigtiontitle
17:41:19 <randomresult> just checking to take this directly in ftb
17:41:27 <soee> guys do you know it it possible to access in action view varaible taht was passed to FLUIDTEMPLATE object (page) ?
17:42:48 <bjo3rn> Outdoorsman I misunderstood your actual issue, sorry.
17:46:18 <bjo3rn> Outdoorsman manual rendering is what you are doing when iterating over the variable {menu}. there's also auto rendering using the viewhelper standalone and there it works.
17:47:30 <bjo3rn> I assume in manual rendering mode you get the raw page record and have to access the desired value yourself. in auto rendering mode this is, well, automatic ;)
17:48:34 <Outdoorsman> bjo3rn So where can I see an autorender example... I've only seen it this way. I understand fundamentally but practically I don't :)
17:51:00 <randomresult> if you dont like the way it autorenders, you can do it your way: manually
17:51:44 <randomresult> so you can define every single level for example and/or add stuff you like/need like icons or special classes (which is mostly also possible with autorendering)
17:52:18 <bjo3rn> confirmed, Outdoorsman, it doesn't work with manual rendering.
18:06:05 <jlumpe> time to stop working, it's a holiday after all
18:06:18 <bjo3rn> autorendering is the fire-and-forget solution that covers lots of use cases but there are many that require more tweaks and that's where manual rendering comes in handy.
18:06:20 <Outdoorsman> Wow you guys know this code like you wrote it... he he.
18:06:42 <randomresult> well... bjo3rn wrote it :)
18:10:04 <Outdoorsman> bjo3rn This example isn't working but the other one did... {f:if(then: '{nav_title}', else: '{name}', condition: '{nav_title}')}
18:15:15 <Outdoorsman> bjo3rn, here's what I'm using and it actually makes it so the menu doesn't even render, must by syntax, https://gist.github.com/Outdoorsman/aec26c4526ff076712f1
18:18:33 <randomresult> it would be great to get all your brains into the documentation and get it translated so that stupid ones like me understand it
18:18:41 <bjo3rn> I remember having something to do with that linktext thing...
18:19:03 <danilobuerger> bjo3rn lets look at the blame ;)
18:23:07 <Outdoorsman> I like this solution MUCH better than the conditional. Nevertheless I like knowing about that conditional because it's very powerful... haven't used it yet in action but will keep it tucked away.
18:23:46 <Outdoorsman> randomresult, can you update your Navagation.html templates?
18:27:56 <jlumpe> what am i doing wrong? first time i am actually trying to use the sys language feature.
18:28:16 <jlumpe> I added languages to the root, i translated a few records into a 2nd language
18:28:29 <jlumpe> and then using a ts condition i changed the syslanguage for the page tree
18:28:33 <Outdoorsman> randoresult I noticed there a number of differences between the two Navagation.html templates. I'm assuming that's in part because one evolved and the other has caught up or are they intentionally that different?
18:28:52 <jlumpe> but still the records aren't being show in their translated version
18:29:15 <jlumpe> (i'm trying to translate records which are inside of a sysfolder, no CEs, but rather object from my own extension)
18:30:00 <bjo3rn> jlumpe did you add a language to the folder as well?
18:33:49 <randomresult> every file copied and then modified from fluidbootstraptheme to fbtcustomiser will be take if it has the same name and lays in the same folder
18:34:03 <randomresult> so you can customize you web based on another extension
18:37:56 <bjo3rn> jlumpe what I mean is the page, that the plugin is on, has to be translated as well of course but I assume you did that.
18:55:45 <TYPO3ua> I made flux elements and 4 content records using this flux elements.
18:56:40 <TYPO3ua> Can I output all my flux elements records and to make for them a total wrap, in other words how I can to make the flux elements records list?
19:00:54 <TYPO3ua> For example I have on the page (ID=10) have 4 contents elements (records).... Can I output all my records on the page using FLUID and VHS
19:02:21 <bjo3rn> TYPO3ua that's what v:content.render or v:content.get are for
19:03:14 <TYPO3ua> But I do not know how to help me make the sample
19:04:21 <bjo3rn> <v:content.render column="0" /> would output all content elements from colPos 0
19:05:55 <TYPO3ua> For example I have on the page (ID=10) have 4 contents elements (records).... Can I output all my records on the page using FLUID and VHS
19:06:30 <TYPO3ua> output all my flux elements on the page ID = 20
19:06:32 <bjo3rn> you mean on a different page than where they are on?
19:49:01 <jlumpe> oh and i'm using fluidpages + fluidcontent aswell for the pages
19:49:13 <jlumpe> not sure if that has anything to do with the issue though
19:50:43 <jlumpe> i was expecting that setting the sys_language_uid would be enough to have the repository fetch the correct records
21:25:11 <Outdoorsman> Noooo... I think I'm running into another bug or improperly coded extension.
21:26:27 <Outdoorsman> When I create a CE and drag a standard Text CE into it (FCE-style), it appears to stay there, but when I reload the page in the backend it's won't stay there and pops back to where it came from (randomresult thinks this may be an old issue that was happening with fluidcontent)
21:27:07 <randomresult> i know it was a bug - danilobuerger fixed it
21:27:27 <randomresult> quite sure . lemme doublecheck if it happens in my dev-environment
21:29:07 <Outdoorsman> It appears to behave that way for any of the bootstrap CE's that allow you to put other CE's in them.
21:29:42 <randomresult> created a modal - created a text (outside the modal - normal c-type text) - moved text into the modal ... refreshed page in backend --> stays where it should stay --> inside the moda
21:31:11 <Outdoorsman> Hmmmm... so what could be causing that. Maybe I should see if I can dig up the closed issue and see if there are comments on it.
21:34:53 <benjamin_654> Outdoorsman: i hat the same issue
21:35:38 <benjamin_654> Outdoorsman: this fixed it for me partly: https://github.com/BenjaminBeck/flux/commit/5be45879810b165c49850b6123c7da233c258670
21:36:02 <Outdoorsman> Has this not been commited to flux yet then?
21:36:44 <benjamin_654> i was not sure if its a bug or some wrong config etc. on my side
21:37:23 <Outdoorsman> I believe I had that issue a while back but it seemed to resolve itself if I remember right. But now I see it's happening agian.
21:38:20 <benjamin_654> i described this "bug" also here: https://github.com/FluidTYPO3/flux/pull/541
21:38:56 <benjamin_654> in the screenshot you can see, that the record which is been updated has uid=0 ..
21:41:42 <benjamin_654> danilobuerger: can you have a look at this?