Search found 3475 matches

by velden
Sat Dec 16, 2023 12:38 am
Forum: Dutch - Nederlands
Topic: nieuwe install in het nerderlands geeft een fout
Replies: 2
Views: 1284

Re: nieuwe install in het nerderlands geeft een fout

Workaround is natuurlijk om tijdens de installatie niet de Nederlandse taal te kiezen.
Probleem is bekend en zal in de volgende versie zijn verholpen.
by velden
Sat Dec 09, 2023 2:24 pm
Forum: Modules/Add-Ons
Topic: Store and retrieve data formbuilder
Replies: 2
Views: 9667

Re: Store and retrieve data formbuilder

Did you add a Store Results... field to your form(s)?

If you don't see those fields in the dropdown switch to Advanced Mode (link next to the dropdown).
formbrowser.png
by velden
Thu Nov 30, 2023 3:18 pm
Forum: Modules/Add-Ons
Topic: webp_image plugin help
Replies: 5
Views: 2421

Re: webp_image plugin help

The plugin code contains several checks for

Code: Select all

strpos($_SERVER['HTTP_ACCEPT'], 'image/webp') !== false
Fetch requests don't have that value in the accept header.

The plugin then returns the url to the original image.
by velden
Thu Nov 30, 2023 1:27 pm
Forum: Modules/Add-Ons
Topic: webp_image plugin help
Replies: 5
Views: 2421

Re: webp_image plugin help

And what is the output you get from while fetching the url w.r.t. the plugin?
I mean what's outputted in the place where {webp_image ...} is used in the template?
by velden
Thu Nov 30, 2023 11:51 am
Forum: Modules/Add-Ons
Topic: webp_image plugin help
Replies: 5
Views: 2421

Re: webp_image plugin help

What is the output of {cms_selflink page="$page_alias" urlonly="true"}?mact=LISEResources,cntnt01,default,0&showtemplate=false ? When you visit that exact url, does the plugin work for you? BTW, I would expect that {cms_selflink page="$page_alias" urlonly="true...
by velden
Tue Nov 07, 2023 11:03 am
Forum: Modules/Add-Ons
Topic: Khronos Date/Time show up in us-format - how to change that
Replies: 12
Views: 4483

Re: Khronos Date/Time show up in us-format - how to change that

BTW: did you check the XHR responses which are returned by the module?
There you can see what format the module itself returns.
ss_khronos_01.png
by velden
Tue Nov 07, 2023 9:22 am
Forum: Modules/Add-Ons
Topic: Khronos Date/Time show up in us-format - how to change that
Replies: 12
Views: 4483

Re: Khronos Date/Time show up in us-format - how to change that

Sorry, I'm out of ideas.

You can use the information I posted before. Fullcalendar.io is very flexible but some js skills are needed.
I think it's not the responsibility of the module (Khronos) to take care of display formats.

That said, I don't use the module(s) myself.
by velden
Thu Nov 02, 2023 11:59 am
Forum: Dutch - Nederlands
Topic: LISE: hoe alias van {$fielddef.value} gebruiken
Replies: 4
Views: 2751

Re: LISE: hoe alias van {$fielddef.value} gebruiken

Neem afscheid van deze foreach loop: {foreach from=$item->fielddefs item=fielddef} ... {/foreach} En maak je eigen template met op de juiste plaatsen de eerder genoemde code {$item->fielddefs['FIELDDEF-ALIAS']->value} FIELDEF-ALIAS moet je natuurlijk vervangen door de alias van het betreffende veld.
by velden
Wed Nov 01, 2023 4:30 pm
Forum: Dutch - Nederlands
Topic: LISE: hoe alias van {$fielddef.value} gebruiken
Replies: 4
Views: 2751

Re: LISE: hoe alias van {$fielddef.value} gebruiken

Uiteraard is dat mogelijk. De foreach loop door velddefinities is eigenlijk alleen maar nuttig/bedoeld voor situaties waarbij je niet weet welke definities er zullen worden aangemaakt. In de praktijk is dat dus vooral bij voorbeeld-templates.

Code: Select all

$item->fielddefs['FIELDDEF-ALIAS']->value
by velden
Wed Nov 01, 2023 8:22 am
Forum: Modules/Add-Ons
Topic: Khronos Date/Time show up in us-format - how to change that
Replies: 12
Views: 4483

Re: Khronos Date/Time show up in us-format - how to change that

I can't confirm the time format you see (in my case it's HH:mm) That's also the format server by Khronos in the XHR request (checked using the browser's Dev Tools). It's possible you're server is configured differently or your CMSMS global settings are different. I don't agree with the 'more interna...
by velden
Tue Oct 31, 2023 3:59 pm
Forum: Modules/Add-Ons
Topic: Khronos Date/Time show up in us-format - how to change that
Replies: 12
Views: 4483

Re: Khronos Date/Time show up in us-format - how to change that

Yeah I see it's a little messy. de.js doesn't seem compatible with the version of fullcalendar.io used. You can fix this by replacing to functions in this file: a.fullCalendar.datepickerLang --> a.fullCalendar.datepickerLocale a.fullCalendar.lang --> a.fullCalendar.locale Then in your Khronos templa...
by velden
Tue Oct 31, 2023 12:09 pm
Forum: Modules/Add-Ons
Topic: Khronos Date/Time show up in us-format - how to change that
Replies: 12
Views: 4483

Re: Khronos Date/Time show up in us-format - how to change that

I'd expect this to be formatted in the templates.
by velden
Thu Oct 26, 2023 8:21 am
Forum: Modules/Add-Ons
Topic: LISE Images not showing
Replies: 5
Views: 2753

Re: LISE Images not showing

Check the {metadata} tag's help (showbase parameter)
Or add the base meta tag yourself.

https://www.w3schools.com/tags/tag_base.asp

From my (outdated) experience it may influence anchor links (#whatever). So check afterwards if you're using those.
by velden
Wed Oct 25, 2023 4:19 pm
Forum: Modules/Add-Ons
Topic: LISE Images not showing
Replies: 5
Views: 2753

Re: LISE Images not showing

I guess the urls are relative. So consider adding {root_url}/ to the image url in the template

Go to advanced search