Make the new inbox plugin open in a new window when you click on the icon

 

Open the file “plugins/messages/app-resources/icon.php” in a text editor and find this line:

 

let icon = $j(`<a href=”<?php echo application_url(‘plugins/messages/’); ?>”>

 

Change it to:

 

let icon = $j(`<a target=”_blank” href=”<?php echo application_url(‘plugins/messages/’); ?>”>