Takuro Hishikawa
Forum Replies Created
-
Forum: Reviews
In reply to: [Really Simple CSV Importer] Recommended!Thanks for your recommendation!
どうしたしまして!
Forum: Plugins
In reply to: [Really Simple CSV Importer] Upload files to custom fieldsCurrently, I support attachment thumbnail image from remote url, but do not support custom fields. I am already working to add that function in a future release, but this task will take time to complete.
I’m sorry, but this is an English language forum, so please use English. If you can’t, you can use Japanese WP forums.
http://ja.forums.wordpress.org/Then, I’m sorry again but I don’t support importing multiple values to multiple field with same single key. You can completely replace the
save_post()method, but this way is bit complicated. If you are a programer, see this example:
https://gist.github.com/hissy/1ea54a46fd07be9f4334Forum: Plugins
In reply to: [Really Simple CSV Importer] Advanced Custom Repeater FieldsYes there is the same way, associative array.
http://customfieldsuite.com/docs/save/Forum: Plugins
In reply to: [Really Simple CSV Importer] Advanced Custom Repeater FieldsHere is a tutorial on my blog: http://notnil-creative.com/blog/archives/2913
Forum: Plugins
In reply to: [Really Simple CSV Importer] Import Custom CategoriesI think, you can use custom post type.
Forum: Plugins
In reply to: [Really Simple CSV Importer] ACF Relationship and Multi-Select checkboxIf you would like to import multiple values, please make array data with filter hook. there are some examples in Other Notes page.
Forum: Plugins
In reply to: [Really Simple CSV Importer] Check if the attachment already exists> After updating the plugin I get an error: Parse error: syntax error, unexpected T_PAAMAYIM_NEKUDOTAYIM in \wp-content\plugins\really-simple-csv-importer\rs-csv-importer.php on line 350
Sorry, this is a bug when running on PHP5.2, and I’ve updated to fix it.
> how I can attach the same image to several imported posts.
First, upload image via media upload in dashboard, then check that attachment id, and write plugin to override save_post method and manually attach media to each posts like as my gist code.
Forum: Plugins
In reply to: [Really Simple CSV Importer] wpcf-description fieldSorry to very late response…I was so busy.
I have tested with your csv, but it works.Forum: Plugins
In reply to: [Really Simple CSV Importer] Check if the attachment already existsIn version 0.6, RS_CSV_Importer::save_post() method is overridable with “really_simple_csv_importer_class” filter hook. You’ll be able to replace saving process as you like. The gist is an example, it enables to attach default thumbnail image via attachment id for each posts.
Forum: Plugins
In reply to: [Really Simple CSV Importer] Check if the attachment already existsI’ve released new version, and here is an example.
https://gist.github.com/hissy/1ea54a46fd07be9f4334I’ve released version 0.6 and improved error message, so please try again. Thanks you.
Forum: Plugins
In reply to: [Really Simple CSV Importer] Check if the attachment already existsIn short, not supported in current version(0.5.7).
But I will release a new version that supports more flexibility in few days, please wait patiently…
Forum: Plugins
In reply to: [Really Simple CSV Importer] problem with image importsHi Paal, please check on these:
1. Whether the same named file exists in your wp-upload directory
2. Is target file protected with basic auth or another authentication?
3. Target files are too large