Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dynamic/silverstripe-elemental-testimonials
Display a list of customer testimonials, filter by a category
https://github.com/dynamic/silverstripe-elemental-testimonials
hacktoberfest silverstripe silverstripe-elemental
Last synced: 5 days ago
JSON representation
Display a list of customer testimonials, filter by a category
- Host: GitHub
- URL: https://github.com/dynamic/silverstripe-elemental-testimonials
- Owner: dynamic
- License: bsd-3-clause
- Created: 2018-02-08T18:30:33.000Z (almost 7 years ago)
- Default Branch: 2
- Last Pushed: 2023-02-12T20:53:26.000Z (almost 2 years ago)
- Last Synced: 2024-04-24T16:18:48.972Z (8 months ago)
- Topics: hacktoberfest, silverstripe, silverstripe-elemental
- Language: PHP
- Homepage:
- Size: 428 KB
- Stars: 0
- Watchers: 7
- Forks: 8
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# SilverStripe Elemental Testimonials
Testimonials Block for SilverStripe Elemental.
![Build](https://github.com/dynamic/silverstripe-elemental-testimonials/actions/workflows/ci.yml/badge.svg)
[![codecov](https://codecov.io/gh/dynamic/silverstripe-elemental-testimonials/branch/master/graph/badge.svg)](https://codecov.io/gh/dynamic/silverstripe-elemental-testimonials)[![Latest Stable Version](https://poser.pugx.org/dynamic/silverstripe-elemental-testimonials/v/stable)](https://packagist.org/packages/dynamic/silverstripe-elemental-testimonials)
[![Total Downloads](https://poser.pugx.org/dynamic/silverstripe-elemental-testimonials/downloads)](https://packagist.org/packages/dynamic/silverstripe-elemental-testimonials)
[![Latest Unstable Version](https://poser.pugx.org/dynamic/silverstripe-elemental-testimonials/v/unstable)](https://packagist.org/packages/dynamic/silverstripe-elemental-testimonials)
[![License](https://poser.pugx.org/dynamic/silverstripe-elemental-testimonials/license)](https://packagist.org/packages/dynamic/silverstripe-elemental-testimonials)## Requirements
* Silverstripe ^4.0
* Silverstripe Elemental ^4.0## Installation
`composer require dynamic/silverstripe-elemental-testimonials`
## License
See [License](license.md)
## Usage
Elemental Testimonials Block will add the following Element to your site:
* Testimonials
The Testimonials Element pulls testimonials from a specified Testimonial Category. They are displayed on the front-end in a random order. You can also set how many should testimonials should display.
Each Testimonial includes the following fields:
* Title
* Content
* Name
* Position
* Affiliation## Screen Shots
#### Front End sample of a Testimonial Element
The default templates are based off [Bootstrap 4](https://getbootstrap.com/) classes/styling![Front End sample of a Testimonials Element](./docs/_en/images/testimonial-block-sample.jpg)
#### CMS - Testimonials Main Tab
![CMS - Testimonials Main Tab](./docs/_en/images/testimonial-block-cms-main.jpg)#### CMS - Testimonials Category Tab
![CMS - Testimonials Category Tab](./docs/_en/images/testimonial-block-cms-categories.jpg)#### CMS - Testimonials List
![CMS - Testimonials List](./docs/_en/images/testimonial-block-cms-testimonial-list.jpg)#### CMS - Testimonials Edit
![CMS - Testimonials Edit](./docs/_en/images/testimonial-block-cms-testimonial-edit.jpg)## Getting more elements
See [Elemental modules by Dynamic](https://github.com/orgs/dynamic/repositories?q=elemental&type=all&language=&sort=)
## Configuration
See [SilverStripe Elemental Configuration](https://github.com/dnadesign/silverstripe-elemental#configuration)
## Maintainers
* [Dynamic](http://www.dynamicagency.com) ()
## Bugtracker
Bugs are tracked in the issues section of this repository. Before submitting an issue please read over
existing issues to ensure yours is unique.If the issue does look like a new bug:
- Create a new issue
- Describe the steps required to reproduce your issue, and the expected outcome. Unit tests, screenshots
and screencasts can help here.
- Describe your environment as detailed as possible: SilverStripe version, Browser, PHP version,
Operating System, any installed SilverStripe modules.Please report security issues to the module maintainers directly. Please don't file security issues in the bugtracker.
## Development and contribution
If you would like to make contributions to the module please ensure you raise a pull request and discuss with the module maintainers.