scribu
Forum Replies Created
-
Forum: Plugins
In reply to: [Front-end Editor] Obviously a wonderful plugin; one questionCapability checks are already baked in. Just try logging in as a contributor and try to edit a page which you’re not the author of.
Forum: Plugins
In reply to: [Posts 2 Posts] fields not showing in admin boxThat’s because ‘fields’ should be outside of the ‘admin_box’ array.
Since these fields only show up in the admin box, maybe it would make sense to move them inside ‘admin_box’ block.
Seems like native WordPress query variables do not work on connected_query.
Yes, they do, except for the ones related to pagination, since they don’t make sense there.
You probably wanted to put them outside the ‘connected_query’ anyway.
Forum: Plugins
In reply to: [Front-end Editor] Adobe Flash Needed for Front End Editor?Well, it looks like the first one is swfobject and the second one is something related to charts (I don’t know if Aloha uses that feature).
Ideally, though, we’d upgrade Aloha to the latest version, which doesn’t use the Ext component at all:
Forum: Plugins
In reply to: [Posts 2 Posts] User Meta BoxesDone.
Next time, instead of asking me about it, just edit the wiki yourself; that’s why it’s called a wiki. 😉
Forum: Plugins
In reply to: [Posts 2 Posts] Posts 2 Taxonomy?multiple post types that belong to the same taxonomy
Since you didn’t say multiple posts that belong to a taxonomy term, I assume you mean all the post types for which a particular taxonomy is registered.
Yes, you can do that:
p2p_register_connection_type( array( 'from' => 'YOUR_POST_TYPE', 'to' => get_taxonomy( 'YOUR_TAXONOMY' )->object_type ) );Forum: Plugins
In reply to: [Category Checklist Tree] Svn tagForum: Plugins
In reply to: [Posts 2 Posts] Required ConnectionNo, it’s not currently possible. See http://ww.wp.xz.cn/support/topic/selection-of-connected-post-mandatory
Forum: Plugins
In reply to: [Posts 2 Posts] Question about mysql server loadIt will not add persistent load, if that’s what you’re asking.
But, it will cause more complex queries to be made, when you’re displaying connected items, just like when you’re displaying category or tag archives.
Just try it out on the live server and see what happens.
Forum: Plugins
In reply to: [Posts 2 Posts] Migrating a site with MANY p2p connectionsAnyone have a template for this? Or am I stuck with building it myself 😉
You’re stuck with building it yourself.
Forum: Plugins
In reply to: [Posts 2 Posts] Moving posts from categories into posts 2 posts connectionsIt should be possible, but someone needs to write the code to do it.
Try posting it as a mini-project on one of the sites mentioned here:
Forum: Plugins
In reply to: [Posts 2 Posts] Issue with selects on the post editorThanks for reporting, faction23.
This will be fixed in the next version of P2P. Here’s the relevant change:
https://github.com/scribu/wp-scb-framework/commit/5113202960a29ef7a8ee2100763eff9f4807a22c
Forum: Plugins
In reply to: [Posts 2 Posts] Orderby number of connections?You’ll need to fiddle with the raw SQL to get this working.
Forum: Plugins
In reply to: [Posts 2 Posts] Admin Colums Labels in 1.5.1Confirmed. Should be fixed in the development version (1.5.2-alpha).