leethompson
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] More default fieldsOops!
So i figured it out!!
in
modules/text.phpI added the fields I added.
$user_options = array( 'default:user_login' => 'user_login', 'default:user_email' => 'user_email', 'default:user_url' => 'user_url', 'default:user_first_name' => 'first_name', 'default:user_last_name' => 'last_name', 'default:user_nickname' => 'nickname', 'default:youtube' => 'youtube', 'default:skype' => 'skype', 'default:age' => 'age', 'default:user_display_name' => 'display_name' );Thanks all
Forum: Plugins
In reply to: [Contact Form 7] More default fieldsping
Forum: Plugins
In reply to: [Lazy Pinner] Blog posts not displaying on Pinterest accountCan you post the url of the pinterest board you are using.
Lee
If you download this the script will identify the hidden fields pinterest is using on form submission.
Lee
Forum: Plugins
In reply to: [Lazy Pinner] Lazy pinner does not pin on scheduled postHello,
I did this intentional as pinterest can/will mark you as a bot if you have many posts published at a time.Lee
Forum: Plugins
In reply to: [Lazy Pinner] Could Not Connect to Pinterest.I am working on the next major release which will work with the restriction provided by hosts. I dont have an eta at this time
Lee
Forum: Plugins
In reply to: [Lazy Pinner] Blog posts not displaying on Pinterest accountI have added a small change please update and let me know if you are still getting errors.
Forum: Plugins
In reply to: [Lazy Pinner] Posts not showing on board / not pinnedSorry for the delay, can you upgrade to latest and see if you get any errors?
Lee
Forum: Plugins
In reply to: [Lazy Pinner] Posts not showing on board / not pinnedHi sorry I have been away I am going to start on this, can you uninstall the delete the plugin files and the tables from your database and re-install again.
Lee
Forum: Plugins
In reply to: [Lazy Pinner] Could Not Connect to Pinterest.ErrorNot a problem. Let me know if you need any other help.
LeeForum: Plugins
In reply to: [Lazy Pinner] Could Not Connect to Pinterest.Erroropen_basedir is in your php.ini file, I am working on a work around for this, so if you can disable the open_basedir for now the plugin will work.
Lee
Hello,
Im glad you got the plugin working, I havent tested this on a windows apache server. I am working on a work around for open_basedir and hopefully can release this soon.Lee
Forum: Plugins
In reply to: [Lazy Pinner] Posts not showing on board / not pinnedOK I will add you now hopefully we can get yours working tonight
Forum: Plugins
In reply to: [Lazy Pinner] Posts not showing on board / not pinnedLook for any curl errors, there is another option and that is edit includes/pinit.php and add
echo $curlresponse;
after
if($httpCode == 404){curl_close($ch);
on line 76 and update a post then you will get the error you are getting.
LeeForum: Plugins
In reply to: [Lazy Pinner] Posts not showing on board / not pinneddo you have access to your php log?