Jump to content

benbyf

Members
  • Posts

    819
  • Joined

  • Last visited

  • Days Won

    6

Everything posted by benbyf

  1. No worries, I'm a frontend guy by trade so mostly functional, not class / object based programming. Hence, modules in PW or coding langauges generally are a new and obscure thing for me. Having said that, there must be "best practises" and easy ways of intereacting PW admin and site frontend etc using modules, I'm just trying to complie the resources for my own learning and to help others with future tutorials I'm hoping to write. The PW documentation is good, but when it comes to a beginners guide to modules it massively falls down
  2. Hello. Im looking to start making modules and found alot of great resources. I was wondering if there was some i might have missed from the below and whether the was somewhere I could see all the functions and variables available to me as a module dev. i.e. What other messages can i send? $this->message("my message"); $this->error("my error message"); etc...? http://processwire-recipes.com/recipes/extending-page-save-process/ http://modules.pw/ http://somatonic.github.io/Captain-Hook/ http://processwire.com/api/modules/
  3. Christ, I've just done some serious needle in a haystack work. I found the function that fires in teh frontend in JS: if($img.attr('data-fit')) { fitImageToWindow(); } else { $container.width($img.width()).height($img.height()); } commenting out fitImageToWindow(); works but as the file is minified already I also commented out r() on col 1:8630 of the minifed file to get results straight away: so now the image simply doesnt resize to the size of th window (which personally I feel was an odd choice)
  4. Got a feeling Its probably in the .Js is there a reason why this was done this way, and maybe this could be a setting that could be changed with the module (although i dond tknow if thats something thats been added to image processing in PW3)
  5. Thanks! I've changed to 2000 protected $maxImageWidth = 2000; however, doesn't seem to change, do these setting get added to the DB? or could it be a caching issue?
  6. Hey, I'm pulling my hair out abit with CKeditor settings (documentation is impregnable), I'm trying to set the default width x height in the image modal to the same as the original image by default, not some random number which it seems to be currently. is this possible?
  7. I'm looking to do something similar where a page is "published" to subscribers before publishing to the site - i.e. when a page is saved (with email checkbox?) it sends out a email to all subscribers (probably a repeater on a subscribers page), and then you can publish to page later (uncheck the field on the page?). Can WireMail be used in this way in a new module of fronend template?
  8. fun friday afternoon @PMStudioUK friday talk - followed by some personal work turning #twineStories into Json and then custom web app

  9. fun friday afternoon @PMStudioUK friday talk - followed by some personal work turning #twineStories into Json and then custom web app

  10. Hey @simplygoodwork FYI tried to send you emails at jobs@ and hello@ and both failed permanently.

  11. RT @FestivalofIdeas: Looking forward to reading Darren Henley's new book. https://t.co/Og4bF1LhRg

  12. Antarctic CO2 hits 400ppm for first time in 4m years https://t.co/EmJ18LmEi1 really not the best for us

  13. RT @THECUBELondon: Excited to announce our collabo w/ @cambridgecoding for our new #techcollective "Deep Learning and Computer Vision" htt…

  14. RT @RhysTranter: Trailer: Herzog’s Internet Documentary, ‘Lo and Behold’https://t.co/6knT1d2Qk1#wernerherzog #internet #technology https:…

  15. "A provocative way to finance the fight against climate change" l #str financing green projects https://t.co/F0RZwEpXKj

  16. anyone know anything about load testing traffic on http and http2? I want to rung some tests

  17. RT @PatrickHeneise: Thanks @aral for the Little Snitch recommendation. DENY - @AtomEditor logging to Google https://t.co/iiPiVrpjAd

  18. interested in co-working in #Bristol? please let us know what your values are: https://t.co/hiiuCUJlyr

  19. HELLO! Anyone happen to be using Atom the open source IDE from github? I've been using it for about a year now and other than the occassional crash it's been great. I was wondering if anyone out there has proccesswire specific snippets, syntax hightlighting or autocomplete package they've created to add their PW work? If not would anyone be interested if I made one, and what would be most useful?
  20. in case you missed it yesterday, here’s my article on working with HTTPS/2 for web designers. #HTTP2 #HTTPS https://t.co/8O0mfoZOuF

  21. Module in development and this solved the current issue https://github.com/adrianbj/ProcessMigrator/issues/4
  22. ARTICLE: Working with HTTPS/2 for web designers. site tested @Samhofman - using @ServerPilot & @digitalocean https://t.co/8O0mfoZOuF #HTTP2

  23. I've just run some tests using HTTPS/2 and added the results and more information in an article here: http://benbyford.com/articles/https-2-for-web-designers/
  24. starting to move my sites to #https and #http2 using @processwire, @ServerPilot and @digitalocean

×
×
  • Create New...