IRC logs

20140306

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

IRC log range: 20140306*

20140306

  • 09:38:26 <dimaip> I need a piece of strategic advice. I really enjoy using fluidpages and fluidcontent, but what do I do about more general record-like content? A lot of content on my site changes with time, like announcements, blog posts, list of events etc. Before, I used to base such kind of records on EXT:news, and would either extend EXT:news with custom fields
  • 09:38:26 <dimaip> (takes long time), or stuff my data into unused EXT:news' fields (quick but ugly).
  • 09:39:26 <dimaip> No I had an idea of adding flux field to EXT:news (just like fluidpages and fluidcontent do for pages and tt_content)...
  • 09:40:23 <dimaip> Do you think it sounds as a good idea? Will I be able to use real EXT:news' fields alongside with flux's fields?
  • 09:42:25 <dimaip> Or maybe start a completely new extension, call it fluidrecord, which would have sections for teaser and full view, some simple controller & repo, etc
  • 09:43:42 <dimaip> comments, suggestions, ideas?
  • 11:02:36 <tpinne> morning everybody
  • 11:03:14 <tpinne> does anyone has an elegant solution running 6.2 without symlinks and with 32MB PHP memory_limit
  • 11:07:15 <tpinne> ok, forget the symlink part :D
  • 11:23:15 <dimaip> have you tried Claus' slimed distribution of TYPO3?
  • 11:23:47 <dimaip> https://github.com/NamelessCoder/TYPO3.CMS
  • 12:25:10 <xaver> where is the best place for a flux flield global and translateable
  • 12:25:19 <xaver> e.g. copyright
  • 12:27:08 <xaver> and how cna i translate page configuration
  • 12:27:11 <xaver> can
  • 12:42:07 <Guest|27169> is there a way to access the typo3 native (tt_content) "header" field in a fludicontent FCE?
  • 12:47:54 <Guest|27169> ah got it: {record.header}
  • 12:51:00 <dimaip> thanks for sharing
  • 13:39:05 <xaver> NamelessCoder: if i use pageconfiguration - can i translate it somehow?
  • 14:25:34 <rahulthewall> Hi, can someone tell me how to include more than one CSS using plugin.tx_vhs.settings.asset
  • 14:25:46 <rahulthewall> Here is my setup.txt
  • 14:26:02 <rahulthewall> http://pastebin.com/CHVbyFZ4
  • 14:40:20 <rahulthewall> Hi NamelessCoder, can I bother with you a quick question
  • 16:05:12 <georg_t> hi all
  • 16:09:21 <georg_t> while evaluating PhpStorm I stumbled upon an odd exception: Namespace identifier "v" is already registered.
  • 16:10:11 <georg_t> does anyone of you use PhpStorm with the latest 6.2 from git?
  • 16:11:24 <mrboe> yes
  • 16:12:15 <mrboe> i use this
  • 16:12:16 <mrboe> https://gist.github.com/misterboe/8783337
  • 16:12:36 <georg_t> do you use namespace declarations via xmlns for autocomplete
  • 16:12:58 <mrboe> one moment
  • 16:13:44 <mrboe> https://dl.dropboxusercontent.com/u/2049271/xsd-shema.zip
  • 16:15:18 <mrboe> https://gist.github.com/misterboe/9391869
  • 16:15:30 <mrboe> https://gist.github.com/misterboe/9391869
  • 16:15:36 <georg_t> sorry. i just got disconnected
  • 16:15:50 <mrboe> ok
  • 16:16:04 <mrboe> so you understand eversything
  • 16:16:54 <mrboe> edit you misc.xml in the .idea folder to that
  • 16:16:54 <mrboe> https://gist.github.com/misterboe/8783337
  • 16:17:17 <mrboe> download my xsd-shema
  • 16:17:35 <mrboe> and reopen you project
  • 16:17:44 <georg_t> thanks. I'll try. are these xsd-schemas customized?
  • 16:17:51 <mrboe> yes
  • 16:18:04 <mrboe> dont know if there are new ones
  • 16:18:22 <mrboe> but i rewrite them to the new namespaces
  • 16:18:27 <mrboe> some time ago
  • 16:19:42 <mrboe> and i know that the misc.xml contains double entries but this works fine for me
  • 16:19:44 <georg_t> thanks a lot!
  • 16:20:57 <mrboe> works?
  • 16:24:15 <georg_t> thanks for sharing! works like a charm
  • 16:25:15 <mrboe> if anybody knows a good place to share that - please do
  • 16:36:40 <NamelessCoder> mrboe turn that into a small article (markdown preferred) and I'll publish it on the site ;)
  • 16:37:02 <mrboe> ok i try my best
  • 16:37:17 <NamelessCoder> nice
  • 16:37:54 <NamelessCoder> I assume this involves some info about paths on each system... I can provide info about Mac but haven't got a clue where the files would be on linux/win
  • 16:38:13 <georg_t> did you also try to autoload the viewhelpers via xmlns (without {namespace flux=...})?
  • 16:39:17 <mrboe> no sorry
  • 16:40:00 <georg_t> I'll give it a try :)
  • 16:40:25 <georg_t> starting at http://forge.typo3.org/issues/27119