Title: minQueue Notifications
Last modified: August 21, 2016

---

# minQueue Notifications

 *  Resolved [qstudio](https://wordpress.org/support/users/qlstudio/)
 * (@qlstudio)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/minqueue-notifications/)
 * Hey – I seriously love this plugin – it provides me with the power to order, 
   minify and stick all my scripts and styles into single large files – allowing
   me to work on unminified versions locally.. and not need to compile minified 
   versions to upload – ideal!
 * It also does what W3TC a BWPMinify can never do – and that’s minify all the scripts
   into a single file without causing dependency or order based issues.
 * To be picky – there is one thing that bothers me – WPMU does it far too often(
   an extreme example ) – they add notifications to all WP admin screens when it’s
   not really required.
 * Perhaps your notice about the helper function being active is not really “so”
   important that it should be stuck at the top of all pages – simple fix would 
   be something like:
 * class.minqueue-admin.php:320
 *     ```
       function display_admin_notices() {
   
       		$current_screen = get_current_screen();
   
       		if ( 'settings_page_minqueue' == $current_screen->id ) {
   
                           // show reminder about helper ##
                           if ( isset( $this->options['helper'] ) && $this->options['helper'] === true ) {
                               $this->admin_notices->add_notice( 'MinQueue helper is currently active', true );
                           }
   
                           // hide plugin activation notice ##
                           $this->admin_notices->delete_notice( 'minqueue_min_activation_notice' );
       		}
   
       	}
       ```
   
 * Thanks for all your hard work – this is well written, well planned and nicely
   executed plugin!
 * Ray
 * [http://wordpress.org/plugins/minqueue/](http://wordpress.org/plugins/minqueue/)

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

 *  Plugin Author [Matthew Haines-Young](https://wordpress.org/support/users/mattheu/)
 * (@mattheu)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/minqueue-notifications/#post-4247382)
 * Thanks! Glad to hear you like the plugin, and its great to hear some feedback.
 * I will have a think about how to best to handle the helper tool. I find the helper
   tool really useful, but only during development and I wanted to make sure I didn’t
   forget to deactivate it again. There was a suggestion of integrating it with 
   the Debug bar
 * [http://wordpress.org/plugins/debug-bar/](http://wordpress.org/plugins/debug-bar/)
 *  Thread Starter [qstudio](https://wordpress.org/support/users/qlstudio/)
 * (@qlstudio)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/minqueue-notifications/#post-4247383)
 * Hi Matthew,
 * Thanks for your reply.
 * There is nothing wrong with the helper – it’s a neat feature – I just don’t see
   the need for the admin notice – after all, this is an “admin” only feature, so
   forgetting to turn it off will only affect how I see the site – no-one else.
 * Cheers!
 * Ray

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

The topic ‘minQueue Notifications’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/minqueue.svg)
 * [MinQueue](https://wordpress.org/plugins/minqueue/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/minqueue/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/minqueue/)
 * [Active Topics](https://wordpress.org/support/plugin/minqueue/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/minqueue/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/minqueue/reviews/)

## Tags

 * [question](https://wordpress.org/support/topic-tag/question/)

 * 2 replies
 * 2 participants
 * Last reply from: [qstudio](https://wordpress.org/support/users/qlstudio/)
 * Last activity: [12 years, 7 months ago](https://wordpress.org/support/topic/minqueue-notifications/#post-4247383)
 * Status: resolved