00:16:27 <Outdoorsman> @BenjaminR My Page Configuration tab has no selectable options when using fluidbootstrap theme. What can I do to see the options again?
00:17:57 <Outdoorsman> I see things on the Page Layout, but Page Configuration is pretty much blank.
00:18:52 <Outdoorsman> I see the two Options tabs there, but nothing is showing under them.
00:19:49 <Outdoorsman> mrboe Have you experienced this or have any ideas?
00:22:24 <Outdoorsman> @danilobuerger Yes, I finally finished my PHP 5.4 upgrade. Had to do a lot of patching and upgrading of other things to get it done, but it done. Glad you caught me on that the other day.
00:25:49 <Outdoorsman> Help! I really would appreciate if anyone had ideas on this issue of the Page Configuration tab not having content. This has gone on for about a week now and I need to be able to edit simple things like how wide my sidebar column is.
00:28:58 <Denyere> hang on about 10 mins Outdoorsman
00:53:08 <Outdoorsman> I created a TS template on the root page and have included static from extension in this order. CSS Styled Content, Bootstrap Theme, Bootstrap Theme Settings. I have nothing in the setup field. Does this sound correct?
00:58:28 <Outdoorsman> Out of curiosity I just tried something. In the extension manager, I uninstalled fluidbootstraptheme and then tried to reinstall it. I got an error: Could not resolve dependency for "flux"
00:58:49 <Outdoorsman> Flux is installed and is the most recent version from dev.
01:05:32 <Denyere> that'll show you what's happening
01:05:39 <Denyere> Ext mgr settings for the flux extension
01:06:54 <Outdoorsman> I don't know why it's complaining because extension mananger says I have flux 7.1.0 installed. I have been running flux settings in dev mode since I found them. I have Debug mode = 1, Deisable Fluid caching of Flux forms = 1, Error handling = 1
01:07:39 <Denyere> So you see the green boxes explaining the flux operations etc
01:50:20 <Outdoorsman> I didn't realize there were constants for the extension. Everything is kind of bleeting edge here so I get to mind read without docs.
01:51:01 <Outdoorsman> Wow... glad that's figured out. I can now move on.
01:51:23 <Denyerec> i WOULD EXPECT IF YOU doh if you looked in the Resources\Private\Typoscript
01:51:33 <Denyerec> you'd find a couple of files that might shed some more light on what's going on, too
02:05:44 <Outdoorsman> I'm really loving this fluid/flux stuff... excited about the new direction things are going as opposed to the old-school methods.
02:06:19 <Outdoorsman> I'm done for the day. Thanks again Denerec!
09:52:37 <anhadikal> I have a problem with v:page.menu and page media. the medie field only contains integer. how to get the image ressources? I Am on Typo3 6.2 and Devel flux
10:00:20 <anhadikal> before update to 6.2 {v:resource.record.fal(record: menuitem, table: 'pages', field:'media')} worked as workaround, but since update it not working
10:29:14 <Guest|45886> hi all, anyone can tell me how to manipulate value of f:alias created variable? i set my var with <f:alias map="{curcat: 0}"> and if a condition is true, curcat should get value of its uid
10:57:05 <alissa> hi all, anyone can tell me how to manipulate value of f:alias created variable? i set my var with <f:alias map="{curcat: 0}"> and if a condition is true, curcat should get value of its uid .. can anyone help me with this?
11:03:25 <Denyerec> alissa - do you actually need to assign the uid to curcat?
11:03:33 <Denyerec> You could always just use the uid wherever you need to terst it ?
11:08:06 <BrianBendtsen> Hi - just upgraded all fluid powered extensions on a site which results in some content elements being shown twice both in fe and be. Looks like its only for elements inside a fce. Any way to fix this?
11:11:25 <pedda> what's the matter with the "Content area of parent" field in FCE's providing multiple content areas, such as accordion, row, tabs element?
11:11:55 <pedda> in my projects 90% of values in this field are invalid
11:12:40 <pedda> if i have a row fce with lets say column1, column2 and column3 the only proper label displayed is the one of column3, column2 turns into a invalid value and column1 is even missing
11:23:16 <BenjaminR> you say column1 is missing completely and column2 is missing the label - so id debug the result of your math operations and label creation
11:24:01 <pedda> the characters may indeed cause trouble as they're not escaped in any way in my fce
11:24:18 <pedda> the calculation and labeling works as expected ..
11:24:37 <pedda> at least the be preview and labeling of those columns works like a charm
11:25:18 <pedda> i will remove any "special" characters from the label to see if it works
11:26:25 <BenjaminR> you could simply place your f:for in the main section - using f:debug() for both the percent variable and what you placed in label="" - removed the grid. should give you a good overview of the result
11:27:17 <pedda> as stated before, the labeling is working perfectly..
11:28:03 <pedda> in the TCA the value of the option field is set to column<random generated id>
11:29:59 <BenjaminR> you stated before: the only proper label displayed is the one of column3, column2 turns into a invalid value and column1 is even missing
11:43:28 <pedda> i noticed it.. and i will test it in a few mins
11:43:45 <tpinne> but all the content elements which are referenced inside FCEs are displayed twice. in BE module and frontend
11:43:54 <tpinne> after database update and update skripts of the fed-extensions (which did nothing)
11:46:14 <BrianBendtsen> tpinne> I have the exact same problem :)
11:46:35 <tpinne> and you solved it just with a single click I hope :P
11:47:24 <BrianBendtsen> tpinne > Nope, have not solved it yet. The only way to "solve" it is to drag the ce outside of the fce into the fce and reload the page :/
11:48:17 <BenjaminR> BrianBendtsen tpinne - first of all please ensure you ran the updatescript from extension manager AND go to Install Tool > DB > Compare DB
12:01:32 <tpinne> Does the reference problem maybe fixed, if importing the DB from before DB update, do update scripts of extensions first and then do the DB compare?
12:08:41 <tpinne> but i think the problem was to do the DB compare first. Which made the colPos an unsigned column again. Making all values to 0. So the update script finds no rows to convert
12:09:26 <tpinne> So I will look into my backup, grab all tt_content uids with colPos -42 and set them directly to 18181 on new Db
12:09:34 <pedda> i ran into such behaviour several times
12:11:23 <tpinne> I think running the ext update scripts BEFORE the DB compare has to work, because then the update script can update the -42 rows
12:12:03 <tpinne> I think this should be documented somewhere, that this does not work if you do a DB compare before that
12:14:47 <BrianBendtsen> Maybe you could just run a sql update on all tt_content rows with tx_flux_parent > 0 ??
12:18:19 * Denyerec is updating *nothing* for the next few weeks.
12:18:28 <tpinne> Seems not enough. I just updated all rows with the uids I grabbed from my dump and worked perfectly. Though some rows do have a 0 value in tx_flux_parent
14:46:43 <alissa> i have events and categories... so i catch up all events and all categories... if the actual event is in the actual categorie, i want to change "category-counter" to '1', else it should stay '0' ... after the category is done, it should show me how many entries are inside the actual category
14:49:57 <alissa> i didnt set the vhs namespace, cause the website you have posted didnt said to do it ;) i found this website on friday too, but this didnt worked
14:50:37 <alissa> the one i posted, is nearly the whole code..
14:51:03 <Denyerec> ok if you don't have the vhs namespace I don't think yo ucan use vhs Vh's
14:53:54 <alissa> Could not analyse class:Tx_Vhs_ViewHelpers_Var_SetViewHelper maybe not loaded or no autoloader? .. i guess its an extension i have to install?
14:58:28 <Tjark> is it possible to get fal values added by ext filemetadata like creator in FE ?
14:59:15 <Tjark> i use this viewhelper {v:resource.record.fal(uid: page.uid, field: 'settings.teaserImage', table: 'pages') -> v:var.set(name: 'pageMedia')}
15:25:33 <pedda> would be a section based FCE where you can add a link item..
15:26:32 <pedda> this one is section based: https://github.com/FluidTYPO3/fluidcontent_bootstrap/blob/master/Resources/Private/Templates/Content/Row.html
15:26:44 <pedda> creates columns, yours should create links
15:26:54 <soee> Denyerec, yeah this was pretty simple
15:27:06 <pedda> same structure, different viewhelpers involved
16:30:55 <randomresult> what exactly is wrong with that one?
16:31:24 <randomresult> maybe i need a newer version of builder
16:34:59 <randomresult> to be honnest - these errors in the backend output isnt very helpful for me ...
16:35:47 <BenjaminR> the ones you stated are also not really revelant
16:36:33 <Tjark> is it possible to get fal values added by ext filemetadata like creator in FE ?
16:36:34 <Tjark> i use this viewhelper {v:resource.record.fal(uid: page.uid, field: 'settings.teaserImage', table: 'pages') -> v:var.set(name: 'pageMedia')}
16:36:39 <randomresult> so how do i find the ones relevant?
16:36:46 <BenjaminR> do you have to work on all these fces another time or are some of these finished yet and will not be touch before a stable release?
16:37:13 <BenjaminR> randomresult: relevant are PHP, fluid template markup
16:37:34 <randomresult> looks clean. and yes, i think we need to work on some
16:37:46 <randomresult> you changed the JS-Folder to Javascript?
16:48:54 <BenjaminR> btw i also think the pr is good to merge - als we are still on a dev branch so small adaptions we need to add on it later doesnt matter now
16:49:06 <floxx1> i asked before and mrboe answered already. but i would be happy about some more opinions: would yoo use ft3 in combination with workspaces?
16:49:29 <floxx1> …and, additionally, what about frontend editing?
16:49:56 <randomresult> floxx1 maybe ask @BenjaminR or danilobuerger about this one.
16:50:09 <randomresult> i think there are some problems left with workspaces
16:50:25 <randomresult> and what about frontendediting?
16:50:43 <randomresult> i think there are no problems. check the issues on github... never saw one concerning this
16:51:10 <floxx1> at least one good message today ;)
16:51:33 <randomresult> floxx1 better ask the @team
16:52:13 <floxx1> i thought, asking here is @team? :-)
16:52:24 <alexander_dick> yay - no reaction at all
16:52:43 <randomresult> no. @team means everyone with an @ infront of his name!
16:52:57 <randomresult> we others are only poor ones
16:53:28 <floxx1> randomresult: ah ok. like me, only drops in the sea….
17:30:37 <Guest|17060> I'm currently trying to set up a completely new site and have installed flux, vhs, fluidpages, fluidcontent and the bootstrap extensions from TER. When I want to create content for a page, the only section I see is the Footer Content
17:39:56 <Guest|17060> Cool, thanks! I'll check it out
17:40:48 <randomresult> Guest|17060 : you better wait 5 minutes!
17:40:57 <randomresult> i need to commit some changes .
17:41:26 <BenjaminR> and i think randomresult suggests you to use the development branch :)
17:41:44 <randomresult> well... master is not too old. but yes Dev is better
17:42:48 <Guest|17060> Well, I just need something to get me started. I just want to start developing on an extension. Later we'll roll our proper templates for the site
17:43:00 <Guest|17060> I just assumed I messed up due to the behavior I was experiencing in the BE
17:43:30 <Guest|17060> I'll probably take a look at the theme tomorrow. It's getting late ;)
17:43:41 <randomresult> will be ready in 2 minutes
18:01:57 <randomresult> you can define some things in TS . if you tell plugin.tx_fluidbootstraptheme.settings.useTypoScript = 1 these will be taken AND the options will be hidden in the backend
18:02:10 <randomresult> these are only PageSettings. or what you mean?
18:02:11 <Outdoorsman> By default it's set to 1 (checked) which I finally found out makes it so I can't see any settings on the Page Configuration tab when I edit a page from the page tree.
18:02:41 <randomresult> use it = 1 / admin defines all the stuff in TS
18:02:53 <xaver> NamelessCoder: how do you use xhprof package or pecl?
18:02:57 <randomresult> use it = 0 / everyone can change it in pagesettings
18:03:44 <Outdoorsman> When I set it to 0 then the whole design of the frontend quits working?
18:04:27 <Outdoorsman> (I"m going on memory from last night... I'm checking again)
22:49:19 <Bendtsen> I have a problem when translating fluid content element with children. The localized children does not get a tx_flux_parent value. Im using TYPO3 6.2 and fluid content 4.0