Title: equeffelec's Replies | WordPress.org

---

# equeffelec

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

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

 Search replies:

## Forum Replies Created

Viewing 8 replies - 1 through 8 (of 8 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Bogo] Link 2 posts programmatically?](https://wordpress.org/support/topic/link-2-posts-programmatically/)
 *  Thread Starter [equeffelec](https://wordpress.org/support/users/equeffelec/)
 * (@equeffelec)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/link-2-posts-programmatically/#post-5922602)
 * so, in case somebody else needs this, this works to associate an existing translation
   draft (post_id) to an existing other post (original):
 * update postmeta set meta_value=[original] where meta_key=’_original_post’ AND
   meta_value='[post_id]]’;
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Bogo] Link 2 posts programmatically?](https://wordpress.org/support/topic/link-2-posts-programmatically/)
 *  Thread Starter [equeffelec](https://wordpress.org/support/users/equeffelec/)
 * (@equeffelec)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/link-2-posts-programmatically/#post-5922595)
 * Miyoshi san, can you confirm if the following is the only connection that I need
   to make happen?
 * update_post_meta( $post_id, ‘_original_post’, $original );
 * (assuming I already have the original post, and a draft of the translation, not
   linked to it yet)
 * OR do I need to also *remove* something from the meta table?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Bogo] Link 2 posts programmatically?](https://wordpress.org/support/topic/link-2-posts-programmatically/)
 *  Thread Starter [equeffelec](https://wordpress.org/support/users/equeffelec/)
 * (@equeffelec)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/link-2-posts-programmatically/#post-5922564)
 * I’m not sure what permissions I need to give them for that. They are contributors.
   I don’t want them to have the possibility to publish posts, or edit things that
   have already been published.
    As “contributors”, they don’t have access to the“
   translate this post into …” link
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Tarski] Nesting comments problems](https://wordpress.org/support/topic/nesting-comments-problems/)
 *  [equeffelec](https://wordpress.org/support/users/equeffelec/)
 * (@equeffelec)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/nesting-comments-problems/#post-4412352)
 * This change in the WordPress repository is what introduced the problem:
    [https://github.com/WordPress/WordPress/commit/808653e2a3695314c066057572126729ce4d2026#diff-3db08a6b98155b349c93a220bc903dce](https://github.com/WordPress/WordPress/commit/808653e2a3695314c066057572126729ce4d2026#diff-3db08a6b98155b349c93a220bc903dce)
 * It’s a matter of replacing the “echo” calls with $output=… in the tarski comment_walker.
   php file. I have a patch which seems to fix the issue for me.
 * How to:
    1) Download my file at [http://wololo.net/files2/comment_walker.txt](http://wololo.net/files2/comment_walker.txt)
   2) rename the file into comment_walker.php 3) replace the tarski file (wp-content/
   themes/tarski/library/classes/comment_walker.php) with mine (make sure to have
   a backup just in case!!!) 4) Done!
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Tarski] Nesting comments problems](https://wordpress.org/support/topic/nesting-comments-problems/)
 *  [equeffelec](https://wordpress.org/support/users/equeffelec/)
 * (@equeffelec)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/nesting-comments-problems/#post-4412351)
 * I have the same issue. I updated the tarski theme to the latest version (3.2.0)
   but it did not solve the problem. I see that the theme hasn’t been updated in
   more than a year, which could explain. It could be a simple problem, I will dig
   in the code and report if I find anything
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Can’t trackback WordPress blogs because there is a “&” in my blog’s url](https://wordpress.org/support/topic/cant-trackback-wordpress-blogs-because-there-is-a-038-in-my-blogs-url/)
 *  Thread Starter [equeffelec](https://wordpress.org/support/users/equeffelec/)
 * (@equeffelec)
 * [20 years, 3 months ago](https://wordpress.org/support/topic/cant-trackback-wordpress-blogs-because-there-is-a-038-in-my-blogs-url/#post-314215)
 * Thanks for the tip. I’m not really sure I can easily do that but I’ll try !
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Can’t trackback WordPress blogs because there is a “&” in my blog’s url](https://wordpress.org/support/topic/cant-trackback-wordpress-blogs-because-there-is-a-038-in-my-blogs-url/)
 *  Thread Starter [equeffelec](https://wordpress.org/support/users/equeffelec/)
 * (@equeffelec)
 * [20 years, 3 months ago](https://wordpress.org/support/topic/cant-trackback-wordpress-blogs-because-there-is-a-038-in-my-blogs-url/#post-314203)
 * Thanks nobody 🙁
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Can’t trackback WordPress blogs because there is a “&” in my blog’s url](https://wordpress.org/support/topic/cant-trackback-wordpress-blogs-because-there-is-a-038-in-my-blogs-url/)
 *  Thread Starter [equeffelec](https://wordpress.org/support/users/equeffelec/)
 * (@equeffelec)
 * [20 years, 4 months ago](https://wordpress.org/support/topic/cant-trackback-wordpress-blogs-because-there-is-a-038-in-my-blogs-url/#post-314097)
 * I meant I tried sending &_a_m_p_; instead of &
 * Anyone ?

Viewing 8 replies - 1 through 8 (of 8 total)