Jump to content

wbmnfktr

Members
  • Posts

    2,183
  • Joined

  • Last visited

  • Days Won

    55

Everything posted by wbmnfktr

  1. Frohe Weihnachten!
  2. Totally different and strange... yet absolute awesome! Love those tracks right now... while listening you might know why. Follow their channels. They are AWESOME!
  3. If you are handling real Adult content this is not enough - at least in the EU region. You can use a lot of cookies and checks to serve rendered HTML (depending on your region with a small whitelist/blacklist of words or based on corporate decisions without any of those) without any images or videos and you are fine. See recent changes over at P*rnh*b. They had to delete a lot of content due to reasons. Maybe define your or your business's goals to make the need more clear. There are a lot of ways to skip certain things. As said before... if you have to deal with REAL ADULT content... there forums out there that describe ways to get around restrictons. Most basic solution is - as far as I know - log in those who confirm with YES, OVER 18 WHATEVER... and deliver content which is viewable for those. You might want to use Login Register Pro for that. Which works fine as I have heard from others. *cough*
  4. Well... while this works (1): This doesn't (2): I use a slightly modified version of Ryan's Video embed for YouTube/Vimeo module which already saves the "no cookie" domain to the database. Users would paste the URL as usual, the module fetches the oEmbed data but in my case the domain will be replaced. Around line 104 in Ryan's module I changed that part: $embedCode = str_replace('youtube.com', 'youtube-nocookie.com', $data['html']);
  5. TextformatterPrivacyWire.module works fine here as long as: 1) the iframe contains www.youtube.com/embed/ and not www.youtube-nocookie.com/embed/ and 2) as long as its the second textformatter (or at least the textformatter after VideoEmbed). Just played around with it here in my testing setup.
  6. As we see huge progress in terms of privacy (GDPR/DSGVO) over at PrivacyWire with this module, wouldn't it be an awesome addition to embed YouTube videos with the "no cookie" domain in order to allow even more privacy? I worked my way through to this in a hacky way (see below) in the past but maybe this could be an option some day in the official module itself. $embedCode = str_replace('youtube.com', 'youtube-nocookie.com', $data['html']);
  7. To be honest... I don't know as well. This kind of behaviour is totally new to me but on the other side... I almost never have to deal with almost any textformatter plugins/modules/extensions. I guess it was a huge hickup or some kind of this as it was the first time ever I had to deal with this kind of problem in any of my setups. Nontheless your module does a pretty good job - as soon as it runs in a setup.
  8. So... even though it will embarass me to new heights... I will post the details to this issue and the details to resolve them. I used and tried each and every measure @MoritzLost posted in his previous post BUT... NO RESULTS at all or as Moritz would say The module isn't running at all. His assumption was 100% correct. The module wasn't evoked, triggered or called at all. Lucky me... the jackpot. All debug-measures resulted in zero results. So... I went back to the classic debugging once again (which I should have done before). 1. module setup defaults - fine! 2. field setup defaults - fine! 3. module setup details, each and every possible setup option tried - fine! 4. field setup details, each and every Textformatter enabled/disabled - whooops!!! My body field (textarea, CKEditor) with Hanna, PrivacyWire and ALPT formatter didnt't play well together. Re-Ordering each and every textformatter didn't help. Removing all and re-assinging each of those, one after the other, worked out fine! In my case ... in all setups and versions (based on the non-working setup) this helped: Deleting all Textformatters from field -> save field Adding ALPT -> save field Adding PrivacyWire -> save field Adding Hanna -> save field Everything is working now as expected! I don't know which textformatter might have been the issue or whatever details caused this BUT... if this happens again to me, I will probably reset, remove and add all textformatters to make it work again. Thank you @MoritzLost - for the debugging details and the module again!
  9. That's awesome @MoritzLost! This will help a lot. I'll dig deeper into the problem today and let you know the results.
  10. Ahoi @MoritzLost, just installed your module/textformatter again in a new project. I knew it from previous installations but now... I can't get it working as expected. I set up the templates, added the textformatter to my textarea fields but there is no chance internal pages get any links. What would be the best way to debug that? I'm running a 3.0.165 on a PHP 7.4 and MySQL 5.6 environment. I almost know that isn't a bug in the module itself but I really don't know how to trace down the problem. Any ideas are welcome.
  11. Do you mind to tell more about the scope, things and features you need and maybe even hourly rates or budgets you planned to offer for those kinds of projects? What about your website URL/domain to check it up right away. Your phone number results in different results so far which might scare the good guys here. Just asking for others that might be interested.
  12. @ngrmm I had a similar issue and went kind of a different route and added role="main" to my main header and excluded it later on in my PrivacyWire CSS. header:not([role=main]) { // here you go } For the moment that should work out quiet nice without any or at least only minor issues - at least when you are working with less, sass, SCSS and similar.
  13. I can confirm that 0.2.5 works as expected. Thanks @joshua!
  14. Hi @joshua and fellow cookie munchers. I might have spotted another glitch in the cookie matrix. What I did/tested: I changed the version number in the settings. What happened: nothing until I cleared the ProCache cache (which is fine I guess), then afterwards... the cookie banner showed up again and asked for consent (which was expected) BUT... all external media assets, tracking scripts, etc. were still loading (which was unexpected) giving consent closed the banner (fine) BUT it came right back on the next page Why did it happen: The test user had already given consent and therefore and old entry existed in the local storage which said sure give me cookies and whatever BUT it didn't recognize the new version and therefore didn't revoke the old opt-in/consent on first load with the new version AND wasn't updated after opting in again. TL;DR Changing the version number in the settings does not reset/clear/delete/revoke all previously given and stored local storage settings and won't update after giving consent again to the new version.
  15. Thanks @joshua! Version 0.2.4 fixes that behaviour.
  16. Anyone else experiencing weird behaviour with the external_media option while opting in/out of it? A recent project needed a little overhaul therefore external media is now only available after opting in to it BUT... it's not working out as expected after you later on decide to opt out or in to it. Thought about issues with some custom JS but even on a clean install the issue occures. It's not happening with any other option so far - so I could work around that issue for now. As you can see the values in local storage are already off for external_media.
  17. Probably a missing </body>.
  18. Right now... I'd say either Manjaro (Arch based) or Pop OS 20.04 (Ubuntu based - but with slightly better defaults in my opinion). Otherwise based on your prefered desktop environment or window manager. Ubuntu/Debian based systems have the huge benefit of .deb files which seems sometimes way easier in terms of installing necessary software. And LAMP stacks are way easier to setup.
  19. Moving slowly back from concepts to coding and started with some easy tasks like reading. There were a few interesting articles - unfortunately only a few web and dev related ones - but I don't want to miss the opportunity to share them with you. I will add/update this thread as I walk through each and every article. Please, feel free to add your current findings! CSS Findings From The New Facebook Design https://ishadeed.com/article/new-facebook-css/ Styling Scrollbars with CSS: The Modern Way to Style Scrollbars https://alligator.io/css/css-scrollbars/
  20. Ok... you stepped up my game. No doubt. Still... I'll try to get into my old code.
  21. My search was based on "client entries" so they can browse through all requests and saved entries they ever made. Maybe I find that code again or can gain access to the system. If so... I will let you know.
  22. Right now... plain Telekom (german ISP) works more reliable than my VPN connection. Via VPN my connection was actually rejected a few times by now today.
  23. Maybe totally OT but I had to store some really large JSON objects and therefore stored them straight in pages. Maybe not ideal but even after 12,000 entries/pages the system responds super fast. If I remember correctly I used a textarea field and never had any issues. Not perfect but... well... it works.
  24. Have to test this here... especially for those special occassions like 1.234,00 or 1,234.00 as I'm here on a mixed language/locale setup (DE/US) which is actually quite challenging for most online banking solutions that often deny any input. I'll report back as soon as I can.
×
×
  • Create New...