Hello,

I am trying to supress the green Cron messages for users that are not Admin. I have tried editing the themes page.tpl.php with

//USER NOT ADMIN
	if ($user->uid !== admin->id) {
      		if ($messages) { 
                        
        		print $messages; 
      		}
     	}	 
 

but no luck. Any help would be appreciated.

CommentFileSizeAuthor
messages.PNG84.34 KBNathan134
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Nathan134 created an issue.

Argus’s picture

I have never seen these messages before. You must have changed something to the default OA install to generate them. Could you post steps to reproduce them from a regular OA installation? Did you add or activate any modules?