cojennin
Forum Replies Created
-
Forum: Plugins
In reply to: [Edit Flow] Storyboard & Widget Not Showing Other TypesAwesome, think I might have it now.
If you’re talking about the “Posts at a Glance” widget, at the moment it only supports the post content type. There’s an argument to be had for it to support more post types but it would take a bit to figure out how to best support that functionality (one question: if you click a status link, what page should it take you to?). In the meantime it should be possible to create your own widget to satisfy your requirements. Could start with copying the post_status_widget code and modifying it to fit your requirements.
If by Storyboard you mean the Story Budget, you would need to have your custom post type support the “category” taxonomy (since the Story Budget organizes posts by “category”) and then you’d need to modify the ef_story_budget_posts_query_args filter to support multiple post types.
Forum: Plugins
In reply to: [Edit Flow] Normal "Post Status" not showing up@alter_ego can you provide the steps to reproduce this issue?
I am not sure how to reproduce it. Did you create posts with a Draft status then activate Edit Flow and now they no longer appear?
Forum: Plugins
In reply to: [Edit Flow] Client-Status and cyrillic bug in 4.5.3When you try to change the status of a post what happens?
…if draft is also localized to other language – post is disappearing.
The post disappears when you activate Edit Flow?
Forum: Plugins
In reply to: [Edit Flow] Only Admin can PublishLooks good to me. Have you tried it out?
*Note: I think when you remove the
publish_postscapability the publish button won’t show. So you may not need all that extra code.Forum: Plugins
In reply to: [Edit Flow] Scheduled posts not publishingIs this issue intermittent or consistent?
Can you provide an example of the steps for how you’re scheduling a post?
Also, what version of WordPress and Edit Flow are you running?
Forum: Plugins
In reply to: [Edit Flow] Filter showing to "Scheduled" optionsHrm. Do you have a screenshot of the issue? Not sure what you’re referencing.
Forum: Plugins
In reply to: [Edit Flow] Storyboard & Widget Not Showing Other TypesI included the options for Sensei courses
Not sure what you mean. Can you go into more detail on the problem you’re having?
Forum: Plugins
In reply to: [Edit Flow] Unscheduled posts?Hrm. For displaying posts on the calendar you can filter on
post-status.How about creating a new custom status called “unscheduled”, then adding a filter on ef_calendar_filter_values to filter that status out of the calendar view. Think that might work? Let me know if you run into trouble.
Forum: Plugins
In reply to: [Edit Flow] Story budget NOT sorted by category?The display for the Story Budget is structured around terms.
Does the Calendar module not work for your use case? (If not, where does it seem to be falling short for you? Just for my own curiosity)
Forum: Plugins
In reply to: [Edit Flow] Unable to use preview 404 errorCould you try disabling all other plugins except for Edit Flow and check if that fixes the issue? If it does fix the issue, could you try re-enabling the other plugins one at a time to see which one is causing a conflict with Edit Flow?
Forum: Plugins
In reply to: [Edit Flow] I think this just crashed my site?Sorry for the late reply!
Great. Are there any lines that contain or start with “error” or “PHP … error:”? If you can post those lines here it would be helpful in trying to determine the cause of the issue.
Forum: Plugins
In reply to: [Edit Flow] Restrict Permissions for Editorial Metadata reduxHaven’t had a chance to get to this yet, but it’s still kicking around on the Edit Flow Github Repo.
For the time being, it would be great if you filed feature requests in the Github repo under the
issuessection (maybe add “Feature Request” to the title of the issue. Ex: “Feature Request: This feature would be awesome!”).Also, definitely feel free to take a crack at making a pull request for this feature!
Forum: Plugins
In reply to: [Edit Flow] Unable to use preview 404 errorWhich version of Edit Flow and WordPress are you running?
Also, what other plugins are you using?
One more thing, if you go to the
Settings->Permalinkssetting page and clickSave Changes, do you still encounter the issue?Forum: Plugins
In reply to: [Edit Flow] Not Working – Limit Customer Statuses Based on RolesPitchis the default status for a post. If you’re removing it, you’ll need to change the default. You can do so in the Edit Flow settings underCustom Status. You’ll just need to clickMake Defaulton another custom status.Example screenshot of making a new status the default: http://imgur.com/Fd4J78j
Forum: Plugins
In reply to: [Edit Flow] How to Auto-Assign to a User (not a Usergroup)?If you swap
follow_post_usergroupforfollow_post_userin this example it should work.Can check out this link for documentation on
follow_post_user.Let me know if that works!