cojennin
Forum Replies Created
-
Which other plugins besides Edit Flow do you have activated? Is it possible for you to deactivate them to see if Edit Flow works as expected? It could be there’s a conflict with another plugin.
What version of WordPress are you using? And what version of Edit Flow?
Also, are you running any other plugins along with Edit Flow?
Forum: Plugins
In reply to: [Edit Flow] Suggestion : Filter for default User GroupsHrm. Did you take a look at http://editflow.org/extend/auto-subscribe-user-groups-for-notifications/? Think it might be what you need.
Though you might need to tweak it slightly to get what you need.
edit: clarity
Forum: Plugins
In reply to: [Edit Flow] Hide status postIs the value of
$current_user->roles[0]definitelycontribuidor? That could be one reason. It may need to becontributor.edit: spelling
Forum: Plugins
In reply to: [Edit Flow] Update post modified date on new commentUpdating the post modified field might cause some issues. Did you already try joining on the comments table? I’m not sure what the best solution would be, but that’s where I’d start. Only if it ends up being problematic would I try to look for ways to optimize.
Forum: Plugins
In reply to: [Edit Flow] Hide status postHrm. You’re still seeing the statuses with this code enabled?
Forum: Plugins
In reply to: [Edit Flow] Plugin revived?Doing our best! If you’re interested in lending a hand, please check out ways you can help contribute. The more people on board to help the more likely it is support will stay up to date!
Forum: Plugins
In reply to: [Edit Flow] Custom status bug – Users can't save mods on scheduled postsAs mentioned on Github, I think this might have to do with changes in WP 4.4.
Did you have a chance to check that out?
Forum: Plugins
In reply to: [Edit Flow] PHP 7 CompatibilityAlso feel free to check out the Travis CI builds for a more comprehensive view of the PHP and WP versions we try to cover https://travis-ci.org/Automattic/Edit-Flow
Forum: Plugins
In reply to: [Edit Flow] Suggestion : Filter for default User GroupsHere’s one possibility https://gist.github.com/cojennin/c3b6b3a36641e52e08859c4ea06567aa.
Whenever a the profile_update action triggers, it adds that user to every user group.
Feel free to tweak it (you’ll probably need to check which user group you want to add the user to and only add to that user group instead of every user group).
But yea, seems like adding a filter to allow for default selected edit groups might be helpful. Will look into it.
**edit** clarity
Forum: Plugins
In reply to: [Edit Flow] Email Nofitication based on rolesHrm, not sure what’s going on.
I created the following plugin you can find at this gist: https://gist.github.com/cojennin/45ac4c91d6319f8f51060a5320d28f86
I installed, then tried the following steps:
- As an Admin user, I assigned a user to the “Reporters” usergroup
- I logged in as the user I assigned to the “Reporters” usergroup and created a post
- I saved the post with status “Pitch”
- I set the post’s status to “Pending Review” and then saved the post again
- The “Reporters” usergroup was automatically subscribed to the post after I clicked save
Are those the same steps you took?
Forum: Plugins
In reply to: [Edit Flow] Mail poet (former WYSIJA) newsletter conflictHowdy,
The following pull request should hopefully fix this issue https://github.com/Automattic/Edit-Flow/pull/239. I think the problem arose out of a conflict with Edit Flow js getting enqueued on the Mail Poet editing screen along with some changes to the Edit Flow js (I think both Mail Poet and Edit Flow use a class called “editable” and rely on it to make some determinations about what’s editable, what’s not, etc. An apt example for the need to namespace, so better late then never).This patch should keep the Edit Flow js localized to the calendar page and prevent further issues.
Thanks for all the help tracking this down! If you get a chance to test it that’d be great! I’ll merge as events warrant.
Edit: Proofreading.
Forum: Plugins
In reply to: [Edit Flow] [Plugin: Edit Flow] Editorial Calendar Conflict since updateTime, Dr. Freeman? Is it really that time again?
Figured that quote was nice and topical. I could have sworn I emailed the developer of Editorial Calendar or commented on a bug report on their end last time around, but having trouble finding it.
This would definitely be a good time to open up this issue again, as this could be a nice starting point for 1) tackling the issues present in core dealing with posts with custom statuses and timestamps and 2) tackling any issues between Editorial Calendar and Edit Flow.
I’ll need to re-familiarize myself a bit with Editorial Calendar so I can get back up to speed with this issue, but other than that I don’t see any reason why we couldn’t work something out from both ends.
What’s the exact issue you’re currently facing with Editorial Calendar now? Just want to make sure I start looking in the right place from the Edit Flow side of things.
Thanks,
CJForum: Plugins
In reply to: [Edit Flow] Unable to filter posts by any status in the "all posts" viewHrm. Premium themes and plugins make it a bit more difficult to solve, let’s see what we can do.
Problem 1: “Whenever custom status’ are enabled with our Edit Flow installation, we are no longer able to filter posts by their status in the aroblem s view.”
Problem 2: “Now, our status column no longer shows in the all posts view of the dashboard unless we have Edit Flow custom snswer enabled”Answer 1: This feels like it may be a plugin or theme interfering with the pre_get_posts filter or modifying query_posts in some way. What happens when you disable all other plugins but leave Edit Flow activated? Can you then sort by custom statuses? If possible (and I know this one is always difficult), are you able to change your theme to twenty thirteen or another default WordPress theme while leaving Edit Flow activated and see if that fixes the problem?
Answer 2: When you’re say the missing status column, are you talking about missing in the area circled by the blue box or red box? Link to example. By default, WordPress does not provide a status column in the area circled in the bluebox, that’s something added in by Edit Flow.
Thanks,
CJForum: Plugins
In reply to: [Edit Flow] What will happen if I disable/uninstall?Hrm. @pouaaa you’re saying that there is no status “Draft” when you have Edit Flow active?
If that’s the case, can you create a custom status “Draft”? If so, what happens if you create that status then move all the posts to it and deactivate the plugin? Does that work?
@pouaa @a2jc4life I’ve created the following ticket in GitHub to see if this issue can be resolved in an easier and more programatic way https://github.com/Automattic/Edit-Flow/issues/230
Sorry for the trouble! If the above steps fail to work I’ll see if I can work on another way to fix this.
Thanks,
CJ