Darren Ethier (nerrad)
Forum Replies Created
-
It’s *supposed* to do that already. There is logic in the code to automatically reduce it to the latest incremented part number if the part set is more than the total parts +1. We’ve been working on fixing things with scheduled and draft post ordering though so if its not working as expected it probably got broken.
no there’s another fix that is related that I forgot about (a lot of projects on the go these days, sorry).
Anyways, you can get the latest development version of Organize Series via the public git repo here -> https://github.com/roughsmoothengine/organize-series/tree/development
That is weird. However, when I ran my test it was on a devleopment copy of Organize Series that includes the fix I mentioned earlier. I just tried 2.4.4 and I AM having the problems. So, you can try that fix again, or just wait until we release the updated version (hopefully this weekend but might not be till early next week)
Another thing you might want to try (especially if you upgraded from an older version of Organize Series) is to empty your browsers cache.
I’m unable to reproduce. Just to clarify as well.
Are you using a default theme (such as Twenty Twelve) or a custom theme?
Are you trying to edit published posts or scheduled/draft posts?
no problem with the English 🙂
I’ve created a ticket for our team to try to reproduce.
In the meantime, I’m assuming you are using the latest version of WordPress and Organize Series. Can you confirm that please?
Also, it is possible you may have a conflict with another plugin that loads javascript. Can you try temporarily deactivating all plugins except organize series and see if that fixes the issue? If it does, reactivate the plugins one by one until you find which one breaks the quick edit saves for Organize Series and report back here. If its a conflict we can fix, we will.
Thanks.
Thanks for the positive review! I’m glad Organize Series meets your needs.
Due to lack of reply I’m marking this as resolved.
Due to lack of reply I’m marking this thread as resolved.
Forum: Reviews
In reply to: [Issues and Series for Newspapers, Magazines, Publishers, Writers] niceThanks for the review! Is there a particular feature that you found particularly handy within the plugin?
Forum: Reviews
In reply to: [Issues and Series for Newspapers, Magazines, Publishers, Writers] Fabulous!thanks for your review, glad you’ve found the plugin useful!
Organize Series not appearing at all on “multiple quick edit” (otherwise known as bulk-edit), is currently by design. Working out an easy to understand ui for that is tricky because someone may select multiple posts that are part of multiple series…
As for updating series on quick edit, I’m assuming you mean that when you change the part number it doesn’t update (but otherwise quick-edit works as expected). This is a known issue and if memory serves me correctly the fix I mentioned in here -> http://wordpress.org/support/topic/on-editing-a-post-the-series-reorders-it-self?replies=9 works to fix this issue as well. You can try it and see if that helps.
We are planning on releasing an update to Organize Series that will fix these issues within a few days.
thank leonhedding for posting your workaround here!
Actually knowing about your version is great because it confirms that the fix we found is the right one (the bug I found existed in 2.4.3 as well). I’m surprised a report didn’t come in for this a lot earlier as 2.4.3 had been out for a while.
I appreciate you reporting the bug in the forums. If you want to apply the fix immediately (remember this hasn’t been fully tested yet). This is where the fix is:
Around line 496 in the orgSereis-taxonomy.php you’ll see this
$ispublished = TRUE;Change that to
$is_published = TRUE;That should fix the reordering issue. if you do try this, can you report back a confirmation that the fix worked for you? Thanks!
we’ve got a fix and are running full tests for compatibility with our other addons. If all goes well we’ll publish an update to Organize Series early this week.