-
Posts
1,835 -
Joined
-
Last visited
-
Days Won
21
Everything posted by Nico Knoll
-
Would be nice to have a "maxlength" option for textareas which would change the database field type automatically to medium text or longtext.
-
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...
-
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
-
why === and not ==? And do you use "german" or "default" in $input->get->lang? Because it has to be "default".
-
Do you have a screenshot? And which wysiwyg do you use with the body field (plain, TinyMCE, CKEditor)
-
rootPath appears in URL structure on live server
Nico Knoll replied to domwilliams's topic in General Support
So is it working now? -
rootPath appears in URL structure on live server
Nico Knoll replied to domwilliams's topic in General Support
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". -
rootPath appears in URL structure on live server
Nico Knoll replied to domwilliams's topic in General Support
Do you set a RewriteBase in your .htaccess? -
Could you post the whole module, so I could try it and do some debugging
-
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!)
-
language installation in dev 2.4.5 ?
Nico Knoll replied to Manfred62's topic in Multi-Language Support
@ryan: Thanks! -
Lovely site
-
Good question. Just wanted to ask the same..
-
-
And a lovely making-of
-
@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
-
Where do you got 0.0.8? On GitHub its 0.1.0 and in the modules section it's 0.1.0, too
-
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
-
#Wow, looks great! It's one of the most beautiful sites made with PW I guess
-
Huge update: * Added media file preview * Added multilayer support * Enabled to use the tab key http://modules.processwire.com/modules/template-editor/
-
Updated some stuff and added it to module directory: http://modules.processwire.com/modules/textbox-list/
-
PassiveCron - Background Task Scheduling Service
Nico Knoll replied to Marvin Scharle's topic in Modules/Plugins
That's sounds really, really great! I'm really excited how it will work -
German (de-DE) not maintained
Nico Knoll replied to Nico Knoll's topic in ProcessWire Language Packs
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). -
Just try it
- 20 replies
-
- hooks
- inputfields
-
(and 1 more)
Tagged with:
-
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...
- 20 replies
-
- hooks
- inputfields
-
(and 1 more)
Tagged with: