Jump to content

Nico Knoll

PW-Moderators
  • Posts

    1,835
  • Joined

  • Last visited

  • Days Won

    21

Everything posted by Nico Knoll

  1. It has moved to http://www.globi.ca/blog/wordpress_vs_processwire/
  2. Nico Knoll

    Bonetics

    Looks nice but the slideshow is a little bit too fast. I don't have enough time to read the whole short description
  3. Hey, I had a look at the module and it looks quit good but: Is there a way already to use Mastercard/Visa or PayPal as payment method? Or is there a way to implement it. Or is it may already planned to be integrated in the next time? I'm just asking because I've got two clients who would want to run a shop. And I would love to use Processwire for this... / Nico
  4. Wow! Really nice. It looks like were getting more and more good designers to use Processwire
  5. Just beautiful!
  6. Ehhhhhmmmmm.... my fault... I really added the buttons to the wrong input field....
  7. Nico Knoll

    @renobird

    Hey, just saw your website and I have to say: It's REALLY AMAZING! BUT: You should use ProcessWire instead of Textpattern / Nico
  8. So ... something new here?
  9. Doesn't matter anymore. I just build a AJAX-request page by myself
  10. Hey, how can I give "guest" the right to use this? I need it because i'm building a webservice with PW wich reloads its interface via ajax an this module's json-data
  11. Beautiful!
  12. Looks nice! And it's german
  13. I think yellowled means that you don't have to translate anglicisms because they are the same in german and english like "web", "admin", "e-mail", "..."
  14. @digitex: Have you tied it out yet? And does it break on your tests, too?
  15. I'll do it in the next project
  16. I'm always using only CSS.
  17. Wow, looks really awesome!!! Do you added it to the module overview already? (http://modules.processwire.com)
  18. Does it work in module's init() ?
  19. @chris: Your mockup looks really nice!
  20. And since today here: http://modules.processwire.com/modules/process-page-delete/
  21. Ok I'll integrate it
  22. +1 for $config->isAdmin; I needed it today and solved it like: if(strpos($_SERVER['REQUEST_URI'],wire('pages')->get(wire('config')->adminRootPageID)->url) !== false)
  23. It's directly checking GitHub (But not only major numbers but every update)
  24. Today I finally had time to add my modules to the directory. And while I did it I found a module I never published in his foru only in the webchat and on github: AutoUpgrade. (Click here to see it in the modules section) ------------------------ AutoUpdate This module will notify you if a newer version of ProcessWire is available and give's you a link which will redirect you to a "upgrade" page where you just have to press the "Upgrade" button to upgrade your system. WARNING: It's in alpha mode. So you can use it to try it but you shouldn't use it in a bigger project or similar. INSTALLATION This module's files should be placed in /site/modules/AutoUpgrade/. It's really important that it is in a separate folder! -------------------- I would love to get some feedback on this and if it's working for you or if it breaks. / Nico
×
×
  • Create New...