09:53:25 <Guest|878> Hi there. Is there any possibility to make a table content element with flux? thanks.
10:34:22 <danilobuerger> Guest|878 yes, take a look at this to get you started: https://github.com/FluidTYPO3/fluidcontent_bootstrap/blob/master/Resources/Private/Templates/Content/FluidRow.html
11:07:01 <randomresult> well but my frontend does not work at all.. this is because im working with the latest git-master and t3 6.1.5? i get the following error in the frontend: #1301648167: The requested page didn't have a proper connection to the tree-root!<br /><br />() (More information)
11:07:54 <randomresult> Service unavailabelException in Sites/example.dev/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php
11:13:32 <cedricziel> Guest|878: This is of course possible. But tables are always weird. i propose you try one of the standard elements if possible in any way
15:03:02 <bjo3rn> MindSpark you can render the menu manually into anything you like. in case you need all record data you could even make it a no-brainer but I assume you want a simple representation?
15:03:48 <MindSpark> bjo3rn: yes, which Class do I have to include and which function?
15:08:55 <bjo3rn> ...but tbh I like the idea of having this as a service :)
15:09:02 <MindSpark> bjo3rn: how do I return a view from the controller? Or how do I render the vieew from inside a controller and output it?
15:09:50 <bjo3rn> this might help http://forge.typo3.org/projects/typo3v4-mvc/wiki/How_to_use_the_Fluid_Standalone_view_to_render_template_based_emails
19:30:22 <LittleOneill> could some1 help me with a small problem?
19:31:12 <LittleOneill> i am using flux:flexform.field.wizard.link to enter a link but when using it, all i get is the id of the page linked instead of the complete link
19:35:00 <LittleOneill> this is how i used it, https://gist.github.com/anonymous/7877973
19:36:51 <bjo3rn> LittleOneill this is how it works. you'll have to use some other viewhelper to turn that id into an url or a link tag
19:37:58 <LittleOneill> hmm yes, i am looking now but cannot figure out which link