Jump to content

Nico Knoll

PW-Moderators
  • Posts

    1,835
  • Joined

  • Last visited

  • Days Won

    21

Everything posted by Nico Knoll

  1. Had kind of the same problem here and wrote a module for this weeks ago. It's still alpha but:
  2. The problem is line 51. It looks like: $inputfield->addOption((string) $option); And has to look like: $inputfield->addOption((string) trim($option));
  3. I get this error if I'm trying to login: This request was aborted because it appears to be forged.
  4. Hey, I just thought it might be helpful to have a guide for your module's presentation: The Title The title of a module is an important part of it. It should kind of make the main function of a module understandable after the first reading. So there are some guidelines for naming a module: (via http://processwire.com/api/modules/) Here is a more extended list of some "module prefixes" and a short description for each: (via http://processwire.c...-module-naming/) The Description A good description is another important part of your module's presentation. Here is a short list of sections you could (or maybe should) include in it: General: The main function of your module How to use: A description of how to use your module which maybe includes some details the user won't see directly. Installation: If there is something special about the installation of your module you should add this to your description. Screenshots/-casts: It's awesome if you would take a picture of your module (if it changes or adds something the user is able to see). Or maybe a screencast if you like to. (Great example: http://processwire.c...ncy-admin-mode/) Links At the end of your post you should add some links like where the user can download the plugin and if you've added your module to the module section you should post the link here too. Module Section If you've posted your module already to the modules section you can easily copy it's contents there and use them for your post here or - of course - the other way around. I hope this post was helpful to you. Greets, Nico
  5. -- Moved into development -- Please create a separate topic in "modules" when the module is finished.
  6. Nico Knoll

    Processwire Wiki

    Isn't the right syntax in markdown ![Description](URL) ?
  7. -- Moved into development -- Please create a separate topic in "modules" when the module is finished.
  8. -- Moved into development -- Please create a separate topic in "modules" when the module is finished.
  9. -- Moved into development -- Please create a separate topic in "modules" for the finished module.
  10. -- Moved into development -- Please create a separate topic in "modules" for the finished module.
  11. Will be definitely in the next update!
  12. Added it: http://modules.processwire.com/modules/template-editor/
  13. Not moving on (Windows XP / Firefox) either. But it's working with chrome on my iPhone.
  14. Not in mine (OS X 10.8 / Chrome & Firefox)
  15. Ok. Updated it. I used some code of another module of mine for the table. And in this I had a delete function
×
×
  • Create New...