08:47:17 <braguzz> I have a site with t3 6.1 and an old version of bootstrap_package with bootstrap 2
08:47:29 <braguzz> with speciality extension, ecc...
08:47:54 <braguzz> now I'd like to make another T3 site
08:48:13 <braguzz> In your opinion what is the best way to do it?
08:49:25 <mrboel> @braguzz if you want to use some Bootstrap stuff you can have a look here https://github.com/bootstraptheme-for-typo3/fluidbootstraptheme
08:50:51 <braguzz> I read it but the problem is that I've just build the site with bootstrap_package so...
08:51:27 <mrboel> if you want to customize this extension you can create another provider extension to overlay the FBT or use the fbtcustomizer https://github.com/bootstraptheme-for-typo3
08:51:45 <mrboel> but you wrote you want to create another t3 page
08:52:50 <braguzz> yes but (sorry for newbye question) I dont know where 'everything start' with bootstrap_package
08:53:56 <mrboel> the exaple pack you talk about was not created by teh fedext guys
08:54:24 <braguzz> I hope that someone here could know it
08:56:41 <mrboel> i think the first question should be - do you really want to use the boostrap pack
08:57:28 <braguzz> no I dont want but I dont know how to unhook it
11:21:36 <Fizelchen> Hi there. I am building a list content element of pages and i want to access the resources section of the page loop
11:22:11 <Fizelchen> all i get in the debug output is media=1, but how do i access the fal images?
11:26:00 <mrboe> @Fizelchen have a llok at line 63 https://github.com/bootstraptheme-for-typo3/fluidbootstraptheme/blob/development/Resources/Private/Templates/Content/ImageGallery.html
11:28:10 <Fizelchen> @mrboe: does this also work with pages? or do i have to use v:page.resources.fal?
11:28:56 <adi77> Hello support, We have a t3 6.2.3 installation with development branches of flux, fluidpages and fluidcontent. If a content element is copied and inserted at some other page the translated version of it is always inserted at first position and is not reflecting the position of the element in the first language. Is there a fix for this? https://www.
11:29:22 <mrboe> but this must not be the best way
11:30:45 <mrboe> if you use that v:content.resources.fal field="settings.imgGalleryFalImageItems" as="images" you could debug "images" and have a look in there
12:08:23 <pedda> did one of you guys have had any issues with sys_file_metadata after upgrading your typo3 core to 6.2.x ?
12:08:57 <pedda> my typo3 instance keeps claiming l10n_diffsource would be missing a default value
12:47:00 <ndee> I want to link to the root page and my approach was the following: <f:link.page class="navbar-brand" pageUid="{v:page.rootline()}">Home</f:link.page>. How can I use the uid of the first element of v:page.rootline()? I would like to do it everything on one line.
14:59:14 <ad_on_is> i know, i thaught tx_news was developed by the same guys, wasn't it?
14:59:51 <ad_on_is> since i remember a video on fedext-website, where they showed flux-form features with tx_news
17:28:18 <witrin> Hey guys, I'm using `<flux:field.inline.fal name="Image" multiple="FALSE" maxItems="1" enabledControls="{info:1,new:1,dragdrop:1,sort:1,hide:1}"/>` with the latest develop from git. But when I try "Create a new relation" or "Select & upload files" I always get "Wrong configuration in table tt_content". Any idea what I'm doing wrong?
17:36:47 <xaver> witrin: take a look in bugtracker - its an issue with T3 Core
17:37:06 <xaver> FAL 2 has some issues was my last information
17:38:47 <witrin> Do you mean forge for TYPO3 CMS?
17:39:52 <witrin> When I remove the `enableControls` options it seems to work.
17:54:18 <witrin> Is there any way to remove image metadata for fields with flux:field.inline.fal?