Kal Str?m
Forum Replies Created
-
This is just a browser issue actually. We have no error checking for this, since a HTML5 number field will have this functionality when fully implemented in the browser.
Forum: Plugins
In reply to: [More Fields] [Plugin: More Fields] Feature Request: File UploadThanks, we appreciate it!
I’m trying to understand your problem though. Can’t you use the usual upload feature? With or without the WYSIWYG editor. And then the file list field?
Forum: Plugins
In reply to: [More Fields] [Plugin: More Fields] How to recreate pre-upgrade scenarioIt should just show up if you use the same key.
Look in the custom fields section, is the data still there?
Forum: Plugins
In reply to: [More Fields] [Plugin: More Fields] contact form 7 and more field ?You need to apply the content-filter to the output.
Forum: Plugins
In reply to: [More Fields] [Plugin: More Fields] 2.0.2 still broken?We probably have a solution to this problem.
Will implement and update as soon as possible.Forum: Plugins
In reply to: [More Fields] [Plugin: More Fields] Template TagLike this:
<?php more_fields('secondary_title','<h2>','</h2>',false) ?>
So the last value is just true or false. Or 1 or 0.
Or you can leave stuff out:
<?php more_fields('secondary_title') ?>
or
<?php more_fields('secondary_title','<h2>','</h2>') ?>
Forum: Plugins
In reply to: [More Fields] [Plugin: More Fields] 2.0.2 still broken?Thanks, we’ll look into this. Seems to be a problem with php installs in Windows environments.
Forum: Plugins
In reply to: [More Fields] [Plugin: More Fields] Template TagIt’s not necessary at all. That’s just for when you move your site and templates from one install to the next (without exporting the database).
The template tag works like this:
more_fields(field,before,after,content filter)
where field is the name of the custom field key, before and after is what’s supposed to around the output and content filter is whether the_content filter should be applied to the data or not (if you want paragraphs for instance or just raw data).Forum: Plugins
In reply to: [More Fields] [Plugin: More Fields] 2.0.2 still broken?Again, what’s your setup?
It’s difficult to try and replicate if I don’t know your setup.
Forum: Plugins
In reply to: [More Fields] [Plugin: More Fields] Slugs and Busted PaginationGreat to hear!
(I’ve noticed that issue too. It will have to rest until we release More Roles though. But thanks for the heads up.)
Forum: Plugins
In reply to: [More Fields] [Plugin: More Fields] Slugs and Busted Pagination@sassymonkey: We tried to resolve this issue with More Fields 2.0.3.
Have you tested it out?
Forum: Plugins
In reply to: [More Fields] [Plugin: More Fields] 2.0.2 still broken?What’s your server setup?
Forum: Plugins
In reply to: [More Fields] [Plugin: More Fields] Can't use quotation marks on Text boxesThanks for heads up.
Forum: Plugins
In reply to: [More Fields] [Plugin: More Fields] 2.0.2 still broken?Is this from an upgrade More Fields installation?
Forum: Plugins
In reply to: [More Fields] [Plugin: More Fields] File List Broken?Then again, it’s not far off on the horizon.
I’m changing the tune. Release date: Sunday 2010-08-22.