-
Posts
1,835 -
Joined
-
Last visited
-
Days Won
21
Everything posted by Nico Knoll
-
@Macrura: If you have an idea how to solve this let me know
-
It could be a js thing too, as it seems that you're using a js script like "modernizr". Could you check your console for any errors? And could you post the originally rendered DOM (in chrome you have to do a right click and select "Show Source Coe" instead of copying it from console).
-
Hey, after having Lightwire Skin more or less ready for some months now I finally created a little module to make the installation easier. I hope you like it. Please report issues directly on Github: https://github.com/NicoKnoll/LightWire-Skin A cleaner and nicer CKEditor Skin using fontawesome:
- 17 replies
-
- 19
-
Moved to jobs.
-
Duplicate field settings when creating a new one
Nico Knoll replied to vknt's topic in Wishlist & Roadmap
@panx I think this is intended -
Hey, I really love the functionality of Hanna Code. But it's 45mb (!!!) because of the ACE editor. So my idea is to change it to work like my Template-Editor module: Use ACE in case it is installed and otherwise implement only a tab functionality. That should work as well and save some space (and upload time!). Here's the part of codes that could just be copied into hanna code: https://github.com/NicoKnoll/ProcessTemplateEditor/blob/master/ProcessTemplateEditor.js#L1-L19 Thanks, Nico
-
MarkupSEO - The all-in-one SEO solution for ProcessWire.
Nico Knoll replied to Nico Knoll's topic in Modules/Plugins
@Juergen: Yes, most of it. If you install the module there is a short explanation on the bottom of the config page. -
-
Is it already in today's update or next week's?
-
@renobird: maybe you find time too look at this again: https://processwire.com/talk/topic/7625-reno-theme/?p=78885
-
Just change the "guest" users language to the one you want to have by default.
-
MarkupSEO - The all-in-one SEO solution for ProcessWire.
Nico Knoll replied to Nico Knoll's topic in Modules/Plugins
You're welcome -
MarkupSEO - The all-in-one SEO solution for ProcessWire.
Nico Knoll replied to Nico Knoll's topic in Modules/Plugins
I would recommend you to turn off the SEO auto title function and do it yourself using the SEO parameters. Like this: <title><?php echo ($page->id == '1') ? $page->seo->title : $page->seo->title.' - '.$config->seo->sitename; ?></title> -
http://web.archive.org/web/20120819010829/http://lukasepple.de/blog/2012/08/grundlagen-processwire
-
@gemini: Could you add some more specific points? It's hard to change the right thing if you just get to here "just make it better"..
-
Really love this! I hope ryan and tom can make that happen (Or maybe you can just send a pull request )
-
Nice design and interesting topics (and german). Big thumb up (Y)
-
wiki.processwire.com - Basic Website Tutorial
Nico Knoll replied to AndreJansen's topic in Tutorials
Btw.: I would like to see the wiki shut down to prevent confusion. The texts should be merged in the main site and tutorial section somehow. -
Multi-site with multiple databases and redirect
Nico Knoll replied to Pascal's topic in General Support
I think this option is optional. So you can just leave it empty and everything will work automatically. (Even if not recommended) -
Moved to tutorials.
-
Overwrite option in language_files field not working
Nico Knoll replied to Beluga's topic in General Support
Solved. -
Language Translation: don't remove double content
Nico Knoll replied to Nico Knoll's topic in Wishlist & Roadmap
Posted an issue: https://github.com/ryancramerdesign/ProcessWire/issues/1172 -
At 1:49: me wearing a ProcessWire shirt https://it-gipfelblog.hpi-web.de/2015/05/17/alexandra-quiring-tegeder-ueber-schulische-bildung-im-bereich-it/
-
Another German article about PW. This time by a huge hoster (300.000+ users): https://www.df.eu/blog/2015/05/11/processwire-ein-cms-mit-besonderer-flexibilitaet/
-
Hey, if I'm using the Language Translation Tool strings automatically get deleted if they match the original string. This is really annoying because it shows those strings as "blank" in the overview but you can't fix them. Why not just let them be as you type them in? - Nico