Paul Kaiser
Forum Replies Created
-
Forum: Plugins
In reply to: [Content Scheduler] post_status, draftI’m familiar with Edit Flow — it’s great!
Do you need Content Scheduler to actually cause a post_status change?
Or just notify you when post_status has changed (perhaps changed by some other means.)Forum: Plugins
In reply to: [Content Scheduler] email notification sending every hour!Gang, I’ve pushed a version 1 update. Regarding notifications, the update only notifies you upon expiration.
The problem we were seeing resulted from trying to notify you ahead of time, e.g., “Hey, this content is going to expire soon.”
I can add that functionality back later (better…) but wanted to get a fix in and out to everyone.Forum: Hacks
In reply to: Edit Wp-mail.php?Howdy,
There should be no need to edit wp-mail.php. Leave core files alone.
Since Gravity Forms is a premium plugin, you should be searching their forums for an answer. (After all, that’s what you’re paying them for.)
As found on said forums, one of the fastest ways for you to try fixing this is using SMTP in lieu of wp_mail.
http://www.gravityhelp.com/forums/topic/setting-outgoing-smtp
Good luck,
PaulForum: Fixing WordPress
In reply to: Select images only loading when page is refreshedHowdy,
One issue is that your header background images are not found where your theme is looking for them, such as:
http://www.davesmithcentre.org/wp-content/uploads/2013/02/insidepage_headerbg_blue.jpgHave a look and see if it helps once you’ve corrected the location of these images.
Good luck,
PaulForum: Fixing WordPress
In reply to: WP_Query and limit postHowdy,
Try adding another parameter to featured_args:$featured_args = array( 'posts_per_page' => 5, 'post__in' => get_option( 'sticky_posts' ), );(Keep the rest of your code the same, then…)
Good luck,
PaulForum: Themes and Templates
In reply to: WP Search non WP PageHi there,
Certainly different ways to go about this, but have you considered using Google Site Search, to just cover both your WordPress site and the phpBB portion?http://www.google.com/enterprise/search/products_gss.html
Good luck,
PaulForum: Plugins
In reply to: [Content Scheduler] post_status, draftYes, right now it does narrow down to published posts.
Hmm… interesting idea. Original scope was to take published items and do something with them at a certain time.Can you briefly describe your use case for Content Scheduler affecting drafts?
Thanks,
PaulForum: Plugins
In reply to: [Content Scheduler] [Plugin: Content Scheduler] Development dropped?Hi all,
I’m trying to get my company to take over Content Scheduler. I’m just too swamped.
(6 open WP / PHP positions if you’re interested…)Anyway, I’m going to address a number of issues this coming week:
tags — simpler to configure and
notifications — simpler and a few more options to control frequencyThanks,
PaulCS should apply all changes specified in the Settings panel. If you have not set it to change post status (draft, pending, etc.) then it should not change.
If it is… well then there’s an additional problem I need to fix. Will have a look.
PaulForum: Plugins
In reply to: [Content Scheduler] [Plugin: Content Scheduler] Tags Being DeletedOh, sorry you’re having trouble with tags. I’ll give it a look.
Also, I’m going to try getting my company to take over Content Scheduler so it can get more attention than I’ve been able to give it. We are SO swamped!
On a related note, I’m hiring 6 developers to take some of this work off, so come work in Illinois!Anyway, will look at this tag issue ASAP.
PaulForum: Plugins
In reply to: [Content Scheduler] [Plugin: Content Scheduler] Development dropped?Hi all (ducking rotten fruit you may be throwing.)
I sincerely apologize for absence here and in development. A friend let me know things were afoot here and I should respond.
Reason (not excuse) for lack of updates is I’ve taken on a big engineering job that has left me no time at the end of the day. It is my hope that by the end of October (that’s 2 months in) I’ll be up to speed and have time to get Content Scheduler back in respectable shape.sjlevy, AHA! Thank you so much, that makes sense.
My bad — when wp core changed user levels, I updated code accordingly, but did not properly account for a network site super user level.
Adding to the list, and trying to work quickly on the 1.0… Thanks for hanging in there and letting me know what you found.
PKHrmmm…
Regarding the metabox not showing up, please check the following under Settings > Content Scheduler:
“Minimum user role to see Content Scheduler fields and shortcodes:”If it was working for you before, this is probably not the issue, but it is the first place to start. I am working on 1.0 release, so I need to get this issue fixed and am glad you brought it up.
Thanks,
PaulForum: Plugins
In reply to: [Content Scheduler] [Plugin: Content Scheduler] Feature request / questionThank you for the kudos and feedback.
1. First point: Yes, I believe I’m removing the user role setting in the next release to simplify, anyway. It’s not like that is sensitive information (that I know of?) and you can hide the column from listing under “Screen Options” for folks who don’t want to see it. Consider this one “on the list.”
2. Nice feature! Consider this one on the list, also. HOWEVER, keep in mind that if you make pages *really* go away, you might mess up your “link juice” earned in Google, et al.
3. Date Picker: I have come to the same conclusion on the date picker. Also, it is inconsistent with the core date picker used when scheduling a post. That inconsistency bugs me! So, that date picker is also getting hacked out of there.
It will be a few days before the next version is out, because there are significant (x2!) under-the-hood changes taking place.
Thanks again, keep suggestions / etc. coming.
Paul K
Forum: Plugins
In reply to: Moving wordpress from localhost to live siteHowdy,
I know there is a premium one called “Backup Buddy,” that does what you describe.
Was the one you found free?
Paul