Title: vincent87's Replies | WordPress.org

---

# vincent87

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Photo Gallery, Sliders, Proofing and Themes - NextGEN Gallery] [Plugin: NextGEN Gallery] Help – Remove Nextgen from Upload Tab wordpress](https://wordpress.org/support/topic/plugin-nextgen-gallery-help-remove-nextgen-from-upload-tab-wordpress/)
 *  Thread Starter [vincent87](https://wordpress.org/support/users/vincent87/)
 * (@vincent87)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/plugin-nextgen-gallery-help-remove-nextgen-from-upload-tab-wordpress/#post-2380996)
 * Fix it. If you using U can post and another user can change your nextgen gallery
   title and description.
 * Open Nextgen Plugin in root folder > Admin > media-upload.php
 * Find:
 *     ```
       function ngg_wp_upload_tabs ($tabs) {
   
       	$newtab = array('nextgen' => __('NextGEN Gallery','nggallery'));
   
           return array_merge($tabs,$newtab);
       }
       ```
   
 * Replace With :
 *     ```
       function ngg_wp_upload_tabs ($tabs) {
   
       	$newtab = array('' => __(''));
   
           return array_merge($tabs,$newtab);
       }
       ```
   
 * Or with this :
    function ngg_wp_upload_tabs ($tabs) {
 *  $newtab = array(‘library’ => __(‘Media Library’));
 *  return array_merge($tabs,$newtab);
    }
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Photo Gallery, Sliders, Proofing and Themes - NextGEN Gallery] [Plugin: NextGEN Gallery] Help – Remove Nextgen from Upload Tab wordpress](https://wordpress.org/support/topic/plugin-nextgen-gallery-help-remove-nextgen-from-upload-tab-wordpress/)
 *  Thread Starter [vincent87](https://wordpress.org/support/users/vincent87/)
 * (@vincent87)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/plugin-nextgen-gallery-help-remove-nextgen-from-upload-tab-wordpress/#post-2380992)
 * someone please help me?

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