Title: edik's Replies | WordPress.org

---

# edik

  [  ](https://wordpress.org/support/users/plocha/)

 *   [Profile](https://wordpress.org/support/users/plocha/)
 *   [Topics Started](https://wordpress.org/support/users/plocha/topics/)
 *   [Replies Created](https://wordpress.org/support/users/plocha/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/plocha/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/plocha/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/plocha/engagements/)
 *   [Favorites](https://wordpress.org/support/users/plocha/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 19 total)

1 [2](https://wordpress.org/support/users/plocha/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/plocha/replies/page/2/?output_format=md)

 *   Forum: [Everything else WordPress](https://wordpress.org/support/forum/miscellaneous/)
   
   In reply to: [Support lifetime for older versions](https://wordpress.org/support/topic/support-lifetime-for-older-versions/)
 *  Thread Starter [edik](https://wordpress.org/support/users/plocha/)
 * (@plocha)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/support-lifetime-for-older-versions/#post-6004989)
 * So the developers decide the question, whether they should backport a security
   fix, spontaneously?
 *   Forum: [Everything else WordPress](https://wordpress.org/support/forum/miscellaneous/)
   
   In reply to: [Support lifetime for older versions](https://wordpress.org/support/topic/support-lifetime-for-older-versions/)
 *  Thread Starter [edik](https://wordpress.org/support/users/plocha/)
 * (@plocha)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/support-lifetime-for-older-versions/#post-6004976)
 * Security updates are backported to older version branches sometimes. For example
   the fixes from [3.8.2](https://wordpress.org/news/2014/04/wordpress-3-8-2/) was
   backported to the 3.7 branch: [3.7.2](https://codex.wordpress.org/Version_3.7.2).
 * I don’t think that 4.1.1 loses the support immediately right after the release
   of 4.2.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Login Redirection Link] Attempting to access page on /wp-admin/](https://wordpress.org/support/topic/attempting-to-access-page-on-wp-admin/)
 *  Plugin Author [edik](https://wordpress.org/support/users/plocha/)
 * (@plocha)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/attempting-to-access-page-on-wp-admin/#post-5617500)
 * I wrote a [separate plugin for that problem](https://wordpress.org/plugins/login-non-admin-redirection/).
   🙂
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[Login Non-Admin Redirection] Took a chance. Works like a charm!](https://wordpress.org/support/topic/took-a-chance-works-like-a-charm/)
 *  Plugin Author [edik](https://wordpress.org/support/users/plocha/)
 * (@plocha)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/took-a-chance-works-like-a-charm/#post-7903837)
 * Yeah, thanks! Sometimes I wonder whether there exist people who use my plugins..
   😀
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Login Redirection Link] Plugin not getting activated in WordPress multisite install](https://wordpress.org/support/topic/multisite-228/)
 *  Plugin Author [edik](https://wordpress.org/support/users/plocha/)
 * (@plocha)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/multisite-228/#post-5531305)
 * Line 27 is `namespace login_redirection_link;`. To use this plugin you have to
   use [PHP 5.3 or later](http://php.net/releases/5_3_0.php) which support namespaces.
   I recommend an upgrade to at least version 5.4 because [PHP 5.3 is also outdated](http://php.net/eol.php)
   even if some distributions like Ubuntu 12.04 LTS still support 5.3.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Login Redirection Link] The plugin does not add a redirection](https://wordpress.org/support/topic/the-plugin-does-not-add-a-redirection/)
 *  Plugin Author [edik](https://wordpress.org/support/users/plocha/)
 * (@plocha)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/the-plugin-does-not-add-a-redirection/#post-5418585)
 * Is your login link hard coded?
 * The plugin hooks into [login_url](https://developer.wordpress.org/reference/hooks/login_url/)
   and [logout_url](https://developer.wordpress.org/reference/hooks/logout_url/).
   You have to call functions which make use of that filters. For example [wp_loginout](http://codex.wordpress.org/Function_Reference/wp_loginout).
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[Limit Login Attempts] Mysteriously Broken](https://wordpress.org/support/topic/mysteriously-broken/)
 *  [edik](https://wordpress.org/support/users/plocha/)
 * (@plocha)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/mysteriously-broken/#post-7884452)
 * It doesn’t look to me that xmlrpc isn’t secured by the plugin. The plugin hooks
   to filters which are directly or indirectly called by [wp_authenticate](https://developer.wordpress.org/reference/functions/wp_authenticate/).
   The [xmlrpc code](https://developer.wordpress.org/reference/classes/wp_xmlrpc_server/login/)
   uses this function too.
 * I think the problem is from somewhere else. One question: are the affected systems
   multisite installations?
 *   Forum: [Requests and Feedback](https://wordpress.org/support/forum/requests-and-feedback/)
   
   In reply to: [someone just deleted my forum post](https://wordpress.org/support/topic/someone-just-deleted-my-forum-post/)
 *  [edik](https://wordpress.org/support/users/plocha/)
 * (@plocha)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/someone-just-deleted-my-forum-post/#post-5356166)
 * Same problem [here](https://wordpress.org/support/topic/no-mails-by-private-posts?replies=4).
   I wrote a post and it was visible. Then I went to sleep. After wake up the post
   was lost.
 * That was more than 36h ago.
 * Update: I think I don’t go wrong using the modlook tag?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Notifly] No mails by private posts](https://wordpress.org/support/topic/no-mails-by-private-posts/)
 *  Thread Starter [edik](https://wordpress.org/support/users/plocha/)
 * (@plocha)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/no-mails-by-private-posts/#post-4881869)
 * I wrote an [alternative version](https://wordpress.org/plugins/highfly/) of the
   plugin with some [differences](https://wordpress.org/plugins/highfly/other_notes/).
 * Now there also exists a mini plugin for my alternative which [adds notifications for private posts](https://wordpress.org/plugins/highfly-private/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Simple Trackback Validation with Topsy Blocker] Ne need for check for backlink](https://wordpress.org/support/topic/ne-need-for-check-for-backlink/)
 *  Thread Starter [edik](https://wordpress.org/support/users/plocha/)
 * (@plocha)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/ne-need-for-check-for-backlink/#post-5341901)
 * Ah okay, I didn’t distinguished between trackbacks and pingbacks. But it seems
   that with your plugin pingbacks are checked for backlink twice. Only trackbacks
   need the check.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Better WordPress reCAPTCHA (with no CAPTCHA reCAPTCHA)] Multisite Master API Keys](https://wordpress.org/support/topic/multisite-master-api-keys/)
 *  [edik](https://wordpress.org/support/users/plocha/)
 * (@plocha)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/multisite-master-api-keys/#post-4891661)
 * I have the same problem. It affects many subblogs. New blogs and old blogs. Some
   of them use the global keys, others don’t use the global keys. I don’t know why.
 * If I check the ‘use global keys’ check box of a blog which isn’t using global
   keys and press enter, it has no effect. The blog still doesn’t use the global
   keys.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Groups - Memberships and Access Control] Some (security) issues](https://wordpress.org/support/topic/some-security-issues/)
 *  Thread Starter [edik](https://wordpress.org/support/users/plocha/)
 * (@plocha)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/some-security-issues/#post-4785262)
 * The permission ‘Administer Groups plugin options’ **is** superfluous because 
   you can use it to gain the permission ‘Administer Groups’. Vice versa owning 
   the ‘Administer Groups’ permission you can get the ‘groups_admin_options’ capability
   aka ‘Administer Groups plugin options’. There is no security-related reason to
   distinguish between these permissions. You should merge them.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Notifly] No mails by private posts](https://wordpress.org/support/topic/no-mails-by-private-posts/)
 *  Thread Starter [edik](https://wordpress.org/support/users/plocha/)
 * (@plocha)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/no-mails-by-private-posts/#post-4881698)
 * Okay, if so, I found a bug. 😀
    Notifly send emails for comments on private posts.
   But they are also private.
 * Besides a suggestion: what about a filter to allow notifications for private 
   content? I’m sure that there are more users who need such a feature and it would
   prevent me from forking your plugin. And forks are evil. 😀
 * Currently I replaced the code above by:
 *     ```
       $public_statuses = array( 'publish', 'private' );
       $only_updated = in_array( $old, $public_statuses );
       $public = in_array( $new, $public_statuses );
       if ( $only_updated || ! $own_public ) return;
       ```
   
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Child pages of 'draft parents' appear in root menu](https://wordpress.org/support/topic/child-pages-of-draft-parents-appear-in-root-menu/)
 *  [edik](https://wordpress.org/support/users/plocha/)
 * (@plocha)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/child-pages-of-draft-parents-appear-in-root-menu/#post-4583664)
 * Look at the ticket. You can use [my patch](https://core.trac.wordpress.org/attachment/ticket/8592/8592.5.fork.diff)
   to fix the bug for 3.8.1. But it only works with ‘published’ and private status.
   Look into my ticket comments before using it.
 * P.S: we’re developing also an ePortfolio. 😀
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[SN Rating] unexpected T_OBJECT_OPERATOR](https://wordpress.org/support/topic/unexpected-t_object_operator-1/)
 *  Thread Starter [edik](https://wordpress.org/support/users/plocha/)
 * (@plocha)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/unexpected-t_object_operator-1/#post-3926222)
 * Okay, it works now. Thank you very much!

Viewing 15 replies - 1 through 15 (of 19 total)

1 [2](https://wordpress.org/support/users/plocha/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/plocha/replies/page/2/?output_format=md)