johnnyryan
Forum Replies Created
-
A settings page would be wonderful!
BTW, I found a fix for an issue. Using a mac, indesign CS3, I couldnt place exported txt files without the tags showing up. I edited the plugin to write ANSI WIN rather than MAC at the top of the file and it now works fine.
Forum: Plugins
In reply to: [Docs to WordPress] [Plugin: Docs to WordPress] Can't get docs folder idI’m having this problem too. Has the v3 of Google Docs changed how folder IDs work?
My URLs looke like ?tab=oo#folders/0B_dBN4Mowt5zNWE3YTcwYmYtZjU5Yy00Y2JhLTljYTQtMzAzYjI0ZjJjNGQy
The first string after the slash – 0B_dBN4Mowt5z – is common to different folders. I cant get it working – What do we point wp-config to?
Examples:
0B_dBN4Mowt5zNWE3YTcwYmYtZjU5Yy00Y2JhLTljYTQtMzAzYjI0ZjJjNGQy
0B_dBN4Mowt5zOWE5YTdlNTAtM2ZkMi00MGQ3LTkzNmEtOWU0MGUxOGYwYjFjThe common part is 0B_dBN4Mowt5z
Its not working for me. Removing the common part and using only the longer section did not work (see lines from wp-config below)
define(‘DOCSTOWP_ORIGIN’, ‘NWE3YTcwYmYtZjU5Yy00Y2JhLTljYTQtMzAzYjI0ZjJjNGQy′);
define( ‘DOCSTOWP_DESTINATION’, ‘OWE5YTdlNTAtM2ZkMi00MGQ3LTkzNmEtOWU0MGUxOGYwYjFj’ );