scribu
Forum Replies Created
-
Forum: Plugins
In reply to: [Front-end Editor] Why are links in comments not shown if they are edited?I have encountered this bug before, but I just now realized what’s causing it: the ‘comment_text’ filter is not applied on the updated comment content. The
make_clickable()function, which makes the links in the content clickable, is hooked to this ‘comment_text’ filter.Anyway, it’s fixed now: https://github.com/scribu/wp-front-end-editor/commit/e590a39522c89ca8016e52f7dcc26d33d552e69c
You can try out that fix by downloading the Development Version (2.3.2-alpha).
Forum: Plugins
In reply to: [Front-end Editor] linking pictures outside the WPCould you post a screenshot?
Forum: Plugins
In reply to: [Front-end Editor] linking pictures outside the WPI just pushed version 2.3.1 of the plugin, which uses Aloha’s default image editing functionality, which supports resizing etc.
Forum: Plugins
In reply to: [Front-end Editor] Adding Quicktags when editing instead of WYSIWYG editorI believe s/he meant quicktags, like the ones you see above this forum’s edit form:
[b] [i] [link] [b-quote] ...It would be nice to have this, when the user un-checks the “Enable the WYSIWYG editor” setting. (Currently, you get a basic textarea, with no controls at all).
I do not plan on working on this, but I would accept a pull request for it: https://github.com/scribu/wp-front-end-editor/issues/99
Forum: Plugins
In reply to: [Front-end Editor] Was working, not it isn'tForum: Plugins
In reply to: [Posts 2 Posts] p2p_add_meta or something similar ?Yes, there’s also
p2p_delete_meta()andp2p_update_meta().Forum: Plugins
In reply to: [Posts 2 Posts] p2p_add_meta or something similar ?Yes, there is in fact a
p2p_add_meta()function; it just wasn’t documented.The second URL you posted shouldn’t contain
wp-admin/press-this.php(that’s the default PressThis screen, from WordPress).The URL that the plugin generates contains
wp-admin/post-new.php.Are you sure you re-“install” the bookmarklet, as instructed in the plugin readme?
Forum: Plugins
In reply to: [Front-end Editor] Two issues1. Yesterday’s update (3/7) didn’t rev the version number to 2.3.1 so it’s not appearing on the plugins update page.
Sorry, the changelog was wrong. Version 2.3.1 isn’t released yet.
I gave you the dif between the links
There are 3 URLs involved:
1) the URL that starts with javascript: (the bookmarklet)
2) the URL that you have in the browser, before you press the bookmarklet
3) the URL that the bookmarklet generates (when it opens a new window)You gave me 1). I need to know 2) and 3).
no offense but do you test your plugins? heh
Yes, I do test my plugins and yes, I am offended that you imply otherwise. It works fine for me.
If you find a bug, just report it, instead of waiting for years for the fix to magically happen.
404 due to the link javascript being incorrect..
Please paste:
1) the URL you were at when pressing the “Press This” button
2) the final URL generated by the bookmarklet (without your change)
3) the name of the browser you’re usingForum: Plugins
In reply to: [Posts 2 Posts] Searching Users in Admin BoxThe only hook available is ‘pre_user_query’, deep down inside the WP_User_Query class, defined by WordPress.
Forum: Plugins
In reply to: [Posts 2 Posts] [Plugin: Posts 2 Posts] WPML supportHello Mercedes,
As I have already said several times to the WPML team over the years, I am not interested in adding any WPML-specific code to Posts 2 Posts.
And, since I assume you guys aren’t interested in adding any P2P-specific code to WPML, someone went ahead and created a third plugin that brings the two together: P2P-WPML.
If you really want to help the compatibility effort, go help the people working on P2P-WPML (they’re using Github, so it’s easy to collaborate).
Forum: Plugins
In reply to: [Plugin Dependencies] Disable rather than deactivate?It would be possible to prevent loading a plugin without deactivating it if you moved Plugin Dependencies to the
mu-pluginsdir and hooked intopre_option_active_plugins.That said, I’m not really interested on working on this anymore. I found Composer and wpackagist.org.
Forum: Plugins
In reply to: [Posts 2 Posts] Feature request: unify Search and NewWe wouldn’t save much screen space though, since the tabs row would just be replaced with the “Add New” button row (we can’t put it next to the search field).
Older versions did have an “Add New” button, instead of tabs, but it wasn’t integrated with the search field.
Anyway, I opened an issue in case someone wants to take a stab at it: