Jump to content

Nico Knoll

PW-Moderators
  • Posts

    1,835
  • Joined

  • Last visited

  • Days Won

    21

Everything posted by Nico Knoll

  1. This module adds a "SEO" tab to every page where you can define a special title, description, keywords, etc. Try it http://aluminum-j4f.lightningpw.com/processwire/ Name: demo Pass: demo123 How to use You can choose between include automatically or use the following methods: $config->seo // includes all the default values and configuration settings // e.g.: $config->seo->title $config->seo->keywords $page->seo // includes all the default values mixed with the page related seo data // e.g.: $page->seo->title $page->seo->keywords // for rendering: $page->seo->render . . Screenshot Download You can download it in the modules repository: http://modules.processwire.com/modules/markup-seo/
  2. But I think there aren't that many rockets They all start with Apollo ^^
  3. I don't like the pirate names :/
  4. I like the architects names
  5. You should try udmedia.de. I'm using it for a couple of years now and it's great
  6. Hadn't have a lot of time recently. Started studying. Maybe in some weeks
  7. Slack looks really nice and free
  8. Just tried it on an 2.5.4 installation and it works perfectly... Could you post some screenshots?
  9. Maybe you could add a check if InputfieldColorpicker is installed and in that case use this instead of InputfieldText.
  10. @hafa: What should they do? Block your IP? They can't cancel your WordPress.com stuff. I would just use it. Dunno.
  11. Why don't you just use this ervice then? It's not limited to WordPress: http://s.wordpress.com/mshots/v1/http://processwire.com
  12. Don't think WordPress has this in the core. Maybe a Plugin. Do you have a link?
  13. Did it already! Looks nice
  14. Nico Knoll

    Muesli Café

    You could do it like this: var isMobile; // Identify if visitor on mobile with lame sniffing to remove parallaxing title if( navigator.userAgent.match(/Android/i) || navigator.userAgent.match(/webOS/i) || navigator.userAgent.match(/iPhone/i) || navigator.userAgent.match(/iPod/i) || navigator.userAgent.match(/iPad/i) || navigator.userAgent.match(/BlackBerry/) ){ isMobile = true; }
  15. Yeah, maybe I'll do this if I find the time
  16. left this one unblurred because everybody knows him anyway (kind of a rockstar)
  17. Did kind of the same recently:
  18. Hey, there are two error notes at the moment which happens quite often (first thing: it's not a bug in the system): The first one is if you use something like $page->images->first()->size(300)->url and haven't uploaded an image yet and everything breaks until you upload one. I think it would be nicer to just return nothing if debug mode is off. The second one happens if your php version is to old and sounds like this: "Parse error: parse error, unexpected T_PAAMAYIM_NEKUDOTAYIM". But you won't know that it's just you're php version is to old because of this hebrew word. Maybe you could catch this error and just show a custom "Please update your PHP version to at least 5.3.8" or something similar.
  19. Nico Knoll

    Muesli Café

    Love this! And really nice video (I want a drawing of me now, too ^^). I donated 5€ and hope to see my name in your cafe the next time I go to porto
  20. Looks really nice! Only saw it on my phone but even there
  21. I'm doing PW sites for almost four years now I think and still be using head.inc and foot.inc and do some $template->render() stuff for parts of my site. So I think you can just use the way you're more comfortable with.
  22. Never continued it. Sorry...
  23. @sforsman: you should never not post a module only because you can't maintain it. Just do it like me: release it and then declare it as "proof of concept"
  24. Otherwise you can use my module: http://modules.processwire.com/modules/textbox-list/
  25. Okay. That makes more sense
×
×
  • Create New...