weboftalent / staff
Simple module to store and render members of staff for an organisation
Installs: 35
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 1
Open Issues: 1
Type:silverstripe-vendormodule
Requires
- php: ~5.6|~7.0
- silverstripe/framework: ^4.1
- weboftalent/portlets: ^4.0
Requires (Dev)
- phpunit/phpunit: ^5.7
- squizlabs/php_codesniffer: ^2.3
This package is auto-updated.
Last update: 2024-10-27 08:20:02 UTC
README
- Adds content types Staff and Staff Folder
Installation
git clone git://github.com/gordonbanderson/weboftalent-staff.git
cd weboftalent-staff
git checkout stable24
The name of the output directory does not matter
Usage
- Add a content type of StaffFolder say under 'About Us'
- Add individual pages of type Staff. These contain space for information, a picture, and optional email / telephone contact details.
- The staff folder will render as one page, but can easily be changed to show individual staff members. We've found that often people do not put in enough information to justify a separate page per person.
Dependencies
- Portlets module http://weboftalent.asia/blog/portlets-module/
- Pagination module https://github.com/gordonbanderson/weboftalent-pagination
Silverstripe Version Compatibility
2.4 only (tested with 2.4.5+) - stable24 branch
Future Enhancements
- Add an organisation chart (these are popular on Thai websites)