Plugin to show the number of assigned issues on favicon with badge, using favico.js.
-
Copy the plugin directory into the vendor/plugins directory. Please note that plugin’s folder name should be “redmine_issue_favicon”. If changed, some migration task will be failed.
-
Do migration task.
e.g. rake db:migrate_plugins RAILS_ENV=production
-
(Re)Start Redmine.
Try this:
-
rake db:migrate_plugins NAME=redmine_issue_favicon VERSION=0 RAILS_ENV=production
This feature is activated as one of the user preferences.
-
Login to your Redmine and go to “/my/account” page.
-
Enable the option, described as “Show number of assigned issues on favicon”.
-
After that, if you have assigned and opened issues, the number of issues is shown on favicon with badge.
That’s all.
This plugin has mounted thanks to favicon.js plugin, lab.ejci.net/favico.js/. Any advice or suggestion would be greatly appreciated.