joeguilmette
Forum Replies Created
-
Forum: Reviews
In reply to: [WP Local Toolbox] It looks great!Awesome! Glad to hear that.
If you use VVV I have a script that will set up WP Local Toolbox when you provision a new site: https://github.com/joeguilmette/ee-vvv-wordmove/blob/master/vvv/www/domain.com/vvv-init.sh
Forum: Reviews
In reply to: [WP Local Toolbox] It looks great!Hope it worked for you! Out of curiosity, where did you read about WP Local Toolbox?
Forum: Reviews
In reply to: [WP Local Toolbox] Not optimal yetI’m not sure if you are bemoaning the fact that the settings are stored in the wp-config file or that the plugin isn’t able to automatically read/write its settings to the wp-config file.
Configuring the settings manually in wp-config.php was a conscious decision. We’ve done this to enable you to migrate your database between different server environments without taking the WP Local Toolbox settings along the way.
It wouldn’t make any sense to store the server name or anything else in the database. If we did that then every time you deploy your database from A to B you’d need to go into the admin panel and change your settings, which would defeat the whole point of this plugin.
If you want WP Local Toolbox to read/write settings to the wp-config file, well, that’s a lot of code to write so we can avoid copy/pasting a handful of lines. Pull requests are welcome: https://github.com/joeguilmette/wp-local-toolbox
Forum: Reviews
In reply to: [Perfect Images] Great until recentlyJordy – you’re too nice ??
Forum: Plugins
In reply to: [Import Export Suite for CSV and XML Datafeed] Something terribly wrongHi there! I was able to get the CSV to upload following your instructions – thanks!
But now I have a new issue.
Some of the fields are set by the “Custom Field Suite”. After properly mapping them in your plugin, the custom fields are correctly populated, but CFS doesn’t see them… The CFS input boxes in the post editor are empty, but the imported data is there as a custom field.
When I enter in data in the CFS input field, I then have two identical custom fields.
Does that make sense?