Jump to content

benbyf

Members
  • Posts

    818
  • Joined

  • Last visited

  • Days Won

    6

Everything posted by benbyf

  1. 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/
  2. 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)
  3. 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)
  4. 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?
  5. 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?
  6. 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?
  7. fun friday afternoon @PMStudioUK friday talk - followed by some personal work turning #twineStories into Json and then custom web app

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

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

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

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

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

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

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

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

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

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

  18. 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?
  19. in case you missed it yesterday, here’s my article on working with HTTPS/2 for web designers. #HTTP2 #HTTPS https://t.co/8O0mfoZOuF

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

  22. 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/
  23. starting to move my sites to #https and #http2 using @processwire, @ServerPilot and @digitalocean

  24. can we change the economy already please, thanks. #machinesAreComing https://t.co/mczSyXtprv

×
×
  • Create New...