Jump to content

Nico Knoll

PW-Moderators
  • Posts

    1,835
  • Joined

  • Last visited

  • Days Won

    21

Everything posted by Nico Knoll

  1. Available in module section right now: http://modules.processwire.com/modules/inputfield-quick-tags/
  2. I added the check and added the module to the directory (http://modules.processwire.com/modules/process-page-delete/)
  3. I guess with Processwire you can give them another way to handle them
  4. Hi, since I'm using TextareaLanguage for my "body" field I can't use the "TinyMCE Advanced Configuration Options" under the "Input" section anymore... It just shoes the default TinyMCE editor interface... How can this problem be solved? / Nico
  5. I couldn't continue it because I wasn't sure anymore what I did exactly... But maybe I try to reconstruct this and add further information here.
  6. Well in Germany WordPress is really popular. And I would like the conference in the UK much more because it's a lot easier for me to go there
  7. Hey, looks great! Some weeks ago I also worked on a module which upgrades Processwire. I did the download like this: $git = file_get_contents('https://api.github.com/repos/ryancramerdesign/Processwire'); $decoded = json_decode($git, true); $content = file_get_contents($decoded['html_url'].'/zipball/master/'); chdir($this->config->paths->AutoUpgrade); $fp = fopen("upgrade.zip", "w"); fwrite($fp, $content); fclose($fp); Maybe it'll help you / Nico
  8. If the conference would be on first, second or third day of August or on a weekend (and not too expensive) I would love to come. Otherwise I would have to go to school...
  9. I've tried to add "GermanLanguagePack"...
  10. I've tried to add a module but after submitting I've got a 404...
  11. Looks much better now!
  12. Could be really helpful for creating a public read API for a PW page sometime.
  13. Hey, just a quick question: Am I the only one who see "Forums" and "Members" two times? / Nico
  14. Sounds nice I'm really curious about the other features!
  15. It's working (sgym.de / sgym.eu). Thank you!!!
  16. Nice. I'll try this as soon as possible! Thank you!
  17. Well it looks kind of stupid if I'd have domains like domain.de/de/ and domain.com/en/ (... but this is how it is right now (sgym.eu/en/ and sgym.de/de/)...). So, yes, it would be great to have a option like "use multiple domains", which hides /de/ and /en/. P.S.: I used Oliver's old language translation module for this page originally.
  18. OK. I think I get it ... but just for understanding: I got two domains (example.de, example.com). I want example.de to show the german content and example.com to show the english content. How do my pagetree and the PageTitleLangage-fields have to look like?
  19. Ah, dammit. So I've got to use "link" or something similar, haven't I?
  20. Why is "url" a reserved word? Is there a way to create a field "url" anyway? / Nico
  21. Hey, I want to use processwire as framework for a page I'm building. But I don't need a title for each page. So I thought I could rename it to "id" and use it for the id. Are there possible problems that could happend if I'm doing it? / Nico
  22. Wow! Looks pretty amazing! I can't wait to see how I can create additional widgets I would build something like analytics integration or something similar Edit: I'm ready for an analytics module. Just need to know how P.S.: A screenshot of what I build until now: http://d.pr/i/k0s1
  23. Looks pretty good. I guess I have to try it out if I'm back from vacations
×
×
  • Create New...