Jump to content

onjegolders

Members
  • Posts

    1,147
  • Joined

  • Last visited

  • Days Won

    4

Everything posted by onjegolders

  1. Thumbnails Login History Changelog ProCache Batcher
  2. Thanks Macrura, this looks like a really clever approach. Love the name "email thing" by the way Still not sure if this is being triggered by creating something in the backend, whereas I am more talking about triggering emails via a signup form or that sort of thing. Then again it's getting late in the afternoon and my brain is a bit fuzzled Wow, did not know that, I need to go back to the docs
  3. Thanks Horst, yes it's not quite the same approach as you say. I'm going to have another think. Am just wondering if there is some way of sending new variables to a render operation? Something link $data = [ 'name' => $input->get->name; 'email' => $input->get->email; ]; $email_message = $pages->get("template=email_template")->render($data); // send email with message
  4. Thanks, that's interesting. I was thinking more of a way of mimicking somewhat a Framework approach here. // Pseudocode if (form success) $p = new Page(); // fill in new contact request page details // Now send an email using a template // and take with it these variables (name, email etc)
  5. Thanks Martijn and how do you fire off the email using this content?
  6. Hey guys, Was just interested in your different techniques for sending HTML emails through your templates. More specifically, where you store your email codes? In the past, using smaller, simpler emails I was "OKish" with keeping all the HTML garbled in my form processing at the top of a page but am thinking there must be better ways surely? Do you use includes? ProcessWire templates? Just interested in seeing your different techniques.
  7. This looks great Adrian, not sure about which option to check as haven't used the first module. This could definitely be a module in it's own right though. Could be really useful.
  8. What drew me to PW was the similarities in fact with EE. But where EE was frustrating me with seemingly required paid addons and an unsure future, ProcessWire just seemed to take all that was good about it and improve it massively. Everything just seems so *sensibly* thought-out. The big stumbling point was the "everything is pages" approach, which makes development so much easier now but did (and still does occasionally) cause some scratching of the head.
  9. Thanks for this Marek, this is one of the few areas where I feel "frameworks" have a slight edge over PW. A nice validation library looks good.
  10. I loved EE until I met PW. PW is basically a better, more flexible version of EE, that happens to be Open Source as well. Client has nothing to lose.
  11. Also Mandrill https://mandrill.com/
  12. Great article Joss! And yes this is well worth funding (I'm sure Diogo will offer a free illustration for any PW donations ) Small typo = "flair/flare"
  13. This looks great pwFoo, will be sure to check it out.
  14. Currently working with Trello and Slack (and Dropbox, always Dropbox ) Interestingly Slack's integration of Trello is phenomenal. It's instant, not quite sure how they're managing it but pair a Trello board/card with a Slack channel and updates are immediate. Occasional use of Invision for showing work / getting feedback from clients but depends on the client / project.
  15. Hi Peter, I think PW has been growing rapidly for a while now. Its featuring heavily on CMS Critic and its subsequent winning of an award has probably sped things up somewhat also but yes the other reasons are also absolutely true!
  16. MademyDay, this is a fantastic addition to the sytem, thanks for all your hard work. Just a question, do you personally see this more as something where you'd try and fully replicate your front-end output or just a means of displaying things in the backend in a more pleasing way? (I guess answer is probably both...)
  17. On 2.5.3 the images don't seem to be respecting their widths, which is odd. Inspect element is telling me the column is 20% width but the reality is a huge image. Strange.
  18. This works great, though still trying to find a way that combines background images (for their ability to cover/contain) and PHP foreach loops (to make it a slider). I think for now combining a data attribute and JS is the only way to go. If only you could use @media queries inline.
  19. Great article Soma about flexible download pages. Presumably easier to handle access also. Never noticed WireSendFile before either.
  20. Hi Hafa, Definitely a good fit but you'll end up doing a lot of coding yourself but then again you would on any other framework. I've managed to do most of those things on an application made in PW so ask away if you get stuck on any one element.
  21. I completely agree Jacmaes, my only regret is that for the past 12 months or so sites I build tend to either be very simple and where this would be overkill for content editors or complex applications where the backend is hardly ever used. Would love to get an opportunity to work with it on a site.
  22. Thanks Adrian, I'll get onto GitHub one day I promise
  23. EDIT: Think it might have been 2.5.3, sorry hadn't seen it had been updated.
  24. Noticed a potential bug on 2.5.2 if saving a page field reference to the page you're currently on (no idea why one would want to ) Seems to reload a blank page.
×
×
  • Create New...