IRC logs

20141201

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

IRC log range: 20141201*

20141201

  • 09:47:27 <jmverges> good morning mates
  • 10:01:25 <drlimbo> good morning
  • 10:01:31 <drlimbo> is there a way to "split" an array?
  • 10:01:52 <drlimbo> loop trough 1to8 - show something - loop trough 9to12
  • 10:13:51 <Akii> SliceViewHelper
  • 10:16:45 <drlimbo> oh thanks Akii - i'll have a look
  • 10:17:24 <drlimbo> if i show a timestamp with f:format.date the time it returns is one hour too much - is this a local-setting or something?
  • 10:17:47 <Akii> timezone
  • 11:49:40 <drlimbo> good morning
  • 11:52:05 <jmverges> help: http://pastebin.com/fdJy8VQ3
  • 11:53:14 <drlimbo> is there a way to include the news plugin (tx_news - latest) in my fluid template?
  • 11:54:39 <soee> drlimbo: there are several ways to do it i think
  • 11:55:29 <drlimbo> allright soee, where do i find something about?
  • 11:57:09 <soee> drlimbo: you can simply enter this plugin on your website in teh column where you want to render it, you can create plugin instance in some sysfolder or some page and get it with TS using CONTENT object than pass variable to template, you can use VHS to vetch such content directly in template
  • 11:57:25 <soee> *fetch
  • 11:58:03 <drlimbo> ah, the VHS-way sounds good =)
  • 12:40:56 <drlimbo> is there a format viewhelper to remove all html tags and just show plaintext?
  • 12:41:57 <drlimbo> oh stripTags, im sorry
  • 13:58:04 <drlimbo> aloha again
  • 13:58:20 <drlimbo> is there a way to get the information on what Level a Page is (with v:page.info)?