Show reviews, ratings or testimonials of your customers. No other plugin dependency.
- reviews management with sort order and bulk actions
- rating by stars, sorting to categories
- component build with HTML5 markup using <figure> and <cite>
- internal methods for creating new reviews, get approved reviews etc.
Show reviews
Just place component Reviews to your page.
[reviews] == {% if reviews is not empty %} <div class="reviews"> <h3>What our customers say about us?</h3> <div class="stories"> {% component 'reviews' %} </div> </div> {% endif %}
Public facade
You can use plugin's facade vojtasvoboda.reviews.facade with this public methods:
$facade = App::make('vojtasvoboda.reviews.facade'); $facade->storeReview(array $data); $facade->getApprovedReviews(); $facede->getNonApprovedReviews(); $facade->findOne($value, $key);
Extending plugin
If you want to extend some plugin and don't know how, check Brands extending examples repository, where you can find many examples which can be applied on every plugin including this one.
Contributing
Do you want some extra feature or fix some bug? Send me pull request or create issue, please.
Code check
License
Reviews plugin is open-sourced software licensed under the MIT license same as OctoberCMS platform.
Icon made by Freepik from www.flaticon.com.
-
aditya
Found the plugin useful on 20 Sep, 2018
It is useful But,M not able to see Marque format.
-
papaya
Found the plugin useful on 17 Jan, 2018
Very usefull plugin!
-
Abdulsalam
Found the plugin useful on 25 Dec, 2016
Hi, cool plugin! Do feedback form. And the date of revocation. And it will be priceless!
-
Vojta Svoboda author
Replied on 26 Dec, 2016
Thank you for the review. Feedback form is definitely on the todo list. For that date of revocation, please create new Issue at plugin's github here: https://github.com/vojtasvoboda/oc-reviews-plugin/issues
-
1.0.6 |
Change sort_order column type Nov 02, 2021 |
---|---|
1.0.5 |
Add category permissions Dec 30, 2016 |
1.0.4 |
Add support for RainLab.Translate Dec 30, 2016 |
1.0.3 |
Add review categories Dec 30, 2016 |
1.0.2 |
Fix getting value from empty rating Dec 20, 2016 |
1.0.1 |
First version of Reviews Dec 15, 2016 |