-
Posts
1,835 -
Joined
-
Last visited
-
Days Won
21
Everything posted by Nico Knoll
-
It has moved to http://www.globi.ca/blog/wordpress_vs_processwire/
-
Looks nice but the slideshow is a little bit too fast. I don't have enough time to read the whole short description
-
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
-
Wow! Really nice. It looks like were getting more and more good designers to use Processwire
-
Just beautiful!
-
TinyMCE advanced settings with TextareaLanguage
Nico Knoll replied to Nico Knoll's topic in General Support
Ehhhhhmmmmm.... my fault... I really added the buttons to the wrong input field.... -
Hey, just saw your website and I have to say: It's REALLY AMAZING! BUT: You should use ProcessWire instead of Textpattern / Nico
-
TinyMCE advanced settings with TextareaLanguage
Nico Knoll replied to Nico Knoll's topic in General Support
So ... something new here? -
Doesn't matter anymore. I just build a AJAX-request page by myself
-
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
-
Looks nice! And it's german
-
me too.
-
German (de-DE) not maintained
Nico Knoll replied to Nico Knoll's topic in ProcessWire Language Packs
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", "..." -
@digitex: Have you tied it out yet? And does it break on your tests, too?
-
I'll do it in the next project
-
Out of interest, who's using Less/Sass vs plain old CSS
Nico Knoll replied to onjegolders's topic in Dev Talk
I'm always using only CSS. -
Wow, looks really awesome!!! Do you added it to the module overview already? (http://modules.processwire.com)
-
Config property to check for if on admin or frontend
Nico Knoll replied to Soma's topic in Wishlist & Roadmap
Does it work in module's init() ? -
idea draft: template driven page list icons
Nico Knoll replied to Chris's topic in Wishlist & Roadmap
@chris: Your mockup looks really nice! -
And since today here: http://modules.processwire.com/modules/process-page-delete/
-
Ok I'll integrate it
-
Config property to check for if on admin or frontend
Nico Knoll replied to Soma's topic in Wishlist & Roadmap
+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) -
It's directly checking GitHub (But not only major numbers but every update)
-
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