mirror of
https://gh.llkk.cc/https://github.com/avenjamin/freescout-Following-Module.git
synced 2025-11-22 18:36:00 +08:00
FreeScout Module that adds a "Following" folder.
| .github | ||
| Config | ||
| Database | ||
| Entities | ||
| Http | ||
| Providers | ||
| Public/img | ||
| Resources | ||
| .gitignore | ||
| composer.json | ||
| LICENSE | ||
| module.json | ||
| README.md | ||
| start.php | ||
Freescout Following Module
FreeScout Module that adds a "Following" folder showing conversations followed by the user.
Screenshot
Install
- Navigate to your Modules folder e.g.
cd /var/www/html/Modules - Run
git clone https://github.com/avenjamin/freescout-Following-Module.git Following - Run
chown -R www-data:www-data Following(or whichever user:group your webserver uses) - Activate the Module in the FreeScout Manage > Modules menu.
Update
- Navigate to the Following Module folder e.g.
cd /var/www/html/Modules/Following - Run
git pull - Run
chown -R www-data:www-data .(or whichever user:group your webserver uses) - Enjoy the update!
Known issues:
- Active conversations count doesn't update properly
