Jump to content

csaggo.com

Members
  • Posts

    61
  • Joined

  • Last visited

Everything posted by csaggo.com

  1. Hi @kongondo as allready briefly discussed in our email-exchange: We have PW running in german which means that in float - number fields the decimal point will be displayed as a comma (in fields as well as output rendering). The price gets stored correctly but when editing the product again, the price is not displayed and if you don't reenter it, it will be lost on save. In First Screen you can see that PW Float Field handles this correctly (displaying comma as decimal point but still using the dot in value attribute) In padloper price-field it uses the comma in the value attribute which the browser can't handle. so the solution should simply be to render the value with the raw version instead the output-rendering that includes the comma.
  2. +1 for this solution (shorthand field), we ran into the same issue with S, M, L, XL and so on
  3. EDIT: ryan allready fixed it, thanks ? Thanks for the hard work as always. There seems to be something broken in WireHttp in this version i filed issue report here: https://github.com/processwire/processwire-issues/issues/1506
  4. @ryan my i draw your attention to https://github.com/processwire/processwire-issues/issues/1447 thats quite a big deal for us "internationals" as it affects every place where the page Lister Module is used. i first thought it was in media manager but later noticed that its also in the page/lister/ and so on in the backend: bug: i cant switch pages. when i click on the arrow or page number 2 on the items list i get this error:{"error":false,"message":"Unknown Lister action"}
  5. @kongondoyes its a bug in the core since a couple of versions. https://github.com/processwire/processwire-issues/issues/1447
  6. thanks @kongondofor getting back so quickly. pw is 3.0.187 as mentioned, we use multilanguage indeed. we also use multisite (so basically we change the root-homepage with https://github.com/somatonic/Multisite/ based on domain-name) but my guess is, that its not relevant for backend. but you are right, the standard page-lister from the pages menü cant switch to page 2 either, so its a pw or setup issue... i will try to figure it out with ryan. also thank you for the doc-link i indeed missed that. perfekt ?
  7. @kongondoadditional info for the bug, this behaves like this on the all tab. when i use the image-tab for example an i click on page number 2 it does not show an error but it just stays on first page
  8. @kongondowe bought media manager a couple of days ago and are happy so far. but i have one very severe bug and a feature request ? bug: i cant switch pages. when i click on the arrow or page number 2 on the items list i get this error: {"error":false,"message":"Unknown Lister action"} so navigation is not possible. pw is latest dev 3.0.187 -> this is obviously a severe bug feature: it would be great if we could save bookmarks for the filter, like the standard lister can. our customer will need to do similar searches over and over and it would be nice if they could store the important ones
  9. Hi @Sebi your module is of great help, we are using it in quite a view projects allready. i just build a mobile app with a processwire backend using Double JWT. While implenting it i noticed the following: In the docs the /auth route is described to be used like this (in addition to basic auth): // Alternatively you can send username/pass in the request-body: this.httpClient.post( 'https://my-website.dev/api/auth', JSON.stringify({ username: username, password: pass, }), { 'x-api-key': 'ytaaYCMkUmouZawYMvJN9', } ); but this does not work for me. It actually works with basic out and also when sending username and password as form-data. But not as JSON. Its no big deal with two working alternatives, but it would be actually nice to have the JSON option also (specially since form-data can be challenging to set up with some http-clients. I allways get the following error with the above call: { "username": null, "pass": null, "post": [], "test": "{\n\t\"username\": \"REMOVED\",\n\t\"password\": \"REMOVED\"\n}", "errorcode": "general_auth_exception", "error": "Login not successful" } Best, Michael
  10. Well its about time, after using ProcessWire for years (and loving it) to share some projects we have done with it. This is our own agency website 2getmore.at we build websites, online shops and apps for our customers. Also we support them with their online marketing needs like ads, SEO and Social Media. Plugins used AdminOnSteroids Breadcrumb Dropdowns Custom Inputfield Dependencies Dashboard Email two-factor authentication Form Builder PRO General site settings (Process) Jumplinks Map Marker ProCache PRO ProDrafts PRO ProFields: Repeater Matrix PRO Seo Maestro SVG File Sanitizer/Validator TOTP two-factor authentication Tracy Debugger Upgrades Wire Mail SMTP Other tech We use the functions API. As the output strategy we are very happy with markup regions. For the Frontend we use UIkit which we also love just like ProcessWire. I will be posting some of our projects done for customers as well in the next couple of weeks. Happy to be part of the ProcessWire community, I am not very active in the forums but when i have questions people are always very supportive. Looking forward to your Feedback.
  11. Thank you very much for this another great contribution. We are allready using it in a first live-project. I have one small bug: When editing snippets it will not save for me with an exception when i uncheck "enabled". When i save it enabled and then disable it from the list view all is working fine, so there is a workaround. the exception i got: SQLSTATE[23000]: Integrity constraint violation: 1048 Column 'enabled' cannot be nullIn /site/modules/Snippets/ProcessSnippets.module.php line 319
  12. +1 its a cool module, uncommenting works for me too, but i wonder if the module is still active.
  13. Hi @Sebi kann you confirm that the latest PW (3.0.173) breaks AppApi (404 on the routes) or is it something on my part. EDIT: confirmed it myself, Downgrading to 3.0.172 with no other changes solved the issue Thank you!
  14. Thanks for the addition of Decimal-Field. Do you think it would be easy to add a setting for using a "," instead of a "." as decimal-seperator. (this is the common notation in the german-speaking countries)
  15. Great news @Sebi will test in the next couple of days!
  16. Hi @adrian great module, thank you!
  17. I think custom path wont work because of this line in the init method: $customPath = self::checkPath($this->wire('config')->paths->root.$this->field_storage_path); if ($this->field_storage_path && $customPath) $this->backup->setPath($customPath); As the custom path is concatenated to the root-path checkPath will return false and the $customPath will never be set.
  18. We are using ProCache with nginx on multiple sites. Out of the box it generates rules for .htaccess but those obviously can be translated for nginx. there are also configuration examples in ProCache support (accessible once you bought ProCache)
  19. Hello @Wanze thanks for the great Plugin. I am Using a template with segments. Im able to overwrite the canonical url just like i needed. But in og:url i cannot overwrite when i try it like this: page()->seo->og->url = $canonical; am i doing something wrong? the url field seemingly is not part of the changeable fields but just generated. i think in this case canonical should be used when it is overwritten (like in this case i overwrite canonical before og:url thank you for your feedback ?
×
×
  • Create New...