09:08:22 <batjony> when you have a custom fluid content element and edit it, there is a select box "Fluid Content type", which can be set to value "Fluid Content type", which breaks the site with message error
09:08:32 <batjony> " Template could not be loaded. I tried "/home/momchil/www/html/site/typo3conf/ext/fluidcontent/Resources/Private/Templates/Content/Default.html"
09:09:54 <batjony> I know there is no sense the client to set it like that, but is there a way to preserve it, for example to remove this option and the FE editor would be not able to break the FE ?
09:48:32 <macro11> good morning, i've problem with me fluidcontent fce's displaying them in a wizardTab. i've tried to use the new options option, but no difference: options="{group: 'Raster Elemente', icon: 'Icons/layout-50-50.png'}"
09:48:54 <macro11> typo3 6.2.6 -> all extensions to latest ter versions
09:50:00 <macro11> can anyone give me a hint where to search next?
10:17:06 <jmverges> good morning mates, I'm having a problem, I don't know if you also saw it. The first space in a grid into a grid, for example, FluidCE Three columns, has not t3-page-ce-dropzone
10:19:14 <mrboe> @jmverges it works when you drop the item on the right side
11:17:46 <NamelessCoder> erredeco you may want to upgrade flux etc.
11:54:50 <macro11> @erredeco i have the same problem, do you delete the wizardTab and icon attribute when you use the options attribute?
11:56:41 <macro11> @all can i use v:extension.path.resources in array? options="{group: 'Raster Elemente', icon: '{v:extension.path.resources(path: \"Icons/layout-50-50.png\")}"
13:53:02 <Guest|35541> is this implemented in flux Version?
14:14:05 <rosieres> Guest|35542 https://fluidtypo3.org/viewhelpers/flux/master/Field/RelationViewHelper.html -> multiple="1" -> is in Master .... dive the versions through to see where it disappears
15:36:49 <erredeco> I want to specify a different path because each domain has its own templates
15:37:59 <erredeco> btw with fluidpages 3.0.0 everything worked
15:38:07 <rosieres> afaik templateRootpath is deprecated - and for your inheritance issue why dont you wipe the ts with a pagesettings - options - clear ts
15:38:10 <erredeco> I had problem after an update to the latest TER version
15:38:48 <rosieres> then every inheritance is gone
15:39:08 <erredeco> each page have TS template with
15:39:52 <rosieres> So normally any inheritance should be avoided
15:40:39 <rosieres> if not, check TSOB if it throws any errors and look if yout contant is in tsob present
15:42:08 <rosieres> TSOB -> Web -> Template -> Rootpage (id=8 in you case) -> Submodule: Typoscript Object Browser -> SubSub Module Constants -> then traverse the tree for your things
15:43:10 <oschulz> hey volks, i made an proof of concept to render a one pager frontend. in my backend i have serveral single pages with individual page layouts ... i ended in following solution: https://gist.github.com/tv-schulz/5fbd0a1e68f77d7bd73f
15:44:36 <rosieres> In TSOB if your constant is not visible in Setup -> plugin -> tx_bhsiteconf -> there's then something wrong. But it must not be the fluitypo3 package
15:45:18 <erredeco> in TS setup the template rootpath is correct, and is set as it has been set in constants
15:46:29 <erredeco> and in Frontend I have the error:
15:46:36 <erredeco> "C:/wamp/www/congresintesi.local.it/typo3conf/ext/bhsiteconf/Resources/Private/Templates-edetail/Page/HomePageTemplate.html" is not a valid template resource URI.
15:47:07 <erredeco> which is strange because the file IS present and the path is correct
15:48:36 <rosieres> erredeco: yeah but you collide with the conventional expectation from fluid.
15:50:20 <erredeco> I don't know where the conflict arises :S
15:54:10 <rosieres> I always put my templates to Resources/Private/Templates/Page/tpl_file.html and do not run into any problems. It's a try worth to go with that naming convention
15:55:21 <NamelessCoder> sorry rosieres but fluid naming convention would call for filename TplFile.html
15:55:47 <gbod> oschulz: Without controller stuff and things - https://worksonmymachine.org/blog/onepage-design-with-fluidtypo3
15:55:54 <NamelessCoder> erredeco your problem most likely is the renamed "Templates-edetail" folder
16:03:51 <oschulz> gbod, thanks, but we need for some pages several layouts, in your example you have to make much if then else stuff to get ohter css classes and so in
16:04:48 <erredeco> "C:/wamp/www/congresintesi.local.it/typo3conf/ext/bhsiteconf/Resources/Private/TemplatesEdetail/Page/HomePageTemplate.html" is not a valid template resource URI.
16:07:06 <erredeco> it seems that the template path is set wrong in the backend
16:11:12 <erredeco> I really don't know what to think
16:19:49 <rosieres> erredeco: I'd do the naming like Private/TemplateOne/Templates/Page/DetailTemplate.html AND Private/TemplateTwo/Templates/Page/DetailTemplate.html
16:27:33 <erredeco> nope the problem is always the same
16:28:21 <erredeco> now, for reason that I don't know I can't even see nothing on the page module, even if the BE layout is set as "fluidpages" (both page and subpages)
16:31:02 <rosieres> erredeco: I'd wipe all Template folders from that extension and move them step by step in again. Always check that they are working each. Then go ahaed with the implementation of the next one. You have anywhere built a bogus. But from here itÅ› hard to determine
16:52:02 <erredeco> it seems typoscript TSOB reads the correct path, but fluidpages don't
16:52:58 <erredeco> and it always uses the path in constant.txt
16:54:05 <NamelessCoder> I repeat: if you use TS conditions in your constants or setup - are you enabling the TS conditions in the TSOB when inspecting this?
16:54:40 <NamelessCoder> otherwise you're checking the wrong resulting TS setup
16:59:43 <erredeco> I use conditions to change the baseurl on FE, but even checking it in TSOB, the path remains the one I set in TS constants
17:00:35 <erredeco> And everything worked with fluidpages 3.0
17:11:56 <erredeco> the question as far as I can see is
17:12:55 <erredeco> why TYPO3 in the TSOB takes the correct path from the constant set in the TS template; while fluidpages sees the path from constant.txt
17:16:25 <rosieres> erredeco: my only advice is to create a new provider extension with builder and recreate your scenario. Your problem has never been seen here so far.