-
Posts
1,835 -
Joined
-
Last visited
-
Days Won
21
Everything posted by Nico Knoll
-
So it's only not working for not superusers? Which permissions are the normal users having?
-
I like the idea of an alternative generated JSON version. But how could we use PW to create the manual in different languages? Is it working with Ryan's language plugin?
-
@Ryan: Well, I never did it before, but I guess it shouldn't be that hard to setup a wiki. So I would try it
-
Which Browser, which OS (Mac/Windows/Linux)? Is Javascript activated?
-
Same thing happened to me some minutes ago. I'm not sure why but I'll try to fix it And to issue#2: Which browser are you using and which system? Because I don't have this problem with Chrome on Mac OS X.
-
But the most important thing is to show editors how they can edit pages generally I guess. Home to create a template and so on could be in the "advanced" part.
-
I guess this is a great idea. Because my school's new website will run with ProcessWire (I build it) and our teachers would probably love to have something like this in german
-
Module: Languages (multi language content management)
Nico Knoll replied to Oliver's topic in Modules/Plugins
Sounds nice. Please write when it's ready -
New version is uploaded. I added the popup confirmation and integrated transpix's improvements.
-
Should work now in the debug mode.
-
How can end-users add gaps/margins in TinyMCE?
Nico Knoll replied to onjegolders's topic in General Support
You can do linebreaks with shift + enter I guess... I hope it'll help you. -
Module: Languages (multi language content management)
Nico Knoll replied to Oliver's topic in Modules/Plugins
Is there a new version already? -
I guess there is something like this already. I saw it in Oliver's language module which clones the home template and locks it. Edit: He deleted the Git-Repo, but I found it on my harddrive. So here is the whole code of it: http://hastebin.com/qodifilaja.php (line 1500 or so should be interesting)
-
Uploaded a new version. It should fix the broken "save" button and the multiple preview windows. Another addition is that you now can see when the preview is loaded because the previe button goes back to green after loading it.
-
Well, the main point is that you don't have to save or publish the page before you see a preview of it. And it should work after the first click on the button you just have to wait some seconds because of the ajax request.
-
Funny fact about german: We use "anglicisms" so "cache", "template", "email", "URL" and "link" are used in the german language as well (Only difference is that the first letter is uppercased in german)
-
Is there a way in version 2.1 to let "User A" only edit "/test/" and not the whole "page" template?
-
Howdy cowboys! Please let me introduce ProcessPreview 2.0. The new version doesn't need the preview.php anymore because it works completely different. Just have a look in the code (only 89 lines!). Also it now uses AJAX POST requests instead of the old GET way. You can download it on GitHub: https://github.com/NicoKnoll/ProcessPreview/ Greets, Nico
-
I really like it but it's annoying that "nico" isn't free anymore and I have to use "Nico_"...
-
Love this!
-
could you post a screenshot of the error?
-
Hey, I don't know a solution either. But if you want it to look good you could combine it with my module: /Nico
-
Looks really nice!
-
Maybe you should first rebuild a timestamp with "strtotime()". Then you can use it in every format you want/need.
-
Yes, this is how it works. But I'm working on an alternative way. So I wil release a better version within the next week. / Nico