Jump to content

Nico Knoll

PW-Moderators
  • Posts

    1,835
  • Joined

  • Last visited

  • Days Won

    21

Everything posted by Nico Knoll

  1. Would be nice to have a "maxlength" option for textareas which would change the database field type automatically to medium text or longtext.
  2. Okay so I think I have to change it in MySQL I guess Changed it to "longtext" but I still can't add more characters...
  3. Hey, is there a maximum of how many characters are allowed in a textarea field? Because it looks like I only can include a specific amount of characters in my body-field.... -- Nico
  4. why === and not ==? And do you use "german" or "default" in $input->get->lang? Because it has to be "default".
  5. Do you have a screenshot? And which wysiwyg do you use with the body field (plain, TinyMCE, CKEditor)
  6. For you - it's Nico There is a file called ".htaccess" in your root folder (the folder PW lays in). In this file you probably have to remove the # next to the "RewriteBase path".
  7. Do you set a RewriteBase in your .htaccess?
  8. Could you post the whole module, so I could try it and do some debugging
  9. Have you checked your file permissions? Maybe /assets/files/ is not writable.. For testing on your local XAMP Server just give assets and its subfolders 777 permission (never do this on live server if possible!)
  10. Good question. Just wanted to ask the same..
  11. Do you chose the CKEditor instead of TinyMCE like adrian described?
  12. And a lovely making-of
  13. @soma Changed it to "extends WireData implements Module". And changed version to 1.0.0 like mentioned before but somehow forgot. @tobaco: Should work now
  14. Where do you got 0.0.8? On GitHub its 0.1.0 and in the modules section it's 0.1.0, too
  15. I'm testing a new theme by reno. Can't tell you more at the moment about it - but it will be released soon and it's going to be great
  16. #Wow, looks great! It's one of the most beautiful sites made with PW I guess
  17. Huge update: * Added media file preview * Added multilayer support * Enabled to use the tab key http://modules.processwire.com/modules/template-editor/
  18. Updated some stuff and added it to module directory: http://modules.processwire.com/modules/textbox-list/
  19. That's sounds really, really great! I'm really excited how it will work
  20. I think that we should always everything for the newest version. If some of the json files aren't required you don't have to use them (meaning PW won't use them). And I think you only download the german language packet if you have a fresh PW installation (probably the newest version).
  21. Just try it
  22. Well your code is kind of komplex (don't know why you are using an "inputfieldhelperclass"). But I would take a look into TinyMCE module or CkEditor module on how they handle it. Because there it's working...
×
×
  • Create New...