Jump to content

AndZyk

Members
  • Posts

    726
  • Joined

  • Days Won

    10

Everything posted by AndZyk

  1. That is right. I will do that. ?
  2. This happened to me again and is a reason for me not to use this module again. I don't have access to the support board right now, but it would be great if someone could get this to @ryans attention. Regards, Andreas
  3. Here is a script I made for the import of thousands of customers. You have to save this as shell script (f. e. sync-customers.php.sh), make the script executable and execute it via command line (./sync-customers.php.sh).
  4. I also would recommend to write your own shell script and bootstrap ProcessWire. You could use for example the PHP League CSV composer package and write your own import script where you save the CSV entries as pages via the API. ? It is not that hard and you can import large data this way. If you want to, I could post an example. Regards, Andreas
  5. The new ProField sounds interesting and has a cool name. ? Looking forward to hear more of it.
  6. First of all thank you for the new modules directory. I haven't dig into it for now, but it is nice to see that this also now has been updated. ? One thing that could be helpful for the directory: It is not very helpful, that the background-color of selected text is almost identical with the brand primary color. That way you almost cannot see selected text on a primary section, like the header section with the module class name. Maybe you should consider styling the background-color of the selected text with the secondary color (purple). ? Regards, Andreas
  7. Hello @thetuningspoon, I had issues with the auto save feature of ProDrafts on image fields. It saved the image field before the image was completely uploaded. So I disabled the auto save feature for image fields. Maybe this has nothing to do with your issue. But I thought I mention it since you had ProDrafts installed. Regards, Andreas
  8. Since you are using Bootstrap, there is also a class "rounded-circle" for that. ? https://getbootstrap.com/docs/4.5/utilities/borders/#border-radius
  9. Nice website. I like the image cutouts. ? One minor detail: Your dropdown menu is only transparent but not hidden. You can still hover over it and it could overlap with links. Regards, Andreas
  10. Ah, thank you. I wondered where those phrases come from. ?
  11. Hello @franciccio-ITALIANO, you can see system-templates if you enable it under Templates => Filter => Show system-templates?. Or you could search for "user" in the top right search function. ? Its been a while since I configured this module, so I would follow the instructions. Regards, Andreas
  12. I am not sure, because this website is online since a while (2017) and really small. Beside some animations on the newest and 2017 project there is not much special for a showcase, but I will consider it. ?
  13. Made my first expierence with Three.js here. It may be not much, but it is fun to make something in 3d for a change. ?
  14. @ryan The export/import module is great, but it would be nice if it could import focus points of images and SVG files. ? Not sure if I should post this to the Wishlist board or as processwire-request issue on GitHub. Just wanted to mention it. Regards, Andreas
  15. Just noticed that every fatal error message starts different: I don't make errors, so that was new to me. ? Nice feature. ?
  16. ProDrafts is working good with repeaters. In rare occasions there are some quirks, but you could customize your ProDrafts settings in that case. Another solution would be to have a staging website and a production website, which I would recommend in any case. The client could prepare new pages on the staging website and you could export and import them to the production website with the import/export feature. For small changes that would be overkill, but for large changes to the website this is also a good way. Regards, Andreas
  17. Sorry, if I didn't understand your case, but if you are looking for a survey tool I can recommend LimeSurvey. Of course you could do this with ProcessWire, but a survey tool has most of your points already covered. ?
  18. I like to save form submissions as log additional to sending them per mail. But if you want a nicer user interface for your customers, I would also recommend Form Builder. Regards, Andreas
  19. Thank you for the update. Could you please consider following changes: ProcessPageClone.module: Copy = duplizieren => Duplizieren, because every other action has a capital letter. WireDateTime.php: days = Tage => Tagen, because the relativeTimeStr is "seit X Tage". Or is "days" anywhere else used? If not this change would make more sense and could be applied to seconds, months and years as well. Or should I post this as GitHub issue? ? Regards, Andreas
  20. Strange, that you can see a different cursor. There are no pointer stylings on this element and you should get the standard text cursor. Maybe it is a caching issue. Either way this website was designed for smartphones and tablets, so visitors don't see a cursor anyway. ?
  21. Thank you. ? Those "buttons" are actually just a list that looks like a chat, for example like in a messenger. You should see a text select cursor on hover over the text. ?
  22. Thank you for your feedback. ? More whitespace for the buttons is a good idea. I added a little bit more whitespace to the buttons at the bottom.
  23. The ecumenical city pilgrim trail in Villingen, Germany is a small trail through the city where you can visit churches and other places of interest. This Progressive Web App is a small website to guide visitors through these places and give additional informations. You can install it on your smartphone or tablet and walk the trail with it. app.stadtpilgerweg-villingen.de Features: Interactive Map Progressive Web App Interactive Map Before entering the map you get a little tutorial where you can choose between two routes, the standard trail or a more accessible trail. You can track your position on the map and click on the markers. Each marker is a view with additional information to the place. The views can contain texts, quotes, images or a chat element. The map was realized with Leaflet and styled with Mapbox. Progressive Web App The website can be installed as Progressive Web App on your smartphone or tablet for a better experience. The PWA remembers the last visited view and has no unnecessary browser navigation. It can also partly work offline and caches almost everything. The PWA was realized with the help of Workbox. Modules used: Repeater Matrix ProCache Map Marker (Google Maps) Sitemap ProcessWire Upgrade TOTP two-factor authentification Tracy Debugger Regards, Andreas
  24. Ah maybe this could be it. I found out that it is neither an issue with the latest ProcessWire version nor the TfaTotp module. The Error occurs when I activate TfaTotp locally first (PHP 7.4) and import the database on our web hoster (PHP 7.3). If I activate TfaTotp on our web hoster first and then import the database locally, then there is no error. I don't know what changed because the first way always worked for me. ?
  25. Hello, I get with the latest version 3.0.162 dev and the module TfaTotp 0.4 the exception "Invalid base32 string" on our web hoster after the login attempt. On my local Mac it works like before. Has anybody else this issue? I don't think the web hoster changed something. Also the TFA reminder for superusers is still visible, even though it should be fixed with one of the latest commits. ? Regards, Andreas
×
×
  • Create New...