Jump to content

howdytom

Members
  • Posts

    104
  • 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,674 profile views

howdytom's Achievements

Sr. Member

Sr. Member (5/6)

50

Reputation

  1. You can try to compare the Textarea field settings. I have seen this behaviour when the editor setting uses a faulty js / css file path. Maybe a custom JSON file have been moved.
  2. It could also caused by PHP version upgrade from your hosting provider or faulty TinyMCE / CKEditor JS settings. Do you have access to your server logfiles? Which PW version do you use? Which default editor has been set for the text field. TinyMCE or CKEditor? Did you try to re-save the textarea field settings?
  3. Thank you. It is a great module and works perfectly. Sometimes it would be cool to password protect individual pages instead of locking the complete sites. It just the opposite use case.
  4. I guess it's https://julietsai.net @protro Nice Cursor Blob
  5. impressive
  6. Wow, I missed that. That is the beauty of the friendly ProcessWire Community. You always learn something new. Thank you!
  7. I really like Kirby Block UI. Matrix repeater is pretty close to it, but it is missing some nice Icons.
  8. 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
  9. 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.
  10. @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.
  11. @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. ?
  12. 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.
×
×
  • Create New...