Closed (fixed)
Project:
Rules
Version:
7.x-2.2
Component:
Rules Core
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
13 Nov 2012 at 06:56 UTC
Updated:
4 Nov 2018 at 00:09 UTC
Jump to comment: Most recent
Comments
Comment #1
lyricnz commentedMake a PHP action that fiddles with $_SESSION['messages'][$type] to rearrange as required. Add this action below the place where both messages are emitted.
Comment #2
rodrigo21 commentedSame issue here. Sorry but I am not an experience user. I looked for function drupal_set_message in the API, but still confused on how to make the 'status' message display before the rule-created message. Could you guide a bit further on this? Thanks.
Comment #3
tr commentedSystem message are handled by core Drupal and are displayed in the order that they were created. The only way to change that order is to modify the array as in #1. You can do this in a theme function - see the comments at https://api.drupal.org/api/drupal/includes%21bootstrap.inc/function/drup... for an example.
Comment #4
tr commented