IRC logs

20141008

Logs from channel #fedext on freenode - our official support channel.

IRC log range: 20141008*

20141008

  • 00:06:30 <Outdoorsman> Hello everyone. How can I have my provider extension have its own automatic backend layout without having to add a Backend Layout record? Can't I just use Flux?
  • 00:07:18 <NamelessCoder> hi Charles
  • 00:07:57 <NamelessCoder> the answer is: select fluidpages as backend layout on your topmost page, then make sure your page template contains a flux:grid or alternatively one flux:form.content
  • 00:08:18 <NamelessCoder> no need to add the record but you do need to select the "Fluidpages" pseudo-record
  • 00:35:31 <Outdoorsman> NamelessCoder, thank you... again! That is soooo cool. The flexibility of creating your own layout is awesome, I have it just how I want now but didn't see the documentation on how to activate it by setting fluidpages for the layout.
  • 08:32:45 <mrboe> good moring
  • 08:33:34 <mrboe> is there a way to create a date picker field like "publish date"
  • 11:52:59 <drlimbo> morning
  • 11:53:39 <drlimbo> is there a way to show the content of the parent page if no element is set in flux:grid.column
  • 11:54:06 <drlimbo> something like inherit column 1 if not set?
  • 11:55:45 <drlimbo> ah, slide="-1"
  • 11:55:48 <mrboe> yes
  • 11:55:53 <drlimbo> doesnt thought its that easy =P
  • 11:55:53 <mrboe> one mom
  • 11:56:03 <mrboe> i can give you an example
  • 11:56:37 <drlimbo> i think i found the solution -> <v:content.render column="1" slide="-1" />
  • 11:56:39 <mrboe> <v:content.render column="1" slide="-1" order="sorting" limit="1" sortDirection="DESC"/>
  • 11:57:18 <mrboe> if you dont set it like this it collects all items of all parents
  • 11:59:20 <Cash2m> Hi. Can I use composer dependencies in my T3 extension? Does the default extensionmanager handle them?
  • 11:59:56 <drlimbo> thanks mrboe
  • 12:00:50 <mrboe> welcome
  • 12:07:05 <cedricziel> nope, Cash2m. not yet
  • 12:07:36 <mrboe> @cedricziel is there a date picker field?
  • 12:07:43 <mrboe> like "publish date"
  • 12:09:32 <randomresult> hi there
  • 12:09:58 <mrboe> hi randomresult
  • 12:11:25 <randomresult> @cedricziel u there ?
  • 12:11:40 <randomresult> and what about bjo3rn ? out there?
  • 12:11:48 <cedricziel> you can always look up what kind of field and wizard is used if you take a look at the configuration module in the backend
  • 12:11:53 <cedricziel> hoi
  • 12:12:57 <randomresult> can u answer me something about composer?
  • 12:13:01 <randomresult> a simple question
  • 12:15:53 <randomresult> when looking at the composer file of for example flux. why is typo3-cms not a depenency?
  • 12:16:33 <randomresult> i mean, typo3 is an dependency for flux or not?
  • 12:17:18 <cedricziel> it is
  • 12:18:08 <cedricziel> the simple answer is (like with all composer related questions you guys asked in the last 6 months): the cms wouldnt be able to handle this due to the lack of implementation
  • 12:30:44 <randomresult> it was my first composer question! stupid maybe, but my first
  • 12:31:10 <randomresult> thx for the answer.
  • 13:02:16 <drlimbo> my RTE saves bold Text as <span style="font-weight: bold;"> but i have "exitHTMLparser_db.tags.b.remap = strong" in my RTE-Config
  • 13:02:20 <drlimbo> someone got an idea?
  • 13:02:34 <drlimbo> i prefer the <strong> tag
  • 13:04:18 <drlimbo> also RTE.default.useCSS = 1
  • 13:05:37 <drlimbo> ah, idiot.. useCSS should be 0
  • 13:36:44 <cedricziel> no problem randomresult. no offense.
  • 13:41:03 <randomresult> cedricziel sure not. after nearly 1.5 years in here, i know you
  • 13:41:08 <randomresult> at least a bit
  • 13:41:26 <cedricziel> good
  • 13:41:31 <randomresult> ;)
  • 13:50:58 <mrboe> http://img3.wikia.nocookie.net/__cb20090520002416/muppet/images/f/f1/StatlerWaldorf.JPG
  • 13:53:03 <mrboe> oh sorry i thought you wrote with bjo3rn - randomresult
  • 14:09:24 <Akii> maybe someone in here can help me with this.. on cached pages my extbase table mapping TS settings are not loaded
  • 17:04:23 <drlimbo> hi there again
  • 17:05:03 <drlimbo> is there a way to DON'T give a Shortcut the class "current" with <v:page.menu useShortcutData="0"
  • 17:36:28 <drlimbo> hello
  • 18:26:42 <ndee> did anyone experience a problem with the newest fluidtypo3 extensions on a 6.2 install? e.g.: assets get loaded twice, etc.?
  • 23:57:16 <danilobuerger> good evening