IRC logs

20140620

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

IRC log range: 20140620*

20140620

  • 08:28:33 <TYPO3ua> Hello, all!
  • 08:29:25 <TYPO3ua> I have problem with fluidcontent_bootstrap/Resources/Private/Templates/Content/Row.html
  • 08:29:58 <TYPO3ua> look on here .. https://github.com/FluidTYPO3/fluidcontent_bootstrap/issues/108
  • 08:30:30 <TYPO3ua> Is there a solution to this problem?
  • 08:36:31 <TYPO3ua> I get error [ INVALID VALUE ('column1') ]
  • 08:38:03 <TYPO3ua> At last column, all right.
  • 08:39:54 <rosieres> What about the comment in github right before your post?
  • 08:40:49 <TYPO3ua> Problem only at first columns. At last column, all right.
  • 09:49:24 <jlumpe> morning guys
  • 09:50:22 <xaver> TYPO3ua: we don't actively develop fluidcontent_bootstrap anymore. The community started a project. Also this is not a issue of flux ad it is fixed in dev version.
  • 09:53:10 <jlumpe> xaver: ever had an issue with an extbase extension created with extension builder? to be specific: when i add one of the plugins i created to the page and then edit the plugin the "appearance" tab tells me that there is a configuration error
  • 10:00:52 <xaver> jlumpe: jlumpegist your error
  • 10:03:40 <jlumpe> xaver, it's just "Data Structure ERROR: No proper configuration!
  • 10:03:45 <jlumpe> not much to gist :/
  • 10:04:34 <xaver> validate your template - sry no time
  • 10:04:39 <xaver> https://github.com/bootstraptheme-for-typo3/fluidbootstraptheme TYPO3ua
  • 10:05:05 <jlumpe> haha kk.
  • 10:05:12 <jlumpe> it's actually not fluidtypo3 related
  • 10:46:22 <TYPO3ua> I do Not have 88 line in fluidcontent/Classes/Hooks/WizardItemsHookSubscriber.php
  • 10:47:00 <TYPO3ua> My version fluidcontent 4.0.0
  • 10:47:56 <TYPO3ua> My version fluidcontent 4.0.0 I do Not have 88 line in fluidcontent/Classes/Hooks/WizardItemsHookSubscriber.php ... https://github.com/ervaude/fluidcontent/commit/3f8ac7ed8d0a829c8db92b35ddd7d1323998b388
  • 10:55:11 <interactivevalue> hi, ich würd kurz hilfe bei der verwendung des typolink viewhelpers benötigen
  • 10:55:29 <interactivevalue> houserules ;)
  • 10:55:43 <interactivevalue> I would need help with the usage of the typolink viewhelper
  • 10:56:20 <interactivevalue> I used your master git version
  • 10:56:48 <interactivevalue> BE user saves a normal typolink field for internal or external pages
  • 10:58:07 <interactivevalue> and when calling <v:link.typolink configuration="{parameter:{field.GoToPage}}">My LinkText</v:link.typolink>
  • 10:58:13 <interactivevalue> I get the following error in the FE
  • 10:58:20 <interactivevalue> The argument "configuration" was registered with type "array", but is of type "string" in view helper "Tx_Vhs_ViewHelpers_Link_TypolinkViewHelper"
  • 11:01:40 <jlumpe> interactivevalue: can you try to ise '' to quote {field.GoToPage} ?
  • 11:01:45 <jlumpe> *use
  • 11:03:41 <interactivevalue> damn that easy
  • 11:03:48 <interactivevalue> but I have another question
  • 11:03:56 <interactivevalue> I have to add a class called "more"
  • 11:04:25 <interactivevalue> and when I write '{field.GoToPage} more' the internal links become href="link" target="more"
  • 11:05:48 <jlumpe> did you try to pass something like ATagParams: 'class="linkclass"' ?
  • 11:06:55 <jlumpe> <v:link.typolink configuration="{parameter: {field.GoToPage}, ATagParams: 'class="more"'}">My LinkText</v:link.typolink>
  • 11:07:04 <jlumpe> might contain typos
  • 11:07:26 <jlumpe> not sure if this works though, but since the configuration should equal the typolink configuration object i guess it should work
  • 11:11:43 <interactivevalue> this doesnt work
  • 11:11:44 <interactivevalue> configuration="{parameter:'{field.GoToPage}, ATagParams=class=more'}
  • 11:13:22 <jlumpe> that's not what i wrote
  • 11:14:09 <jlumpe> AtagParams does not belong to parameter
  • 11:15:26 <interactivevalue> sorry, just realized my mistake. one sec. I try again
  • 11:18:07 <interactivevalue> hmm does not work. but I just realized that I can get of the class anyway
  • 11:20:11 <jlumpe> uhm okay
  • 11:30:29 <jlumpe> cedricziel ping, around?
  • 11:39:23 <xaver> ATagParams=class=more' this can't work http://fluidtypo3.org/viewhelpers/vhs/1.9.1/Link/TypolinkViewHelper.htmlv
  • 11:41:39 <jlumpe> xaver, i know you're busy, but maybe you have a quick answer for this: got a model, with a FAL image field. I add 2 files in the backend, when I dump the field i only get a single item, instead of an array?!
  • 12:14:58 <jlumpe> ok, solved it