10:21:36 <bjo3rn> Hi Guest|87589 you can follow this guide https://worksonmymachine.org/blog/fluidtypo3-quickstart or have a look at https://github.com/bootstraptheme-for-typo3/fluidbootstraptheme
10:23:18 <featdd> mrboe: what about optional href attribut in ImageGallery's imagelinks
10:26:21 <mrboe> what du you mean? that the images could be linked instead of the lightbox?
10:27:03 <Guest|87589> Thank you bjo3rn! That extension works, now I have finally an example to study.
10:27:43 <Romm> Ok guys I got one question, I need some advices on this. I do have a BE module, which can have some configuration (coming from a/multiple TypoScript file(s)) ; to gain perfomance, I decided to parse the files, then store the final configuration in the extension configuration with : \TYPO3\CMS\Extensionmanager\Utility\ConfigurationUtility->writeConf
10:27:43 <Romm> iguration. But there's an issue in the current version of TYPO3 with the clearCache command. I hooked the command (clearCachePostProc), to reset my extension's configuration... But when I do so, I constantly get this error : "Fatal error: Interface 'Psr\Log\LoggerInterface' not found in /var/www/typo3/typo3/sysext/core/Classes/Log/Logger.php on lin
10:27:43 <Romm> e 36" ; I did some research and this is a known issue... So what should I do ? Do you think I could put my configuration in a typo3temp cache file ?
10:28:24 <Guest|87589> This should be more visible IMHO... for a newbie is very difficult to orientate... and it's frustrating to try extensions that just throws errors.
11:21:02 <mrboe> @xaver featdd wants to know if we should switch to the new namespaces and set the dependencies to 6.2 and vhs2
11:21:04 <randomresult> @bjo3rn yeah tell mrboe to wash his teath
11:21:43 <mrboe> hey randomresult, this could be interesting for u http://www.seniorenfachhandel.de/tag/bildschirmlupe/TV-Bildschirmlupe-Diagonale-63-cm.html
11:21:50 <bjo3rn> ehm, I can't see no data viewhelper, randomresult? my eyes, I know, but... wtf?
11:23:58 <xaver> i think 1.9 (maybe also 1.8) also supports namesapces, but the mapping was the other way around
11:25:05 <bjo3rn> randomresult I added a comment to your gist
11:25:44 <randomresult> i tried that ... i will ...
11:25:57 <randomresult> i place that inside the menu right?
11:26:33 <randomresult> this is what i tried before <flux:form.data field="tx_fed_page_flexform" table="pages" uid="{FooterIconsMenu.uid}" as="fluxPageData">
11:55:45 <randomresult> @bjo3rn what u think https://gist.github.com/randomresult/734abe93c7e12236790e
11:58:14 <bjo3rn> looks good. once my PR gets merged you can do {flux:form.data(field: 'tx_fed_page_flexform', table: 'pages', uid: {FooterIconsMenu.uid}) -> v:variable.set(name: 'fluxPageData')} and get rid of one line