Jump to content

justb3a

Members
  • Posts

    321
  • Joined

  • Last visited

  • Days Won

    5

Everything posted by justb3a

  1. @Ivan Gretsky: Thanks for that hint. I opened an issue on github.
  2. Just like Las Vegas, often what you do in a web page stays in the web page. #localstorage #svg - http://t.co/R3uvEMmSEe

  3. `car_dump()` does not work. particularly in javascript. #timetogohome!

  4. ich wollte schon immer türkise Sommersprossen haben. Vielen Dank @gurkendoktor

  5. Hi @nyo08, which version of ProcessWire are you using? I found a similar error and changed my code as explained. Please clone the module (github) and checkout hotfix/2.4-dependency and try again. And please let me know if everything works as expected. I tested it (ProcessWire 2.5.3) without any problems. git clone git@github.com:justonestep/processwire-simplecontactform.git SimpleContactForm cd SimpleContactForm git checkout hotfix/2.4-dependency
  6. The last commit adds only a LICENSE.txt. It still does not work
  7. RT @processwire: New module: Simple Contact Form by @justb3a provides a simple contact for with optional Twig support. http://t.co/vmk5AL1F…

  8. @dazzyweb thanks for pointing that out! I wanted to answer your message but you solved it too fast
  9. thanks, I will try this Tried to update to version 1.0.7 and got the following error: Notice: Undefined index: ignoredTemplates in /../site/modules/TemplateTwigReplace/TemplateTwigReplace.module on line 194 The problem is that I could not submit the settings and there is no entry for the new config optionignoredTemplates atm. The second error message occurs because the entry admin is not saved as well so I got the following message (it tries to render the admin template using twig): paths->adminTemplates . 'controller.php'); I added a simple if-condition and everything works as expected.
  10. wow, works like a charm. Thanks a lot Ryan!
  11. Little update: I added one more spam protection: antiSpamCountAdditionalInputs - Number of additional inputs. Spam bots often send more than the number of available fields.Thanks for your feedback
  12. Please... watch the request (using proxy / charles, fiddler or network console) check sites/assets/logs/errors.txt check your server log files check output in Console (Browser) I can't reproduce this error. Any error message would be very helpful
  13. tzz tabs I really like the new config option, I build my own contact form because I could not implement Form Template Processor. Could not get to run the following code using twig: $form = $modules->get('FormTemplateProcessor'); $form->template = $templates->get('my_contact_form_template'); // required $form->requiredFields = array('fullname', 'email'); $form->email = 'your@email.com'; // optional, sends form as email $form->parent = $page; // optional, saves form as page echo $form->render(); // draw form or process submitted form
  14. great description of my new module.thanks “@teppokoivula: 27th issue of ProcessWire Weekly is here http://t.co/giMxhenbV1 #cms #processwire

  15. @thistimj: I just added some fields to store additional informations. Have you already looked into the log files? Please paste the message if there is one. Did you try to use the "normal" image field, does this work as expected? Maybe it's an ImageMagick issue but I'm not sure if it depends on that...
  16. Thanks @Mackski, I see your point and changed it.. I don't know why I used an array...
  17. First I want to thank you for this module, it's so easy to use. I added sitemap_ignore als global page setting. Therefore I changed ___install and ___uninstall. And I added two hooks to handle this: $this->addHookAfter('ProcessPageEdit::buildFormSettings', $this, 'addIgnoreXML'); $this->addHookAfter('Pages::save', $this, 'saveIgnoreXML'); The main functionality stayed unchanged. And I added some content to the ReadMe file Feedback welcome
  18. For markup generation I do use extends. But in another case I needed more logic which does not generate markup and therefore I wanted to use $config->prependTemplateFile and this does not work. I want to redirect the user depending on his browser language setting "Accept-Language". I didn't want to create an own module (beforeHook) containing only a few lines of code which have to differ from project to project. I added some code in the module to make that work. Maybe this is not the best way to solve this issue. Any hints would be appreciated
  19. this is really a great gem for generating a #sitemap in #ruby / #rails: https://t.co/XyroBeD8jo #ror #SEO

  20. Just a simple contact form including spam protection. Optional support for Twig (TemplateTwigReplace) as template engine. --- Please have a look at the readme on github! If you upgrade from version 0.0.9 and below, there are some extra steps to be taken. The Guides Installation Module Settings Spam Protection Usage Logging Upgrade Notes
  21. if jigish/slate doesn't work after upgrading to OS X 10.10 Yosemite, this issue provides a temporary workaround: http://t.co/FD6EckAKdB

  22. I've already thought about that. The php library is included as a git submodule. So I can easily update. Just run git submodule init git submodule update and everything should work I will include it in the module description / readme.
  23. yesterday I learned at #btconf that you have to reload twice to get a new manifest working. just ran into exactly that issue. @johnallsopp

  24. RT @Kati_skrzati: Great speech!! “@CHILID_agency: This make us happy! https://t.co/8dkagBRImP #btconf #chilidteam #chilid #chilidagency #sa

×
×
  • Create New...