Jump to content

DV-JF

Members
  • Posts

    288
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by DV-JF

  1. Hey @update AG Markus, thank you for this module. It fits my needs perfectly. Unfortunately, I have a problem with the assignment of permissions in the backend: The page isn't shown up when viewing as an "editor", see screenshots: I'm not able to view this page (/cms/setup/most-viewed/) with editor role: Any ideas? Greets Jens alias DV-JF
  2. DV-JF

    SeoMaestro

    @Wanze Any news on this... https://github.com/wanze/SeoMaestro/issues/40 - Had a website which runs out of disk space because of this error ?
  3. Hey @kixe I'm using Version 1.2.0 on PW 3.0.229 with PHP 8.1.19 and getting the following error: Deprecated: hexdec(): Passing null to parameter #1 ($hex_string) of type string is deprecated in .../site/modules/FieldtypeColor/FieldtypeColor.module:85 The null coalescing operator is working for me in line 85: public function sleepValue(Page $page, Field $field, $value) { return hexdec($value ?? ''); } Can you fix this? Many greets!
  4. Hey, I'm asking myself, what's the best way to filter a SelectableOptionArray for multiple Values. Is there a better way than doing it like this: if( $page->optionField->hasValue('foo') || $page->optionField->hasValue('bar') || $page->optionField->hasValue('buzz')) { echo $something }; Any ideas welcome! Greets!
  5. @Robin S, you're fantastic! GD libary is working fine for me! Thanks a million for the quick update!
  6. Hey @Robin S when trying to use your module I'm getting following error: unable to open file `/tmp/magick-3212377FV32zRu53SoM': Datei oder Verzeichnis nicht gefunden @ error/constitute.c/ReadImage/604 Edit: PHP 8.2.6 - ProcessWire 3.0.229 © 2024 Any ideas? Many greets!
  7. @joshua Did you recognize my question: Is it possible to define multiple data-categories at the same time – e.g.:
  8. Same question here ? As far as I understand the docs https://developers.google.com/tag-platform/security/guides/consent?hl=de&consentmode=advanced it's necessary to set & update the "consent status" Here's a snippet as google recommends on its website. <script> // Define dataLayer and the gtag function. window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} // Set default consent to 'denied' as a placeholder // Determine actual values based on your own requirements gtag('consent', 'default', { 'ad_storage': 'denied', 'ad_user_data': 'denied', 'ad_personalization': 'denied', 'analytics_storage': 'denied' }); </script> <!-- Google tag (gtag.js) --> <script async src="https://www.googletagmanager.com/gtag/js?id=TAG_ID "> </script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'TAG_ID'); </script> <!-- Create one update function for each consent parameter --> <script> function consentGrantedAdStorage() { gtag('consent', 'update', { 'ad_storage': 'granted' }); } </script> <!-- Invoke your consent functions when a user interacts with your banner --> <body> ... <button onclick="consentGrantedAdStorage">Yes</button> ... </body> I'm thinking about using PrivacyWire for triggering a custom js function: Passing the necessary gtag parameters to google after the user had interacted with the Consent Banner. @joshua Is it possible to define multiple data-categories at the same time – e.g.: <script type="text/plain" data-type="text/javascript" data-category="statistics|marketing|external_media"> // Load GTM </script>
  9. Just a quick feedback: This section doesn't work on ? for me
  10. @Gideon So Sorry I posted the wrong link, meant this one: https://github.com/Toutouwai/CustomInputfieldDependencies @Tyssen You should be able to do something like this:
  11. You could try https://processwire.com/docs/fields/dependencies/
  12. I'd theese kind of problems with XAMPP, too. I've switched to WAMP Server - since then nearly everything went smoothly ? Perhaps you give it a try.
  13. Nice website... I like the look. There seems to some glitches on mobile - see screenshot:
  14. Hi @kongondo any news on this one: I'de run in this error again. Do you have any plans to fix this issue? Greets!
  15. There are listed only 2 models on my favorite comparison website: LG UltraFine 4K 24MD4KL-B, 23.7" - 3840x2160, 16:9, 186ppi - https://www.rtings.com/monitor/reviews/lg/ultrafine-4k NEC MultiSync EA244UHD-BK schwarz, 23.8" - 3840x2160, 16:9, 185ppi - https://www.tomshardware.com/reviews/nec-ea244uhd-4k-uhd-24-inch,3975.html If you could go with 2560x1440, 16:9, 123ppi there are a lot more and much cheaper options: https://geizhals.de/?cat=monlcd19wide&v=e&hloc=at&hloc=de&sort=t&bl1_id=30&xf=11939_20~11940_24~12018_110
  16. PHP 8.2 Deprecated Warnings Hey when using with PHP 8.2.6 I get some warnings: 25× PHP Deprecated: htmlentities(): Passing null to parameter #1 ($string) of type string is deprecated in .../modules/ProcessJumplinks/ProcessJumplinks.module.php:1131 13× PHP Deprecated: htmlentities(): Passing null to parameter #1 ($string) of type string is deprecated in .../modules/ProcessJumplinks/ProcessJumplinks.module.php:1130 1× PHP Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in .../modules/ProcessJumplinks/Classes/ParseUserAgent.php:169 Any chance that you could @Mike Rockett update the module? Cheers Jens alias DV-JF
  17. See last screenshot in Ryan's post, bottom left ? From what I see, this would be possible.
  18. When I sort an existing menu and try to save it I get an error on PHP 8.1.x PW latest stable version: method_exists(): Argument #1 ($object_or_class) must be of type object|string, null given search @kongondo It would be nice if you could fix this based on this issue: https://github.com/kongondo/MenuBuilder/issues/48
  19. Yes this would be an option, thanks for the hint @Zeka. I think this should be a feature that Processwire provides natively, therefore I've created a feature request here: https://github.com/processwire/processwire-requests/issues/486
  20. Would like to spend you a ? / ? or - Is there a way to support you and your module development. Cheers!

    1. flydev

      flydev

      Thank you for thinking about it !  you can do that from github sponsors ?

  21. Hey @flydev thank you for providing this module, it's really helpful to me an safes a ton of time! Just want to mention that there seems to be something wrong with the version number on PW: Also when trying to update the module (obviously) Cheers !
  22. As far as I understand the code it should be $pages->find("parent=/unterkuenfte/, region=$vorschlag->tour_start");
  23. Hey, following problem: I'm trying to redirect all guest users which have no access to a specific page where they can login. My template access settings: This works fine until I switch the language. All users are redirected to the login-page but in default language. Is this supposed to be that way, how can I fix this so that the user will be redirected to the corresponding login-page in correct language e.g. example.com/fr/login/?id=1030 example.com/en/login/?id=1030 example.com/es/login/?id=1030 Any hints or ideas?
  24. @Orkun Have a look at this module https://processwire.com/modules/process-admin-actions/ You'll have the option to enable or disable single languages for all pages.
×
×
  • Create New...