Title: Keyframe's Replies | WordPress.org

---

# Keyframe

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

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

 Search replies:

## Forum Replies Created

Viewing 1 replies (of 1 total)

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Wp-Like (I want to change this plugin code to $user id base)](https://wordpress.org/support/topic/wp-like-i-want-to-change-this-plugin-code-to-user-id-base/)
 *  Thread Starter [Keyframe](https://wordpress.org/support/users/keyframe/)
 * (@keyframe)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/wp-like-i-want-to-change-this-plugin-code-to-user-id-base/#post-2641902)
 * Here is the same plugin on wp.org,
 * Baw_like_unlike
 * but the problem in line number 149,150,151
    when onebutton is “on” it never shows“
   unlike text”
 *     ```
       $res['l'] = bawlu_createbutton( esc_attr( get_option( 'bawlu_textlike' ) ), $nb_like, $lclass, BAWLU_LIKE, $postID );
         if ( get_option( 'bawlu_onebutton' ) != 'on' ) {
           $res['u'] = bawlu_createbutton( esc_attr( get_option( 'bawlu_textunlike' ) ), $nb_unlike, $uclass, BAWLU_UNLIKE, $postID );
         }
       ```
   
 * baw_like_unlike.php
    _[538 lines of code moderated as per the [Forum Rules](http://codex.wordpress.org/Forum_Welcome#Posting_Code).
   The maximum number of lines of code that you can post in these forums is **ten
   lines**. Please use the [pastebin](http://wordpress.pastebin.com/)]_

Viewing 1 replies (of 1 total)