Jump to content

howdytom

Members
  • Posts

    92
  • Joined

  • Last visited

Contact Methods

  • Website URL
    https://binroth.de 

Profile Information

  • Gender
    Male
  • Location
    Heidelberg
  • Interests
    Design, Music, Technology and so much more.

Recent Profile Visitors

6,283 profile views

howdytom's Achievements

Full Member

Full Member (4/6)

43

Reputation

  1. It is definitely related to Apple’s built-in password Manager and the Safari Autofill feature. The user could have saved the logins twice e.g. with different urls?! However it doesn’t explain why name field turns into a fieldset. Somehow Safari tries to Autofill the username field. Since it is working on iOS, I do recommended to completely remove and add the PW site login to the Apple Password Manager (in Applications → Passwords). So far, I haven’t seen this kind of behaviour in Safari. Alternatively, a quick but not ideal workaround is to temporarily disable Autofill feature in Safari Settings → General > AutoFill & Passwords, then turn off User name and passwords. A Screen capture could be useful
  2. wow. I didn't noticed that, yet. I just gave it try and it is working as excepted. blackhole.dat is even better. Thanks for sharing.
  3. @marie.mdna I don't know about local testing. Personally I prefer real-life field testing. 😃 You won’t find a visual UI in the PW backend. It's headless. You can set up custom email alerts which is send out immediately. This is really nice. Once a bad spyder has been blocked, it will be written to the MySQL database listed in the modules → ban_logged_users table. To unblock yourself, simply remove your local ip address. The Blackhole module is pretty reliable. So far I haven't experience any false-positives or major downgrade from Google or Bing.
  4. @BrendonKoz Thank you. Yes, your comment is really helpful to me. I thought the brand new TinyMCE ships with some basic pre-built citations option. From an editor perspective it would nice to add blockquote caption within the main body text when you work with large amounts of text. However, I could not find a reliable TineMCE plugin. I do prefer future-proofing too. Hanna Code is a quick workaround, but Combo field is exactly what I was thinking, too. ?
  5. How do you work with blockquote captions in TinyMCE? <blockquote> <p>My great quote</p> <cite>Brave New World</cite> </blockquote> I would like to add a text caption e.g. author name or resource below a quote. How can I add <cite> or <span> caption below a blockquote in TinyMCE? I don’t want add it manually via TinyMCE Code editor, which gets discarded next time a user edits the field. I can’t find a good solution in the tiny documentation. Alternatively I could use a blockquote repeater matrix item with 2 fields.
  6. In my case I do use the default wire SCSS files as a starting point by copying files from /site/modules/InputfieldTinyMCE/content_css to my template. Next, I add the @font-face to _vars.scss. Additionally you can adjust your heading and inline block styles. Personally, I do prefer to set those styles globally in the css file than in PW TinyMCE settings and it is completely separated from PW core updates. Finally, as @virtualgadjo mentioned you can set your custom css file. And voilà! All webfonts including custom css heading style show up beautiful in TineMCE editor and also show up in the dropdown menu! I find it much more intuitive to work with custom TinyMCE editor styles than in CKEditor. I don't have to override the CKEditor dropdown menu view.
  7. I am transitioning from CKEditor to TinyMCE. How can I stop TinyMCE from removing <ul role="list"> without disabling the Purifier Feature?
  8. @flydev Oh sorry, I got it now. ??‍♂️ I followed the Readme without thinking. To call the module on all templates I have added it to the _init.php. Now it is working as expected. Ryans Prod module looks like a good alternative. For now, I do prefer the Blackhole module. It is lightweight, quick and easy to implement.
  9. @flydev I stumbled upon this wonderful module. Thank you so much! I have noticed that version Blackhole 1.1.0 does not block the entire site as stated. Once the IP address has been blocked, it is still possible to load any sub pages. It only blocks access to the front and blockhole page. I have tested it with a clean PW 3.0.229 install. Can you reproduce it?
  10. @AdamYeah, it explains why Webauthn and Yubikeys remain a niche product. It is a pity. I really appreciate taking the time for checking. My second question regarding initial login bug can be ignored. It is a minor browser specific bug.
  11. @Adam Thanks for getting back. This issue seems to be related to iOS 17.4 and macOS Safari 17.4.1. The issue occurred with iOS Safari, iOS Chrome, iOS Firefox running iOS 17.4 and with macOS Safari 17.4.1 Solution: In the meantime I have updated to iOS 17.5, which resolves the login issue and the Security key option is visible again. I did not disable or reenable the Webauthn. I have tested it with 5 ProcessWire 3.0.229 sites. I am glad it is working again. This has been a serious bug. Thanks for keeping the module alive.
  12. Anyone? I am no longer able to login via iOS using a Yubikey.
  13. Thanks to all for your comments and sharing your solution. @bernhard pretty much summed it up! Thanks
×
×
  • Create New...