Title: intermedi8's Replies | WordPress.org

---

# intermedi8

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

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

 Search replies:

## Forum Replies Created

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

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[IM8 Box Hide] "In Hide" recurring pop-up dialogue box](https://wordpress.org/support/topic/in-hide-recurring-pop-up-dialogue-box/)
 *  Plugin Author [intermedi8](https://wordpress.org/support/users/intermedi8/)
 * (@intermedi8)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/in-hide-recurring-pop-up-dialogue-box/#post-5485144)
 * This is not a IM8 Box Hide problem. We dont have any popup dialogs in our plugin,
   not even a message “In Hide”…
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[IM8 Exclude Pages] question and maybe feature wish](https://wordpress.org/support/topic/question-and-maybe-feature-wish/)
 *  Plugin Author [intermedi8](https://wordpress.org/support/users/intermedi8/)
 * (@intermedi8)
 * [12 years ago](https://wordpress.org/support/topic/question-and-maybe-feature-wish/#post-5193736)
 * What you want could easily achieved with a meta_query or meta_compare.
 * For example:
    `query_posts(array('post_type' => 'post', 'meta_key' => 'YOUR_META_KEY','
   meta_compare' => '==', 'meta_value' => 'YOUR_META_VALUE'));`
 * Or:
 *     ```
       'meta_query' => array(
           array(
               'key' => 'YOUR_META_KEY',
               'value' => 'YOUR_META_VALUE',
               'compare' => 'LIKE',
           ),
       )
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[IM8 Exclude Pages] question and maybe feature wish](https://wordpress.org/support/topic/question-and-maybe-feature-wish/)
 *  Plugin Author [intermedi8](https://wordpress.org/support/users/intermedi8/)
 * (@intermedi8)
 * [12 years ago](https://wordpress.org/support/topic/question-and-maybe-feature-wish/#post-5193734)
 * Hi,
    if you want to hide some posts, why dont you use the draft-status? Or you
   could use a simple query which excludes the posts with a certain category and/
   or tag. Using a filter seems unnecessary complex in this case?!
 * Our plugin is only for hiding pages in automatic wordpress list functions (for
   example when used for building menus). Its not meant to filter posts, as this
   is a totally different use case which could easily achieved with wordpress core
   functions.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[IM8 Box Hide] Hide Specific Field(s) only in Meta Box based on user role](https://wordpress.org/support/topic/hide-specific-fields-only-in-meta-box-based-on-user-role/)
 *  Plugin Author [intermedi8](https://wordpress.org/support/users/intermedi8/)
 * (@intermedi8)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/hide-specific-fields-only-in-meta-box-based-on-user-role/#post-4946778)
 * Hi Joe,
 * im sorry, theres is no way we can do this. Each plugin and its metaboxes are 
   coded in their own way. Due to this IM8 Box Hide is not able to “know” which 
   fields are availalable for each metabox.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[IM8 qTranslate WooCommerce] Great Plugin…any back-end functions soon?](https://wordpress.org/support/topic/great-pluginany-back-end-functions-soon/)
 *  Plugin Contributor [intermedi8](https://wordpress.org/support/users/intermedi8/)
 * (@intermedi8)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/great-pluginany-back-end-functions-soon/#post-4656373)
 * Hello SasCarol,
 * thanks for liking the plugin. 🙂
 * We just released an update that handles a number of filters that either changed
   in the course from WooCommerce 1.X to 2.1.3, or that we totally missed before.
   
   As those filters, in part, also affect emails you might be lucky to have your
   invoices fixed as well. If not, don’t hesitate to open a new topic and provide
   detailed information on **what** is missing or not working **where**.
 * The plugin is actually designed to target the front-end only, though.
    So I don’t
   think back-end functions will come soon – if at all.
 * Kind regards,
    Thorsten | intermedi8
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[IM8 qTranslate WooCommerce] Warning:…translations.php on line 72 error](https://wordpress.org/support/topic/warningtranslationsphp-on-line-72-error/)
 *  Plugin Contributor [intermedi8](https://wordpress.org/support/users/intermedi8/)
 * (@intermedi8)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/warningtranslationsphp-on-line-72-error/#post-4645058)
 * Hi,
 * thanks (again) for reporting this.
 * We just released an update that will fix this issue.
 * Kind regards,
    Thorsten | intermedi8
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[IM8 qTranslate WooCommerce] Double names](https://wordpress.org/support/topic/double-names/)
 *  Plugin Contributor [intermedi8](https://wordpress.org/support/users/intermedi8/)
 * (@intermedi8)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/double-names/#post-4615891)
 * Hi Steven,
 * would you mind deleting your posts here (if you can) and start a new topic where
   you, once again, state your problem as well as provide your WordPress and PHP
   version?
 * Thanks
    Thorsten | intermedi8
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[IM8 qTranslate WooCommerce] Double names](https://wordpress.org/support/topic/double-names/)
 *  Plugin Contributor [intermedi8](https://wordpress.org/support/users/intermedi8/)
 * (@intermedi8)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/double-names/#post-4615889)
 * Hi Steven,
 * please don’t hijack other threads for different problems/questions. Start your
   own instead.
 * We will be looking into this issue and post a new thread (or if you already did
   so, answer to it).
 * Kind regards,
    Thorsten | intermedi8
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[IM8 qTranslate WooCommerce] Double names](https://wordpress.org/support/topic/double-names/)
 *  Plugin Contributor [intermedi8](https://wordpress.org/support/users/intermedi8/)
 * (@intermedi8)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/double-names/#post-4615790)
 * Hi Dobbydoo,
 * thanks for reporting this.
 * We just released a minor update that takes care of these newly introduced filters
   and hence fixes this issue.
 * Kind regards
    Thorsten | intermedi8
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[IM8 Exclude Pages] The "exclude" box won't stay ticked](https://wordpress.org/support/topic/the-exclude-box-wont-stay-ticked/)
 *  Plugin Author [intermedi8](https://wordpress.org/support/users/intermedi8/)
 * (@intermedi8)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/the-exclude-box-wont-stay-ticked/#post-4553307)
 * Hello jameshardiman,
 * I just tested the plugin on a fresh install, and I can’t confirm this behavior.
 * Where and how are you trying to edit the page?
 * Did you upgrade the plugin from an older version to the current 2.6.1, or did
   you just install the new version?
 * Please deactivate **all** plugins (including IM8 Exclude Pages), re-activate 
   IM8 Exclude Pages, switch to a WordPress core default theme (like Twenty Twelve
   or so) and test again (if you can, that is).
 * The function that updates the meta box setting bails in a number of circumstances–
   but none should be the case here.
 * Please report back with new information, and we’ll sort this out.
 * Kind regards,
    Thorsten | intermedi8
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[IM8 Exclude Pages] Exclude Page meta box missing](https://wordpress.org/support/topic/exclude-page-meta-box-missing/)
 *  Plugin Author [intermedi8](https://wordpress.org/support/users/intermedi8/)
 * (@intermedi8)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/exclude-page-meta-box-missing/#post-4544431)
 * Hi gusa123,
 * what exactly do you mean by _the meta box does not show up in WordPress 3.8.1
   edit window_?
 * Is it not visible on the _Edit Page_ page? Or is it even not listed in the Screen
   Options (which you can find in the upper right corner, right below the Admin 
   bar, left of the Help button)?
 * The meta box is added for the post type _Page_ only.
 * So, just to be sure: the plugin is active, you did not get any errors on activation,
   and you are editing a **Page**, right?
 * Do you see the plugin setting _IM8 Exclude Pages_ on the _Writing Settings_ page(`/
   wp-admin/options-writing.php`)?
 * Kind regards,
    Thorsten | intermedi8
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[IM8 Box Hide] IM8 Box Hide in Multisite?](https://wordpress.org/support/topic/im8-box-hide-in-multisite/)
 *  Plugin Author [intermedi8](https://wordpress.org/support/users/intermedi8/)
 * (@intermedi8)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/im8-box-hide-in-multisite/#post-4433010)
 * Hi AMGill,
 * we just released an update that fixes this bug.
    You were absolutely right in
   that the plugin before was not being loaded when activated network-wide, so thanks
   for the hint.
 * Kind regards,
    Thorsten | intermedi8
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[IM8 Box Hide] Conflict with Adminimize persists](https://wordpress.org/support/topic/conflict-with-adminimize-persists/)
 *  Plugin Author [intermedi8](https://wordpress.org/support/users/intermedi8/)
 * (@intermedi8)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/conflict-with-adminimize-persists/#post-4475990)
 * Hi marikamitsos,
 * thank you for reminding us of this!
 * We just released an update that will fix the conflict, so, from now on, IM8 Box
   Hide will play nice with Adminimize (and possibly any other plugin relying on
   the global current user object).
 * Kind regards,
    Thorsten | intermedi8
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[IM8 Box Hide] IM8 Box Hide in Multisite?](https://wordpress.org/support/topic/im8-box-hide-in-multisite/)
 *  Plugin Author [intermedi8](https://wordpress.org/support/users/intermedi8/)
 * (@intermedi8)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/im8-box-hide-in-multisite/#post-4432978)
 * Hi Laurent,
 * well, we did not actually test the plugin for/on multisite.
    It _should_ work,
   though, as it doesn’t include any functionality specific to multisite, or **not**-
   multisite.
 * The workflow is as follows:
    User with the `edit_users` capability can access
   the settings page, where the actual meta boxes for any public (custom) post type
   are being fetched (via an AJAX request) and displayed. On the `post.php` and `
   post-new.php` pages (i.e., when creating a new post, or editing an existing post)
   the meta boxes are hidden (actually: removed) according to the plugin settings
   for the specific _user role—post type_ combination.
 * If you encounter any problems, don’t hesitate to drop us a line, though.
 * Kind regards,
    Thorsten | intermedi8
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[IM8 Box Hide] User with lower permissions accessing IM8 config](https://wordpress.org/support/topic/user-with-lower-permissions-accessing-im8-config/)
 *  Plugin Author [intermedi8](https://wordpress.org/support/users/intermedi8/)
 * (@intermedi8)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/user-with-lower-permissions-accessing-im8-config/#post-4317779)
 * Hi joant6,
 * we are currently working on an all-round update, which will address this issue.
   The update will most probably be released within the next couple days.
 * Kind regards,
    Thorsten | intermedi8

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

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