ericjuden
Forum Replies Created
-
Forum: Plugins
In reply to: [Approval Workflow] [Plugin: Approval Workflow] Functionality QuestionHi Robert,
No, that is not currently supported.
Eric
Forum: Plugins
In reply to: [Client Status] Bug: client-status list nestingMichael,
My guess would be an error in the xml feed being passed back to the dashboard site. Make sure you don’t have debugging enabled on your servers.
Thanks,
Eric
Forum: Plugins
In reply to: [Client Status] [Plugin: Client Status] PHP Warnings destroy XMLThanks for the feedback. I’ll work on the hard coded paths and the call-time pass-by-reference errors.
As for Trac, I’m fairly certain that is only for core. Best thing for now would be to keep posting in the forums.
Eric
Forum: Plugins
In reply to: [Client Status] [Plugin: Client Status] PHP Warnings destroy XMLKnut,
If you are interested in how 1.4 is coming, you can check out what I have here: https://plugins.trac.www.ads-software.com/browser/client-status/tags/1.4_BETA
It is usable, but I’m still trying to figure out the client updates from the dashboard site. If the site has more than 3 updates, it finishes 3 and leaves the site in maintenance mode.
Eric
Forum: Plugins
In reply to: [Client Status] [Plugin: Client Status] Hook to extend.For those brave souls that want to try it out, I’ve created a tag that can be checked out: https://plugins.trac.www.ads-software.com/browser/client-status/tags/1.4_BETA
Eric
Forum: Plugins
In reply to: [Client Status] [Plugin: Client Status] Hook to extend.Hey Scott,
Sorry for not responding quicker. I’ve recently been working on this plugin again. I’m hoping to have something submitted to svn soon. I’ve been working on updating client sites remotely from the dashboard site. It is working partially (if you don’t have a lot of updates). If there are more than 3 updates, it finishes installing those and leaves the client site in maintenance mode.
As for the hooks, I’ve added some to allow displaying additional information about the client by pulling other stuff from the data file.
Eric
Forum: Plugins
In reply to: [Client Status] [Plugin: Client Status] PHP Warnings destroy XMLThanks, I’ve added ini_set(“display_errors”, 0) as the first line in the xml file.
Eric
Forum: Plugins
In reply to: [Approval Workflow] [Plugin: Approval Workflow] Post installation WarningFollow up: I just submitted the code to svn. Watch for version 1.3.2. Also, as a side note, I would not recommend running WP_DEBUG on a production site.
Eric
Forum: Plugins
In reply to: [Approval Workflow] [Plugin: Approval Workflow] Post installation WarningHi there,
It is saying that because you have nothing in the workflow. It is not a critical error. I’ll work on clearing up that error message for the next release.
Eric
Hi Steph,
Yes, it is possible to do so. You are correct, you’ll still need the edit_published_pages permission for your users. You can just remove the publish_pages permission and it should work fine.
Hope that helps,
Eric
I’m getting ready to come out with a new release. It appears there was an error in one of my sql queries.
Eric
Hey Ovidiu,
You could either add the blog’s id to the exclude list in the options, or have them make a blog post.
Eric
Forum: Plugins
In reply to: [Approval Workflow] [Plugin: Approval Workflow] No NotificationYou may want to give them edit_private_ permissions as well. I guess it depends on your setup.
Eric
Forum: Plugins
In reply to: [Approval Workflow] [Plugin: Approval Workflow] No NotificationYou will want them to have all edit_ permisions, just not publish_ permissions. I can verify that email notifications are working in my setup. Is it possible they are going to spam? I have tried this on 2 different setups now and both send email just fine.
Eric
Forum: Plugins
In reply to: [Approval Workflow] [Plugin: Approval Workflow] No NotificationWhoops, I had a variable named wrong. I just pushed up the changes. Watch for 1.3.1.
Eric