scribu
Forum Replies Created
-
Forum: Plugins
In reply to: [Term Management Tools] Bulk change taxonomyAre you sure it’s all the terms, and not just the child terms of the selected ones?
Forum: Plugins
In reply to: [Admin Bar Login] Admin Bar is in vertical wayif you are kind enough to provide the plugin (which I highly respect) then you, in turn, take on a responsibility (morally) to provide proper support.
I’m not sure I agree with that line of thinking (if you lend me a finger, I’m entitled to your whole hand), but we’re getting off-topic.
In any case, kudos for sharing your solution!
Forum: Plugins
In reply to: [Admin Bar Login] Admin Bar is in vertical waySOOOOOOO could you please tell us WHAT the css is for getting it to sit as you have it in your screenshot for this plugin
jacquie123: What Mustafa Uysal is trying to tell you is that he doesn’t know what the proper CSS is, because it looks alright with the default themes that ship with WordPress.
So, instead of complaining that the author is lazy or whatever, it would be more productive to tell him the name of the theme you’re using, so that he could at least be able to reproduce the problem.
Another helpful thing to do would be to switch to one of the default themes, such as Twentytwelve, and see if the issue still happens. (If it doesn’t happen, it means it’s a CSS conflict.)
Forum: Plugins
In reply to: [Plugin Dependencies] mu-plugin support addedHere’s the repo: https://github.com/x-team/wp-plugin-dependencies
(I handed off development to the X-Team guys)
Forum: Plugins
In reply to: [Term Management Tools] Term Hierarchy PreservationThat might work. Could you package it up as a pull request?
Here’s the repo: https://github.com/scribu/wp-term-management-tools
If you don’t know git, you can just edit the
term-management-tools.phponline and the github UI will guide you through the rest.Forum: Plugins
In reply to: [Term Management Tools] Term Hierarchy Preservationessentially if the current term has a parent make sure we preserve it on tax change.
What if the parent term isn’t also converted to the new taxonomy?
Forum: Plugins
In reply to: [Front-end Editor] Attempting to fix the Strict errors in debug modeHey, I think it would be easier to open a pull request with the changes you already have and discuss any remaining issues there.
Forum: Plugins
In reply to: [Posts 2 Posts] CSS cosmeticsForum: Plugins
In reply to: [Posts 2 Posts] Multisite supportI’m pretty sure I didn’t say that it was coming, merely that it’s possible to implement.
Anyway, like I said in the last release post, I’m not working on the plugin anymore.
Forum: Plugins
In reply to: [Smart Archives Reloaded] HTML error "document type does not allow element "I guess I’ll have to eat my words.
The
//<![CDATA[makse sense, since it’s an inline script.Here’s the change I made: https://github.com/scribu/wp-scb-framework/commit/e1e7cf6d6d6a578c3507bb9f52eb4b70b8fc3f90
Forum: Plugins
In reply to: [Smart Archives Reloaded] HTML error "document type does not allow element "Your HTML validator is naive; it shouldn’t check HTML inside
<script>tags.You should try the official validator from W3C: http://validator.w3.org/
Forum: Plugins
In reply to: [Posts 2 Posts] Displaying Multiple ConnectionsMaybe try adding
'post_type' => 'any'.Forum: Plugins
In reply to: [Posts 2 Posts] Displaying Multiple ConnectionsIt depends on what
get_queried_object_id()returns:If it returns a
companypost, then all connection types make sense, since all connections of those types have acompanypost at one end.If it returns a
newspost, then onlycompany_to_newsmakes sense.Forum: Plugins
In reply to: [Posts 2 Posts] Possible incompatibility with NextGEN gallery pluginDid anyone think of asking the NextGen Gallery developers about this?
Forum: Plugins
In reply to: [Term Management Tools] Breaks in WP 3.6Fixed: https://github.com/scribu/wp-term-management-tools/commit/fa238712d51479ce1726245cfff0b835224e02dd
See the development version (1.1.3-alpha).