GreyhoundXX
Forum Replies Created
-
Forum: Plugins
In reply to: [Really Simple Events] Accessing data via PHPThanks, I just copied lines 161 – 200 from that file into my PHP file and edited as necessary. Very easy!
Thank for your response – that makes sense. Usually I have to hack my way around things so I wasn’t expecting you to include an easier way of getting the array.
The error was a result of bad mail configuration in the plugin settings.
Thanks, I have an expiration field called “date” and I checked it vs today’s date to show a post or not.
if((types_render_field("date", array("format" => "Ynd"))) >= date("Ynd")){ do stuff }How do I convert the decimal to a date? I tried looking up PHP Date to see if that was related, but it didn’t seem right.
I get this error:
Resource interpreted as Script but transferred with MIME type text/html: “http://www.sitename.com/wp-content/plugins/lepopup-wp/files/editor_plugin.js.php?ver=345-20111127”.
On the right it says wp-tinymce.php. I’m in Chrome.
Thanks for the help.