Mohammad Jangda
Forum Replies Created
-
Forum: Plugins
In reply to: [Co-Authors Plus] [Plugin: Co-Authors Plus] Found a bug; Solution includedThanks, I added this fix in 2.5.2
This is fixed in 2.5.2.
Forum: Fixing WordPress
In reply to: Post revisions bylineThis is fixed in 2.5.2.
This should be fixed in 2.5.2.
For 3.1 users, the plugin uses the native user search, which admittedly is not the greatest. It’s a trade-off between search accuracy and performance. I’m considering adding an option where you can decide whether you want more accurate matching or faster matching. Thanks for the feedback!
Forum: Plugins
In reply to: [Co-Authors Plus] [Plugin: Co-Authors Plus] Error after updatingIt’s always a good idea to use things like function_exists and class_exists when using code from external plugins. In your case, something like:
if( class_exists( 'CoAuthorsIterator' ) ) { $i = new CoAuthorsIterator(); // rest of your code } else { // add a fallback here }Here’s the fix in 2.5.1: https://gist.github.com/936682
Thanks, I’ll try to get this fixed up soon.
Forum: Fixing WordPress
In reply to: Post revisions bylineSounds like a bug in Co-Authors Plus. I’ll try to get it fixed soon.
Good point — I’ll add it to the docs. Thanks!
The result I’d expect is that the group metabox details are the same on both edit screens, but that only the fields assigned to each specific screen would show.
Agreed, that sounds like a bug to me. I’ll try to get it fixed soon.
Forum: Plugins
In reply to: [Co-Authors Plus] [Plugin: Co-Authors Plus] Error in 2.5Oh wait, I know what’s wrong — just forgot to actually finish that function. I’ll try to get this fixed soon.
Forum: Plugins
In reply to: [Co-Authors Plus] [Plugin: Co-Authors Plus] Error in 2.5Any chance you could provide the error messages that are displayed?
That looks like a javascript bug — either a conflict with another plugin or a user has an apostrophe in their name.
Either way, it should be fixed with v2.5
If the author whose archive is being displayed in NOT the 1st author on a co-authored post and that co-authored post is their most recent post, then their author page will NOT display their meta-info, but the meta-info of the 1st author on their last post.
There’s a fix for this in v2.5