11:36:11 <jbjoule> I downloaded the beginners package from this page https://fedext.net/overview/beginners-guide.html I installed it, backend works, pages work, the links are realUrl links but trigger an error. I am not familiar with configuring realURL should I put something in .htaccess ? My site is in /var/www/bootstrappackage
12:11:28 <braguzz> I've upgrade vhs ext to 1.8.3 but I got errors
12:11:50 <braguzz> Oops, an error occurred! Asset "" does not exist.
12:12:33 <bjo3rn> braguzz can you gist/pastebin your asset implementation?
12:52:17 <danilobuerger> randomresult sure do a PR!
12:53:08 <randomresult> ok. i will now try. i forked the git, i will setup a new branch - i will commit my changes and i will push it to my git, i will send a pullrequest
12:58:39 <bjo3rn> in the current master of vhs there's a new option that allows to simply include assets without downloading or copying them to typo3temp.
12:59:03 <bjo3rn> which is the standard behavior currently.
13:00:23 <bjo3rn> so your problem is solved? feel free to ask in case there's more.
13:00:32 <randomresult> could danilobuerger or bjo3rn have a look at this pls.: https://github.com/FluidTYPO3/fluidcontent_bootstrap/blob/master/Resources/Private/Templates/Content/Accordion.html
13:00:46 <randomresult> there is a field class which is in my opionion not used.
13:01:03 <randomresult> just to do the right thing when creating a PR
13:11:55 <randomresult> jupp the lables... could be both
13:12:09 <bjo3rn> then there is a typo. has to be label instead of lable
13:12:59 <bjo3rn> and to make it perfect you you could make two commits out of it: one to remove the obsolete class (TASK) and one for the labels (BUGFIX)
13:13:44 <randomresult> so you delete the PR, i delete my branch
13:13:51 <bjo3rn> but: the labels must not be hardcoded in the template.
13:14:10 <bjo3rn> take a look at Resources/Private/Langauge/locallang.xml
13:55:53 <randomresult> should be something like {f:translate(key:'LLL:EXT:fluidcontent_bootstrap/Resources/Private/Language/locallang.xml:flux.accordion.objects.panel.title')}
14:02:54 <randomresult> bjo3rn have u worked with a locallang.xml in fedext?
14:10:12 <bjo3rn> randomresult the labels will be inserted automatically. simply add one under the key flux.accordion.objects.panel.active and remove the label arguments from the fields
16:29:20 <mrboe> hi guys, i want to render a preview image in the BE : <f:image src="{sliderprev.singleslide.bild}" alt="img"/> but i have a problem with the URL of the image
16:30:23 <mrboe> the path created like that in the BE ../fileadmin/Content/slider/vein-illustration-big.jpg
16:32:04 <mrboe> i use the latest git versions from monday
18:15:39 <bjo3rn> cedricziel iirc f:image is not working in the backend because it outputs a relative path like '../' and that's why v:image has been made in the first place ;)
19:02:58 <mrboe> thanks for the help @cedricziel, @bjo3rn is right - it's working now with the v:image