Jump to content

wbmnfktr

Members
  • Posts

    2,234
  • Joined

  • Last visited

  • Days Won

    59

Everything posted by wbmnfktr

  1. @MrSnoozles You could use this one: https://processwire.com/api/ref/sanitizer/page-name-translate/ Define Umlaut-Translations (ä = ae, ö = oe, ü = ue) here and it's done: uehttp://domain.tld/processwire.admin/module/edit?name=InputfieldPageName&collapse_info=1 I drink Jägerbombs would result in i-drink-jaegerbombs. Or do I get you wrong on this?
  2. Ok... my mind seems more reliable than I thought. ? I wish I could find that thread or post where it was discussed back than.
  3. I guess I'm totally wrong with that but somehow my mind tells me that you will need ImageMagick/IMagick support for this.
  4. ??? The more often you write it, the easier it gets. ?
  5. There is no reason for that. The TypeCover is way more durable than most other keyboards. I have had a linux sub-system installed. That did a great job. As I don't need CLI that often I removed it a while back and use the PowerShell if necessary.
  6. Maybe the 13" version had similar issues but I can only talk about the 15" version and its issues. I started with Macs back when the iBook G4 was the latest (not so expensive) model and kept Macs on my desk until 2015. That year and that MBPr 15 made me switch back to Windows setups. First Windows 8.1 on Lenovo X1 and now on a MS Surface. Never looked back. The day you need your Bluetooth keyboard or any other device you might see a change in your Wifi connection. ? Get yourself a USB hub (if needed) and a nice mechanical keyboard.
  7. @ryan depending on your needs you might want to try Airdroid. The MBPr 15 from 2014/2015 had - depending on batch and exact components - major driver issues. Had to return my MBPr 15 back then because of that issue.
  8. Turn off Bluetooth entirely. Restart (keep Bluetooth disabled) and watch if behaviour changed.
  9. There are a few things that come up in my mind right now. Some things could even break everything or make things much more difficult. Let's say... your client wants to offer everything on compagnieDeux.com in german and spanish now as well. How likely could this be? Imagine hosting goes down and therefore 4 sites that don't earn any money. If it's an eCommerce business I would separate everything. Does everybody know about this company structure or doesn't it matter? Imagine a sitemap entry from companyTwo.com within compagnieUn.com. Will they take care of the content foreach EN and FR site or could it happen that two different companies have the exact same content on their pages? Talking about duplicate content from a SEO perspective. Will the content really be that identical or could even those identical parts end in chaos? For example: different team members but the exact same company structure. For example: different products but the exact same product categories. What about GDPR-related liability issues in terms of collecting user data? The more I think about it I'd probably go with 4 instances that talk to each other if necessary.
  10. You might want to look into that Extra Allowed Content setting in your textarea field. You can change settings accordingly to the CKEditor docs. So something like this could already do the trick: // from the docs // A rule accepting <p> and <h1> elements with all their attributes. p h1[*] // change it to p h1 h2 h3 h4 h5 h6 ul ol li img[*]
  11. Looked into it again... Good news! With version 1.2.1 (from dev tree) hits on the homepage will be counted as well.
  12. Limiting usage for your domain should be absolutely ok. I always limit it to the full domain and it works fine. I don't know anything about your traffic but you should have an eye and usage statistics. Last month a project of mine almost hit the limits.
  13. No... not quite, yet. In the module settings I enabled the homepage template (home). First try: The homepage page got a counter badge but counts didn't appear. It stayed and stays at zero. Second try: Tried another template on the homepage but the counter stays at zero. Other pages with that template work as expected.
  14. <!-- your version now --> <script type='text/javascript' src='https://maps.googleapis.com/maps/api/js'></script> <!-- try this instead --> <script src="https://maps.googleapis.com/maps/api/js?key=YOURAPIKEYHERE"></script> Ok... please try this. That's how it works on my projects.
  15. Testing PureVPN's or Baozhai's posts quality?
  16. While looking around I saw that your Google Maps aren't fully functional. Console tells me: Google Maps JavaScript API warning: NoApiKeys https://developers.google.com/maps/documentation/javascript/error-messages#no-api-keys
  17. Quick update: excluding specific roles works as expected ? resetting page counts works as expected, too ? But... it won't count visits on the homepage. Tried the prior version as well with the same result. Dev console shows Page Hit Counter: View was counted
  18. Nice! Will give it a try. Hopefully already today.
  19. Be honest... you guys knew I would need this kind of language switcher very soon, too. ?
  20. Wow... that's indeed really nice. Two things came up while playing around with it. Is it planned to exclude logged-in users from tracking? I know that several of my clients publish new content and therefore check the new site over and over again. Right now they would create page counts that are kind of fake. Is it planned to reset all or some counters? Right now I created ~50 page counts and would like to reset those to zero again.
  21. Checked the first ~100 300 SERP Links from site:processwire.com in Google and almost all links redirect (301) or are still correct/corrected. Only 4 9 ended on a 404 page: https://processwire.com/videos/lister/ https://processwire.com/api/what/ https://processwire.com/api/types/nullpage/ https://processwire.com/about/chat/ https://processwire.com/videos/managing-portfolio-site/ https://processwire.com/api/selectors/inputfield-dependencies/ https://processwire.com/docs/tutorials/troubleshooting-guide/ https://processwire.com/api/ref/inputfield-wrapper/ https://processwire.com/videos/page-fieldtype/
  22. Ok... maybe he adds them when necessary.
  23. Redirects me to: https://processwire.com/docs/selectors/
  24. <?php echo count( $page->dev_repeater->find('dev_repeater_exclude=0') ); ?> This should work. Did this with a RepeaterMatrix field a while back in this way.
  25. Never depend on one traffic source! Play the Google-game as it brings you traffic but still play the same game with others.
×
×
  • Create New...