11:31:57 <Jeff_Tollwerk> Hey guys, I have a two-column element and only want to show the second column if it's filled via f:if-ViewHelper. How can I access the array for the content to check if it's empty or not?
12:36:47 <BenjaminR> that points to that you didnt add fluidcontent but rather fluidcontent_core
12:57:49 <Torstenn> Hi there, i use flux, fluidcontent, fluidpages with typo3 6.1.8 and if i copy a page with an fal image, i get an error with uid of "sys_file_reference", i checked that the uid he is trying to find is always "1" and there is no entry with uid 1 in the sys_file_reference table, any ideas what to do?
13:21:33 <danilobuerger> the "1" you are seeing and assuming its an uid, is not an uid.... its the count of the images you referenced... and when you reference only one image, the count is 1
13:24:56 <danilobuerger> Torstenn see https://github.com/FluidTYPO3/flux/blob/development/Classes/ViewHelpers/Field/Inline/FalViewHelper.php for an example on how to use
13:25:33 <danilobuerger> also BenjaminR has a fully working example somewhere
13:26:02 <BenjaminR> lots of : ) but the docs should show everything one needs
13:50:45 <randomresult> ah because page.uid is NULL
13:52:15 <Torstenn> ok i produced i minimum example with only a fal inline tag in the template, and the copy of sys_file_reference entry works but the uid_foreign is not updated to the new tt_content element what is generated at page copy
13:52:23 <Torstenn> if you have some ideas, let me know
15:12:06 <Defos> I used fluidtypo3org-master as my extension reference. Bad idea. (it also crippled my Typo3 installation writing 150mb of error log with a single call)
15:14:08 <Defos> btw, can I align Fluidcontent elements horizontally in the backend? And not just one after the other vertically?
15:28:05 <Denyerek> I'm using the menu viewhelper, and it's being using with a folder full of shortcuts.
15:28:18 <Torstennn> Hi there, i debuged my problem a bit, and if i use an fluidcontent CE mit inline.fal and copy it, it works fine, but if there is a translation of this CE, than the error "No fileusage (sys_file_reference) found for given UID." is raised.
15:28:18 <Denyerek> My issue is current / active not being applied
15:28:38 <Denyerek> I appreciate the active/current page isn't really the shortcut anymore as it's been redirect, but is there any way to fake that / make it behave ?
17:01:32 <Harpagophyt> should i use fluidcontent_bootstrap or an other package to get useable bootstrap elements?
17:03:00 <BenjaminR> you should use the one i referenced yesterday
17:03:47 <BenjaminR> more up to date https://github.com/bootstraptheme-for-typo3/fluidbootstraptheme
17:04:36 <Torsten> Hey, I've a question concerning the allowedContentTypes feature: Is it possible to allow only a special fluid_content element? They have all the same CType "fluidcontent_content"
17:06:44 <Denyerec> BenjaminR you ever used sourceCollection for srcset image rendering ?
17:07:06 <Harpagophyt> is it ok for productionuse?
17:07:46 <BenjaminR> Harpagophyt: i suggest to copy the ones you need to your own provider extension and then i assume you test them before putting them in production
17:53:52 <Denyerec> If I have a "relation" in the resources part of a page, how do I get that out in my template?
17:54:03 <Denyerec> (i need the first image resource on the page)
18:38:51 <Defos> is there a way to insert a fluid content element into a fluid page template statically? so it is always loaded, and optimally never deleted?
19:34:59 <Denyerec> {settings.address3Uid} is stored in typoscript, and is the UID of the content element you need to render.
20:12:51 <Outdoorsman> I have a TYPO3 CMS 6.2 website that won't let me log into the backend in Production mode, but when I switch it to Development mode, no problem. Strange. Any ideas?
20:13:28 <Denyerec> Caches, cookies and sessions ?
20:13:44 <Denyerec> did you configure any IP / Masks in the install tool ?
20:29:51 <Outdoorsman> Thanks Denyerec. You sparked an idea... I did a diff of my LocalConfiguration.php file with a working version of 6.2 I have. Turns out that BE Compression was enabled and apparently the issue.
20:30:35 <Outdoorsman> I have the .htaccess file in the right spot and also had uncommented the appropriate section there but it's apparently causing some issue for some reason.
20:34:30 <Denyerec> Must have been compressing and caching output
20:44:26 <Outdoorsman> But I want to be using BE/FE compression because I have plenty of horsepower on my server and it also saves bandwidth.
20:45:04 <Outdoorsman> Compression is working on all other sub 6.2 sites.
20:58:22 <Outdoorsman> I just used http://www.whatsmyip.org/http-compression-test/ for my domain. It says that compression is working on the site. However, I can't log in.
21:22:11 <Outdoorsman> So apparently TYPO3 CMS 6.2.1 has documented issues with breaking login when BE compression is enabled.