Title: onerob's Replies | WordPress.org

---

# onerob

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

 *   [Profile](https://wordpress.org/support/users/onerob/)
 *   [Topics Started](https://wordpress.org/support/users/onerob/topics/)
 *   [Replies Created](https://wordpress.org/support/users/onerob/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/onerob/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/onerob/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/onerob/engagements/)
 *   [Favorites](https://wordpress.org/support/users/onerob/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: [[Kadence Security – Password, Two Factor Authentication, and Brute Force Protection] File changes detected – none logged](https://wordpress.org/support/topic/file-changes-detected-none-logged/)
 *  Thread Starter [onerob](https://wordpress.org/support/users/onerob/)
 * (@onerob)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/file-changes-detected-none-logged/#post-5809694)
 * OK, that makes sense. Thanks.
 *   Forum: [Requests and Feedback](https://wordpress.org/support/forum/requests-and-feedback/)
   
   In reply to: [Toggle to temporarily hide / show the wp-admin toolbar](https://wordpress.org/support/topic/toggle-to-temporarily-hide-show-the-wp-admin-toolbar/)
 *  [onerob](https://wordpress.org/support/users/onerob/)
 * (@onerob)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/toggle-to-temporarily-hide-show-the-wp-admin-toolbar/#post-5278282)
 * Haven’t tried these, but they might be just what you need.
 * [https://wordpress.org/plugins/admin-bar-toggle/](https://wordpress.org/plugins/admin-bar-toggle/)
   
   [https://wordpress.org/plugins/toggle-admin-bar/](https://wordpress.org/plugins/toggle-admin-bar/)
 * Rob
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Relevanssi - A Better Search] get_the_excerpt filter runs twice with custom snippets](https://wordpress.org/support/topic/get_the_excerpt-filter-runs-twice-with-custom-snippets/)
 *  Thread Starter [onerob](https://wordpress.org/support/users/onerob/)
 * (@onerob)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/get_the_excerpt-filter-runs-twice-with-custom-snippets/#post-3818880)
 * Excellent. Thanks.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Event Organiser] 2.1.3 caused header title, event times, etc. to disappear from full calendar](https://wordpress.org/support/topic/213-caused-header-title-event-times-etc-to-disappear-from-full-calendar/)
 *  [onerob](https://wordpress.org/support/users/onerob/)
 * (@onerob)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/213-caused-header-title-event-times-etc-to-disappear-from-full-calendar/#post-3815791)
 * Yes, please bring back the month-year label to the front end full calendar.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Media Features] Media category does not show in WP Media library list](https://wordpress.org/support/topic/media-category-does-not-show-in-wp-media-library-list/)
 *  [onerob](https://wordpress.org/support/users/onerob/)
 * (@onerob)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/media-category-does-not-show-in-wp-media-library-list/#post-3478280)
 * I’m not the plugin author but I guess there’s nothing to stop someone using the
   code and releasing a separate version with the fix included.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Media Features] WP 3.5](https://wordpress.org/support/topic/wp-35/)
 *  [onerob](https://wordpress.org/support/users/onerob/)
 * (@onerob)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/wp-35/#post-3275629)
 * [@spameur](https://wordpress.org/support/users/spameur/)
 * I’ve posted a fix here:
    [http://wordpress.org/support/topic/media-category-does-not-show-in-wp-media-library-list?replies=6#post-4233410](http://wordpress.org/support/topic/media-category-does-not-show-in-wp-media-library-list?replies=6#post-4233410)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Media Features] Media category does not show in WP Media library list](https://wordpress.org/support/topic/media-category-does-not-show-in-wp-media-library-list/)
 *  [onerob](https://wordpress.org/support/users/onerob/)
 * (@onerob)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/media-category-does-not-show-in-wp-media-library-list/#post-3478278)
 * Hi. I’ve found a fix for this. Change these two lines (477 & 495) in media-features.
   php
 *     ```
       $columns['categories'] 	= __( 'Categories', 'media-features' );
       ```
   
 * to
 *     ```
       $columns['media_categories'] 	= __( 'Categories', 'media-features' );
       ```
   
 * and
 *     ```
       if ( 'categories' == $column ) {
       ```
   
 * to
 *     ```
       if ( 'media_categories' == $column ) {
       ```
   
 * It doesn’t have to be ‘media_categories’, it could be ‘fried eggs’. As long as
   it’s not ‘categories’, ‘tags’, ‘post_tag’ or ‘taxonomy-something’ you should 
   be fine.
 *   Forum: [Alpha/Beta/RC](https://wordpress.org/support/forum/alphabeta/)
    In 
   reply to: [Video size in 3.6b3](https://wordpress.org/support/topic/video-size-in-36b3/)
 *  Thread Starter [onerob](https://wordpress.org/support/users/onerob/)
 * (@onerob)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/video-size-in-36b3/#post-3755471)
 * OK, good to know.

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