-
Posts
1,835 -
Joined
-
Last visited
-
Days Won
21
Everything posted by Nico Knoll
-
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/
-
But I think there aren't that many rockets They all start with Apollo ^^
-
I don't like the pirate names :/
-
I like the architects names
-
You should try udmedia.de. I'm using it for a couple of years now and it's great
-
Hadn't have a lot of time recently. Started studying. Maybe in some weeks
-
Project Management for Developers: How you do it?
Nico Knoll replied to Vineet Sawant's topic in Pub
Slack looks really nice and free -
Just tried it on an 2.5.4 installation and it works perfectly... Could you post some screenshots?
-
Maybe you could add a check if InputfieldColorpicker is installed and in that case use this instead of InputfieldText.
-
@hafa: What should they do? Block your IP? They can't cancel your WordPress.com stuff. I would just use it. Dunno.
-
Why don't you just use this ervice then? It's not limited to WordPress: http://s.wordpress.com/mshots/v1/http://processwire.com
-
Don't think WordPress has this in the core. Maybe a Plugin. Do you have a link?
-
Did it already! Looks nice
-
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; }
-
Yeah, maybe I'll do this if I find the time
- 7 replies
-
- 3
-
-
- CRM
- Project Management
-
(and 5 more)
Tagged with:
-
left this one unblurred because everybody knows him anyway (kind of a rockstar)
- 7 replies
-
- 2
-
-
- CRM
- Project Management
-
(and 5 more)
Tagged with:
-
- 7 replies
-
- 3
-
-
- CRM
- Project Management
-
(and 5 more)
Tagged with:
-
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.
-
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
-
Looks really nice! Only saw it on my phone but even there
-
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.
- 206 replies
-
- 3
-
-
- standarisation
- templates
-
(and 1 more)
Tagged with:
-
Never continued it. Sorry...
-
@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"
-
Otherwise you can use my module: http://modules.processwire.com/modules/textbox-list/
-
Okay. That makes more sense