Jump to content

DV-JF

Members
  • Posts

    280
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by DV-JF

  1. Just a quick feedback: This section doesn't work on πŸ“± for me
  2. @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:
  3. You could try https://processwire.com/docs/fields/dependencies/
  4. 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.
  5. Nice website... I like the look. There seems to some glitches on mobile - see screenshot:
  6. Hi @kongondo any news on this one: I'de run in this error again. Do you have any plans to fix this issue? Greets!
  7. 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
  8. 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
  9. See last screenshot in Ryan's post, bottom left πŸ˜‰ From what I see, this would be possible.
  10. 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
  11. 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
  12. 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Β πŸ’™

  13. 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 !
  14. As far as I understand the code it should be $pages->find("parent=/unterkuenfte/, region=$vorschlag->tour_start");
  15. 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?
  16. @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.
  17. @joshua Wow, you're faster than light πŸ”¦ Thank you πŸ™‚ https://github.com/webworkerJoshua/privacywire/releases/tag/1.1.2 Tested this on one of my sites and it works like a charm.
  18. Just thinking loud: Maybe it's enough to have some links to the related blog post in the docs. Sometimes I'm missing some code examples, so I'm searching through the blog and almost every feature is well documented and explained there, too.
  19. @StefanowitschAt the moment there's no option to do that. I've asked somewhere earlier in this thread about it and would like to have this function, too. πŸ™ƒ
  20. Hey @kongondo, figured out an error PHP 8.1 - PW 3.0.210 I'm trying to move an existing page and get the error above. Do you need any further info? EDIT: This fix is working for me - would be nice if you could fix it πŸ™‚ Cheers
  21. Following steps: Download the latest stable version of PW here Unzip the files Rename index.php > index_new.php and wire folder to wire_new Upload the files via FTP to your website root folder Rename ./index.php to ./.BAK.index.php and ./wire/ to ./.BAK.wire/ on server side Rename ./index_new.php > ./index.php and ./wire_new/ to ./wire/ Refresh the whole site > you maybe forced to relogin. Reload the modules by clicking the button on example.com/processwire/modules/ in the upper right corner After that you could use the ProcessWireUpgrade module to upgrade the other modules. Steps are also documented here: https://processwire.com/docs/start/install/upgrade/ if you have troubles have a look right here: https://processwire.com/docs/start/install/troubleshooting/#troubleshooting-upgrades Cheers πŸ™‚
  22. Hey all, hey @horst after trying to upgrade from version 1.1.15 to 1.2.0 I'll get following error: Call to a member function height() on null File: .../InputfieldCroppableImage3.module: 156 These are my crop settings for the affected field: full,1208,755,product-item vorschau-startseite,600,600,product-item,produkte-page ausschnitt,960,540,feedback-item vorschau,1200,900,news-item,section-box-1-3 boxed-third,700,450,product-item,produkte-page,repeater_rep_ImageTextBox,section-sing_person, product-item-externallink full-wide,1280,640,produkte-page two-third,1680,840,section-box-img-headline-link Any ideas what might have gone wrong? ... a few moments later... EDIT: Seconds after posting this, I've found the error: in crop definitions line 5 "boxed-third" there was an empty space in definition 😬 I apologise for bothering you. I'll leave my dumbness here in case someone else makes the same mistake, or in case I do it again πŸ˜‡
  23. inval($integer) or (int)$integer Just use the code above πŸ™ƒ
  24. Hey @teppo perhaps you could give me hint, I'm facing an really annoying bug and don't know how to debug further: I've installed your module first on a dev-server then tried to migrate the settings to the live server. On the dev server everything is running as expected, and you're module is working fine, but on the live server i get the message: You don't have permission to view this branch of the page tree. When I disable your Module the (first and then only) selected branch is shown as it should be via module "Admin Restrict Branch" . Same settings on both websites: ProcessWire 3.0.210 Β© 2023 @ PHP 8.1.9 What I've noticed so far: When I do db($event); in .../AdminRestrictBranchSelect/AdminRestrictBranchSelect.module.php:114 the $event->return; is false on live website but true on dev server: Any ideas on how to debug further?
Γ—
Γ—
  • Create New...