robertmccarson
Forum Replies Created
-
Forum: Plugins
In reply to: [Docs to WordPress] Help activiating thisThat was the problem. I pasted your code above into line 5 and then it moved the files over!!!!!!! Fist bump through the Internet. Thank you so much Tara.
Forum: Plugins
In reply to: [Docs to WordPress] Help activiating thiswp_mail(“[email protected]”, “Docs To WordPress PC”, print_r( $result, true ) );
Forum: Plugins
In reply to: [Docs to WordPress] Help activiating thisyes
Forum: Plugins
In reply to: [Docs to WordPress] Help activiating thisNo, if I put email address in it, this is what I get:
Parse error: syntax error, unexpected ‘@’ in /home/content/p3pnexwpnas09_data03/87/2786987/html/docs_to_wordpress.php on line 5
I only get a blank document when it says “YOUR_EMAIL_ADDRESS”
Forum: Plugins
In reply to: [Docs to WordPress] Help activiating thisWell I changed the docs_to_wordpress-php file to the following and now all it returns is a blank html page when type lava/media/docs_to_wordpress.php in the browser and hit return
Here is my php text
<?php
include(‘./wp-load.php’);
$docs_to_wp = new Docs_To_WP();
$result = $docs_to_wp->startTransfer();
wp_mail( “YOUR_EMAIL_ADRESS”, “Docs to WordPress”, print_r( $result, true ) );Forum: Plugins
In reply to: [Docs to WordPress] Help activiating thisThen I made this the php file
<?php
include(‘./wp-load.php’);
$docs_to_wp = new Docs_To_WP();
$result = $docs_to_wp->startTransfer();
wp_mail( “YOUR EMAIL”, “YOUR SUBJECT LINE”, print_r( $result, true ) );And got this error:
Parse error: syntax error, unexpected end of file in /home/content/p3pnexwpnas09_data03/87/2786987/html/docs_to_wordpress.php on line 5
Forum: Plugins
In reply to: [Docs to WordPress] Help activiating thisHere is the error I received.
Parse error: syntax error, unexpected ‘@’ in /home/content/p3pnexwpnas09_data03/87/2786987/html/docs_to_wordpress.php on line 5
Forum: Plugins
In reply to: [Docs to WordPress] Help activiating thisyes I’m aware of that. I’m asking for your help with the docs to word press portion I’ve configured the settings for the plug-in and I’ve created folders on Google drive but nothing happens and I’m sure there’s more that I need to do but frankly it’s not very clear in the installation guide all the steps you need to take to make this work and I was hoping you could help me since you pick up errantly have it working on your Google Docs and your WordPress site.
Forum: Plugins
In reply to: [Docs to WordPress] Fix for missing Bold and Italic styling!Tararebeka would you be willing to help me?
Can anyone please help me get this activated? I have installed the plug-in and put all the information in the settings. It is connected to Google Docs. But then what? And how do I configure the In-Design script to get documents from WordPress.
Justin –
Thanks for the great support by telephone call even. Hey folks this plug-in works great and the ability to print directly from your site instead of going to Google Maps gives it that great in-line professional look.