Jump to content

bernhard

Members
  • Posts

    6,671
  • Joined

  • Last visited

  • Days Won

    366

Everything posted by bernhard

  1. hi adrian, thank you VERY much for the console. i will use it a lot i am sure. just used it the first time now and i have some questions/suggestions: is it somehow possible to adjust the width of the ACE field. or maybe set both ACE and the yellow output panel to 100% with? that would be great in a blank window: if you click on "open in new window" it opens in a new window but it creates some buggy code: 123foreach($pages->find('id>1') as $item) { echo $item->title . ' - ' . $item->path . '<br>';}XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX also it would be cool to have the possibility for multiple console windows so that you can have some code snippets open and test different things without rewriting the codesnippet. at the moment it opens the console in ONE window. once more thank you very much for all the work with tracy. it has already sped up my daily pw work and i'm sure the console will save me some hours of reloading the browser in the future
  2. at least they changed my php-settings and didn't say a word or changed them back... access logs seem that they logged in but i'm not sure if the REALLY tried to upload a file...
  3. hmmm... i did not get any more information about WHAT the problem could be... they do not provide 3rd party software support. strange that i am the only one having this problem if it is really related to processwire... i'll try another upload tool and see what happens.
  4. anybody knows why google does not say 1 = 1024?
  5. hm... do you use/need this often?
  6. Did you check what phpinfo says? Maybe your ini does not have any effect...
  7. created an issue on github https://github.com/ryancramerdesign/ProcessWire/issues/1881
  8. ALT + F3 = select all occurences of current selection
  9. @media screen and (max-width: 767px) { .maxColHeightSpacer { display: none; } } that fixes the problem on the standard theme what do you think? i think this should be fixed in the core.
  10. hey tpr, one thing that i find annoying some times is that multi-column-fields are stacked on mobile but also set to have the same height. on desktop that makes sense so that it is a proper grid, but on mobile the fields are stacked to 1 column and therefore it would be great if every field had only the height itself needs. but maybe that should be more a fix of the core than an "enhancement" via your module. what do you think?
  11. very nice! the prefetch is also clever
  12. hi hector and welcome to the forum, this video shows exactly what you are looking for - but it is in german: you should also get the context if you do not understand german also worth to read to get the basics: http://code.tutsplus.com/articles/4-reasons-to-choose-processwire-as-your-next-cms--cms-25062 http://webdesign.tutsplus.com/tutorials/how-to-install-and-setup-processwire-cms--cms-25509 +1 for the tutorial link edit: also this one: https://processwire.com/talk/topic/6388-how-to-create-a-custom-admin-settings-page/ https://processwire.com/talk/topic/12198-modifying-config-property-eg-sitesettings-from-readyphp/ have a look at my signature how to use google to find information about processwire in the forum or on processwire.com: https://www.google.at/search?q=site:processwire.com+global+settings&gws_rd=cr&ei=0ldZV5n9K9G0gAaq_pOYDw#q=site:processwire.com+settings
  13. i get the point for files. but i've never needed to filter images but the day will come, i'm sure
  14. maybe a silly question... how (what for) do you use this filter functionality? one other thing: i think a kind of shortcut "add this image to the ckeditor field" would be really great. like here: https://processwire.com/talk/topic/13471-better-ckeditor-image-insertion-at-least-for-me/
  15. not sure if i understand you right but maybe you could make a RuntimeMarkup field showing thumbnails of the "global" images and add some javascript to add those images to the CKE field like can does it here: https://processwire.com/talk/topic/13471-better-ckeditor-image-insertion-at-least-for-me/ ?
  16. bernhard

    Innobloom

    great to read and great site tpr! +1 for better image quality. it's definitely a high quality site but the first impression is quite low quality as the images do really NOT look good but that's what 99% of the visitors will see. they won't see performance benchmarks and so on. thank you once more for your help regarding netteforms. they are a core feature of my new project going online next month
  17. Thank you all for your answers. @cstephensjr different values make no difference... i'll try to contact my vserver hoster
  18. Sure! Feel free to take (and improve) it
  19. Thank you doug, of course i set all the limits to proper values (like stated in this post). Any other ideas?
  20. maybe tpr has a present for us https://processwire.com/talk/topic/13389-adminonsteroids/?p=121335
  21. i think that would be a perfect fit for your module: https://processwire.com/talk/topic/13419-delete-a-lot-of-pics-at-once something like an additional trash icon that, when clicked sets all images to deleted-state: maybe you could also include this one into that update https://processwire.com/talk/topic/13064-inputfieldfile-image-sorting-autosorting/
  22. bernhard

    Vagrant

    jep, only thing to be REALLY careful when using vagrant is to have proper DB dumps available on your filesystem. otherwise you are lost, when your box crashes for whatever reason. the vagrant triggers plugin is a good tool. just write a little backup skript (https://github.com/BernhardBaumrock/vagrant-pw-lamp/blob/master/bin/db_backup) and it will call that on every vagrant halt or destroy. i wish you good luck looking forward to hearing your learnings
  23. if i understand you right (not sure) martijn's gist for bidirectional pagefields could be of interest: https://gist.github.com/Da-Fecto/5e103d45586a29723128
  24. that feature is quite hidden - i think that could be designed better from the ui side. i've also found it only by coincidence: https://processwire.com/talk/topic/7819-module-alternativegridfiles/?p=75845 sometimes it is also really nice to use your dev tools console for such things: $('.fa-trash').click();
  25. hi! ok i'm now also having problems with file uploads between 500 - 1000MB on plesk. first problem was an error after some time due to MaxRequestLen on php FCGI that seemed to fix it: https://www.opensource-excellence.com/blog/item/430-cant-upload-files-due-to-fcgi-maxrequestlen-restriction-in-plesk.html now the upload proceeds until 100% but throws this error in the console: InputfieldFile.min.js?v=124-1463995380:1 POST https://.../admin/page/edit/?id=xxx&InputfieldFileAjax=1 net::ERR_EMPTY_RESPONSEn @ InputfieldFile.min.js?v=124-1463995380:1w @ InputfieldFile.min.js?v=124-1463995380:1(anonymous function) @ InputfieldFile.min.js?v=124-1463995380:1 The file is around 700MB. After upload i have a 502MB file in the folder. When i save the page with the stuck 100% upload this file is removed completely (thats the part where i know why ^^ ) Any help for this? I have no errors in the apache error log for the second problem. The first Problem showed this (for reference and search engine): [Tue May 31 15:34:02 2016] [warn] [client xxx] mod_fcgid: HTTP request length 134225920 (so far) exceeds MaxRequestLen (134217728), referer: https://xxx/admin/page/edit/?id=xxx
×
×
  • Create New...