Account created on 17 June 2011, about 13 years ago
#

Recent comments

πŸ‡¬πŸ‡·Greece fotisp

patch #56 works fine with ckeditor5 (D10.2.6)

πŸ‡¬πŸ‡·Greece fotisp

Hello, patch #10 seams to work great.
Did not had the chance to check each option (ad_storage, analytics_storage) but
the "Enable Google Consent mode" works fine with a GTM container with GA4 tracking.
Thanks

πŸ‡¬πŸ‡·Greece fotisp

Thank you for the message.
Can you give me more information about what problems it is causing?
On 2 sites where I run the module with the patch,
I see the Google Analytics counting correctly if the user clicks 'allow statistics cookies' in Cookiebot.
Ξ™f they don't give consent for statistics, the GA cookies are not set, and Google Analytics doesn't function.
Isn't this what we want?
Am I missing something else?
Thanks

πŸ‡¬πŸ‡·Greece fotisp

Patch #12 works nice for me.
D10 / entity_reference_facet_link 2.0.1

πŸ‡¬πŸ‡·Greece fotisp

Path #103 disables summary errors on all forms.

+      // Do not show links to elements when the errors summary is disabled.
+      elseif ($is_visible_element && $has_id && $form['#inline_form_errors_summary']) {
+        unset($errors[$name]);
+      }

&& $form['#inline_form_errors_summary']
should be
&& !$form['#inline_form_errors_summary']

Production build 0.69.0 2024