IRC logs

20150917

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

IRC log range: 20150917*

20150917

  • 09:24:34 <jtml> hi.... i noticed that in the vhs viewhelper v:page.menu the attribute "hasSubpages" only takes the value from the original language
  • 09:25:07 <jtml> $page['hasSubPages'] = (0 < count($this->getSubmenu($page['originalPageUid'])));
  • 09:26:36 <jtml> is this really like it should be? because in my case the menu item of a localized page still gets the class "sub" even when it has no localized subpages
  • 10:34:32 <drlimbo> good afternoon
  • 10:35:36 <drlimbo> is there a way to loop trough FAL Folders within an FCE?
  • 10:36:22 <jtml> mhmm ... in the template you mean ?
  • 10:37:46 <drlimbo> id like to choose a folder in my flux-form (FCE) and loop trough all subfolders in frontend
  • 10:37:59 <drlimbo> with this way, i'd like to display a file-based gallery
  • 10:39:24 <jtml> oh sorry... i misunderstood you ... i thought you were asking for the normal loop through the fal items in the record
  • 10:43:36 <Guest|17479> I tried to make the inputs from the flux based page configuration of my page templates editable in different languages, but I had no success.
  • 10:43:44 <Guest|17479> - added all six columns to table pages_language_overlay
  • 10:43:53 <Guest|17479> - copied the "addTCAcolumns" and "addToAllTCAtypes" code parts from ext_tables using pages_language_overlay instead pages
  • 10:44:00 <Guest|17479> - added colum names to [FE][pageOverlayFields] in LocalConfiguration
  • 10:44:11 <Guest|17479> Now the page configuration tab is shown in page properties of the translated page and also the original data from default language is listed in the typo3-TCEforms-originalLanguageValue box. But instead of the fields defined by flux i got a message "Data Structure ERROR: No proper configuration!". This error is not shown in default language page pro
  • 10:44:11 <Guest|17479> perties.
  • 10:44:17 <Guest|17479> Can anyone help me implementing this feature?
  • 10:55:15 <drlimbo> jtml:no problem =)
  • 11:08:36 <drlimbo> if i choose a Folder in my FCE like 'file:1:/user_upload/Bilder/' - how i can loop trough all files in this folder with a viewhelper?