Closed (fixed)
Project:
Rules
Version:
6.x-1.5
Component:
Documentation
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
18 Sep 2012 at 00:38 UTC
Updated:
3 Nov 2018 at 07:40 UTC
Jump to comment: Most recent
Comments
Comment #1
tr commentedNo. This is true of Drupal 6, 7, 8, etc. because message are set per-session, not globally.
If you want a global message, then of course it's possible but you will have to design your own mechanism for that. As an example, hook_help() provides a global 'message' that is displayed on a per-page basis. You can look at how that's done as an example of how to implement your own global notification.
Comment #2
tr commented