mirror of
https://gh.llkk.cc/https://github.com/avenjamin/freescout-UnassignedCount-Module.git
synced 2025-10-03 16:51:05 +08:00
Freescout Module to display the number of unassigned conversations in the Mailbox menu.
.github | ||
Config | ||
Database | ||
Entities | ||
Http | ||
Providers | ||
Public | ||
Resources | ||
Tests | ||
.gitattributes | ||
.gitignore | ||
composer.json | ||
LICENSE | ||
module.json | ||
README.md | ||
start.php |
FreeScout Unassigned Count Module
FreeScout Module to display the number of unassigned conversations in the Mailbox menu.

Screenshot
Changes
Install
- Navigate to your Modules folder e.g.
cd /var/www/html/Modules
- Run
git clone https://github.com/avenjamin/freescout-UnassignedCount-Module.git UnassignedCount
- Run
chown -R www-data:www-data UnassignedCount
(or whichever user:group your webserver uses) - Activate the Module in the FreeScout Manage > Modules menu.
Update
- Navigate to the Unassigned Count Module folder e.g.
cd /var/www/html/Modules/UnassignedCount
- Run
git pull
- Run
chown -R www-data:www-data .
(or whichever user:group your webserver uses) - Enjoy the update!
Known Issues
Requires at least 2 mailboxes to be created before the Mailbox menu appearsFixed in FreeScout v1.8.68