A feature request for conditional on/off for pages (paths).
Like the options and functionality on block settings to show blocks by specific pages.

Comments

clint.beacock’s picture

I've tested this and it worked great for me. Thanks!

dqd’s picture

Assigned: maykbrito » dqd
Issue summary: View changes

need to reroll patch for latest dev

nicemessages.module.patch:15: trailing whitespace.
/** 
nicemessages.module.patch:16: trailing whitespace.
 * Show nicemessages on specific pages 
nicemessages.module.patch:29: trailing whitespace.
    
nicemessages.module.patch:32: trailing whitespace.
    // When set to 1, 
nicemessages.module.patch:35: trailing whitespace.
    
Checking patch nicemessages.module...
Hunk #1 succeeded at 79 (offset 6 lines).
Hunk #2 succeeded at 87 (offset 6 lines).
error: while searching for:
      'center' => t('center of the screen'),
    ),
  );
  foreach (array('status', 'warning', 'error') as $type) {
    $type_prefix = 'nicemessages_' . $type . '_';
    $form[$type] = array(

error: patch failed: nicemessages.module:158
error: nicemessages.module: patch does not apply
dqd’s picture

Title: Show nice messages by specific pages » Option to toggle Nice messages for pages on a path basis
Status: Active » Needs review
StatusFileSize
new3.08 KB
dqd’s picture

Status: Needs review » Reviewed & tested by the community

committed to HEAD

  • Commit 85592e8 on 7.x-1.x by Digidog:
    Issue #1332474 by maykbrito, clint.beacock, Digidog: Option to toggle...
dqd’s picture

Status: Reviewed & tested by the community » Fixed
dqd’s picture

Status: Fixed » Closed (fixed)

  • Commit 85592e8 on 7.x-1.x, 7.x-2.x by Digidog:
    Issue #1332474 by maykbrito, clint.beacock, Digidog: Option to toggle...
dqd’s picture

Issue summary: View changes

The if/else logic from maykbritos patch has caused a follow up issue #2266881: Option for specific pages only works with paths not empty, which is fixed when this link is crossed out. I can't explain myself why the testing of the patch here worked fine at first look but now ...

dqd’s picture

Issue summary: View changes