IRC logs

20140811

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

IRC log range: 20140811*

20140811

  • 09:36:42 <featdd> morning
  • 13:20:45 <momchil> yo guys
  • 14:22:15 <randomresult> hi there
  • 14:38:24 <Guest|29820> Hi
  • 14:49:14 <xaver> http://thecodinglove.com/post/94419673037/when-i-see-the-drupal-core-for-the-first-time
  • 14:52:32 <Guest|29820> Can anyone explain me how to use the Modulo VHS viewhelßer?
  • 14:52:38 <Guest|29820> i Always get back zero <_<
  • 14:53:34 <Guest|29820> <v:math.modulo a="14" fail="1" b="3"></v:math.modulo> : returns 0 ..
  • 14:55:55 <xaver> remove fail
  • 14:56:22 <xaver> e.g. {v:math.modulo(a: subIteration.index, b: perCol) -> v:math.sum(b: 1) -> v:variable.set(name: 'overflow')}
  • 14:57:23 <xaver> Guest|29820:
  • 14:57:45 <Guest|29820> <f:if condition="{v:math.modulo(a: {i.cycle}, b: 3)} == 2"> this is my actuall condition thats not working :(
  • 14:57:46 <FT3BOT> ¯\_(ツ)_/¯
  • 15:01:26 <xaver> and debug? {v:math.modulo(a: i.cycle, b: 3) -> f:debug()}
  • 15:01:26 <FT3BOT> ¯\_(ツ)_/¯
  • 15:03:06 <xaver> maybe 3 in quotes '3' i forget it always
  • 15:08:44 <Guest|29820> <v:math.modulo a="14" b="3"> </v:math.modulo> even that just return 0 xD
  • 15:16:35 <momchil> guys when I create a custom content element for example with 10 fields (with fluidcontent/flux), where these 10 field values are saved ?
  • 15:17:23 <momchil> are they serialized and saved in one field for example in tt_content
  • 15:17:29 <momchil> just wondering
  • 15:20:24 <momchil> i see, everything is stored in one field in pi_flexform in table tt_content
  • 15:44:34 <momchil> guys if we have a custom element - product (name, title, image, description), is it possible easily to implement for examples - pagination for product content elements, some sorters and/or some filters ?
  • 15:45:11 <momchil> or I should proceed with a separate CRUD backend module for products - and to forget about custom content elements
  • 15:49:36 <soee_> i would do dedicated module
  • 15:53:48 <momchil> soee_: so a backend CRUD module ?
  • 16:04:24 <xaver> momchil: a FCE is not for shops, create a extension
  • 16:05:25 <xaver> flexform because its only way in T3 right now.if we would add columns is a lot of dynamic overhead
  • 16:12:52 <momchil> xaver: so for any data items, which should have some pagination/sorters/filters you recommend a custom backend extension CRUD ?
  • 16:14:23 <xaver> FCEs for designing a webpage create a custom element and not manage products
  • 16:14:56 <xaver> what is CRUD?
  • 16:16:42 <momchil> CRUD - Create Read Update Delete - so extension which works with separate database table for example table product.sql - id, product_name, product_description, product_imate; and a backend TYPO3 module which proceeds with - data creation, update, list, delete
  • 16:17:16 <xaver> https://forge.typo3.org/projects/extension-crud/repository svn initial commit 2009/2010?
  • 16:17:59 <momchil> i mean - doing CRUD by yourself, not using external extension like the link you pasted
  • 16:18:44 <xaver> extension_builder yes. Much easier to manage everything
  • 16:21:25 <momchil> ya, the extension_builder actually creates CRUD modules
  • 16:23:18 <xaver> Why crud - crud is for SQL and has no code Oo
  • 16:24:21 <momchil> CRUD is not used just for SQL, also to the script code related with the SQL dealing - etc PHP, TYPO3...
  • 16:24:58 <xaver> a extension does more that "crud" it has different views and stuff
  • 19:42:23 <Denyerec> Are there any good, "best practice" localisation examples with FT3 templating ?
  • 19:50:30 <xaver> Denyerec: ?
  • 19:50:34 <xaver> xlf?
  • 19:50:49 <Denyerec> I mean, I've got to do a multilang site
  • 19:50:53 <Denyerec> and I don't want to "build it wrong"
  • 19:50:58 <Denyerec> So was looking for examples
  • 23:03:18 <benjamin_654> Hi NamelessCoder, i still thing there is a error ( @ https://github.com/FluidTYPO3/vhs/issues/653 ) - I fixed it now for me with: https://github.com/BenjaminBeck/vhs/commit/1b07 should i make a pull request?
  • 23:52:19 <xaver> benjamin_654: you can crate a PR but your Link is agianst the CGL